File: ChangeLog

package info (click to toggle)
easypg 0.0.7-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 448 kB
  • ctags: 318
  • sloc: lisp: 2,960; sh: 532; makefile: 33
file content (646 lines) | stat: -rw-r--r-- 20,823 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
2006-10-29  Daiki Ueno  <ueno@unixuser.org>

	* EasyPG: Version 0.0.7 released.
	* epg-config.el (epg-version-number): Bump up.
	* configure.ac: Bump up version.

2006-10-29  Daiki Ueno  <ueno@unixuser.org>

	* epa-file.el
	(epa-file-cache-passphrase-for-symmetric-encryption): New user
	option.

2006-10-12  Daiki Ueno  <ueno@unixuser.org>

	* epg.el (epg-start-verify): Fixed a clearsign verification bug.
	Reported by Hirohisa Yamaguchi <umq@ueo.co.jp>.

2006-09-29  Daiki Ueno  <ueno@unixuser.org>

	* EasyPG: Version 0.0.6 released.
	* epg.el (epg-version-number): Bump up.
	* configure.ac: Bump up version.

2006-09-29  Daiki Ueno  <ueno@unixuser.org>

	* epa.el (epa-verify-cleartext-in-region): Renamed from
	epa-verify-armor-in-region.

	* epg.el (epg-passphrase-callback-function): Suggest to use
	epa-passphrase-callback-function instead.
	(epg-start-verify): Don't specify --verify if SIGNATURE is a
	normal or a clear text signature.
	(epg-verify-file): Mention that the plaintext will be stored into
	the file PLAIN after successful verification.
	(epg-verify-string): Mention that the plaintext will be returned
	after successful verification.

2006-09-27  Daiki Ueno  <ueno@unixuser.org>

	* epa-file.el (epa-file-insert-file-contents): Set progress callback.
	(epa-file-write-region): Ditto.

	* epa.el (epa-decrypt-file): Set callbacks.
	(epa-sign-file): Ditto.
	(epa-encrypt-file): Ditto.
	(epa-decrypt-region): Ditto.
	(epa-sign-region): Ditto.
	(epa-encrypt-region): Ditto.
	(epa-sign-keys): Ditto.

	* epg.el (epg-progress-callback-function): Removed.

2006-09-24  Daiki Ueno  <ueno@unixuser.org>

	* epa.el (epa-passphrase-callback-function): Moved from epg.el.
	(epa-progress-callback-function): Ditto.
	* epg.el (epg-passphrase-callback-function): Made it obsolete.
	(epg-progress-callback-function): Ditto.

2006-09-23  Daiki Ueno  <ueno@unixuser.org>

	* epg.el (epg-start-decrypt): Append "--" to the end of options.
	(epg-start-verify): Ditto.
	(epg-start-sign): Ditto.
	(epg-start-encrypt): Ditto.
	(epg-start-import-keys): Ditto.
	(epg-start-generate-key): Ditto.

2006-09-23  Daiki Ueno  <ueno@unixuser.org>

	* epg.el (epg-make-context): Don't set progress-callback by
	default.
	(epg--start): Don't specify --enable-progress-filter if
	progress-callback is not set.
	(epg--status-GET_HIDDEN): Signal an error if passphrase-callback
	is not set.

2006-09-15  Daiki Ueno  <ueno@unixuser.org>

	* epg.el (epg-progress-callback-function): Show the percentage.

2006-09-15  Juliusz Chroboczek <Juliusz.Chroboczek@pps.jussieu.fr>

	* pgg-epg.el (mml2015-gpg-extract-signature-details): Fixed a typo.

2006-09-13  Daiki Ueno  <ueno@unixuser.org>

	* epg-config.el (epg-passphrase-coding-system): Renamed from
	epg-locale-coding-system.

2006-09-11  Daiki Ueno  <ueno@unixuser.org>

	* epa-file.el (epa-file-decode-and-insert): New function which
	utilizes decode-coding-inserted-region if available.
	(epa-file-insert-file-contents): Use it.

	* epg.el (epg--start): Specify --enable-progress-filter in
	imitation of GPGME.
	(epg-progress-callback-function): Remove a couple of %%'s.

2006-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>

	* epg-config.el (epg-configuration): Fixed the last change;
	collect configuration other than group and algorithm.

2006-09-05  Daiki Ueno  <ueno@unixuser.org>

	* epg-config.el (epg-debug): Moved from epg.el.
	(epg-configuration): Parse group configuration.
	(epg-expand-group): New function.

2006-09-04  Daiki Ueno  <ueno@unixuser.org>

	* EasyPG: Version 0.0.5 released.
	* epg.el (epg-version-number): Bump up.
	* configure.ac: Bump up version.

2006-09-04  Daiki Ueno  <ueno@unixuser.org>

	* epg-config.el (epg-locale-coding-system): New user option.

	* epg.el (epg--list-keys-1): Respect epg-gpg-home-directory.
	(epg--clear-string): New function.
	(epg--status-GET_HIDDEN): Encode passphrase with
	terminal-coding-system.

	* epg-config.el (epg-gpg-minimum-version): New constant.
	(epg-config--parse-version): New function.
	(epg-config--compare-version): New function.
	(epg-configuration): Respect epg-gpg-home-directory.

2006-09-03  Daiki Ueno  <ueno@unixuser.org>

	* epg-config.el: New file; moved GnuPG configuration check from
	epg.el.

2006-09-02  Daiki Ueno  <ueno@unixuser.org>

	* epg.el (epg-check-configuration): New function.
	(epg-gpg-home-directory): New user option.

	* pgg-epg.el (pgg-epg-lookup-key): New function.

2006-07-29  Daiki Ueno  <ueno@unixuser.org>

	* EasyPG: Version 0.0.4 released.
	* epg.el (epg-version-number): Bump up.
	* configure.ac: Bump up version.

2006-07-29  Daiki Ueno  <ueno@unixuser.org>

	* acinclude.m4 (AC_CHECK_GPG): Run $3 if there is no gpg executable.

2006-07-28  Daiki Ueno  <ueno@unixuser.org>

	* epg.el (epg-start-encrypt): Extract primary key ID from
	epg-context-signers.
	Thanks to Steve Youngs <steve@sxemacs.org>

	* pgg-epg.el (pgg-epg-encrypt-region): Fixed a bug; it didn't
	give CONTEXT to epg-list-keys.
	Thanks to Steve Youngs <steve@sxemacs.org>

2006-07-18  Daiki Ueno  <ueno@unixuser.org>

	* epg-pgp50i.el (epg-pgp50i--process-filter): Use
	epg-process-filter-running instead of epg-pgp50i-status; Don't
	save-excursion during handler execution.
	(epg-pgp50i--read-line): Renamed from epg-pgp50i--wait-for-line;
	don't allow process input.
	(epg-pgp50i--parse-time): New function.
	(epg-pgp50i--status-BAD_SIGNATURE): New function.

	* epg.el (epg--process-filter): Don't save-excursion during
	handler execution.

2006-07-18  Daiki Ueno  <ueno@unixuser.org>

	* acinclude.m4 (AC_CHECK_GPG): Renamed from AC_PATH_GPG.

	* epg.el (epg-process-filter-running): New variable.
	(epg--start): Setup epg-process-filter-running.
	(epg--process-filter): Allow only one status handler to run at a
	time; update epg-read-point everytime the point changes.

2006-07-14  Daiki Ueno  <ueno@unixuser.org>

	* epg-pgp50i.el: New file.

2006-07-13  Daiki Ueno  <ueno@unixuser.org>

	* acinclude.m4 (AC_PATH_GPG): New macro.
	* configure.ac: Check gpg version.
	Suggested by Max Froumentin <max@lapin-bleu.net>

2006-07-10  Daiki Ueno  <ueno@unixuser.org>

	* epg.el (epg--status-ERRSIG): Don't remove the last verify-result.
	(epg-signature-to-string): Remove a trailing whitespace.

	* epa.el (epa-keys-mode-map): Bind return to epa-toggle-mark.
	(epa-toggle-mark): New command.

2006-07-04  Daiki Ueno  <ueno@unixuser.org>

	* pgg-epg.el (pgg-epg-sign-region): Select the signing key matched
	with pgg-default-user-id.
	Reported by Elias Oltmanns <oltmanns@uni-bonn.de>

2006-07-01  Daiki Ueno  <ueno@unixuser.org>

	* epa.el (epa-select-keys): If SECRET is specified, select a
	primary secret key by default.

