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