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