2006-06-29  Daiki Ueno  <ueno@unixuser.org>

	* EasyPG: Version 0.0.3 released.
	* epg.el (epg-version-number): Bump up.
	* configure.ac: Bump up version.

2006-06-12  Daiki Ueno  <ueno@unixuser.org>

	* epa-file.el (epa-file-insert-file-contents): Don't move the
	point to the end of the inserted region.
	Reported by doug <douglas.bagley@gmail.com>

2006-06-01  Daiki Ueno  <ueno@unixuser.org>

	* epa-file.el (epa-file-insert-file-contents): Support partial read.

2006-05-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>

	* epa-file.el (epa-file-write-region): Encode the plain text with
	coding-system-for-write.

2006-05-30  Daiki Ueno  <ueno@unixuser.org>

	* epa-file.el (epa-file-insert-file-contents):
	Decode the decrypted text with coding-system-for-read.

2006-05-29  Daiki Ueno  <ueno@unixuser.org>

	* EasyPG: Version 0.0.2 released.
	* epg.el (epg-version-number): Bump up.
	* configure.ac: Bump up version.

2006-05-29  Daiki Ueno  <ueno@unixuser.org>

	* epg.el (epg--time-from-seconds): New function.
	(epg--status-ERRSIG): Convert seconds from epoch to encoded-time.
	(epg--status-VALIDSIG): Ditto.
	(epg--status-KEYEXPIRED): Ditto.

2006-05-28  Daiki Ueno  <ueno@unixuser.org>

	* epg.el (epg-start-import-keys): Don't specify filename if keys
	is a string data.

2006-05-27  Daiki Ueno  <ueno@unixuser.org>

	* epg.el (epg--process-filter): Pass epg-context instead of
	process to status handlers.
	(epg--status-NO_PUBKEY): Check if the previous signature's key-id
	matches with the given key-id.

2006-05-26  Daiki Ueno  <ueno@unixuser.org>

	* epg.el (epg--status-NO_PUBKEY): Replace the previous signature's
	status from 'error to 'no-pubkey.
	(epg--status-ERRSIG): Just add 'error signature to the verify result.

	* epa.el (epa-insert-keys): Renamed from epa-list-keys-1; don't
	disable inhibit-quit here; make text-properties nonsticky.
	(epa-popup-info-window): New user option.
	(epa-info-window-height): New user option.
	(epa-display-verify-result): New function.
	(epa-decrypt-file): Use it.
	(epa-verify-file): Use it.
	(epa-decrypt-region): Use it.
	(epa-verify-region): Use it.

	* epg.el (epg-make-context): New slot "operation".
	(epg-passphrase-callback-function): Confirm passphrase when
	performing symmetric encryption.

2006-05-25  Daiki Ueno  <ueno@unixuser.org>

	* epa.el (epa-decrypt-file): Display verify result if the message
	is signed.
	(epa-decrypt-region): New command.
	(epa-verify-region): New command.
	(epa-decrypt-armor-in-region): New command.
	(epa-verify-armor-in-region): New command.
	(epa-sign-region): New command.
	(epa-encrypt-region): New command.

2006-05-11  Daiki Ueno  <ueno@unixuser.org>

	* epa.el (epa-armor): New user option.
	(epa-textmode): New user option.

2006-05-02  Daiki Ueno  <ueno@unixuser.org>

	* epg.el (epg-make-key-signature): New object epg-key-signature.
	(epg-list-keys): Collect key signatures.
	(epg-make-sub-key): Renamed secret -> secret-p.
	(epg-list-keys-postprocess-one-key): Abolished.
	(epg-list-keys): Reverse all keys, sub-keys, user-ids, and key
	signatures by itself.
	(epg-no-data-reason-alist): New constant.
	(epg-unexpected-reason-alist): New constant.

2006-05-01  Daiki Ueno  <ueno@unixuser.org>

	* epg.el (epg-invalid-recipients-reason-alist): Renamed.
	(epg-delete-problem-reason-alist): Renamed.
	(epg-import-ok-reason-alist): New constant.
	(epg-import-problem-reason-alist): New constant.
	(epg-status-IMPORTED): New function.
	(epg-status-IMPORT_OK): New function.
	(epg-status-IMPORT_PROBLEM): New function.
	(epg-start-import-keys): Don't use a temporary output file.
	(epg-start-receive-keys): New function.
	(epg-import-keys-from-server): New function.
	(epg-receive-keys): Alias to epg-import-keys-from-server.

2006-05-01  Daiki Ueno  <ueno@unixuser.org>

	* epg.el (epg-start): Signal an error if the process of CONTEXT is
	already running for other operations.
	(epg-flush): Abolished.
	(epg-start-generate-key): New function.
	(epg-generate-key-from-file): New function.
	(epg-generate-key-from-string): New function.
	(epg-status-KEY_CREATED): New function.
	(epg-status-KEY_NOT_CREATED): New function.
	(epg-new-signature-type-alist): New variable.
	(epg-make-new-signature): New object epg-new-signature.
	(epg-status-SIG_CREATED): Set epg-new-signature object.
	(epg-new-signature-to-string): New function.
	(epg-make-signature): Added slots for signature class and version.
	(epg-start-sign): Fixed rule of the MODE argument.

2006-04-30  Daiki Ueno  <ueno@unixuser.org>

	* epa.el (epa-delete-keys): Support deletion of secret keys.

	* pgg-epg.el (pgg-epg-decrypt-region): Convert line endings of the
	decrypted text.

	* epg.el (epg-read-output): Don't convert line endings of the
	output file.
	(epg-cancel): Set 'error result.

2006-04-29  Daiki Ueno  <ueno@unixuser.org>

	* epg.el (epg-make-signature): Removed user-id; added
	creation-time, expiration-time, pubkey-algorithm,
	digest-algorithm.
	(epg-process-sentinel): Abolished.
	(epg-signature-to-string): Decode DN.
	(epg-list-keys): Cache user-id in epg-user-id-alist.
	(epg-make-user-id): Renamed name -> string.

2006-04-29  Daiki Ueno  <ueno@unixuser.org>

	* epg.el (epg-status-ERRSIG): New function.
	(epg-verify-file): Signal an error if we encounter ERRSIG status.
	(epg-verify-string): Ditto.

2006-04-28  Daiki Ueno  <ueno@unixuser.org>

	* epg.el: Added typecheck to accessors to objects.

2006-04-26  Daiki Ueno  <ueno@unixuser.org>

	* epg.el (epg-status-GET_HIDDEN): Pass epg-context as the first
	argument of passphrase-callback.
	(epg-status-PROGRESS): Ditto.

2006-04-26  Daiki Ueno  <ueno@unixuser.org>

	* epa.el (epa-select-keys): Don't set inhibit-quit when
	recursive-edit is called.
	(epg-cancel): New function.

2006-04-25  Daiki Ueno  <ueno@unixuser.org>

	* epg.el (epg-process-sentinel): New function; set 'error if gpg
	process exited abnormally, but we have not received an error
	response from it.
	(epg-sign-file): Signal an error only when a signature is not
	created.
	(epg-sign-string): Ditto.
	(epg-encrypt-file): Signal an error if SIGN is specified and
	signature is not created.
	(epg-encrypt-string): Ditto.

2006-04-22  Daiki Ueno  <ueno@unixuser.org>

	* epa.el (epa-key-widget-value-create): Decode DN.
	(epa-list-keys): Add the PROTOCOL argument.
	(epa-select-keys): Require CONTEXT as the first argument.

	* epg.el (epg-gpgsm-program): New user option.
	(epg-dn-type-alist): New variable.
	(epg-start): Don't specify --command-fd if protocol is CMS.
	(epg-list-keys): Require CONTEXT as the first argument.
	(epg-dn-from-string): New function.
	(epg-decode-dn): New function.

2006-04-21  Daiki Ueno  <ueno@unixuser.org>

	* epa.el (epa-sign-keys): New command.

	* epg.el (epg-start-sign-keys): New function.
	(epg-sign-keys): New function.
	(epg-status-GET_HIDDEN): Enable local quit.
	(epg-status-GET_BOOL): Ditto.
	(epg-status-GET_LINE): Ditto.

2006-04-20  Daiki Ueno  <ueno@unixuser.org>

	* epa.el (epa-list-keys-1): Add 'epa-list-keys property to keylist
	region.

2006-04-20  Daiki Ueno  <ueno@unixuser.org>

	* pgg-epg.el (pgg-epg-secret-key-id-list): New variable.
	(pgg-epg-passphrase-callback): New function.

	* epa.el (epa-select-keys): Added "Cancel" button.

2006-04-20  Daiki Ueno  <ueno@unixuser.org>

	* epg.el (epg-signature-to-string): New function.

2006-04-20  Daiki Ueno  <ueno@unixuser.org>

	* epa-file.el (epa-file-write-region): RECIPIENTS is now a list of
	key objects.
	* epa-dired.el (epa-dired-do-encrypt): RECIPIENTS is now a list of
	key objects.

	* epa.el (epa-select-keys): Added MODE argument.
	(epa-encrypt-file): RECIPIENTS is now a list of key objects.

	* epg.el (epg-status-SIG_CREATED): New function.
	(epg-start-sign): epg-context-signers is now a list of key objects.
	(epg-start-encrypt): RECIPIENTS is now a list of key objects.

2006-04-19  Daiki Ueno  <ueno@unixuser.org>

	* epa.el (epa-verify-file): Show results in minibuffer.
	* epg.el (epg-debug-buffer): New variable.
	(epg-flush): New function.

2006-04-18  Daiki Ueno  <ueno@unixuser.org>

	* epa.el (epa-export-keys): New command.
	* epg.el (epg-start-export-keys): Accept a list of epg-key object
	instead of a regexp.

2006-04-18  Daiki Ueno  <ueno@unixuser.org>

	* epa.el (epa-keys-mode-map): Bind epa-list-keys; epa-import-key.
	(epa-import-key): New command.

	* epg.el (epg-delete-problem-alist): New constant.
	(epg-status-DELETE_PROBLEM): New function.
	(epg-start-delete-key): New function.
	(epg-delete-key): New function.
	(epg-wait-for-completion): Add the NO-EOF argument.

2006-04-18  Daiki Ueno  <ueno@unixuser.org>

	* epg.el (epg-start): Insert the command-line arguments to the
	debug buffer.
	(epg-start-encrypt): Wait for BEGIN_ENCRYPTION.
	(epg-start-delete-key): New function.
	(epg-delete-key): New function.

	* epa.el (epa-key): New widget.
	(epa-key-widget-action): New function.
	(epa-key-widget-value-create): New function.
	(epa-key-widget-button-face-get): New function.
	(epa-key-widget-help-echo): New function.

2006-04-17  Daiki Ueno  <ueno@unixuser.org>

	* epa-file.el (epa-file-write-region): Check if START is a string.

2006-04-17  Daiki Ueno  <ueno@unixuser.org>

	* epa-file.el: Rewritten with file-name-handler.
	(epa-file-handler): New variable.
	(epa-file-enable): New command.
	(epa-file-disable): New command.

	* epa-setup.el: Call epa-file-enable.

2006-04-17  Daiki Ueno  <ueno@unixuser.org>

	* epa-file.el (epa-passphrase): New variable.
	(epa-file-passphrase-callback-function): New function.
	(epa-find-file): Reset buffer-undo-list; set
	buffer-file-coding-system to last-coding-system-used after
	decoding.

2006-04-17  Daiki Ueno  <ueno@unixuser.org>

	* epa-file.el (epa-write-file): Try to write region to "/" to get
	last-coding-system-used to be set.

2006-04-17  Daiki Ueno  <ueno@unixuser.org>

	* epa-file.el: New implementation of epf.el.

	* epf.el: Abolished.

2006-04-17  Daiki Ueno  <ueno@unixuser.org>

	* epa.el (epa-verify-file): Display verify result.

	* epg.el (epg-invalid-recipients-alist): New variable.
	(epg-status-INV_RECP): New function.
	(epg-status-NO_RECP): New function.

	* epa.el (epa-keys-mode-map): Bind epa-decrypt-file,
	epa-verify-file, epa-sign-file, and epa-encrypt-file.
	(epa-decrypt-file): New function imported from epa-dired.el.
	(epa-verify-file): New function imported from epa-dired.el.
	(epa-sign-file): New function imported from epa-dired.el.
	(epa-encrypt-file): New function imported from epa-dired.el.

2006-04-16  Daiki Ueno  <ueno@unixuser.org>

	* epa.el (epa-select-keys): Renamed from epa-ask-keys; use
	recursive-edit.
	* epa-dired.el (epa-dired-encrypt-file): Use epa-select-keys.

2006-04-16  Daiki Ueno  <ueno@unixuser.org>

	* epa-setup.el: New file.
	* epa-dired.el: New file.

	* epg.el (epg-colons-pub-spec): Abolished.
	(epg-colons-sec-spec): Abolished.
	(epg-colons-uid-spec): Abolished.
	(epg-colons-fpr-spec): Abolished.
	(epg-key-validity-alist): New variable.
	(epg-key-capablity-alist): New variable.
	(epg-make-key): New object epg-key.
	(epg-make-sub-key): New object epg-sub-key.
	(epg-make-user-id): New object epg-user-id.
	(epg-list-keys-1): Renamed from epg-list-keys.
	(epg-list-keys): Rewritten.

2006-04-15  Daiki Ueno  <ueno@unixuser.org>

	* epg.el (epg-list-keys): Make the NAME argument optional.

2006-04-13  Daiki Ueno  <ueno@unixuser.org>

	* epa.el: Added header.

	* epg.el (epg-list-keys): Specify --with-fingerprint.
	(epg-colons-fpr-spec): New variable.
	(epg-colons-pub-spec): Renamed trust -> validity and ownertrust ->
	owner-trust.
	(epg-colons-sec-spec): Ditto.
	(epg-colons-uid-spec): Renamed trust -> validity.

2006-04-13  Daiki Ueno  <ueno@unixuser.org>

	* epa.el: New file.

	* epg.el (epg-cipher-algorithm-alist): New constant.
	(epg-pubkey-algorithm-alist): New constant.
	(epg-digest-algorithm-alist): New constant.
	(epg-compress-algorithm-alist): New constant.
	(epg-configuration): New function.
	(epg-start): Don't specify --yes.

2006-04-13  Daiki Ueno  <ueno@unixuser.org>

	* epg.el (epg-make-data-from-file): New function.
	(epg-make-data-from-string): New function.
	(epg-data-file): New function.
	(epg-data-string): New function.
	(epg-start-decrypt): Get a cipher text from a data object.
	(epg-delete-output-file): New function.
	(epg-decrypt-file): Add the 3rd argument PLAIN to specify where
	the output goes.
	(epg-start-verify): Get a signature and signed-text from a data
	object.
	(epg-verify-file): Added the 3rd argument PLAIN to specify where
	the output goes; return the plain text if PLAIN is nil.
	(epg-verify-string): Return the plain text.
	(epg-start-sign): Get a plain text from a data object.
	(epg-sign-file): Added the 3rd argument SIGNATURE to specify where
	the output goes.
	(epg-start-encrypt): Get a plain text from a data object.
	(epg-encrypt-file): Added the 4th argument CIPHER to specify where
	the output goes.
	(epg-start-import-keys): Get keys from a data object.
	(epg-import-keys-1): New function.
	(epg-import-keys-from-file): Use it.
	(epg-import-keys-from-string): Use it.

2006-04-12  Daiki Ueno  <ueno@unixuser.org>

	* epf.el: Renamed from epg-file.el.

2006-04-12  Daiki Ueno  <ueno@unixuser.org>

	* epg.el (epg-status-GET_BOOL): New function.
	(epg-status-GET_LINE): New function.
	(epg-prompt-alist): New variable, to be filled.

	* pgg-epg.el (mml2015-gpg-extract-signature-details): New function.
	* epg.el (epg-signature-fingerprint): New function.
	(epg-signature-set-fingerprint): New function.
	(epg-status-VALIDSIG): New function.

	* epg.el (epg-reset): Don't reset result.
	(epg-start-decrypt): Reset result before epg-start.
	(epg-start-verify): Ditto.
	(epg-start-sign): Ditto.
	(epg-start-encrypt): Ditto.
	(epg-start-export-keys): Ditto.
	(epg-start-import-keys): Ditto.

	* Makefile.am (EXTRA_DIST): Added pgg-epg.el.
	* pgg-epg.el: New file.

	* epg.el (epg-start-export-keys): New function.
	(epg-export-keys): New function.
	(epg-start-import-keys): New function.
	(epg-import-keys): New function.
	(epg-verify-file): New function.

	* epg-file.el (epg-file-write-region): Support public key encryption.

	* epg.el (epg-passphrase-callback-function): Always display key-id.