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