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