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