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