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