2001-10-30 21:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
[gnus] / contrib / ChangeLog
1 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2
3         * canlock.el, hex-util.el, sha1-el.el: Move to lisp.
4
5 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6
7         * canlock.el: (canlock-base64-encode-function): Removed.
8         (canlock-mmencode-program): Removed.
9         (canlock-mmencode-args-for-encoding): Removed.
10         (canlock-openssl-program): Renamed from `canlock-ssleay-program'.
11         (canlock-openssl-args): Renamed from `canlock-ssleay-args'.
12         (canlock-load-hook): Removed.
13         (canlock-base64-encode-string-with-mmencode): Removed.
14         (canlock-sha1-with-openssl): Renamed from
15         `canlock-sha1-with-ssleay'.
16         (canlock-hex-string-to-int): Removed.
17         (canlock-fetch-fields): Don't use `mapcar'.
18         (canlock-fetch-id-for-key): Don't use Cancel header if there is no
19         cancel command.
20         (gnus-summary-canlock-verify): Removed.
21         (wl-summary-canlock-verify): Removed.
22         (canlock-mew-summary-display): Removed.
23         (mew-summary-canlock-verify): Removed.
24         (mh-summary-canlock-verify): Removed.
25         (vm-summary-canlock-verify): Removed.
26         (cmail-summary-canlock-verify): Removed.
27         (rmail-summary-canlock-verify): Removed.
28
29 2001-10-25  Simon Josefsson  <jas@extundo.com>
30
31         * canlock.el (canlock-password, canlock-password-for-verify) 
32         (canlock-force-insert-header): Defcustom.
33
34 2001-10-17  Simon Josefsson  <jas@extundo.com>
35
36         * canlock.el (sha1-binary): Autoload `sha1-binary'.
37         (canlock-sha1-function): Use it.
38         (canlock-sha1-function-for-verify): Ditto.
39
40         * sha1-el.el: New file.
41
42         * hex-util.el: Ditto.
43
44 2001-08-24 16:09:14  Fabien Penso  <penso@linuxfr.org>
45
46         * gpg.el (gpg-command-sign-detached): Doc fix.
47
48 2001-08-07  Andreas Jaeger  <aj@suse.de>
49
50         * gpg.el (gpg-passphrase-forget): Don't cache
51         gpg-passphrase-timer.
52         (gpg-passphrase-store): Check if gpg-passphrase-timer is
53         initialized already.
54         
55 2001-07-30 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
56         From Andreas Fuchs <asf@void.at>
57
58         * gpg.el (gpg-command-verify): --status-fd 1
59         (gpg-unabbrev-trust-alist): New.
60
61 2001-01-18  Colin Marquardt <colin.marquardt@usa.alcatel.com>
62
63         * gpg.el (gpg-make-temp-file): Error info.
64
65 2001-01-13 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
66
67         * gpg.el (gpg-build-arg-list): Use copy-sequence.
68
69 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
70
71         * gpg.el (defalias): Use eval-and-compile.
72         (gpg-command-all-arglist): Suggest by Jeff Senn <senn@maya.com>.
73
74 2000-12-15 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
75
76         * gpg.el (gpg-command-alist): Alist may not be defined.
77
78 2000-12-14 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
79
80         * gpg.el (gpg-make-temp-file): Don't check file-modes of M$Windows.
81
82 2000-12-14 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
83
84         * gpg.el (gpg-passphrase-store): Don't activate timer if it is live.
85
86 2000-11-30 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
87
88         * gpg.el: (gpg-make-temp-file): Use expand-file-name.
89         (gpg-point-at-eol): New function.
90         (gpg-call-process): Use it.
91         (gpg-key-list-keys-parse-line): Ditto.
92         (gpg-with-passphrase-env): edebug-form-spec.
93         (gpg-with-temp-files): Ditto.
94         (gpg-show-result): Ditto.
95
96 2000-11-08  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
97
98         * gpg.el: In Xemacs it is called point-at-eol, not
99         line-end-position
100
101         * gpg.el (gpg-key-lessp): use string-lessp instead of
102         compare-strings (not available on XEmacs)
103         
104 2000-11-16  Simon Josefsson  <sj@extundo.com>
105
106         * gpg.el (gpg-command-verify-cleartext): New variable.
107         (gpg-verify-cleartext): New function.
108         
109 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
110
111         * gpg.el (gpg-verify): The last argument of apply is a list.
112         (gpg-encrypt): Add passphrase as a parameter.
113
114 ;; Local Variables:
115 ;; coding: iso-2022-7bit
116 ;; End: