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