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