Remove xml.el
[gnus] / contrib / ChangeLog
1 2010-09-26 Julien Danjou <julien@danjou.info>
2
3         * ssl.el: Removed.
4
5         * xml.el: Removed.
6
7 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8
9         * gpg.el: Removed -- seems unused.
10
11 2009-04-09  Richard M Stallman  <rms@gnu.org>
12
13         * sendmail.el (sendmail-send-it): Replace any
14         pre-existing Content-type header if we insert one.
15
16 2009-03-15  Glenn Morris  <rgm@gnu.org>
17
18         * sendmail.el (mail-yank-prefix): Doc fix.
19         (mail-mode-map): Only enable the "Cite Original" menu-item when
20         appropriate.  Standardize the text used for other headers re hyphens.
21
22 2009-03-14  Glenn Morris  <rgm@gnu.org>
23
24         * sendmail.el (mail-interactive): Doc fix.
25         (mail-yank-ignored-headers): Add X-RMAIL- headers, bump :version.
26         (mail-setup): Use the function mail-signature.
27         (mail-mode-hook): Doc fix.
28         (mail-to, mail-subject, mail-cc, mail-bcc, mail-reply-to)
29         (mail-mail-reply-to, mail-mail-followup-to): Doc fixes.
30         (mail-signature): Check the signature file is readable.
31         With the argument ATPOINT, really insert at point.
32         Handle the case when the variable mail-signature is an expression.
33
34 2009-03-10  Glenn Morris  <rgm@gnu.org>
35
36         * sendmail.el (mail-archive-file-name, mail-default-headers):
37         Doc fixes.
38         (mail-mailing-lists): Remove leading `*' from defcustom doc.
39
40 2009-03-03  Simon Josefsson  <simon@josefsson.org>
41
42         * smtpmail.el (smtpmail-auth-supported): Mention that list is
43         in preference order.
44         (smtpmail-try-auth-methods): Improve which authentication
45         mechanism to use, so that the locally most preferred and mutually
46         supported mechanism is used.
47
48 009-02-26  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
49
50         * sendmail.el (sendmail-send-it): `call-process-region' can return a
51         string.  (Bug#2428)
52
53 2009-02-07  Glenn Morris  <rgm@gnu.org>
54
55         * sendmail.el (mail-bury-selects-summary, mail-yank-original): Doc fix.
56         (rmail-output-to-rmail-buffer): Autoload it.
57         (mail-do-fcc): Give it a doc string.  Update for mbox Rmail, simplify.
58
59 2009-01-23  Glenn Morris  <rgm@gnu.org>
60
61         * sendmail.el (mail-bury): Revert previous change now pmail is no more.
62
63 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
64
65         * README: Add gnus-kill-to-score.el.
66
67         * gnus-kill-to-score.el: New file from
68         <http://heim.ifi.uio.no/~larsi/ding-various/gnus-kill-to-score.el>.
69
70 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
71
72         * smtpmail.el (smtpmail-open-stream): Use
73         `starttls-any-program-available'.  Auto-load starttls.el for it.
74
75 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
76
77         * sendmail.el (mail-interactive): Change default.
78
79 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
80
81         * README: Remove entry about nnir.el.
82
83         * nnir.el: Move to ../lisp.
84
85 2008-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
86
87         * compface.el (uncompface): Make buffer, in which uncompface program
88         runs, unibyte.
89
90 2008-05-19  Teodor Zlatanov  <tzz@lifelogs.com>
91
92         * smtpmail.el: Add autoload for `auth-source-user-or-password'.
93         (smtpmail-try-auth-methods): Use it.
94
95 2008-05-15  Andreas Schwab  <schwab@suse.de>
96
97         * nnir.el (nnir-add-result): Properly substitute the parameters.
98
99 2008-05-08  Reiner Steib  <reiner.steib@gmx.de>
100
101         * nnir.el (nnir-run-waissearch, nnir-run-swish++): Remove unused local
102         variable.
103         (nnimap-server-buffer): Silence compiler warning.
104
105 2008-04-24  Christoph Conrad  <christoph.conrad@gmx.de>
106
107         * nnir.el: Fix byte compiler warnings.
108         (nnir-retrieve-headers): Don't set let-bound vars to nil.  Replace
109         mapcar called for effect with mapc.
110         (nnir-compose-result): Bind `group'.  Don't set let-bound vars to nil.
111         (nnir-run-imap, nnir-artlist-groups): Replace mapcar called for effect
112         with mapc.
113         (nnir-run-swish++, nnir-run-swish-e, nnir-run-namazu): Don't set
114         let-bound vars to nil.
115
116 2008-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
117
118         * nnir.el: Don't require cl at runtime.  Require gnus-util at runtime.
119         Autoload nnimap and imap functions.
120
121 2008-04-21  Justus Piater  <Justus-bulk@Piater.name>
122
123         * nnir.el (nnir-compose-result): Use `gnus-replace-in-string' instead
124         of `substitute' to avoid using cl at runtime.
125
126 2008-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
127
128         * nnir.el: Don't require edmacro anymore.  Remove bogus Emacs 19
129         compatibility code for `kbd'.  Replace `string-to-int' with
130         `string-to-number'.
131         (nnmaildir-base-name-to-article-number): Autoload.
132         (nnir-compose-result): Simplify the code.
133
134 2008-04-19  Justus Piater  <Justus-bulk@Piater.name>
135
136         * nnir.el (nnir-add-result): New helper macro.
137         (nnir-compose-result): Use it.  Fix inexistent file check for maildir.
138
139 2008-04-15  Christoph Conrad  <christoph.conrad@gmx.de>
140
141         * nnir.el (nnir-run-swish++): Fix inexistent file check for nnml.
142
143 2008-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
144
145         * nnir.el (nnir-run-swish++): Fix typo in doc string.  Move comment on
146         nnml-use-compressed-files to more suitable place.
147
148 2008-04-13  Daniel Pittman  <daniel@rimspace.net>
149
150         * nnir.el (nnir-run-imap): Add doc string.  Use `nnir-imap-make-query'.
151         (nnir-imap-make-query, nnir-imap-query-to-imap)
152         (nnir-imap-expr-to-imap, nnir-imap-parse-query, nnir-imap-next-expr)
153         (nnir-imap-peek-symbol, nnir-imap-next-symbol)
154         (nnir-imap-delimited-string, nnir-imap-end-of-input): New functions.
155         Implement a query language for IMAP search, parse that and compose the
156         back-end query from it.  This allows searches with AND, OR and fixed
157         strings, not just a single substring.
158
159 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
160
161         * nnir.el: Add assignment status.
162         (nnir-group-mode-hook): Remove XEmacs 19 compatibility code.
163
164 2008-04-13  Justus Piater  <Justus-bulk@Piater.name>
165
166         * nnir.el (nnir-run-swish++): Suppress non-existing files.
167         (nnir-group-server): For native groups, obtain the server name from
168         gnus-select-method.
169         (nnir-run-swish++, nnir-run-namazu): Support nnmaildir.
170         (nnir-compose-result): New function unifying some code formerly
171         duplicated between nnir-run-swish++ and nnir-run-namazu.
172
173 2008-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
174
175         * README: Clarify relevant Emacs versions for sendmail.el and
176         smtpmail.el.  Add fill-column.  Refill paragraphs.  Typographic fixes.
177         Add comment about gpg-ring.el and gpg.el.
178
179 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
180
181         * README: Remove hashcash.el.
182
183 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
184
185         * sendmail.el (dired-view-file, dired-get-filename): Declare as
186         functions.
187
188 2007-11-24  Kenichi Handa  <handa@m17n.org>
189
190         * ucs-tables.el (ucs-8859-7-alist): Update the table.
191
192 2007-11-20  Noah S. Friedman  <friedman@splode.com>
193
194         * vcard.el: Update to revision 1.11 2000/06/29.
195
196 2007-10-15  Sam Steingold  <sds@gnu.org>
197
198         * sendmail.el (sendmail-error-reporting-interactive)
199         (sendmail-error-reporting-non-interactive): New variables for
200         sendmail error reporting options to simplify support for imperfect
201         sendmail emulators.
202         (sendmail-send-it): Use them instead of list literals.
203
204 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
205
206         * Relicense "GPLv2 or later" files to "GPLv3 or later".
207
208 2007-09-23  Richard Stallman  <rms@gnu.org>
209
210         * sendmail.el (mail-bury): Delete the frame if this frame looks
211         like it was made for this message.
212
213 2007-09-16  Andreas Seltenreich  <andreas@gate450.dyndns.org>
214
215         * nnir.el (nnir-run-query): Add a find-grep engine.
216
217 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
218
219         * sendmail.el (mail-text, mail-mode): Revert extant pieces of
220         1995-05-19 doc changes.
221
222 2007-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
223
224         * nnir.el (gnus-group-make-nnir-group): Put a message-unique-id into
225         names of ephemeral groups to avoid gnus-backlog related caching
226         problems on repeated searches.
227
228 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
229
230         * smtpmail.el: Signal an error when used with Emacs 22+ or XEmacs.
231         (smtpmail-send-it): Remove NOMODIFY argument of
232         `set-buffer-file-coding-system' for compatibility with Emacs 21.
233
234 2007-02-20  Juanma Barranquero  <lekktu@gmail.com>
235
236         * smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
237         Fix typos in docstrings.
238         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
239
240 2007-01-06  Simon Josefsson  <simon@josefsson.org>
241
242         * README: Mention that smtpmail.el doesn't work on XEmacs.
243
244 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
245
246         * smtpmail.el (smtpmail-send-it):
247         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
248         MIME header for the message encoding.
249         Bind coding-system-for-write around the call to mail-do-fcc.
250         Use smtpmail-code-conv-from to encode queued mail messages.
251
252 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
253
254         * smtpmail.el (smtpmail-try-auth-methods): Fix typo in
255         2006-09-28 commit.
256
257 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp> (tiny change)
258
259         * smtpmail.el (smtpmail-try-auth-methods): Do not break long
260         lines in base64-encoded authentication response.
261
262 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
263
264         * sendmail.el (sendmail-program): Moved here from pathe.el.
265
266 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
267
268         * compface.el (uncompface): Use binary rather than raw-text-unix.
269
270 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
271
272         * compface.el (uncompface): Make sure the eol conversion doesn't take
273         place when communicating with the external programs.  Reported by
274         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
275
276 2006-07-17  Sascha Wilde  <wilde@sha-bang.de>
277
278         * nnir.el: Removed support for non free backends glimpse and excite.
279         Changed and updated copyright to Free Software Foundation.  Moved all
280         authors to head.
281
282 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
283
284         * sendmail.el (mail-send): Search explicitly for
285         mail-header-separator when checking for corrupted header lines.
286
287 2006-06-10  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
288
289         * nnir.el (nnir-read-server-parm): Do not unconditionally fall back to
290         global variables if nnir-mail-backend is nil.
291         (nnir-retrieve-headers): Error on void novitem.  It would just result
292         in a more obscure error later.
293
294 2006-06-09  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
295
296         * nnir.el (nnir-group-server): DTRT when called on native groups.  The
297         macro is called on groups without checking for foreigness, although the
298         docstring stated it was only for foreign ones.
299
300 2006-06-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
301
302         * nnir.el (nnir-retrieve-headers): Bind gnus-override-method before
303         calling gnus-retrieve-headers.  If we hit a group that isn't in
304         gnus-newsrc-hashtb, gnus-find-method-for-group invented a new select
305         method with empty parameters, possibly corrupting
306         gnus-server-method-cache on the next call to gnus-method-to-server.
307
308 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
309
310         * nnir.el (nnir-retrieve-headers): Revert last change; we might as well
311         see message-ids instead of article numbers.
312         (nnir-request-article): Actually check for message-ids.
313
314 2006-06-01  Reiner Steib  <Reiner.Steib@gmx.de>
315
316         * nnir.el (nnir-run-swish++): Compressed files might not have .gz
317         extension.
318
319 2006-05-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
320
321         * nnir.el (nnir-retrieve-headers, nnir-request-article): Move check for
322         message-id request.
323
324 2006-05-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
325
326         * nnir.el (nnir-retrieve-headers): Return correct article numbers when
327         less than the full range is selected.
328
329 2006-05-12  Simon Josefsson  <jas@extundo.com>
330
331         * nnir.el: Compare servers using gnus-server-equal, otherwise
332         string methods in nnir-mail-backend won't work.
333
334 2006-04-11  Sascha Wilde  <wilde@sha-bang.de>
335
336         * nnir.el (nnir-run-swish++): Allow matching gzipped files.
337
338 2006-02-11  Miles Bader  <miles@gnu.org>
339
340         * sendmail.el, smtpmail.el: New files, from Emacs tree.
341
342 2005-12-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
343
344         * gnus-namazu.el (gnus-namazu-remote-groups): Accept `t' as an
345         symbol that matches the method specified by `gnus-select-method'.
346         (gnus-namazu/make-directory-table): Follow the above change.
347         (gnus-namazu/call-namazu): Wrap a query string with quotes.
348
349 2005-12-05  Adrian Aichner  <adrian@xemacs.org>
350
351         * nnir.el: New variable nnir-swish-e-index-files to support
352         multiple swish-e index files.
353         * nnir.el (nnir-swish-e-index-file): Make obsolete.
354         * nnir.el (nnir-swish-e-index-files): New.
355         * nnir.el (nnir-run-swish-e): Use nnir-swish-e-index-files.
356
357 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
358
359         * nnir.el (nnir): Add :group.
360
361 2005-01-26  Steve Youngs  <steve@sxemacs.org>
362
363         * gpg.el: Add timer/itimer compatibility.
364
365 2004-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
366
367         * README (compface.el): Describe.
368
369 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
370
371         * compface.el: Move the version of ELisp-based uncompface program
372         from the lisp directory because of the copyright problem.
373
374 2004-09-27  Simon Josefsson  <jas@extundo.com>
375
376         * hashcash.el: Move to ../lisp/.
377
378 2004-07-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
379
380         * gnus-namazu.el (gnus-namazu/make-directory-table): Treat drive
381         letters when calcurating pathnames of remote groups.
382         From KOSEKI Yoshinori <kose@meadowy.org> (tiny change).
383
384 2004-05-27  Simon Josefsson  <jas@extundo.com>
385
386         * starttls.el: Moved to ../lisp/.
387
388 2004-05-26  Simon Josefsson  <jas@extundo.com>
389
390         * starttls.el: Sync with proposed Emacs version.
391
392 2004-05-13  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
393
394         * gnus-namazu.el (gnus-namazu/setup): Do not update indices
395         `gnus-namazu-command-prefix' is non-nil.
396
397 2004-05-12  Kai Grossjohann  <kai@emptydomain.de>
398
399         * README (nnir.el): Describe.
400
401 2004-05-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
402
403         * README (gnus-namazu.el): Describe.
404
405         * gnus-namazu.el: New file.
406
407 2004-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
408
409         * nnir.el (nnir-group-server): Fix doc-string, indent.
410
411 2004-04-05  Andreas Schwab  <schwab@suse.de>
412
413         * nnir.el (nnir-group-server): Move before first use.
414
415 2004-03-15  Adrian Lanz  <lanz@fowi.ethz.ch>  (tiny change)
416
417         * nnir.el (nnir-run-swish-e): Fixed typo.
418
419 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
420
421         * README: update.
422
423         * md5.el: Remove.
424
425         * base64.el: Remove.
426
427 2004-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
428
429         * nnir.el (nnir-run-glimpse): Fixed typo.  Reported by Patrick
430         Drechsler <patrick.drechsler@gmx.net>.
431
432 2003-11-15  Simon Josefsson  <jas@extundo.com>
433
434         * starttls.el: Sync with recent gnu.emacs.sources post.
435
436 2003-10-24  Steve Youngs  <sryoungs@bigpond.net.au>
437
438         * nnir.el: Autoload `read-kbd-macro' at compile time.
439
440 2003-09-30  Torsten Hilbrich  <torsten.hilbrich@gmx.net>
441
442         * nnir.el (nnir-imap-search-field, nnir-imap-search-arguments)
443         (nnir-imap-search-argument-history): New variables.
444         (nnir-engines, nnir-run-imap): Use them.
445         (nnir-read-parm): Support reading the new IMAP query parameters.
446
447 2003-06-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
448
449         * README: Explain purpose of each file (well, most files).
450
451 2003-05-01  Vasily Korytov  <deskpot@despammed.com>
452
453         * gpg.el (gpg-passphrase-forget): Check that gpg-passphrase is
454         set.
455
456 2003-04-17  Steve Youngs  <youngs@xemacs.org>
457
458         * hashcash.el (hashcash-point-at-bol): Move the fbound test
459         outside of the defalias.
460         (hashcash-point-at-eol): Ditto.
461
462 2003-03-19  Simon Josefsson  <jas@extundo.com>
463
464         * gnus-idna.el: Update.
465
466 2003-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
467
468         * hashcash.el (hashcash-version, hashcash-insert-payment): patch
469         from Paul Foley
470
471 2003-03-07  Simon Josefsson  <jas@extundo.com>
472
473         * gnus-idna.el (gnus-idna-to-ascii-rhs-1): Narrow to
474         head (otherwise forwarded mail break havoc).
475
476 2003-03-07  Teodor Zlatanov  <tzz@bwh.harvard.edu>
477
478         * hashcash.el: New version from Paul Foley with better variable
479         names, executable-find support, and no errors in GNU Emacs
480         (hashcash-version): return nil when invoked with a
481         nil token
482
483 2003-02-21  Simon Josefsson  <jas@extundo.com>
484
485         * hashcash.el (hashcash-point-at-bol):
486         (hashcash-point-at-eol): Defalias.
487         (hashcash-generate-payment):
488         (mail-check-payment): Use it.
489
490 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
491
492         * hashcash.el: New version from Paul Foley with new
493         mail-check-payment function.
494
495 2002-06-22  Simon Josefsson  <jas@extundo.com>
496
497         * hashcash.el: New file.
498         (hashcash-default-payment, hashcash-payment-alist, hashcash):
499         Defcustom.
500         (hashcash-generate-payment): Update to recent hashcode command
501         line syntax.
502         (hashcash-insert-payment): Use X-Hashcode:.
503         (mail-add-payment): Also look at Newsgroups.
504         (top-level): Add provide and EOF comment.
505         (mail-add-payment): Autoload.
506         (hashcash-insert-payment): s/Hashcode/Hashcash/
507         (mail-add-payment): Doc fix.
508
509 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
510
511         * gnus-mdrtn.el (gnus-moderated-groups): Removed (require 'gnus-load).
512
513 2002-04-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
514
515         * ucs-tables.el (featurep): Barf on XEmacs.
516
517 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
518
519         * ucs-tables.el: Copy from Emacs 21.
520
521 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
522
523         * xml.el: Sync with Emacs 21.
524
525 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
526
527         * gpg.el (gpg-command-decrypt): Enable the status-fd command line
528         option to gpg when decrypting so `mml2015-mailcrypt-decrypt' can
529         parse and display the output.
530
531 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
532
533         * gnus-mdrtn.el (gnus-moderation-cancel-article): Insert an extra
534         newline.
535
536 2001-12-26  Florian Weimer  <fw@deneb.enyo.de>
537
538         * gpg.el (gpg-command-default-alist): Using gpg-2comp is no longer
539         the default.
540
541 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
542
543         * ChangeLog: changed buffer-file-coding-system back to
544         coding. (oops)
545
546 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
547
548         * ChangeLog: changed coding to buffer-file-coding-system
549
550 2001-11-22  Simon Josefsson  <jas@extundo.com>
551
552         * sha1.el: Removed. (A FSF copyrighted sha1-el.el file is in
553         ../lisp/).
554
555 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
556
557         * canlock.el, hex-util.el, sha1-el.el: Move to lisp.
558
559 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
560
561         * canlock.el (canlock-base64-encode-function): Removed.
562         (canlock-mmencode-program): Removed.
563         (canlock-mmencode-args-for-encoding): Removed.
564         (canlock-openssl-program): Renamed from `canlock-ssleay-program'.
565         (canlock-openssl-args): Renamed from `canlock-ssleay-args'.
566         (canlock-load-hook): Removed.
567         (canlock-base64-encode-string-with-mmencode): Removed.
568         (canlock-sha1-with-openssl): Renamed from
569         `canlock-sha1-with-ssleay'.
570         (canlock-hex-string-to-int): Removed.
571         (canlock-fetch-fields): Don't use `mapcar'.
572         (canlock-fetch-id-for-key): Don't use Cancel header if there is no
573         cancel command.
574         (gnus-summary-canlock-verify): Removed.
575         (wl-summary-canlock-verify): Removed.
576         (canlock-mew-summary-display): Removed.
577         (mew-summary-canlock-verify): Removed.
578         (mh-summary-canlock-verify): Removed.
579         (vm-summary-canlock-verify): Removed.
580         (cmail-summary-canlock-verify): Removed.
581         (rmail-summary-canlock-verify): Removed.
582
583 2001-10-25  Simon Josefsson  <jas@extundo.com>
584
585         * canlock.el (canlock-password, canlock-password-for-verify)
586         (canlock-force-insert-header): Defcustom.
587
588 2001-10-17  Simon Josefsson  <jas@extundo.com>
589
590         * canlock.el (sha1-binary): Autoload `sha1-binary'.
591         (canlock-sha1-function): Use it.
592         (canlock-sha1-function-for-verify): Ditto.
593
594         * sha1-el.el: New file.
595
596         * hex-util.el: Ditto.
597
598 2001-08-24 16:09:14  Fabien Penso  <penso@linuxfr.org>
599
600         * gpg.el (gpg-command-sign-detached): Doc fix.
601
602 2001-08-07  Andreas Jaeger  <aj@suse.de>
603
604         * gpg.el (gpg-passphrase-forget): Don't cache
605         gpg-passphrase-timer.
606         (gpg-passphrase-store): Check if gpg-passphrase-timer is
607         initialized already.
608
609 2001-07-30 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
610         From Andreas Fuchs <asf@void.at>
611
612         * gpg.el (gpg-command-verify): --status-fd 1
613         (gpg-unabbrev-trust-alist): New.
614
615 2001-01-18  Colin Marquardt  <colin.marquardt@usa.alcatel.com>
616
617         * gpg.el (gpg-make-temp-file): Error info.
618
619 2001-01-13 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
620
621         * gpg.el (gpg-build-arg-list): Use copy-sequence.
622
623 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
624
625         * gpg.el (defalias): Use eval-and-compile.
626         (gpg-command-all-arglist): Suggest by Jeff Senn <senn@maya.com>.
627
628 2000-12-15 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
629
630         * gpg.el (gpg-command-alist): Alist may not be defined.
631
632 2000-12-14 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
633
634         * gpg.el (gpg-make-temp-file): Don't check file-modes of M$Windows.
635
636 2000-12-14 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
637
638         * gpg.el (gpg-passphrase-store): Don't activate timer if it is live.
639
640 2000-11-30 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
641
642         * gpg.el (gpg-make-temp-file): Use expand-file-name.
643         (gpg-point-at-eol): New function.
644         (gpg-call-process): Use it.
645         (gpg-key-list-keys-parse-line): Ditto.
646         (gpg-with-passphrase-env): edebug-form-spec.
647         (gpg-with-temp-files): Ditto.
648         (gpg-show-result): Ditto.
649
650 2000-11-08  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
651
652         * gpg.el: In Xemacs it is called point-at-eol, not
653         line-end-position
654
655         * gpg.el (gpg-key-lessp): use string-lessp instead of
656         compare-strings (not available on XEmacs)
657
658 2000-11-16  Simon Josefsson  <sj@extundo.com>
659
660         * gpg.el (gpg-command-verify-cleartext): New variable.
661         (gpg-verify-cleartext): New function.
662
663 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
664
665         * gpg.el (gpg-verify): The last argument of apply is a list.
666         (gpg-encrypt): Add passphrase as a parameter.
667
668     Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006,
669     2007, 2008, 2009, 2010 Free Software Foundation, Inc.
670
671   This file is part of GNU Emacs.
672
673   GNU Emacs is free software; you can redistribute it and/or modify
674   it under the terms of the GNU General Public License as published by
675   the Free Software Foundation; either version 3, or (at your option)
676   any later version.
677
678   GNU Emacs is distributed in the hope that it will be useful,
679   but WITHOUT ANY WARRANTY; without even the implied warranty of
680   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
681   GNU General Public License for more details.
682
683   You should have received a copy of the GNU General Public License
684   along with GNU Emacs; see the file COPYING.  If not, write to the
685   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
686   Boston, MA 02110-1301, USA.
687
688 ;; Local Variables:
689 ;; coding: iso-2022-7bit
690 ;; fill-column: 79
691 ;; add-log-time-zone-rule: t
692 ;; End: