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