1f71b71296465660230ce3abddb6f21470d6a59c
[gnus] / lisp / ChangeLog
1 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * message.el (message-confirm-send): Fix version.
4
5 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6
7         * message.el (message-idna-to-ascii-rhs-1): Use
8         mail-extract-address-components rather than mail-header-parse-addresses
9         that is an alias by default to ietf-drums-parse-addresses that does not
10         support non-ASCII names in headers' contents.
11
12 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13
14         * message.el (message-confirm-send): Fixed variable documentation to
15         avoid the "y/n" wording.
16
17 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
18
19         * message.el (message-set-auto-save-file-name): Save to a different
20         filename so multiple messages (especially drafts) can be recovered.
21
22 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
23
24         * message.el (message-confirm-send): Add appropriate version.
25
26 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
27
28         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
29         defvar.
30
31 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
32
33         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
34         (mm-pkcs7-enveloped-magic): Ditto.
35
36 2008-09-17  Simon Josefsson  <simon@josefsson.org>
37
38         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
39         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
40
41 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
42
43         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
44         default, it's better.
45
46 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
47
48         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
49         summary line gnus-number property and ignore them (with a warning
50         message).
51
52 2008-09-08  David Engster  <dengste@eml.cc>
53
54         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
55         in completing-read for back end server.
56
57 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
58
59         * message.el (message-confirm-send): New variable to confirm sending a
60         message.
61         (message-send): Use it.
62
63 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
64
65         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
66
67 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
68
69         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
70
71 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
72
73         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
74         prevent tracking too many groups.
75         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
76         Use it.
77
78 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
79
80         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
81         moving point to the bottom of the window in order to avoid recentering.
82
83 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
84
85         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
86
87         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
88         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
89         (gnus-article-beginning-of-window): Fix calculation.
90
91 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
92
93         * gnus-msg.el (gnus-summary-supersede-article)
94         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
95         value of gnus-newsgroup-charset to decode non-MIME encoded text in
96         message header.
97
98 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
99
100         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
101         pending output coming after the status change.
102
103 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
104
105         * message.el:
106         * gnus-start.el:
107         * gnus-registry.el: Remove VMS support.
108
109 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
110
111         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
112         macro.
113         (rfc2104-hash): Use it.
114
115 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
116
117         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
118         (gnus-summary-sort-by-most-recent-date): New commands.
119         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
120         and menu entries.
121
122 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
123
124         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
125         don't redisplay article for raw contents; remove plural articles stuff.
126
127         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
128         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
129         on gnus-summary-save-article; display results properly.
130
131 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
132
133         * lpath.el: No need to fbind ns-focus-frame.
134
135 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
138
139 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
140
141         * gnus-art.el (gnus-summary-save-in-pipe): Consider
142         gnus-save-all-headers.
143
144 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
145
146         * gnus-util.el (ns-focus-frame): Remove declaration.
147         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
148         like x.
149
150 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
151
152         * rfc2104.el (rfc2104-zero): Delete defconst.
153         (rfc2104-hex-alist): Likewise.
154         (rfc2104-hex-to-int): Delete func.
155         (rfc2104-hexstring-to-bitstring): Likewise.
156         (rfc2104-nybbles): New defconst.
157         (rfc2104-hash): Rewrite for speed.
158
159 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
160
161         * tls.el (open-tls-stream): Make it work with the 2nd argument
162         BUFFER that is a string but does not exist as a buffer object, as
163         mentioned in the doc-string.
164
165 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
166
167         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
168         SXEmacs.
169
170 2008-07-16  Glenn Morris  <rgm@gnu.org>
171
172         * gnus-util.el (ns-focus-frame): Declare for compiler.
173
174 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
175
176         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
177         set as a group parameter.
178         (gnus-summary-save-in-pipe): Work when it is called independently.
179         (gnus-summary-pipe-to-muttprint): Don't modify
180         gnus-summary-pipe-output-default-command.
181
182 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
183
184         * message.el (message-send-mail-with-sendmail):
185         Display the error message.
186
187 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
188
189         * gnus-art.el (gnus-default-article-saver):
190         Add gnus-summary-save-in-pipe to choices.
191         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
192         gnus-summary-pipe-output-default-command as the default command.
193         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
194         instead of gnus-last-shell-command.
195
196         * gnus-sum.el (gnus-summary-pipe-output-default-command):
197         New user option.
198         (gnus-summary-muttprint-program): Mention the value will be changed.
199         (gnus-summary-save-article): Force showing of all headers.
200         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
201
202 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
203
204         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
205
206 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
207
208         * nnimap.el (nnimap-id):
209         * sieve-manage.el (sieve-manage-open): Doc fixes.
210
211 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
212
213         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
214         if available.
215
216 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
217
218         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
219
220         * nnkiboze.el (nnkiboze-generate-group):
221         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
222
223         * nnmairix.el: Require CL.
224
225 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
226
227         * dgnushack.el: Autoload get-display-table and put-display-table for
228         XEmacs 21.5.
229
230         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
231         21.4 and SXEmacs.
232
233 2008-06-15  David Engster  <dengste@eml.cc>
234
235         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
236
237 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
238
239         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
240         New macros that expand to an `aset'/`aref' call under Emacs, and to a
241         runtime choice under XEmacs.
242
243         * gnus-sum.el (gnus-summary-set-display-table):
244         Use `gnus-put-display-table', `gnus-get-display-table',
245         `gnus-set-display-table' for the display table, instead of `aset'.
246
247         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
248         Use `gnus-put-display-table', `gnus-get-display-table',
249         `gnus-set-display-table' for the display table.
250
251 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
252
253         * nnmairix.el: Add autoloads.
254
255 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
256
257         * nnmairix.el (nnmairix-delete-recreate-group)
258         (nnmairix-update-and-clear-marks): Fix error messages.
259
260 2008-06-14  David Engster  <dengste@eml.cc>
261
262         * nnmairix.el: Upgrade to version 0.6.
263         (nnmairix-group-toggle-propmarks-this-group)
264         (nnmairix-group-toggle-readmarks-this-group)
265         (nnmairix-group-delete-recreate-this-group)
266         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
267         (nnmairix-remove-tick-mark-original-article): New commands.
268         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
269         (nnmairix-propagate-marks-to-nnmairix-groups)
270         (nnmairix-only-use-registry, nnmairix-allowfast-default)
271         (nnmairix-marks-cache, nnmairix-version-output): New variables.
272         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
273         functions needed for marks propagation and manipulation of read marks.
274         (nnmairix-update-groups): New function.
275         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
276         (nnmairix-determine-original-group-from-registry)
277         (nnmairix-determine-original-group-from-path)
278         (nnmairix-get-group-from-file-path, nnmairix-map-range)
279         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
280         New helper functions.
281         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
282         keystrokes for new commands.
283         (nnmairix-delete-and-create-on-change): Doc string cleanup.
284         (nnmairix-request-group): Check allow-fast group parameter.
285         (nnmairix-request-create-group): Set allow-fast group parameter if
286         nnmairix-allowfast-default is set.
287         (nnmairix-close-group): Propagate marks upon closing if needed.
288         (nnmairix-group-toggle-threads-this-group): Use new.
289         nnmairix-group-toggle-parameter helper function.
290         (nnmairix-search): Better check for empty search result.
291         (nnmairix-goto-original-article): Use new helper functions for
292         determining original article.
293         (nnmairix-show-original-article): Make sure message-id is in brackets.
294         (nnmairix-call-mairix-binary): Change variable name.
295         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
296         helper function.
297         (nnmairix-widget-toggle-activate): Fix doc string.
298
299 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
300
301         * nnir.el: Require edmacro when compiling with XEmacs.
302         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
303         available in Emacs 21.
304
305 2008-06-11  Glenn Morris  <rgm@gnu.org>
306
307         * gnus-util.el (x-focus-frame):
308         * gnus.el (image-size):
309         * mm-decode.el (image-size): Declare.
310
311         * gnus-picon.el (declare-function): Add compat definition.
312         (image-size): Declare.
313
314         * gnus-group.el (tool-bar-map):
315         * gnus-sum.el (tool-bar-map): Define for compiler.
316
317         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
318
319         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
320
321         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
322         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
323         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
324         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
325         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
326         * sieve-manage.el, spam-report.el, spam.el:
327         Remove unnecessary eval-and-compile of autoloads.
328
329 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
330
331         * auth-source.el: Precise Tramp doc.
332
333 2008-06-07  Glenn Morris  <rgm@gnu.org>
334
335         * nnmairix.el: Remove unnecessary eval-when-compile.
336
337 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
338
339         * lpath.el: Fbind propertize for XEmacs 21.4.
340
341 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
342
343         * nnir.el: Move here from ../contrib.
344
345 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
346
347         * gnus-util.el (gnus-read-shell-command): New function.
348         * mm-decode.el (mm-pipe-part):
349         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
350
351 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
352
353         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
354
355 2008-06-03  Glenn Morris  <rgm@gnu.org>
356
357        * pop3.el (nnheader-accept-process-output): Autoload it.
358
359 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
360
361         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
362         are not 2-digit hexadecimal characters that follow `%'s.
363
364 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
365
366         * message.el (message-bogus-recipient-p): Fix type in doc string.
367         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
368         (message-bogus-addresses): Rename from message-bogus-address-regexp.
369         Improve custom options.
370         (message-bogus-recipient-p): Adjust accordingly.
371
372 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
373
374         * parse-time.el (parse-time-months, parse-time-weekdays): Add
375         long-form month and day names.
376
377 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
378
379         * dgnushack.el: Autoload debug, eudc-expand-inline and
380         pgg-snarf-keys-region for XEmacs.
381
382         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
383
384         * nnmairix.el: Require edmacro when compiling with XEmacs.
385
386 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
387
388         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
389         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
390
391 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
392
393         * auth-source.el: Add more docs.
394
395         * netrc.el (netrc-machine): Always match if the port is not given.
396
397 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
398
399         * nnheader.el (nnheader-read-timeout): Change the default timeout from
400         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
401         retrieval faster in some cases, but might make CPU usage larger.  If
402         this has any bad side effects, we might revert this change.
403
404         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
405         seems to make mail retrieval much, much faster.
406         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
407         unconditionally.
408
409         * gnus-draft.el (gnus-group-send-queue): Bind
410         message-send-mail-partially-limit to nil to avoid being prompted.
411
412 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
413
414         * mml.el (mml-attach-buffer): Prompt for `disposition'.
415
416         * message.el (message-bogus-address-regexp): Fix and improve custom
417         type.
418         (message-setup-hook): Add message-check-recipients as custom option.
419
420 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
421
422         * message.el (message-cite-function): Remove bogus autoload which crept
423         in during merge from v5-10.
424
425 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
426
427         * nnimap.el (nnimap-open-connection): Fix login/password bug.
428
429         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
430
431         * auth-source.el: Preliminary Tramp docs.
432         (auth-sources): Change the default auth-sources to use
433         EPA .gpg files.
434
435 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
436
437         * nntp.el: Autoload `auth-source-user-or-password'.
438         (nntp-send-authinfo): Use it.
439
440         * nnimap.el: Autoload `auth-source-user-or-password'.
441         (nnimap-open-connection): Use it.
442
443         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
444         for the gnus-message function.
445         (auth-source-user-or-password): Use it.
446
447 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
448
449         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
450         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
451         (rfc2104-hash): Use it.
452
453 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
454
455         * gnus-art.el (gnus-article-toggle-truncate-lines):
456         Don't use `iff' in docstring.
457
458 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
459
460         * gnus-registry.el: Adjusted copyright dates and added a keyword.
461
462         * gnus-util.el (gnus-extract-address-component-name)
463         (gnus-extract-address-component-email): Convenience functions around
464         `gnus-extract-address-components'.
465
466         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
467         Use `gnus-extract-address-component-email' to fix bug of comparing full
468         sender name to `user-mail-address'.
469
470 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
471
472         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
473         catch/throw to optimize.
474         (gnus-registry-find-keywords): Just use member to find a keyword.
475
476 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
477
478         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
479         is current before calling gnus-server-prepare.
480         (gnus-server-setup-buffer, gnus-server-update-server)
481         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
482
483 2008-05-04  Juri Linkov  <juri@jurta.org>
484
485         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
486         (mailcap-file-default-commands): Use mailcap-replace-in-string
487         instead of replace-regexp-in-string, and mailcap-delete-duplicates
488         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
489
490 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
491
492         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
493
494 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
495
496         * gnus.el: Bump version to 0.11
497
498 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
499
500         * gnus.el: No Gnus v0.10 is released.
501
502 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
503
504         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
505         hooks.
506         (gnus-update-read-articles): Speed up non-marks-using users.
507         (gnus-use-marks): Define gnus-use-marks.
508         (gnus-propagate-marks): Rename variable to something more sensible.
509
510 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
511
512         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
513         (gmm-image-load-path-for-library): Fix typos in docstrings.
514         (gmm-message): Reflow docstring.
515
516 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
517
518         * mail-source.el (mail-source-set-1, mail-source-bind):
519         Move auth-source code out of the macro to clean it up and fix bugs.
520
521 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
522
523         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
524         by sender if it's equal to user-mail-address, it's likely to be
525         useless.
526
527         * mail-source.el (mail-source-bind): Don't use user or password if they
528         are not bound.  Unintern them if they are nil.  Don't use server unless
529         it's bound, and default it to empty string otherwise.
530
531 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
532
533         * mail-source.el: Load auth-source.el.
534         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
535         get user name or password, if auth-sources is set up.
536
537         * gnus-registry.el (gnus-registry-split-strategy): New variable for
538         strategy of splitting with parent.
539         (gnus-registry-split-fancy-with-parent)
540         (gnus-registry-post-process-groups): Use it and fix prior
541         bug (returning a list as the split result).
542
543         * auth-source.el (auth-sources): Remove server parameter.
544         (auth-source-pick, auth-source-user-or-password)
545         (auth-source-user-or-password-imap)
546         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
547         (auth-source-user-or-password-sftp)
548         (auth-source-user-or-password-smtp): Remove server parameter.
549
550 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
551
552         * smime.el (smime-sign-region, smime-encrypt-region)
553         (smime-decrypt-region):
554         Remove redundant calls to `generate-new-buffer-name'.
555
556 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
557
558         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
559         Don't use QP for message/rfc822.
560         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
561
562 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
563
564         * sieve-manage.el (sieve-string-bytes): Remove.
565         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
566         correct byte-length only if the process's coding-system is the same as
567         the one used internally by Emacs to represent strings.
568
569 2008-04-22  Juri Linkov  <juri@jurta.org>
570
571         * mailcap.el (mailcap-file-default-commands): New function.
572
573 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
574
575         * message.el (message-signature-separator, message-cite-function):
576         Change custom version.
577
578 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
579
580         * tls.el (tls-program): Add -ign_eof argument to call the openssl
581         commands.
582         (tls-checktrust): Ditto.
583
584 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
585
586         * mm-decode.el (mm-display-external): Make temp file read-only.
587
588 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
589
590         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
591         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
592         `C-c C-f d'.
593
594 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
595
596         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
597
598 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
599
600         * gnus.el: Bump version to 0.9.
601
602 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
603
604         * gnus.el: No Gnus v0.8 is released.
605
606 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
607
608         * mail-source.el (mail-source-value):
609         Prefer fboundp to functionp so it works with macros as well.
610
611 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
612
613         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
614         Fix last change in case the element is not even a symbol.
615
616 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
617
618         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
619         Prefer fboundp to functionp so it works with macros as well.
620
621 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
622
623         * auth-source.el: Added docs.
624         (auth-sources): Modify format to support server.
625         (auth-source-pick, auth-source-user-or-password)
626         (auth-source-user-or-password-imap)
627         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
628         (auth-source-user-or-password-sftp)
629         (auth-source-user-or-password-smtp): Add server parameter.
630
631 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
632
633         * gnus-registry.el: Initialize the registry when gnus-registry-install
634         is t.
635
636 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
637
638         * compface.el (uncompface): Make buffer unibyte.
639
640 2008-04-05  Glenn Morris  <rgm@gnu.org>
641
642         * gnus-ems.el (mm-disable-multibyte): Autoload it.
643
644 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
645
646         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
647         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
648
649         * nnheader.el (nnheader-init-server-buffer): Change buffer's
650         multibyteness after rather than before erasing it.
651
652         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
653         mm-with-multibyte.
654         (gnus-request-article-this-buffer): Make sure the proper decoding is
655         used if gnus-original-article-buffer happens to be unibyte.
656
657         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
658         default-enable-multibyte-characters.
659
660         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
661         default-enable-multibyte-characters.
662
663         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
664
665         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
666
667 2008-04-02  Simon Josefsson  <simon@josefsson.org>
668
669         * imap.el (imap-enable-exchange-bug-workaround): New variable.
670         (imap-message-copyuid-1): Use it.
671         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
672         J. Williams in
673         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
674
675         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
676         imap-enable-exchange-bug-workaround.
677         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
678
679 2008-04-01  Simon Josefsson  <simon@josefsson.org>
680
681         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
682         a 100 byte status-checks into a 2-3MB transfer for each group.
683         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
684         to enable bug workaround or not.
685         (nnimap-find-minmax-uid): Only enable workaround conditionally.
686
687 2008-03-31  Glenn Morris  <rgm@gnu.org>
688
689         * message.el (mml2015-use): Declare for compiler.
690         (message-info): Require mml2015 when appropriate.
691
692 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
693
694         * Makefile.in (EMACS_COMP): Quote directory name that might contain
695         whitespace.
696
697 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
698
699         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
700         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
701         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
702         (nntp-service-to-port): New function.
703         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
704         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
705         (nntp-open-netcat-stream): New function.
706         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
707
708 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
709
710         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
711
712 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
713
714         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
715
716 2008-03-28  Magnus Henoch  <mange@freemail.hu>
717
718         * dns.el (dns-write): Use set-buffer-multibyte.
719
720 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
721
722         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
723
724 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
725
726         * message.el (message-signature-separator): Change default.
727         Improve custom type.
728         (message-cite-function): Change default to
729         message-cite-original-without-signature.
730
731         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
732         toggle.
733
734         * message.el (message-check-news-body-syntax): Fix signature check.
735         (message-setup-1): Mark buffer as unmodified _after_ running
736         message-setup-hook and handling message-alternative-emails.
737         (message-shorten-references): Be more strict when building list of
738         valid references to comply with GNKSA.
739
740         * gnus-group.el (gnus-read-ephemeral-bug-group)
741         (gnus-read-ephemeral-debian-bug-group)
742         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
743
744         * message.el (message-info): Don't use booleanp which isn't supported
745         in Emacs 21 and XEmacs.
746
747 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
748
749         * gnus-group.el (gnus-gmane-group-download-format): Rename from
750         gnus-group-gmane-group-download-format.
751         (gnus-group-read-ephemeral-gmane-group): Rename from
752         gnus-group-read-ephemeral-gmane-group.
753         (gnus-read-ephemeral-gmane-group-url): Rename from
754         gnus-group-read-ephemeral-gmane-group-url.
755         (gnus-bug-group-download-format-alist):  New variable.
756         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
757         (gnus-read-ephemeral-emacs-bug-group): New commands.
758
759 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
760
761         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
762         (gnus-visible-headers): Improve custom type.
763
764 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
765
766         * mml.el (mml-menu): Add workarounds for XEmacs.
767
768         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
769         X-Boundary header.
770
771         * message.el (message-simplify-recipients): Fix previous commit.
772
773 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
774
775         * mm-util.el (mm-set-buffer-multibyte): New function.
776         * mm-decode.el (mm-copy-to-buffer): Use it.
777
778 2008-03-19  Glenn Morris  <rgm@gnu.org>
779
780         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
781         Accidentally removed in the sync process with Emacs.
782
783 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
784
785         * message.el (message-alter-recipients-discard-bogus-full-name):
786         New function.
787         (message-alter-recipients-function): New variable.
788         (message-get-reply-headers): Use it.
789         (message-replace-header): New helper function.
790         (message-recipients-without-full-name): New variable.
791         (message-simplify-recipients): New command.
792
793         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
794
795         * message.el (message-info): Handle EasyPG manual.
796
797         * mml.el (mml-menu): Add entry for EasyPG.
798
799 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
800
801         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
802         parameter.
803
804         * message.el (message-disassociate-draft): Specify drafts group name
805         fully.
806
807 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
808
809         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
810         unnecessary duplicates from the match list.
811
812 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
813
814         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
815
816         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
817
818         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
819         args of `how-many' of which the XEmacs version doesn't take; declare
820         Info-index-next as function.
821
822 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
823
824         * gnus-score.el (gnus-score-headers): Fix handling of
825         gnus-inhibit-slow-scoring.
826
827         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
828         string.
829         (gnus-button-url-regexp): Improve handling of parenthesis.
830         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
831         (gnus-button-handle-info-keystrokes): Handle index entries.
832
833 2008-03-15  Glenn Morris  <rgm@gnu.org>
834
835         * parse-time.el (parse-time-string): Simplify.
836
837 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
838
839         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
840         Incoming* files.
841
842 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
843
844         * auth-source.el (auth-sources): Renamed from auth-source-choices.
845         (auth-source-pick): Use it.
846
847 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
848
849         * binhex.el (binhex-decode-region-internal):
850         * uudecode.el (uudecode-decode-region-internal):
851         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
852         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
853         setting default-enable-multibyte-characters.
854
855 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
856
857         * auth-source.el (auth-source-protocols)
858         (auth-source-protocols-customize, auth-source-choices): Added and
859         modified variable customizations and defaults.
860         (auth-source-pick, auth-source-user-or-password)
861         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
862         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
863         (auth-source-user-or-password-sftp)
864         (auth-source-user-or-password-smtp): Use new variables and provide an
865         interface to netrc.el.
866
867 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
868
869         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
870         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
871         Make sure the nntp port to specify is a string.
872
873 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
874
875         * nntp.el: Use with-current-buffer.
876         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
877         dubious mm-with-unibyte-current-buffer.
878         (nntp-with-open-group-function): New function extracted from
879         nntp-with-open-group macro.
880         (nntp-with-open-group): Use the function, so it's easier to debug.
881         Add indentation and debugging info.
882         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
883         the use of the netcat alternatives.
884
885         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
886         Avoid mm-string-as-multibyte as well.
887
888         * nnweb.el (nnweb-insert-html):
889         Remove use of nnheader-string-as-multibyte.
890
891         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
892         (nnheader-string-as-multibyte): Remove.
893
894         * mm-view.el: Use inhibit-read-only.
895         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
896         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
897         or unibyte-string.
898
899         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
900         (mm-uu-yenc-extract): Use with-current-buffer.
901
902         * gnus-soup.el (gnus-soup-send-packet): Don't use
903         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
904
905         * nnmh.el: Use with-current-buffer.
906         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
907         mm-string-as-multibyte on the output of mm-encode-coding-string.
908
909         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
910         (nnimap-request-move-article): Use with-current-buffer.
911
912         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
913         inserting the handle-buffer's text, so the implicit multibyte->unibyte
914         conversion uses string-make-unibyte rather than string-as-unibyte.
915
916         * gnus-msg.el: Use with-current-buffer.
917
918         * message.el (message-ignored-resent-headers): Add "Delivered-To".
919
920 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
921
922         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
923         string for caching if it is 'PIN.
924
925 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
926
927         * lpath.el: Consider the case without Emacs/W3.
928
929 2008-03-08  Glenn Morris  <rgm@gnu.org>
930
931         * time-date.el (date-to-time, time-subtract, time-add)
932         (safe-date-to-time): Doc fixes.
933
934 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
935
936         * mail-source.el (mail-source-delete-old-incoming-confirm):
937         Change default to nil.
938         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
939
940 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
941
942         * lpath.el: Rearrange.
943
944         * gnus-art.el (gnus-narrow-to-page): Position point properly.
945         (gnus-article-goto-prev-page): Work for articles having ^L's.
946
947         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
948
949         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
950
951 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
952
953         * gnus-bookmark.el: Adjust for renames in bookmark.el.
954         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
955         (gnus-bookmark-jump): Adjust some variable names.
956
957 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
958
959         * auth-source.el: New package.
960         (auth-source-choices): Add customization entry point variable.
961
962         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
963         bug.
964
965 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
966
967         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
968         (gnus-registry-initialize, gnus-registry-install-p): Use it.
969         (gnus-registry-install-shortcuts): Rename from
970         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
971         the `gnus-registry-mark-map' keymap dynamically from
972         `gnus-registry-marks'.  The generated functions update the summary line
973         when a registry mark is added or deleted, and will call
974         `gnus-registry-install-p' (see the comments in the code).
975         (gnus-registry-user-format-function-M): Use concat intelligently.
976
977         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
978         the registry mark functions.
979
980 2008-03-05  Glenn Morris  <rgm@gnu.org>
981
982         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
983         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
984         gnus-art.
985         (top-level): No need to load own source when compiling.
986
987 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
988
989         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
990         Suggested by <chris.anderton@zetnet.co.uk>.
991
992 2008-03-04  Glenn Morris  <rgm@gnu.org>
993
994         * gnus-sum.el (top-level): No need to require gnus when compiling,
995         since unconditionally required near start of file.
996         (gnus-summary-display-while-building): Move definition before use.
997
998 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
999
1000         * gnus-registry.el (gnus-registry-user-format-function-M): Add
1001         formatting function.
1002
1003 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
1004
1005         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1006         with plists.
1007         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1008         Use new format.
1009
1010 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1011
1012         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1013         `where-is-internal' that returns a range of key sequences.
1014
1015 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1016
1017         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1018
1019         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1020         (gnus-summary-jump-to-group): Consider windows on other displayed
1021         frames as well.  Similar changes might be needed elsewhere, but that's
1022         the one I've bumped into during my use.
1023
1024         * nndoc.el (nndoc-oe-dbx-type-p):
1025         * gnus-msg.el (gnus-debug):
1026         * gnus-group.el (gnus-update-group-mark-positions):
1027         Use mm-string-to-multibyte.
1028
1029 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1030
1031         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1032         doesn't handle NotDashEscaped.
1033
1034         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
1035         (mml-dnd-attach-options): Fix typo in custom choice.
1036
1037         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1038         nndoc-article-type to mbox.
1039         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1040
1041         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
1042         to nil, instead of html2text.
1043
1044         * imap.el (imap-debug): Add `imap-ping-server'.
1045
1046         * gnus-bookmark.el: Add FIXMEs.
1047
1048         * message.el (message-form-letter-separator)
1049         (message-send-form-letter-delay): New variables.
1050         (message-send-form-letter): Use them.  New command to send form
1051         letters.  Requested by Uwe Siart.
1052         (message-send-mail-function): Doc fix.  Add "Other" custom option.
1053
1054 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1055
1056         * Update copyright years.
1057
1058 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1059
1060         Sync from EMACS_22_BASE.
1061
1062         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
1063
1064 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
1065
1066         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1067         empty author.
1068
1069 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
1070
1071         * gnus-registry.el (gnus-registry-marks): Add variable for
1072         customization of marks and their appearance.
1073         (gnus-registry-read-mark): Use it.
1074         (gnus-registry-do-marks): Add utility function to loop through
1075         `gnus-registry-marks'.
1076         (gnus-registry-install-shortcuts-and-menus): Add function to install
1077         shortcuts and menus.
1078         (gnus-registry-initialize): Use it.
1079         (gnus-registry-default-mark): Clarify documentation.
1080
1081 2008-02-29  Glenn Morris  <rgm@gnu.org>
1082
1083         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1084         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1085         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1086         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1087         Change defcustom :version from 23.0 to 23.1.
1088
1089 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1090
1091         * gnus-registry.el (gnus-registry-follow-group-p)
1092         (gnus-registry-post-process-groups): Add functions to aid registry
1093         splitting and improve logging.  Clarify behavior in function
1094         documentation.
1095         (gnus-registry-split-fancy-with-parent): Use them.
1096
1097 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1098
1099         * gnus-art.el: Use with-current-buffer.
1100
1101 2008-02-27  David Engster  <dengste@eml.cc>
1102
1103         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1104         Express real group name in the response.
1105
1106 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1107
1108         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1109         (nnmairix-last-server, nnmairix-current-server): Defvar them.
1110         (nnmairix-goto-original-article): Defvar gnus-registry-install and
1111         autoload gnus-registry-fetch-group when compiling.
1112         (nnmairix-request-group-with-article-number-correction): Remove
1113         unreferenced argument passed to nnmairix-call-backend.
1114
1115 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1116
1117         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1118         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
1119         Wilde.
1120
1121 2008-02-27  Glenn Morris  <rgm@gnu.org>
1122
1123         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1124         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1125         variables to defconsts.  Convert comments to doc-strings.
1126         (nnmairix-last-server, nnmairix-current-server): Convert from free
1127         variables to defvars.  Convert comments to doc-strings.
1128         (gnus-registry-fetch-group): Autoload.
1129         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1130         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1131         (nnmairix-widget-build-editable-fields): Use car cddr rather than
1132         caddr.
1133         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1134         nnmairix-request-group-with-article-number-correction call.
1135         (nnmairix-fast, nnmairix-group): New, less general names, for free
1136         variables passed from nnmairix-request-group to
1137         nnmairix-request-group-with-article-number-correction.  Declare.
1138         (nnmairix-request-group-with-article-number-correction):
1139         Use nnmairix-fast, nnmairix-group rather than fast, group.
1140
1141 2008-02-26  David Engster  <dengste@eml.cc>
1142
1143         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
1144         version 0.5.
1145
1146 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1147
1148         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1149         instead of making an extra function call.  Don't add the current group
1150         to articles only when they have the group.  Use
1151         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1152         Reported by David <de_bb@arcor.de>.
1153
1154 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1155
1156         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
1157         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
1158
1159 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
1160
1161         * mail-source.el (mail-source-delete-incoming): Change default.
1162         Supplement doc string.
1163
1164         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1165
1166 2008-02-14  Glenn Morris  <rgm@gnu.org>
1167
1168         * time-date.el (format-seconds): New function.
1169
1170 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1171
1172         * nnmail.el (nnmail-message-id-cache-file): Derive from
1173         `gnus-home-directory'.
1174
1175 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
1176
1177         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1178         Document negative prefix.
1179
1180         * gnus-group.el (gnus-group-read-group): Document negative prefix.
1181
1182 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1183
1184         * message.el (message-unsent-separator): Add the Exim bounce
1185         separator.
1186
1187 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
1188
1189         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1190         list.
1191         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1192         recipient/signer list.
1193
1194 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1195
1196         * Makefile.in (datarootdir): Define.
1197         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
1198         name that might contain whitespace.
1199
1200 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1201
1202         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1203         fbound (Emacs 23 unicode), signal an error.
1204
1205 2008-02-08  Glenn Morris  <rgm@gnu.org>
1206
1207         * gnus-art.el (pgg-display-output-buffer): Declare as function.
1208
1209 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
1210
1211         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1212         ports to the calls to `netrc-machine-user-or-password' in addition to
1213         "imap" and "imaps".
1214
1215 2008-02-01  Zhang Wei  <id.brep@gmail.com>
1216
1217         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1218
1219         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1220
1221 2008-02-01  Kenichi Handa  <handa@m17n.org>
1222
1223         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1224         rfc2104-hexstring-to-bitstring and changed to return a byte list.
1225         (rfc2104-hash): Convert the result of concat to unibyte string.
1226
1227 2008-02-01  Dave Love  <fx@gnu.org>
1228
1229         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1230         coding-system-for-read.
1231         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1232
1233 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
1234
1235         * gnus.el (gnus-group-startup-message): Add `find-image' call before
1236         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
1237         <hanche@math.ntnu.no>.
1238
1239 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1240
1241         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1242
1243         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1244
1245 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
1246
1247         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1248         * message.el (message-beginning-of-line): Use featurep instead of bound
1249         tests in order to resolve conditionals at compile time.
1250
1251 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
1252
1253         * mail-source.el (mail-sources): Add `group' choice.
1254
1255         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1256         parameter `in-group' to control into which group the articles go.
1257         Add treatment of `group' mail-source.
1258
1259 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1260
1261         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1262
1263         * mm-decode.el (mm-dissect-buffer): Decode description.
1264
1265         * mml.el (mml-to-mime): Encode message header first.
1266
1267 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1268
1269         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1270         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1271
1272         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
1273         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
1274
1275 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
1276
1277         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1278
1279 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1280
1281         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1282         prefix keys.
1283         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1284         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1285         gnus-xmas.el.
1286
1287         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
1288         (gnus-xmas-article-describe-bindings): New function.
1289         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
1290         gnus-xmas-article-describe-bindings.
1291
1292         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
1293
1294 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1295
1296         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1297         Add new variables for article mark management.
1298         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1299         list of extra data entries which, when present, will indicate that the
1300         article ID should not be trimmed from the registry.
1301         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1302         functions.
1303         (gnus-registry-read-mark): New function to read a mark name from the
1304         user.
1305         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1306         (gnus-registry-set-article-mark-internal): New functions to add and
1307         remove marks.
1308         (gnus-registry-get-article-marks): New function to show the marks for
1309         an article, or retrieve them for further use.
1310
1311 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1312
1313         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1314         keys when no argument is given.
1315
1316 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1317
1318         * imap.el (imap-ping-server): New variable.
1319         (imap-opened): On add extra ping if imap-ping-server is non-nil.
1320         (imap-ping-server): Minor doc string fixes.
1321
1322 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1323
1324         * imap.el (imap-ping-server): New function.
1325         (imap-opened): Call imap-ping-server.
1326
1327 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1328
1329         * gnus-sum.el (gnus-article-sort-by-random)
1330         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
1331         jidanni@jidanni.org.
1332
1333 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1334
1335         * gnus-art.el (gnus-article-describe-bindings): New function.
1336         (gnus-article-read-summary-keys): Use it.
1337         (gnus-article-mode-map): Bind `C-h b' to it.
1338
1339 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1340
1341         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1342         XEmacs.
1343         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1344         against non-character events.
1345
1346         * lpath.el: Fbind map-keymap for Emacs 21.
1347
1348 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
1349
1350         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1351         command.
1352         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1353         instead of END.  Change name of the temp file.
1354         (gnus-group-gmane-group-download-format): Add doc string.  Make it
1355         customizable.
1356
1357 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1358
1359         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1360         bind `S W' to gnus-article-wide-reply-with-original; set default
1361         binding to gnus-article-read-summary-send-keys.
1362         (gnus-article-read-summary-keys): Fix the order of keys; display
1363         continuation keys correctly in the echo area; describe bindings
1364         correctly when keys end with `C-h'.
1365         (gnus-article-read-summary-send-keys): New function.
1366         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1367         for gnus-article-read-summary-send-keys; display continuation keys
1368         correctly in the echo area.
1369         (gnus-article-reply-with-original): Ignore prefix argument.
1370         (gnus-article-wide-reply-with-original): New function.
1371
1372         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
1373         Emacs 21.
1374
1375 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1376
1377         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1378         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1379
1380 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
1381
1382         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1383         (gnus-group-read-ephemeral-gmane-group): New command.
1384
1385 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1386
1387         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1388
1389 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1390
1391         * message.el (message-send-mail-function): Increase custom version.
1392
1393         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1394         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
1395
1396 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
1397
1398         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
1399         for the cases where imap-authenticate is called with a nil buffer
1400         parameter.
1401
1402 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1403
1404         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1405         html parts correctly; support forwarded messages.
1406         (gnus-article-browse-html-article): Remove work buffers.
1407
1408         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1409         compiling.
1410         (netrc-bound-and-true-p): New macro.
1411         (netrc-parse): Use it instead of bound-and-true-p that is not available
1412         in XEmacs 21.4.
1413
1414 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1415
1416         * gnus-registry.el (gnus-registry-mark-article)
1417         (gnus-registry-article-marks): Add functionality to mark articles
1418         through the Gnus registry.
1419
1420         * encrypt.el: Clarify documentation for the new pgg method.
1421         (encrypt-file-alist): Add PGG option.
1422         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
1423         functionality.  Abstract password key and messaging to external
1424         functions.
1425         (encrypt-password-key, encrypt-get-passphrase-if-needed)
1426         (encrypt-message-method-and-cipher): Add new convenience external
1427         functions.
1428         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
1429         (encrypt-pgg-process-buffer): Add PGG functionality glue.
1430
1431         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1432         (netrc-parse): Use encrypt-file-alist to determine if
1433         encrypt-find-model or encrypt-insert-file-contents should be used.
1434
1435         * encrypt.el: Clarify documentation.  Load password-cache or
1436         password, whichever one is found first, instead of autoloading.
1437
1438 2007-12-19  Glenn Morris  <rgm@gnu.org>
1439
1440         * mml.el (message-options-set, message-narrow-to-head)
1441         (message-in-body-p, message-mail-p, message-encode-message-body):
1442         Autoload.
1443         (message-remove-header, message-narrow-to-headers-or-head)
1444         (message-subscribed-p, message-make-mail-followup-to)
1445         (message-position-on-field, message-news-p)
1446         (message-options-set-recipient, message-generate-headers)
1447         (message-sort-headers): Declare as functions.
1448
1449 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1450
1451         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1452         convention in doc string.
1453
1454 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1455
1456         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1457         title to html parts.
1458         (gnus-article-browse-html-article): Pass message header to it.
1459
1460         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1461
1462 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1463
1464         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1465         or password compatible with XEmacs.
1466
1467 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1468
1469         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1470         format document.
1471         (gnus-mime-delete-part): Don't write description line if empty.
1472         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1473
1474 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1475
1476         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1477         (gnus-summary-mark-read-and-unread-as-read)
1478         (gnus-summary-mark-current-read-and-unread-as-read)
1479         (gnus-summary-mark-unread-as-ticked): Doc fix.
1480         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1481
1482 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1483
1484         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1485         Christoph Conrad <christoph.conrad@gmx.de>.
1486
1487 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1488
1489         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1490         yes-or-no-p.
1491
1492 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1493
1494         * mm-decode.el (mm-add-meta-html-tag): New function.
1495         (mm-save-part-to-file, mm-pipe-part): Use it.
1496
1497         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1498         gnus-y-or-n-p instead of y-or-n-p.
1499         (gnus-article-browse-html-parts): Work with message/external-body; use
1500         mm-add-meta-html-tag.
1501
1502 2007-12-11  Glenn Morris  <rgm@gnu.org>
1503
1504         * gnus-cache.el: Require gnus-sum not just when compiling.
1505
1506         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1507
1508         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1509         definitions before use.
1510
1511         * mm-decode.el: Require gnus-util.
1512         (mm-remove-part): Only call delete-annotation on XEmacs.
1513
1514         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1515
1516         * nnmail.el: Require gnus-int.
1517
1518         * spam.el: Move `require's before `eval-when-compile's.
1519
1520         * gnus-ems.el (gnus-alive-p):
1521         * gnus-fun.el (message-goto-eoh):
1522         * gnus-util.el (gnus-group-name-decode):
1523         * mail-source.el (gnus-compress-sequence):
1524         * message.el (Info-goto-node, format-spec):
1525         * mm-bodies.el (message-options-get):
1526         * mm-decode.el (mm-view-pkcs7):
1527         * mm-util.el (gmm-write-region):
1528         * mml-smime.el (mml-compute-boundary)
1529         (gnus-completing-read-with-default):
1530         * mml.el (widget-button-press, gnus-make-hashtable):
1531         * mml1991.el (mm-decode-content-transfer-encoding)
1532         (mm-encode-content-transfer-encoding)
1533         (message-options-get, message-options-set):
1534         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1535         * nnfolder.el (gnus-request-group):
1536         * nnheader.el (ietf-drums-unfold-fws):
1537         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1538         * smime.el (gnus-run-mode-hooks):
1539         * spam-stat.el (gnus-message): Autoload.
1540
1541         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1542         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1543         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1544         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1545         Add declare-function compatibility definition.
1546
1547         * gnus-cache.el (nnvirtual-find-group-art):
1548         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1549         (gnus-add-image, gnus-add-wash-type):
1550         * gnus-group.el (nnkiboze-score-file):
1551         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1552         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1553         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1554         (message-tokenize-header, gnus-get-buffer-create)
1555         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1556         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1557         * gnus.el (gnus-group-decoded-name):
1558         * mail-source.el (imap-capability):
1559         * mm-bodies.el (message-options-set):
1560         * mm-decode.el (gnus-configure-windows):
1561         * mm-extern.el (message-goto-body):
1562         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1563         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1564         (epg-sub-key-validity, message-options-set):
1565         * mml.el (widget-event-point, gnus-configure-windows):
1566         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1567         * mml2015.el (epg-check-configuration, epg-configuration)
1568         (message-options-set):
1569         * nndb.el (nndb-request-article):
1570         * nnfolder.el (gnus-request-create-group):
1571         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1572         * nnmaildir.el (gnus-group-mark-article-read):
1573         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1574         * rfc1843.el (message-fetch-field):
1575         * spam.el (gnus-extract-address-components):
1576         Declare as functions.
1577
1578 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1579
1580         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1581
1582         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1583
1584         * lpath.el: Fbind run-mode-hooks for Emacs 21;
1585         bind show-trailing-whitespace for XEmacs.
1586
1587 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1588
1589         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
1590         new no-op macro for backward compatibility.
1591
1592         * imap.el (imap-string-to-integer): New function.
1593
1594 2007-12-09  Glenn Morris  <rgm@gnu.org>
1595
1596         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1597
1598         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1599         * message.el, mm-view.el, sieve-manage, smime.el:
1600         Add declare-function compatibility definition.
1601
1602         * gnus-art.el (w3-region, w3m-region, Info-menu):
1603         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1604         * gnus-sum.el (gnus-get-predicate):
1605         * gnus-util.el (mm-append-to-file, w32-focus-frame):
1606         * message.el (mail-abbrev-in-expansion-header-p):
1607         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1608         (w3m-detect-meta-charset, w3m-region):
1609         * sieve-manage.el (password-read, password-cache-add)
1610         (password-cache-remove):
1611         * smime.el (password-read-and-add): Declare as functions.
1612
1613 2007-12-08  David Kastrup  <dak@gnu.org>
1614
1615         * gnus-sum.el (gnus-summary-simplify-subject-query):
1616         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1617         `message'.
1618
1619 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1620
1621         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
1622         it to bind idna-program, installation-directory, defined-colors, and
1623         face-attribute for XEmacs of the version that compiles defcustom forms.
1624
1625 2007-12-07  Glenn Morris  <rgm@gnu.org>
1626
1627         * gnus-art.el (article-make-date-line): Revert previous change.
1628
1629 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1630
1631         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1632
1633 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
1634
1635         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1636         Call gnus-add-to-range ranges only once with a prepared article-list.
1637
1638 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
1639
1640         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1641         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1642         group names with backslashes.  Reported by Tassilo Horn
1643         <tassilo@member.fsf.org>.
1644
1645 2007-12-06  D. Goel  <deego3@gmail.com>
1646
1647         * gnus-art.el (article-make-date-line):
1648         * gnus-start.el (gnus-load):
1649         * pop3.el (pop3-read-response): Fix buggy call to `error'.
1650
1651 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1652
1653         * gnus-art.el (gnus-use-idna)
1654         * gnus-start.el (gnus-site-init-file)
1655         * message.el (message-use-idna)
1656         * mm-uu.el (mm-uu-hide-markers)
1657         * smiley.el (smiley-style): Revert changes that suppress warnings.
1658
1659 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1660
1661         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1662         specify charset to html source.  Reported by Christoph Conrad
1663         <christoph.conrad@gmx.de>.
1664
1665 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1666
1667         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1668         idna-program in order to suppress byte compile warning issued by XEmacs
1669         that came to byte compile the default value section of defcustom forms
1670         recently.
1671
1672         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1673         value of installation-directory.
1674
1675         * message.el (message-use-idna): Don't directly refer to the value of
1676         idna-program.
1677
1678         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1679
1680         * smiley.el (smiley-style): Don't directly call face-attribute.
1681
1682 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
1683
1684         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1685
1686         * gnus-dired.el: Reduce Gnus dependencies.
1687         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1688         require.  Use autoloads instead.
1689         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1690         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1691         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1692         (gnus-dired-mode): Adjust doc string.
1693         (gnus-dired-mail-mode): New variable.
1694         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1695         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1696         (gnus-dired-mail-buffers): New function.  Return mail or message
1697         composition buffers.
1698         (gnus-dired-attach): Use it.
1699         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1700         NO-DECODE.
1701         (gnus-dired-print): Use `gnus-print-buffer' depending on
1702         `gnus-dired-mail-mode'.
1703
1704 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1705
1706         * rfc2047.el (rfc2047-encoded-word-regexp)
1707         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1708         explaining what regexp patterns are for.
1709
1710 2007-12-04  Glenn Morris  <rgm@gnu.org>
1711
1712         * password.el: Move to password-cache.el.
1713
1714         * mml1991.el (password-read, password-cache-add, password-cache-remove):
1715         * mml2015.el (password-read, password-cache-add, password-cache-remove):
1716         * mml-smime.el (password-read, password-cache-add)
1717         (password-cache-remove):
1718         No need to autoload, since mml-sec requires password.
1719
1720         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1721         * message.el (gnus-extract-address-components):
1722         * mml-smime.el (gnus-extract-address-components): Define for compiler.
1723
1724         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1725         password.
1726
1727 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
1728
1729         * mailcap.el: Reduce dependencies.
1730         (mail-header-parse-content-type): Autoload.
1731         (mailcap-delete-duplicates): New alias.
1732         (mailcap-mime-info): Add optional argument NO-DECODE.
1733         (mailcap-mime-types): Use mailcap-delete-duplicates.
1734
1735         * message.el (message-ignored-supersedes-headers): Add "X-ID".
1736
1737 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
1738
1739         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
1740         (imap-parse-status): Upcase status-att for servers that sends them
1741         lower-case (e.g., MS Exchange 2007).
1742
1743 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1744
1745         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1746         function.
1747
1748         * gnus-uu.el (gnus-uu-decode-yenc): New command.
1749         (gnus-uu-yenc-article): New function.
1750
1751         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1752
1753         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1754         buffer.
1755
1756 2007-12-02  Glenn Morris  <rgm@gnu.org>
1757
1758         * binhex.el (binhex): New custom group.
1759         (binhex-decoder-program, binhex-decoder-switches)
1760         (binhex-use-external): Move to the binhex custom group.
1761
1762         * uudecode.el (uudecode): New custom group.
1763         (uudecode-decoder-program, uudecode-decoder-switches)
1764         (uudecode-use-external): Move to the uudecode custom group.
1765
1766         * netrc.el (top-level): Don't load `encrypt' features.
1767         (netrc-parse): Don't use encrypt.
1768         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
1769
1770         * encrypt.el: Remove file.
1771
1772 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1773
1774         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1775         matches on patches.
1776
1777         * gnus-art.el (gnus-article-browse-html-article): Mention
1778         `mm-text-html-renderer' in the doc string.
1779
1780         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1781         string.  Add comments.
1782
1783         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1784         if rhs is ASCII.
1785
1786 2007-12-01  Glenn Morris  <rgm@gnu.org>
1787
1788         * mail-source.el (top-level): Require format-spec before
1789         eval-when-compile.
1790
1791 2007-11-30  Glenn Morris  <rgm@gnu.org>
1792
1793         * encrypt.el: Require password, rather than autoloading password-read.
1794
1795 2007-11-29  Glenn Morris  <rgm@gnu.org>
1796
1797         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
1798         (sasl-make-client, sasl-next-step, sasl-step-data)
1799         (sasl-step-set-data): Declare as functions.
1800
1801 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
1802
1803         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
1804
1805 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
1806
1807         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
1808         certs should be verified and what is to be done in the event of a
1809         verification failure.
1810
1811         * gnus.el (gnus-method-to-server): Add an optional parameter so the
1812         caller can indicate whether the cache should be disregarded for this
1813         call.  This way the result of the call is reproducible at all times and
1814         can be considered a canonical server name for the supplied method.
1815         (gnus-agent-method-p): Canonicalize server names by pushing their
1816         method through `gnus-method-to-server' using the no-cache argument.
1817
1818         * gnus-srvr.el (gnus-server-insert-server-line): Call
1819         `gnus-method-to-server' with `no-cache' argument.
1820
1821         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1822         gnus-agent-possibly-synchronize-flags as this should be called when the
1823         server is actually being opened.
1824         (gnus-agent-possibly-synchronize-flags)
1825         (gnus-agent-possibly-synchronize-flags-server): Move check for the
1826         flags file of an agentized server to the latter function.
1827
1828         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1829         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1830         after a connection has been established successfully.
1831
1832 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1833
1834         * gnus-art.el (article-display-face): Force to display face if called
1835         interactively; check if gnus-article-x-face-too-ugly matches author.
1836         (article-display-x-face): Display face even if From header is missing
1837         as article-display-face does.
1838
1839 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
1840
1841         * hashcash.el (message-narrow-to-headers-or-head)
1842         (message-fetch-field, message-goto-eoh)
1843         (message-narrow-to-headers): Declare as functions.
1844
1845 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
1846
1847         * mail-source.el (mail-sources): Default to fetch from file for
1848         compatibility with default of nnmail-spool-file.
1849
1850 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1851
1852         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1853         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1854         to look for encoded word that should be encoded again.
1855         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1856         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1857         encoding pattern.
1858         (rfc2047-decode-region): Switch strict regexp and loose one according
1859         to rfc2047-allow-irregular-q-encoded-words.
1860
1861 2007-11-25  Romain Francoise  <romain@orebokech.com>
1862
1863         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1864
1865 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
1866
1867         * tls.el (tls-program): Provide more custom choices from
1868         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
1869         (tls-process-connection-type, tls-success): Remove "*" in doc string.
1870
1871 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1872
1873         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1874         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1875
1876         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1877         `nnmail-spool-file'.
1878
1879         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1880         `nnmail-spool-file'.
1881
1882         * gnus-move.el (gnus-change-server): Ditto.
1883
1884         * gnus-kill.el (gnus-batch-score): Ditto.
1885
1886         * gnus-cache.el (gnus-jog-cache): Ditto.
1887
1888         * gnus-msg.el (gnus-summary-reply):
1889         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1890
1891 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1892
1893         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
1894         version.  Minor improvement to doc strings.
1895         (tls-program): Add comment.
1896
1897 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
1898
1899         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
1900         (tls-checktrust): New variable.  Check if GNU TLS complained about a
1901         mismatch between the hostname provided in the certificate and the name
1902         of the host connnecting to.
1903         (open-tls-stream): Use them.  Check certificates against trusted root
1904         certificates.
1905
1906 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1907
1908         * gnus-cache.el (gnus-cache-generate-nov-databases):
1909         Use nnml-generate-nov-databases-directory instead of
1910         nnml-generate-nov-databases-1.
1911
1912 2007-11-24  Glenn Morris  <rgm@gnu.org>
1913
1914         * message.el (message-tool-bar-retro): Update for rename
1915         mail_send.xpm->mail-send.xpm.
1916
1917 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
1918
1919         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1920         `smime-ldap-search' for Emacs 22 and up.
1921
1922 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1923
1924         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1925
1926         * message.el (message-send-mail-function): Fix error convention.
1927         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1928         (message-widen-reply, message-send-mail, message-talkative-question)
1929         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1930         (message-clone-locals, message-send-news): Use with-current-buffer.
1931         (message-insert-or-toggle-importance): Remove unused var `valid'.
1932         (message-make-references): Remove unused var `new-references'.
1933         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1934
1935 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
1936
1937         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1938         (spam-split-symbolic-return-positive): Reflow docstring.
1939         (spam-backends, spam-summary-exit-behavior)
1940         (spam-mark-ham-unread-before-move-from-spam-group)
1941         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1942         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1943         (spam-clear-cache, spam-backend-check, spam-install-backend)
1944         (spam-install-statistical-backend, spam-list-of-processors)
1945         (spam-group-processor-p, spam-split, spam-bogofilter-score)
1946         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1947         (spam-check-crm114, spam-initialize, spam-unload-hook):
1948         Fix typos in docstrings.
1949
1950 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1951
1952         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1953         been checked if they have never been read and those group levels are
1954         higher than the one that a user specified.
1955
1956 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1957
1958         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1959         foreign groups unless a group level is specified by a user.
1960         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1961
1962 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
1963
1964         * message.el (message-send-mail-function): Require sendmail.
1965
1966 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
1967
1968         * message.el (message-send-mail-function): Check for smtpmail too.
1969
1970         * utf7.el (utf7-encode, utf7-decode): Use coding system
1971         `utf-7'/`utf-7-imap' from utf-7.el' if available.
1972
1973         * message.el (message-send-mail-function): New function.
1974         (message-send-mail-function): Set default using
1975         message-send-mail-function.  Adjust doc string.
1976         (message-send-mail-with-mailclient): New function.
1977
1978 2007-11-17  Richard Stallman  <rms@gnu.org>
1979
1980         * assistant.el: Remove file.
1981
1982 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
1983
1984         * smime.el (from):
1985         * rfc2047.el (message-posting-charset):
1986         * qp.el (mm-use-ultra-safe-encoding):
1987         * pop3.el (parse-time-months):
1988         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1989         * nnml.el (files):
1990         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1991         (jka-compr-compression-info-list, ange-ftp-path-format)
1992         (efs-path-regexp):
1993         * nndiary.el (files):
1994         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1995         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1996         (epg-digest-algorithm-alist, inhibit-redisplay)
1997         (password-cache-expiry):
1998         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1999         (pgg-output-buffer, password-cache-expiry):
2000         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2001         (efs-path-regexp):
2002         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2003         (inhibit-redisplay):
2004         * mm-uu.el (file-name, start-point, end-point, entry)
2005         (gnus-newsgroup-name, gnus-newsgroup-charset):
2006         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2007         (latin-unity-ucs-list):
2008         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
2009         (mm-uu-binhex-decode-function):
2010         * message.el (gnus-message-group-art, gnus-list-identifiers, )
2011         (rmail-enable-mime-composing, gnus-local-organization)
2012         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
2013         (gnus-read-active-file, facemenu-add-face-function)
2014         (facemenu-remove-face-function, gnus-article-decoded-p)
2015         (tool-bar-mode):
2016         * mail-source.el (display-time-mail-function):
2017         * gnus-util.el (nnmail-pathname-coding-system)
2018         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
2019         (gnus-original-article-buffer, gnus-user-agent)
2020         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
2021         (xemacs-codename, sxemacs-codename, emacs-program-version):
2022         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
2023         * gnus-start.el (gnus-agent-covered-methods)
2024         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
2025         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
2026         (gnus-newsgroup-headers, gnus-group-list-mode)
2027         (gnus-group-mark-positions, gnus-newsgroup-data)
2028         (gnus-newsgroup-unreads, nnoo-state-alist)
2029         (gnus-current-select-method, mail-sources)
2030         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
2031         (nnmail-spool-file, gnus-cache-active-hashtb):
2032         * gnus-mh.el (mh-lib-progs):
2033         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
2034         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
2035         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
2036         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
2037         (gnus-group-buffer):
2038         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
2039         (font-lock-set-defaults):
2040         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
2041         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
2042         (gnus-summary-post-menu, total-parts, type, condition, length):
2043         * gnus-agent.el (gnus-agent-read-agentview):
2044         * flow-fill.el (show-trailing-whitespace):
2045         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
2046         eval-and-compile wrappers for byte compiler pacifiers.
2047
2048         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
2049         (mm-display-inline-fontify): Check for featurep 'xemacs not
2050         extent-list.
2051
2052         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
2053         itimer-list.
2054         (mm-create-image-xemacs): Only do something for XEmacs.
2055         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
2056
2057         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
2058
2059         * gnus-registry.el (gnus-adaptive-word-syntax-table):
2060         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
2061
2062 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
2063
2064         * nnimap.el (nnimap-split-download-body):
2065         * gnus-demon.el (gnus-demon):
2066         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
2067
2068 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2069
2070         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
2071         macros.
2072         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
2073         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
2074         copy data from unibyte buffer to multibyte current buffer.
2075         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
2076         to copy data from unibyte current buffer to multibyte buffer.
2077         (nntp-make-process-buffer): Make process buffer unibyte.
2078
2079         * pop3.el (pop3-open-server): Fix typo in Lisp code.
2080
2081 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
2082
2083         * pop3.el (pop3-open-server): Accept and process data more robustly at
2084         connexion start to avoid spurious "POP SSL connexion failed" errors.
2085
2086 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2087
2088         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2089         read group names.
2090
2091 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
2092
2093         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2094
2095 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2096
2097         * nnmail.el (nnmail-parse-active): Make group names unibyte.
2098         (nnmail-save-active): Use a unibyte buffer when saving active file,
2099         which may contain non-ASCII group names.
2100
2101         * nnml.el (nnml-request-group): Decode group names in messages.
2102
2103 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
2104
2105         * message.el (message-citation-line-function)
2106         (message-insert-formatted-citation-line): Fix spelling of
2107         `message-insert-formated-citation-line'.
2108
2109 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
2110
2111         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2112
2113 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2114
2115         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2116         nnmail-pathname-coding-system.
2117
2118         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2119         that a user enters; decode group names in messages.
2120
2121         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2122
2123 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2124
2125         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2126
2127         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2128
2129         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2130         risky local variable.
2131
2132         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2133
2134 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2135
2136         * encrypt.el: Improve documentation to fix function name typo.
2137         Reported by Daiki Ueno <ueno@unixuser.org>.
2138
2139 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2140
2141         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2142         even if the point is not in the last page of an article.
2143         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2144         back to the previous page.
2145
2146 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
2147
2148         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2149
2150 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2151
2152         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2153
2154 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2155
2156         * message.el (message-check-news-body-syntax): Avoid
2157         mm-string-as-multibyte.
2158         (message-hide-headers): Don't assume (point-min)==1.
2159
2160 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2161
2162         * message.el (message-remove-blank-cited-lines): Fix if remove is
2163         given.
2164         (message-bogus-address-regexp): New variable.
2165         (message-bogus-recipient-p): New function.
2166         (message-check-recipients): New command.
2167         (message-syntax-checks): Add `bogus-recipient'.
2168         (message-fix-before-sending): Add `bogus-recipient'.
2169
2170         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2171         (gnus-treat-body-boundary): Don't test window-system.
2172
2173 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
2174
2175         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2176
2177 2007-10-28  Miles Bader  <miles@gnu.org>
2178
2179         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2180         at compile-time too.
2181
2182 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2183
2184         * gnus-msg.el (gnus-message-setup-hook): Add
2185         `message-remove-blank-cited-lines' to options.
2186
2187 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2188
2189         * message.el (message-remove-blank-cited-lines): New function.
2190         Suggested by Karl Plästerer.
2191
2192 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2193
2194         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2195         mapc.
2196
2197         * imap.el (imap-open): Replace mapcar called for effect with mapc.
2198         (top-level): Use mapc to set functions to be traced for debugging.
2199
2200         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2201         called for effect with while loop.
2202
2203         * message.el (message-talkative-question): Replace mapcar called for
2204         effect with mapc.
2205
2206         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2207         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2208         called for effect with dolist.
2209
2210         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2211
2212         * nndiary.el: Use dolist instead of mapcar to add diary headers to
2213         gnus-extra-headers and nnmail-extra-headers.
2214
2215         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2216         called for effect with dolist.
2217         (top-level): Use mapc to set functions to be traced for debugging.
2218
2219         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2220         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2221         dolist.
2222
2223         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2224         Replace mapcar called for effect with mapc.
2225         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2226         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2227         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2228         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2229
2230         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2231         remove-if that's a cl function.
2232
2233         * webmail.el (webmail-debug): Replace mapcar called for effect with
2234         dolist.
2235
2236         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
2237         with mapc.
2238
2239 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2240
2241         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2242         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2243         with while loop.
2244
2245         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2246         functions from article-* functions.
2247         (gnus-multi-decode-header): Replace mapcar called for effect with
2248         dolist.
2249
2250         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2251         (gnus-bookmark-show-details): Replace mapcar called for effect with
2252         while loop.
2253
2254         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2255         called for effect with while loop.
2256
2257         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2258         with dolist.
2259
2260         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2261         mapcar called for effect with dolist.
2262
2263         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2264
2265         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2266         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2267         Replace mapcar called for effect with dolist.
2268         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2269         mapc.
2270
2271         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2272         Replace mapcar called for effect with dolist.
2273         (gnus-topic-list): Replace mapcar called for effect with mapc.
2274
2275         * gnus.el: Use mapc instead of mapcar to add autoloads.
2276
2277 2007-10-23  Richard Stallman  <rms@gnu.org>
2278
2279         * gnus-group.el (gnus-group-highlight): Mark as risky.
2280
2281 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2282
2283         * gnus.el (gnus-server-to-method): Return method found first in
2284         gnus-newsrc-alist.
2285
2286         * gnus-art.el (gnus-article-highlight-signature)
2287         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2288         button overlay without the front stickiness.
2289
2290 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
2291
2292         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2293         overview buffer needed a catch to receive its throw.
2294         (gnus-agent-flush-cache): Declared as interactive to make this function
2295         easier to use.
2296
2297 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2298
2299         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2300         `next-line'.
2301
2302 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2303
2304         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2305         exclude address matching message-dont-reply-to-names.
2306
2307 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2308
2309         * gnus-util.el (gnus-string<): New function.
2310
2311         * gnus-sum.el (gnus-article-sort-by-author)
2312         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2313
2314 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2315
2316         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2317         the frame-focus tag is set in gnus-buffer-configuration.
2318
2319 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2320
2321         * gnus-art.el (gnus-article-add-button): Make a button overlay without
2322         the front stickiness.
2323
2324 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2325
2326         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2327         url pattern; remove duplicate one.
2328         (gnus-article-extend-url-button): New function.
2329         (gnus-article-add-buttons): Use it.
2330         (gnus-button-push): Use concatenated url that it makes.
2331
2332 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
2333
2334         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2335
2336 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2337
2338         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2339         Don't hardcode point-min==1.
2340
2341 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
2342
2343         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2344         Fix comment about "iso8859-1".
2345
2346 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
2347
2348         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2349         ones returned from the verify-function.
2350
2351         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2352         mml2015-extract-cleartext-signature if extraction failed.
2353
2354 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
2355
2356         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2357         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2358         failed.
2359
2360 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2361
2362         * Relicense "GPLv2 or later" files to "GPLv3 or later".
2363
2364 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
2365
2366         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
2367         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
2368         recommends to use EasyPG instead of PGG.
2369
2370         * pgg.el: Revert to revision 6.23.2.16
2371
2372         * pgg-def.el: Revert to revision 6.6.2.14.
2373
2374         * pgg-gpg.el: Revert to revision 6.23.2.34.
2375
2376 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2377
2378         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2379         to mark a thread as expirable.  Add variable `hide' to handle hiding of
2380         thread for both the null and zero (kill/expire thread) universal prefix
2381         cases.
2382         (gnus-summary-expire-thread): Add new function to expire a thread,
2383         using gnus-summary-kill-thread.
2384         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2385         shortcuts for gnus-summary-expire-thread.
2386         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2387         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
2388
2389 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2390
2391         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2392         extras value, so an extras entry can be deleted.
2393         (gnus-registry-delete-extra-entry): Use it.
2394         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2395         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2396         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2397         storage through the gnus-registry, and provide an appropriate API for
2398         it.
2399
2400 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2401
2402         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2403         Suggested by Leo <sdl.web@gmail.com>.
2404
2405         * gnus.el: Do.
2406
2407 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2408
2409         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2410         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
2411
2412         * gnus-agent.el (gnus-agent-fetch-headers): Do.
2413
2414         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2415         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2416
2417 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2418
2419         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2420         newline.
2421         (nnmbox-request-accept-article): Don't change article in source buffer;
2422         narrow to header to use message-fetch-field rather than
2423         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2424         (nnmbox-request-replace-article): Quote lines that'll be misidentified
2425         as delimiters; make sure article ends with newline.
2426         (nnmbox-delete-mail): Correct last position of article to be deleted;
2427         ignore X-Gnus-Newsgroup header in article body.
2428         (nnmbox-save-mail): Quote lines looking like delimiters at the right
2429         positions; make sure article ends with newline.
2430
2431         * message.el (message-display-abbrev): Don't infloop when a user
2432         inserts SPC in the beginning of header.
2433
2434         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
2435         coding-system-for-read and coding-system-for-write for XEmacs having no
2436         file-coding feature.
2437
2438         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
2439
2440 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
2441
2442         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2443         list of groups not followed by default.  Fix type to be regexp.
2444         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2445
2446 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2447
2448         * hmac-def.el (define-hmac-function): Switch from old-style to
2449         new-style backquotes.
2450
2451         * md4.el (md4-make-step): Likewise.
2452
2453 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2454
2455         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2456         raw-text coding system when saving .newsrc file, which may contain
2457         non-ASCII group names.
2458
2459 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2460
2461         * gnus-cus.el (gnus-score-extra): New widget.
2462         (gnus-score-extra-convert): New function.
2463         (gnus-score-customize): Use it for Extra.
2464
2465 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2466
2467         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2468         (mml2015-mailcrypt-clear-verify): Use it.
2469         (mml2015-gpg-clear-verify): Use it.
2470         (mml2015-pgg-clear-verify): Use it.
2471         (mml2015-epg-clear-verify): Replace the current part with the output
2472         from GnuPG; don't extract the plaintext by itself.
2473
2474         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2475         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2476         mml2015-clear-verify-function; don't touch the armor headers or
2477         dash-escaped text here.
2478
2479 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2480
2481         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2482         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2483         parts, or application/octet-stream as a last resort.
2484         (gnus-mime-view-part-as-type): Don't toggle display.
2485         (gnus-mime-view-part-as-charset): Don't turn off display before
2486         querying charset.
2487
2488         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2489         stuff to undisplayer function in Emacs.
2490         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2491
2492         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2493         text/calendar parts.
2494
2495 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2496
2497         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2498         decoding text/calendar parts.
2499
2500         * message.el (message-forward-make-body-mime): Always mark body as
2501         having no illegible text; remove signed-or-encrypted argument.
2502         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2503
2504         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2505         (mml-generate-mime-1): Don't encode body if it is specified to be in
2506         raw form; don't make buffer be unibyte when inserting multibyte string.
2507
2508 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2509
2510         * sha1.el: Fix up comment style.
2511         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2512         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2513
2514         * hex-util.el: Fix up comment style.
2515         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2516
2517         * gnus-salt.el: Use with-current-buffer.
2518         (gnus-pick-setup-message): Fix long-standing typo.
2519
2520 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2521
2522         * imap.el (imap-logout-timeout): New variable.
2523         (imap-logout, imap-logout-wait): New functions.
2524         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2525
2526         * nnimap.el (nnimap-logout-timeout): New server variable.
2527         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2528         nnimap-logout-timeout.
2529
2530         * gnus-art.el (gnus-article-summary-command-nosave)
2531         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2532
2533 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2534
2535         * gnus.el (gnus-maximum-newsgroup): New variable.
2536
2537         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2538         according to gnus-maximum-newsgroup.
2539
2540         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2541         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2542         Limit the range of articles according to gnus-maximum-newsgroup.
2543
2544 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2545
2546         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2547         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2548         Don't perform gnus-configure-windows here; reuse existing sticky
2549         article buffer.
2550
2551         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2552         it doesn't exist in gnus-article-mode.
2553
2554 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2555
2556         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2557         (gnus-agent-decoded-group-name): New function.
2558         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2559         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2560
2561 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
2562
2563         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2564         Add binding for gnus-sticky-article.
2565         (gnus-summary-exit): Don't kill sticky article buffers.
2566
2567         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2568         article buffer.
2569         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2570         (gnus-kill-sticky-article-buffers): New commands.
2571
2572 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2573
2574         * nntp.el (nntp-xref-number-is-evil): New server variable.
2575         (nntp-find-group-and-number): If it is non-nil, don't trust article
2576         numbers in the Xref header.
2577
2578 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2579
2580         * gnus-agent.el (gnus-agent-read-group): New function.
2581         (gnus-agent-flush-group, gnus-agent-expire-group)
2582         (gnus-agent-regenerate-group): Use it.
2583         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2584         nnmail-pathname-coding-system.
2585
2586 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2587
2588         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2589
2590         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2591         that are unread as unread, and also as selected so that information of
2592         marks having been changed by a user may be updated when exiting group.
2593
2594 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2595
2596         * gnus-art.el (gnus-mime-display-single): Pass part number that is
2597         calculated ignoring signature parts to gnus-treat-article.
2598
2599 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2600
2601         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2602         a point here in order to keep the window start.
2603         (gnus-insert-mime-security-button): Make a button overlay without the
2604         front stickiness.
2605         (gnus-mime-display-security): Goto the end of a button.
2606
2607         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2608
2609 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2610
2611         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2612         group-name-at-point.
2613         (gnus-group-completing-read): New function that offers decoded
2614         non-ASCII group names for completion.
2615         (gnus-fetch-group, gnus-group-read-ephemeral-group)
2616         (gnus-group-jump-to-group, gnus-group-make-group-simple)
2617         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2618         (gnus-group-fetch-control): Use it.
2619         (gnus-fetch-group): Use group-name-at-point for the initial value
2620         rather than the default value; use gnus-alive-p.
2621
2622         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2623         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2624         (gnus-summary-post-news): Use gnus-group-completing-read.
2625
2626         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2627         (gnus-read-move-group-name): Decode group name for completion.
2628
2629 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
2630
2631         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2632         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2633         Yamaoka slightly modified the code).
2634
2635 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2636
2637         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2638         (nnmail-split-incoming): Bind it.
2639
2640         * nnml.el (nnml-group-name-charset): New function.
2641         (nnml-decoded-group-name): Use it; don't decode group name if
2642         nnmail-group-names-not-encoded-p is non-nil.
2643         (nnml-encoded-group-name): New function.
2644         (nnml-group-pathname): Inline nnml-decoded-group-name.
2645         (nnml-request-expire-articles): Decode group name in message.
2646         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2647         nnmail-pathname-coding-system.
2648         (nnml-save-mail, nnml-active-number): Work with decoded group names and
2649         not decoded ones according to nnmail-group-names-not-encoded-p.
2650         (nnml-generate-active-info): Use nnml-encoded-group-name.
2651
2652 2007-08-08  Glenn Morris  <rgm@gnu.org>
2653
2654         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2655         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2656         doc-strings and comments.
2657
2658 2007-07-25  Glenn Morris  <rgm@gnu.org>
2659
2660         * Relicense all FSF files to GPLv3 or later.
2661
2662 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2663
2664         * gnus-sum.el (gnus-summary-move-article): Make
2665         gnus-summary-respool-article work.
2666
2667 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
2668
2669         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2670         string.
2671
2672 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
2673
2674         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
2675         that should be ignored when comparing distant RSS articles with local
2676         ones.
2677         (nnrss-make-hash-index): New function.  Create a hash index according
2678         to the ignored fields.
2679         (nnrss-check-group): Use it.
2680
2681 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2682
2683         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2684
2685         * gnus-art.el (article-decode-group-name): Decode Xref header too.
2686
2687         * gnus-group.el (gnus-group-make-group): Encode group name here unless
2688         the new optional argument ENCODED is non-nil.
2689         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2690         coding system for encoding group name.
2691         (gnus-group-make-rss-group): Pass un-encoded group name to
2692         gnus-group-make-group.
2693         (gnus-group-set-info): Tell gnus-group-make-group that group name is
2694         encoded.
2695
2696         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2697         Encode group name to which articles are moved or copied.
2698         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2699         coding system for encoding Newsgroup, Followup-To and Xref headers.
2700
2701         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2702         marks; use nnheader-file-coding-system to write a file.
2703         (nnagent-retrieve-headers): Bind file-name-coding-system to
2704         nnmail-pathname-coding-system.
2705
2706         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2707
2708         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2709         (nnml-request-article, nnml-request-create-group)
2710         (nnml-request-rename-group, nnml-find-id)
2711         (nnml-possibly-change-directory, nnml-possibly-create-directory)
2712         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2713         (nnml-save-marks): Use nnml-group-pathname instead of
2714         nnmail-group-pathname.
2715
2716         (nnml-request-create-group, nnml-request-expire-articles)
2717         (nnml-request-move-article, nnml-request-delete-group)
2718         (nnml-deletable-article-p, nnml-possibly-create-directory)
2719         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2720         (nnml-open-marks): Bind file-name-coding-system to
2721         nnmail-pathname-coding-system.
2722
2723         (nnml-request-article): Pass server argument to nnml-find-group-number.
2724         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2725         server argument to nnml-possibly-create-directory.
2726         (nnml-request-accept-article): Pass server argument to
2727         nnml-active-number and nnml-save-mail.
2728         (nnml-find-group-number): Pass server argument to nnml-find-id.
2729         (nnml-request-update-info): Pass server argument to
2730         nnml-marks-changed-p.
2731
2732         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2733         (nnml-save-mail, nnml-active-number): Add server argument.
2734
2735         (nnml-request-delete-group): Warn if group is missing.
2736         (nnml-get-nov-buffer): Decode group name.
2737         (nnml-generate-active-info): Encode group name.
2738         (nnml-open-marks): Decode group name in messages.
2739
2740 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2741
2742         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2743         if it is not specified.
2744         (gnus-article-pipe-part, gnus-article-save-part)
2745         (gnus-article-interactively-view-part, gnus-article-copy-part)
2746         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2747         (gnus-article-inline-part, gnus-article-save-part-and-strip)
2748         (gnus-article-replace-part, gnus-article-delete-part)
2749         (gnus-article-view-part-as-type): Pass raw prefix argument to
2750         gnus-article-part-wrapper.
2751
2752 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2753
2754         * gnus-agent.el (gnus-agent-save-active): Bind
2755         nnheader-file-coding-system to gnus-agent-file-coding-system.
2756
2757         * gnus-cache.el (gnus-cache-save-buffers)
2758         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2759         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2760         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2761         (gnus-cache-braid-nov, gnus-cache-braid-heads)
2762         (gnus-cache-generate-active, gnus-cache-rename-group)
2763         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2764         (gnus-cache-update-overview-total-fetched-for): Bind
2765         file-name-coding-system to nnmail-pathname-coding-system.
2766         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2767         variables.
2768         (gnus-cache-decoded-group-name): New function.
2769         (gnus-cache-file-name): Use it.
2770         (gnus-cache-generate-active): Use non-decoded group name for active.
2771
2772         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2773         right place.
2774         (gnus-write-active-file): Don't break non-ASCII group names.
2775
2776         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2777         nnmail-pathname-coding-system.
2778
2779         * lpath.el: Bind default-file-name-coding-system,
2780         file-name-coding-system and language-info-alist for XEmacs.
2781
2782         * gnus-uu.el (gnus-uu-decode-save): Typo.
2783
2784 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2785
2786         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2787
2788 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2789
2790         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2791         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2792         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2793         (gnus-agent-flush-group, gnus-agent-flush-cache)
2794         (gnus-agent-fetch-headers, gnus-agent-load-alist)
2795         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2796         (gnus-agent-retrieve-headers, gnus-agent-request-article)
2797         (gnus-agent-regenerate-group)
2798         (gnus-agent-update-files-total-fetched-for)
2799         (gnus-agent-update-view-total-fetched-for): Bind
2800         file-name-coding-system to nnmail-pathname-coding-system.
2801         (gnus-agent-group-pathname): Don't encode file names by
2802         nnmail-pathname-coding-system.
2803         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2804         coding-system-for-write instead of buffer-file-coding-system to
2805         gnus-agent-file-coding-system.
2806
2807         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2808         Decode group name.
2809
2810         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2811
2812         * gnus-start.el (gnus-update-active-hashtb-from-killed)
2813         (gnus-read-newsrc-el-file): Make group names unibyte.
2814
2815         * nnmail.el (nnmail-group-pathname): Don't encode file names by
2816         nnmail-pathname-coding-system.
2817
2818         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2819         (nnrss-request-delete-group): Bind file-name-coding-system to
2820         nnmail-pathname-coding-system.
2821         (nnrss-read-server-data, nnrss-read-group-data): Bind
2822         file-name-coding-system correctly.
2823         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2824
2825         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2826         (nntp-server-to-method-cache): New variable.
2827         (nntp-group-pathname): New function that decodes non-ASCII group names.
2828         (nntp-possibly-create-directory, nntp-marks-changed-p)
2829         (nntp-save-marks, nntp-open-marks): Use it.
2830         (nntp-possibly-create-directory, nntp-open-marks):
2831         Bind file-name-coding-system to nnmail-pathname-coding-system.
2832         (nntp-open-marks): Decode group names when bootstrapping marks.
2833
2834         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2835         Newsgroups and Folowup-To headers.
2836
2837 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2838
2839         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2840         (gnus-server-closed-face, gnus-server-denied-face)
2841         (gnus-server-offline-face): Remove variable.
2842         (gnus-server-font-lock-keywords): Use faces that are not aliases.
2843
2844         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2845         of modifying message-stack directly for XEmacs.
2846
2847         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2848         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2849         if the coding-system argument is nil for XEmacs.
2850
2851         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2852         mm-charset-override-alist.
2853
2854         * rfc2047.el: Don't require base64; require rfc2045 for the function
2855         rfc2045-encode-string.
2856         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2857         to quote the parameter value.
2858
2859 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2860
2861         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2862         form in gnus-group-name-charset-method-alist.
2863
2864         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2865         overrides the default layout edit-form.
2866
2867         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2868
2869         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2870
2871 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2872
2873         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2874         as unfetched articles.
2875
2876 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
2877
2878         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2879
2880 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2881
2882         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2883         original back end that keeps marks in the local system.
2884
2885 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2886
2887         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2888         arg of pop-to-buffer for XEmacs.
2889         (gnus-article-read-summary-keys): Ditto; don't restore window
2890         configuration if summary command ends up with neither article buffer
2891         nor summary buffer; describe bindings if summary keys end with C-h.
2892
2893 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2894
2895         * message.el (message-fix-before-sending): Skip raw message part to be
2896         forwarded while checking illegible text.
2897         (message-forward-make-body-mime, message-forward-make-body): Mark
2898         signed or encrypted raw message as having no illegible text.
2899
2900 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2901
2902         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2903         (gnus-message-with-timestamp-1): New macro.
2904         (gnus-message-with-timestamp): New function.
2905         (gnus-message): Use them.
2906
2907         * nnheader.el (nnheader-message): Use them.
2908
2909 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
2910
2911         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2912         .newsrc.eld file.
2913
2914 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2915
2916         * gnus-agent.el (gnus-agent-fetch-headers)
2917         (gnus-agent-retrieve-headers): Bind
2918         gnus-decode-encoded-address-function to identity.
2919
2920         * nntp.el (nntp-send-xover-command): Recognize an xover command is
2921         available also when the server returns simply a dot.
2922
2923         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2924
2925 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2926
2927         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2928
2929 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2930
2931         * gnus-ems.el (gnus-x-splash): Make it work.
2932
2933         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2934         from being used.
2935
2936         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
2937
2938 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2939
2940         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
2941         4th and the 5th arguments.
2942
2943         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2944         the front stickiness.
2945         (gnus-article-summary-command-nosave): Correct the order of the
2946         arguments passed to pop-to-buffer.
2947         (gnus-article-read-summary-keys): Ditto; make it work properly when the
2948         summary command ends up with the article buffer.
2949
2950         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2951         the same faces.
2952
2953 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2954
2955         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2956
2957 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2958
2959         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2960         * gnus-sum.el (gnus-summary-highlight):
2961         * pgg.el (pgg-sign-region, pgg-sign):
2962         * mail-source.el (mail-source-delete-old-incoming-confirm):
2963         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2964
2965 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2966
2967         * gnus-art.el (gnus-mime-view-part-externally)
2968         (gnus-mime-view-part-internally): Fix predicate function passed to
2969         completing-read.
2970
2971         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2972
2973         * gnus.el (gnus-update-message-archive-method): Add :version.
2974
2975 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2976
2977         * gnus.el (gnus-update-message-archive-method): New variable.
2978
2979         * gnus-start.el (gnus-setup-news): Update saved "archive" method
2980         according to gnus-message-archive-method if
2981         gnus-update-message-archive-method is non-nil.
2982
2983 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2984
2985         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
2986         by Loic Dachary <loic@dachary.org>.
2987         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2988
2989 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2990
2991         * message.el (message-pop-to-buffer): Add switch-function argument.
2992         (message-mail): Pass switch-function argument to it.
2993
2994 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
2995
2996         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2997         Improve doc string.
2998
2999 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3000
3001         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3002         (gnus-header-content)
3003         * gnus-cite.el (gnus-cite-10)
3004         * gnus-srvr.el (gnus-server-closed)
3005         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3006         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3007         (gnus-group-mail-3-empty, gnus-group-mail-low)
3008         (gnus-group-mail-low-empty, gnus-splash)
3009         * message.el (message-header-to, message-header-cc)
3010         (message-header-subject, message-header-other, message-header-name)
3011         (message-header-xheader, message-separator, message-cited-text)
3012         (message-mml): Lighten colors of faces used for dark background.
3013
3014 2007-05-24  Simon Josefsson  <simon@josefsson.org>
3015
3016         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3017         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
3018
3019 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3020
3021         * message.el (message-narrow-to-headers-or-head):
3022         Ignore mail-header-separator in the body.
3023
3024 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3025
3026         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
3027         same as window size.
3028
3029 2007-05-22  Kevin Ryde  <user42@zip.com.au>
3030
3031         * message.el (message-font-lock-keywords): Use message-header-xheader
3032         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
3033         ahead of the anything pattern, to get it recognised.
3034
3035 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3036
3037         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
3038         spam.el loads uses it in the compiled defadvice form.
3039
3040 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
3041
3042         * gnus-sum.el (gnus-articles-to-read)
3043         (gnus-summary-insert-old-articles): Don't truncate group name for
3044         `read-string'.
3045
3046         * gnus-util.el (gnus-limit-string): Delete this function.
3047
3048         * gnus-sum.el (gnus-simplify-subject-fully): Use
3049         `truncate-string-to-width' instead.
3050
3051 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
3052
3053         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
3054         if, on summary exit, the next group has to be selected.
3055         (gnus-summary-exit): Use it.
3056
3057 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
3058
3059         * gnus-art.el (gnus-article-mode): Fix comment about displaying
3060         non-break space.
3061
3062 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3063
3064         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
3065         Check if group is not a directory.
3066         (nnfolder-request-expire-articles): Don't delete articles if the target
3067         group is not available.
3068
3069         * nnml.el (nnml-request-create-group): Properly check if group is not a
3070         file.
3071         (nnml-request-expire-articles): Don't delete articles if the target
3072         group is not available.
3073
3074         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3075         Don't quote characters that are within parentheses.
3076
3077 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3078
3079         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3080         (gnus-handle-ephemeral-exit): Select article according to it.
3081
3082 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
3083
3084         * message.el (message-insert-formated-citation-line): Remove newline.
3085         (message-citation-line-format): Add final \n here so that the user can
3086         avoid a blank line.
3087
3088 2007-05-03  Dan Christensen  <jdc@uwo.ca>
3089
3090         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3091         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3092         Update lanl/arXiv support.
3093
3094 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3095
3096         * gnus.el: Bump version number.
3097
3098 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3099
3100         * gnus.el (gnus-version-number): Bump version.
3101
3102 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3103
3104         * gnus.el: No Gnus v0.6 is released.
3105
3106 2007-04-27  Didier Verna  <didier@xemacs.org>
3107
3108         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3109         * gmm-utils.el (gmm-regexp-concat): here.
3110         * message.el: Don't require 'gnus-util.
3111         (message-dont-reply-to-names): Handle name change above.
3112         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3113
3114 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3115
3116         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3117         since the initial value varies according to the system.
3118
3119 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3120
3121         * mm-util.el (mm-charset-synonym-alist): Defcustom.
3122
3123 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
3124
3125         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3126
3127 2007-04-24  Didier Verna  <didier@xemacs.org>
3128
3129         Improve the type of gnus-ignored-from-addresses.
3130         * gnus-util.el (gnus-orify-regexp): New function.
3131         * message.el (gnus-util): Require it.
3132         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3133         * gnus-sum.el (gnus-ignored-from-addresses): New function.
3134         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3135
3136 2007-04-24  Didier Verna  <didier@xemacs.org>
3137
3138         * gnus-sum.el:
3139         * gnus-utils.el: Fix some trailing whitespaces.
3140
3141 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3142
3143         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3144         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3145         article's Message-ID; refer parent article in summary buffer.
3146
3147         * message.el (message-bounce): Call mime-to-mml.
3148
3149         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
3150         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
3151         optimize and/or forms properly.
3152
3153 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
3154
3155         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
3156         URL.
3157
3158 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3159
3160         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3161
3162 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3163
3164         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3165         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3166         displayed of multipart/alternative part if it is invoked from summary
3167         buffer.
3168
3169         * mm-view.el (mm-inline-text-html-render-with-w3m)
3170         (mm-inline-text-html-render-with-w3m-standalone)
3171         (mm-inline-render-with-function): Use mail-parse-charset by default.
3172
3173 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
3174
3175         * parse-time.el (parse-time-string-chars): Check if CHAR
3176         is less than the length of parse-time-syntax.
3177
3178 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3179
3180         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3181         from gnus-newsgroup-processable.
3182
3183 2007-04-16  Didier Verna  <didier@xemacs.org>
3184
3185         * gnus-msg.el (gnus-configure-posting-styles): Handle
3186         message-signature-directory properly with :file syntax.  Reported by
3187         "Leo".
3188
3189 2007-04-11  Didier Verna  <didier@xemacs.org>
3190
3191         New user option: message-signature-directory.
3192         * gnus-msg.el (gnus-configure-posting-styles): Support it.
3193         * message.el (message-insert-signature): Ditto.
3194         * message.el (message-signature-file): Doc update.
3195         * message.el (message-signature-directory): New.
3196
3197 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3198
3199         * gnus-msg.el (gnus-inews-yank-articles): Use
3200         message-exchange-point-and-mark instead of exchange-point-and-mark.
3201
3202 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3203
3204         * message.el (message-yank-original): Make sure cited text ends with
3205         newline; don't exchange point and mark.
3206
3207 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
3208
3209         * tls.el (open-tls-stream): Properly handle case where there
3210         is no associated buffer.
3211
3212 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
3213
3214         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3215         message-yank-original, make sure (< mark TEXT point).
3216
3217 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3218
3219         * message.el (message-fill-column): New variable.
3220         (message-mode): Use it.  Add comment on a possible new hook.
3221
3222         * nnmail.el (nnmail-spool-file): Mark as obsolete.
3223         (nnmail-get-new-mail): Reformat.
3224
3225         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3226
3227         * gmm-utils.el: Fix Commentary.
3228         (gmm-tool-bar-from-list): Fix typo in doc string.
3229
3230 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
3231
3232         * message.el (message-yank-original): Don't switch point and mark
3233         unnecessarily to put point and mark as documented.
3234
3235 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3236
3237         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3238         from the message heads.
3239
3240 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
3241
3242         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3243         article buffer does not have a window.  This may not be the best
3244         solution but is certainly better than setting the start of the null,
3245         that is the current, window.
3246
3247 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3248
3249         * gnus-draft.el (gnus-draft-setup-hook): New hook.
3250         (gnus-draft-setup): Run it.
3251
3252         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3253         gnus-score-fast-scoring.  Allow regexp.
3254         (gnus-score-headers): Use it.
3255
3256         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3257         XEmacs.
3258
3259         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3260         string.
3261         (gnus-button-alist): Also catch `<f1> k ...'.
3262         (gnus-treat-display-x-face): Fix doc string.
3263
3264 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3265
3266         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3267         evaluation of gnus-extended-version to ensure correct generation of the
3268         User-Agent header when message-generate-headers-first is used.
3269
3270 2007-03-24  Simon Josefsson  <simon@josefsson.org>
3271
3272         * hashcash.el (hashcash-generate-payment-async): Don't crash if
3273         hashcash-path is nil.  Don't call callback with incorrect number of
3274         parameters if val is 0.
3275
3276 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3277
3278         * message.el (message-required-news-headers):
3279         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3280
3281 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3282
3283         * tls.el (open-tls-stream): In handshake-waiting loop,
3284         don't wait more if there is output available to process.
3285
3286 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3287
3288         * tls.el (tls-program): Doc fix.
3289
3290 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3291
3292         * message.el (message-generate-new-buffers): Change the meaning of the
3293         nil value; add `standard' to the choices; treat t as `unique'; improve
3294         doc string.
3295         (gnus-select-frame-set-input-focus): Autoload.
3296         (message-buffer-name): Search for the existing message buffer if
3297         message-generate-new-buffers is nil or `standard'; treat the value t of
3298         message-generate-new-buffers as `unique'.
3299         (message-pop-to-buffer): Raise the frame already displaying the message
3300         buffer; clear the echo area after querying.
3301         (message-setup): Pass the `continue' argument to compose-mail.
3302         (message-mail): Prefer `switch-function' if it is given; search for the
3303         existing message buffer if the `continue' argument is non-nil; pass
3304         continue and switch-function arguments to compose-mail by way of
3305         message-setup.
3306         (message-mail-other-window): Adjust argument of message-setup.
3307         (message-mail-other-frame): Ditto.
3308
3309 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3310
3311         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3312         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3313         to turn font-lock on when turning gnus-message-citation-mode on.
3314
3315 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
3316
3317         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3318         (mml-smime-function-alist): New variable; add epg as the backend.
3319         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3320         mml-smime- functions instead.
3321         * mm-view.el: Require smime.
3322
3323 2007-03-05  Didier Verna  <didier@xemacs.org>
3324
3325         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3326         instead of just inheritance for posting styles.
3327         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3328
3329 2007-02-24  Chris Moore  <dooglus@gmail.com>
3330
3331         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3332         * pgg-pgp.el (pgg-pgp-encrypt-region):
3333         * pgg-gpg.el (pgg-gpg-encrypt-region):
3334         Check pgg-encrypt-for-me if no other recipients.
3335
3336 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3337
3338         * tls.el (tls-certtool-program): Fix custom type.
3339
3340 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3341
3342         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3343         and point-at-eol instead of line-(beginning|end)-position.
3344
3345         * assistant.el (assistant-parse-buffer): Ditto.
3346
3347         * netrc.el (netrc-parse-services): Ditto.
3348
3349 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
3350
3351         * mml2015.el (mml2015-epg-find-usable-key): New function.
3352         (mml2015-epg-sign): Use it.
3353         (mml2015-epg-encrypt): Use it.
3354
3355 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3356
3357         * message.el (message-make-in-reply-to): Quote name containing
3358         non-ASCII characters.  It will make the RFC2047 encoder cause an error
3359         if there are special characters.  Reported by NAKAJI Hiroyuki
3360         <nakaji@jp.freebsd.org>.
3361
3362 2007-02-27  Didier Verna  <didier@xemacs.org>
3363
3364         Include the group parameters as well as the topic ones in the
3365         inheritance filter process.
3366         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3367         argument GROUP-PARAMS-LIST.
3368         * gnus-topic.el (gnus-group-topic-parameters): Use it.
3369
3370 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3371
3372         * nntp.el (nntp-never-echoes-commands)
3373         (nntp-open-connection-functions-never-echo-commands): New variables.
3374         (nntp-send-command): Use them.
3375
3376 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
3377
3378         * mml2015.el (mml2015-epg-verify): Simplified.
3379
3380 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3381
3382         * mml.el (mml-content-disposition-alist): New user option.
3383         (mml-content-disposition): New function.
3384         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3385         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3386
3387 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
3388
3389         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3390         verification.
3391
3392 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3393
3394         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3395         articles posted in the last 24 hours.
3396
3397 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
3398
3399         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3400
3401 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
3402
3403         * nntp.el (nntp-send-command): Don't wait for echoes when
3404         nntp-open-ssl-stream is used.
3405
3406 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3407
3408         * gnus-cite.el (gnus-test-font-lock-add-keywords)
3409         (gnus-message-add-citation-keywords)
3410         (gnus-message-remove-citation-keywords): Remove.
3411         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3412         directly, make the variables in font-lock-defaults buffer-local, add
3413         gnus-message-citation-keywords to them and then update the value of
3414         font-lock-keywords.
3415
3416 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3417
3418         * message.el (message-cite-original-1): Don't call
3419         gnus-article-highlight-citation.
3420
3421         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3422         citations; fix line count.
3423
3424 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3425
3426         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3427         (gnus-message-add-citation-keywords)
3428         (gnus-message-remove-citation-keywords): Use it; fix the emulating
3429         versions of font-lock-add-keywords and font-lock-remove-keywords to
3430         work with XEmacs correctly.
3431
3432 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3433
3434         * gnus-cite.el (gnus-cite-face-list): Set the values of
3435         gnus-message-max-citation-depth and gnus-message-citation-keywords.
3436         (gnus-message-max-citation-depth): Use defvar rather than defconst.
3437         (gnus-message-cite-prefix-regexp): New variable.
3438         (gnus-message-search-citation-line): Use it; protect against long
3439         citation prefix; fill match data with nil rather than 0 for XEmacs; set
3440         the 0th match data for Emacs.
3441         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3442         (gnus-message-add-citation-keywords): Append keywords rather than
3443         prepending; emulate font-lock-add-keywords if it is not available.
3444         (gnus-message-remove-citation-keywords): Emulate
3445         font-lock-remove-keywords if it is not available.
3446
3447         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3448
3449         * message.el (message-cite-prefix-regexp): Set the value of
3450         gnus-message-cite-prefix-regexp.
3451
3452 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3453
3454         * nnweb.el (nnweb-google-parse-1): Update parser.
3455
3456 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3457
3458         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3459
3460 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3461
3462         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3463         regexp.
3464
3465 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3466
3467         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3468         string-to-multibyte.
3469         (uudecode-decode-region-internal): Use it.
3470
3471         * lpath.el: Fbind string-as-multibyte for XEmacs.
3472
3473 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3474
3475         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3476         custom choice.
3477
3478         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3479
3480 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3481
3482         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3483
3484         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3485         `write-region' to respect `mm-inhibit-file-name-handlers'.
3486
3487 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3488
3489         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3490         Use gnus-home-directory instead of "~/" or "$HOME".
3491
3492 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3493
3494         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3495         to mention filename.
3496         Add comments at beginning regarding usage.
3497         (encrypt-write-file-contents): Change interactive so a string is
3498         acceptable.  If the file has no associated model, show an error instead
3499         of a nonsense prompt.
3500
3501 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3502
3503         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3504         Thanks to Yoshihiko Yamada for kind notification of this typo.
3505
3506 2007-01-12  Kenichi Handa  <handa@m17n.org>
3507
3508         * uudecode.el (uudecode-decode-region-internal): Make it work in a
3509         multibyte buffer.
3510
3511 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3512
3513         * gnus-score.el (gnus-score-fast-scoring): New variable.
3514         (gnus-score-headers): Use it.
3515
3516         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3517
3518         * message.el (message-cite-original-1): Call
3519         gnus-article-highlight-citation if requested.
3520         (message-make-from): Allow name and address as optional arguments.
3521
3522         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3523
3524         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3525         bugs to doc string.
3526         (gnus-button-alist): Add mid\\|message-id.
3527         (gnus-button-fetch-group): Extend for use in
3528         `browse-url-browser-function'.
3529         (gnus-button-url-regexp): Try to catch paired parentheses like in
3530         Wikipedia URLs.
3531
3532         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3533         Suggested by Simon Krahnke <overlord@gmx.li>.
3534
3535 2007-01-13  Romain Francoise  <romain@orebokech.com>
3536
3537         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3538         Update copyright.
3539
3540 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
3541
3542         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3543
3544 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3545
3546         * gnus-registry.el (gnus-registry-unfollowed-groups)
3547         (gnus-registry-split-fancy-with-parent): Fix documentation.
3548
3549 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3550
3551         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3552         from nnweb groups.
3553
3554 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3555
3556         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3557         Xref urls.  Erase buffer before requesting head.
3558
3559 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3560
3561         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
3562         customizable.
3563
3564 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
3565
3566         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3567         no signing key is found.
3568         (mml2015-epg-encrypt): Ask user whether to skip or abort if
3569         no encrypting and/or signing key is found.
3570
3571 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3572
3573         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3574
3575 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3576
3577         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3578         headers read from disk with the ones newly found in the current search.
3579         This should no longer cause problems, because the article numbers in
3580         Gmane's `nov.php' output are ignored since the previous change.
3581
3582 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3583
3584         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3585
3586 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3587
3588         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
3589         replace-regexp-in-string; bind url-version; fbind display-images-p and
3590         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
3591         find-face and set-itimer-function for Emacs; bind itimer-list for
3592         Emacs.
3593
3594         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3595
3596 2007-01-01  Romain Francoise  <romain@orebokech.com>
3597
3598         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3599
3600 2006-12-31  Steve Youngs  <steve@sxemacs.org>
3601
3602         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3603         `define-minor-mode' macro definition expanded properly.
3604         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3605         exclude it there.
3606
3607         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3608         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
3609         `fboundp' test.
3610         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3611         This is OK to autoload in (S)XEmacs now.
3612
3613 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3614
3615         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3616         keystroke.
3617         (gnus-summary-limit-to-singletons): Fix typo.
3618
3619         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3620         else fails.
3621
3622 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3623
3624         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3625         docstring.
3626
3627         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3628         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3629         (gnus-summary-insert-dormant-articles): Fix typo in message.
3630
3631 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3632
3633         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3634         nil for XEmacs.
3635         (gnus-message-citation-mode): Don't autoload in XEmacs.
3636
3637         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3638
3639 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
3640
3641         * nnimap.el (nnimap-expunge-search-string): Mention
3642         nnimap-search-uids-not-since-is-evil in docstring.
3643
3644 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3645
3646         * spam.el: Revert to make-obsolete-variable because
3647         define-obsolete-variable-alias is not supported in Emacs 21.
3648
3649         * spam.el (spam-ifile-path, spam-ifile-database-path)
3650         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3651         make-obsolete-variable.
3652         (spam-bsfilter-path, spam-bsfilter-program)
3653         (spam-spamassassin-path, spam-spamassassin-program)
3654         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
3655         use "path" inappropriately.
3656         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3657         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3658         variable names.
3659
3660 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
3661
3662         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3663         summary buffer.
3664
3665         * password.el (password-cache-remove): Use clear-string to burn
3666         password, if available.
3667
3668 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3669
3670         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3671
3672         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3673
3674         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3675         (gnus-message-highlight-citation): Move defcustom here from
3676         gnus-cite.el.
3677         (gnus-message-citation-mode): Autoload.
3678
3679         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
3680         checks to make it compile with XEmacs.
3681         (gnus-message-citation-mode): New minor mode.
3682         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3683         (gnus-message-highlight-citation): New variables.
3684         (gnus-message-search-citation-line)
3685         (gnus-message-add-citation-keywords)
3686         (gnus-message-remove-citation-keywords)
3687         (turn-on-gnus-message-citation-mode)
3688         (turn-off-gnus-message-citation-mode): New functions.
3689
3690 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
3691
3692         * gnus-cite.el: Enable highlighting of different citation levels in
3693         message-mode.
3694
3695 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3696
3697         * message.el (message-make-fqdn): Fix comment.
3698         (message-bogus-system-names): Add ".local".
3699
3700         * spam.el (spam-ifile-path, spam-ifile-program)
3701         (spam-ifile-database-path, spam-ifile-database)
3702         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3703         Don't use "path" inappropriately.
3704         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3705         strings.
3706         (spam-check-ifile, spam-ifile-register-with-ifile)
3707         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3708         new variable names.
3709
3710         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3711         (gnus-treat-display-smileys): Simplify using
3712         gnus-image-type-available-p.
3713
3714         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3715         available.
3716
3717         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
3718         `display-images-p' if available.
3719
3720 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3721
3722         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3723         one after turning on the buffer's multibyteness instead of decoding
3724         them directly in the unibyte buffer that causes unexpected conversion
3725         in Emacs 23 (unicode).
3726
3727 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3728
3729         * message.el (message-generate-hashcash): Fix custom type.
3730
3731 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3732
3733         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3734
3735 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3736
3737         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3738         disconnect icons.  Add help text.
3739
3740 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
3741
3742         * spam.el (spam-extra-header-to-number): CRM114 spam score is
3743         negated to be consistent with the others we handle.
3744
3745 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3746
3747         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3748         version of gnus-summary-buffer to something, so that we can use two
3749         article buffers at the same time.
3750
3751 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
3752
3753         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3754         trigger all the extra headers.
3755         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3756         sorting.
3757
3758 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3759
3760         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3761         solid groups.
3762
3763 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
3764
3765         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3766
3767 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3768
3769         * legacy-gnus-agent.el: Add Copyright notice.
3770
3771 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
3772
3773         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3774
3775 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3776
3777         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3778
3779         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3780         to make it work reliably in CVS Emacs.
3781         (gnus-summary-limit-strange-charsets-predicate)
3782         (gnus-summary-limit-to-predicate): New functions.
3783
3784 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
3785
3786         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3787         specifying array size.
3788         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3789         array if it is too small.
3790         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3791         (gnus-sort-threads-loop): New function.
3792
3793 2006-12-06  Chris Moore  <dooglus@gmail.com>
3794
3795         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3796         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3797
3798 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
3799
3800         * mm-url.el (mm-url-predefined-programs): Call curl with correct
3801         options.
3802
3803 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3804
3805         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3806         DOS-ing the recipient.
3807
3808         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3809         the headers when creating the mapping to avoid mismappings.
3810         (nnweb-gmane-create-mapping): Always nix out old mapping.
3811
3812 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3813
3814         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3815         and mm-verify-option to never.
3816
3817 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3818
3819         * message.el (message-signed-or-encrypted-p): New function.
3820         (message-forward-make-body): Use it.
3821
3822         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3823         Replace encode-coding-string with mm-encode-coding-string.
3824
3825 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3826
3827         * nneething.el (nneething-decode-file-name): Replace
3828         decode-coding-string with mm-decode-coding-string.
3829
3830         * gnus-int.el (gnus-open-server): Say failed server's name.
3831
3832 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3833
3834         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3835         strings to a single string.  Quote `errors-file-name'.
3836         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3837         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3838         Adjust calls.  Use `shell-quote-argument'.
3839
3840 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3841
3842         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3843         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3844
3845         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3846         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3847         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3848         (gnus-group-make-directory-group, gnus-group-transpose-groups):
3849         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3850         (gnus-subscribe-newsgroup, gnus-1):
3851         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3852         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3853         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3854         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3855
3856 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3857
3858         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3859         keystroke.
3860         (gnus-summary-limit-to-bodies): Implement headersp.
3861
3862 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3863
3864         * dns.el (query-dns): Protect against "Process dns deleted" strings.
3865
3866 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3867
3868         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3869
3870 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3871
3872         * message.el (message-generate-hashcash): Expand range of values to
3873         include `opportunistic'.
3874         (message-send-mail): Use it.
3875
3876 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3877
3878         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3879         and comment it.
3880
3881         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3882
3883 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
3884
3885         * gnus-util.el (gnus-extract-address-components): Improve comment.
3886
3887 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3888
3889         * gnus-util.el (gnus-extract-address-components): Work with address in
3890         which the name portion contains @.
3891
3892         * lpath.el: Fbind custom-autoload.
3893
3894 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3895
3896         * gnus.el (gnus-start): Move custom group up.
3897         (gnus-select-method): Don't autoload, but make it available for
3898         `customize-variable'.
3899         (gnus-getenv-nntpserver): Don't autoload.
3900
3901 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
3902
3903         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3904
3905 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3906
3907         * message.el (message-sendmail-extra-arguments): New variable.
3908         (message-send-mail-with-sendmail): Use it.
3909
3910 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3911
3912         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3913         mm-with-unibyte-current-buffer to make string unibyte.
3914
3915         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3916         mm-string-as-multibyte.
3917
3918 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
3919
3920         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3921         Reported by Werner Koch <wk@gnupg.org>.
3922
3923 2006-11-14  Daiki Ueno  <ueno@p360>
3924
3925         * mml2015.el: Autoload epa-select-keys when compiling.
3926
3927 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3928
3929         * mml2015.el (mml2015-epg-sign): Save the signing keys in
3930         message-options.
3931         (mml2015-epg-encrypt): Save the recipient keys in message-options.
3932
3933 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3934
3935         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3936         EasyPG (< 0.0.6).
3937         (mml2015-always-trust): New user option.
3938         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3939         prompt.
3940
3941 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3942
3943         * nntp.el (nntp-authinfo-force): New variable.
3944         (nntp-send-authinfo): Use it.
3945
3946 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
3947
3948         * message.el (message-strip-subject-encoded-words): Allow _not_ to
3949         decode encoded words.  Improve prompt.  Add comment about forwarding.
3950         (message-replacement-char): Move up.
3951
3952 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3953
3954         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3955         instead of gnus-intersection because arguments of gnus-sorted-nunion
3956         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
3957
3958 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
3959
3960         * message.el (message-strip-subject-encoded-words): Reformat prompt.
3961         (message-simplify-subject-functions): Enable
3962         message-strip-subject-encoded-words by default.
3963
3964 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
3965
3966         * message.el (message-strip-subject-encoded-words): New function
3967         (message-simplify-subject-functions): New variable.
3968         (message-simplify-subject): Use it.  Fix typo in doc string.
3969         Support message-strip-subject-encoded-words.
3970
3971 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
3972
3973         * gnus-diary.el (gnus-diary-delay-format-function):
3974         * nndiary.el (nndiary-reminders):
3975         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3976
3977 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3978
3979         * gnus-art.el (article-hide-boring-headers): Fetch date from
3980         gnus-original-article-buffer to avoid problems with localized date
3981         strings.
3982
3983 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3984
3985         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3986
3987 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
3988
3989         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3990         New variables.
3991         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3992         (mm-charset-synonym-alist): Move some entries to
3993         mm-codepage-iso-8859-list.
3994         (mm-charset-synonym-alist, mm-charset-override-alist): Add
3995         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3996
3997 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3998
3999         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4000
4001 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4002
4003         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4004         with Emacs 21 and XEmacs.
4005
4006 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4007
4008         * spam.el (spam-parse-address): New function for better parsing,
4009         catching errors, etc.
4010         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4011
4012 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4013
4014         * mm-view.el: Add interactive arg to html2text autoload.
4015
4016 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4017
4018         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4019
4020 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
4021
4022         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4023         variables.
4024         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4025         (mm-charset-synonym-alist): Move some entries to
4026         mm-codepage-iso-8859-list.
4027
4028         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4029
4030 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
4031
4032         * message.el (message-citation-line-format)
4033         (message-insert-formated-citation-line): Fix implementation of %E, %N
4034         and %n according to the doc string.
4035
4036 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
4037
4038         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4039         car-safe to avoid bad parses.
4040
4041 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
4044         names.
4045
4046         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
4047
4048 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4049
4050         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
4051         header.
4052
4053         * message.el (message-draft-headers): Add Date.
4054         (message-headers-to-generate): Fix typo in docstring.
4055
4056         * nndraft.el (nndraft-required-headers): New variable.
4057         (nndraft-generate-headers): Use it.
4058
4059         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
4060
4061 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4062
4063         * gnus-registry.el (gnus-registry-wash-for-keywords)
4064         (gnus-registry-find-keywords): New functions to allow easy searching of
4065         articles that are in the registry.
4066
4067 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4068
4069         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4070         ietf-drums-parse-address instead of gnus-extract-address-components.
4071         Reported by Damien Elmes <damien@repose.cx>.
4072
4073 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4074
4075         * gnus.el (gnus-mime): Remove unused custom group.
4076
4077 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4078
4079         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
4080         "blank line" when searching for end of armor headers.
4081
4082 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4083
4084         * gmm-utils.el (gmm-write-region): Fix variable name.
4085
4086 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4087
4088         * gmm-utils.el (gmm-write-region): New function based on compatibility
4089         code from `mm-make-temp-file'.
4090
4091         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
4092
4093         * nnmaildir.el (nnmaildir--update-nov)
4094         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
4095         Use `gmm-write-region'.
4096
4097 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4098
4099         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
4100         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4101
4102         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
4103
4104         * message.el (message-replacement-char): New variable.
4105         (message-fix-before-sending): Use it.
4106         (message-simplify-subject): New function to remove duplicate code.
4107         (message-reply, message-followup): Use it.
4108
4109         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4110         gnus-summary-limit-to-articles.
4111
4112 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4113
4114         * gnus-util.el (gnus-with-local-quit): New macro.
4115
4116         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
4117
4118 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
4119
4120         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4121         ignore non-string data.
4122
4123 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
4124
4125         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4126         non-string data (needs to be done in the registry too).
4127
4128 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4129
4130         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4131         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4132         (gnus-registry-split-fancy-with-parent)
4133         (gnus-registry-fetch-simplified-message-subject-fast)
4134         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4135         Remove text properties on ingress into the registry and when it's saved.
4136         (gnus-registry-clean-empty-function): Fix bug with cleaning the
4137         registry from entries with no groups.
4138
4139 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4140
4141         * gnus-util.el (gnus-string-remove-all-properties): Add utility
4142         function to remove string properties.
4143
4144 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4145
4146         * gmm-utils.el (gmm): Adjust custom version.
4147
4148         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4149         custom version.
4150
4151         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4152
4153 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4154
4155         * gnus-art.el (gnus-insert-prev-page-button)
4156         (gnus-insert-next-page-button): Simplify.  Reformat.
4157
4158 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4159
4160         * gnus-art.el (gnus-insert-prev-page-button)
4161         (gnus-insert-next-page-button): Apply gnus-article-button-face.
4162
4163 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4164
4165         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4166
4167 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4168
4169         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4170         gnus-article-button-face to MIME and security buttons.
4171
4172 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
4173
4174         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4175         readable.
4176
4177 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4178
4179         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
4180
4181 2006-09-20  Steve Youngs  <steve@sxemacs.org>
4182
4183         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4184         `browse-url-of-file' instead of `browse-url'.
4185
4186 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4187
4188         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4189         regexp.  Articles containing quotation were cut prematurely.
4190
4191 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4192
4193         * message.el (message-cite-original-1): Use nobody by default for the
4194         value of From header.
4195         (message-reply): Ditto.
4196
4197 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
4198
4199         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4200         to the gnus-info.  This fixes a bug of inline-PGP message verification.
4201         Reported by Michael Piotrowski <mxp@dynalabs.de>.
4202
4203 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
4204
4205         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4206         mails in the doc string.  Add some URLs in comment.
4207         (pop3-movemail): Warn about pop3-leave-mail-on-server.
4208
4209 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4212         backslashes handling and the way to find boundaries of quoted strings.
4213
4214 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
4215
4216         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4217         mml1991-encrypt-to-self is set and mml1991-signers is not set.
4218         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4219         mml2015-encrypt-to-self is set and mml2015-signers is not set.
4220
4221 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4222
4223         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
4224         doc string.
4225         (gnus-button-regexp, gnus-button-last): Remove unused variables.
4226
4227 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4228
4229         * lpath.el: Fbind epg-check-configuration.
4230
4231 2006-09-06  Simon Josefsson  <jas@extundo.com>
4232
4233         * mml2015.el (mml2015-use): Doc fix, mention epg.
4234
4235 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4236
4237         * mml2015.el (mml2015-use): Default to epg, if available.
4238
4239 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4240
4241         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4242         message-sender.
4243         (mml1991-epg-encrypt): Ditto.
4244         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4245         message-sender.
4246         (mml2015-epg-encrypt): Ditto.
4247
4248 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
4249
4250         * message.el (message-send-mail-with-sendmail): Look for sendmail in
4251         several common directories.
4252
4253 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
4254
4255         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4256         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4257
4258 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4259
4260         * gnus-art.el (article-decode-encoded-words): Make it fast.
4261
4262 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4263
4264         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4265
4266         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4267         in quoted string into `\'.
4268
4269 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4270
4271         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4272         Use standard-syntax-table.
4273
4274 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4275
4276         * gnus-art.el (gnus-decode-address-function): New variable.
4277         (article-decode-encoded-words): Use it to decode headers which are
4278         assumed to contain addresses.
4279         (gnus-mime-delete-part): Remove useless `or'.
4280
4281         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4282         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4283         (gnus-nov-parse-line): Use it to decode From header.
4284         (gnus-get-newsgroup-headers): Ditto.
4285         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4286
4287         * mail-parse.el (mail-decode-encoded-address-region): New alias.
4288         (mail-decode-encoded-address-string): New alias.
4289
4290         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4291         New function.
4292         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4293         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4294         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4295         (rfc2047-decode-string): Ditto.
4296         (rfc2047-decode-address-region): New function.
4297         (rfc2047-decode-address-string): New function.
4298
4299 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
4300
4301         * message.el (message-caesar-buffer-body): Allow rotating headers.
4302
4303         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4304
4305         * message.el (message-insert-formated-citation-line): Fix %f.
4306         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4307
4308 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4309
4310         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4311         (gnus-bookmark-mouse-available-p): New macro.
4312         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4313         (gnus-bookmark-bmenu-show-infos): Use it.
4314         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4315         (gnus-bookmark-bmenu-hide-infos): Ditto.
4316         (gnus-bookmark-remove-properties): New function.
4317         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4318         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4319         (gnus-bookmark-write-file): Bind coding-system-for-write.
4320         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4321         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4322         group before selecting it.
4323         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4324         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4325         quit-window if it is not available; use gnus-mouse-2 and bind it to
4326         gnus-bookmark-bmenu-select-by-mouse.
4327         (gnus-bookmark-show-details): Remove unused variable `details-list'.
4328         (gnus-bookmark-bmenu-select-by-mouse): New function.
4329
4330 2006-08-13  Romain Francoise  <romain@orebokech.com>
4331
4332         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4333         space.
4334
4335 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4336
4337         * compface.el (uncompface): Use binary rather than raw-text-unix.
4338
4339 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4340
4341         * compface.el (uncompface): Make sure the eol conversion doesn't take
4342         place when communicating with the external programs.  Reported by
4343         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4344
4345 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4346
4347         * nnheader.el (nnheader-insert-head): Fix typo in comment.
4348
4349 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4350
4351         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4352         Make it more robust by parsing author and date independently.
4353
4354 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4355
4356         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4357
4358 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
4359
4360         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4361         first matching secret key.
4362         (mml2015-epg-encrypt): Ditto.
4363
4364         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4365         first matching secret key.
4366         (mml1991-epg-encrypt): Ditto.
4367
4368         * mml2015.el (mml2015-encrypt-to-self): New user option.
4369         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4370         mml2015-epg-encrypt-to-self is set.
4371
4372         * mml1991.el (mml1991-encrypt-to-self): New variable.
4373         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4374         mml1991-epg-encrypt-to-self is set.
4375
4376         * mml2015.el (mml2015-signers): New user option.
4377         (mml2015-epg-sign): Reflect the value of mml2015-signers.
4378         (mml2015-epg-encrypt): Allow to select signing keys.
4379
4380         * mml1991.el (mml1991-signers): New variable.
4381         (mml1991-epg-sign): Reflect the value of mml1991-signers.
4382         (mml1991-epg-encrypt): Allow to select signing keys.
4383
4384 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4385
4386         * nnheader.el (nnheader-insert-head): Make it work even if the file
4387         uses CRLF for the line-break code.
4388
4389 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
4390
4391         * mml2015.el: Require mml-sec instead of password.
4392         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4393         (mml2015-cache-passphrase): Inherit the default value from
4394         mml-secure-cache-passphrase.
4395         (mml2015-passphrase-cache-expiry): Inherit the default value from
4396         mml-secure-passphrase-cache-expiry.
4397
4398         * mml1991.el: Require mml-sec instead of password.
4399         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4400         (mml1991-cache-passphrase): Inherit the default value from
4401         mml-secure-cache-passphrase.
4402         (mml1991-passphrase-cache-expiry): Inherit the default value from
4403         mml-secure-passphrase-cache-expiry.
4404
4405         * mml-sec.el: Require password.
4406         (mml-secure-verbose): New user option.
4407         (mml-secure-cache-passphrase): New user option.
4408         (mml-secure-passphrase-cache-expiry): New user option.
4409
4410 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
4411
4412         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4413         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
4414         andreas@altroot.de (Andreas Vögele).
4415
4416         FIXME: Use `tiny change'?
4417
4418 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4419
4420         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4421         workaround for the url package included with Emacs.
4422
4423         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4424
4425 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4426
4427         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4428         correctly.  This fixes a bug caused by the 2006-05-12 change.
4429
4430 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
4431
4432         * nnmail.el (nnmail-article-group): If splitting raises an error, give
4433         some information about the error when saying that the `bogus' mail
4434         group will be used.
4435
4436 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
4437
4438         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4439         string.
4440
4441 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
4442
4443         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4444
4445 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4446
4447         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4448
4449 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4450
4451         * mml1991.el (mml1991-function-alist): Add epg.
4452         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4453         (mml1991-epg-encrypt): New functions.
4454
4455 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4456
4457         * mml2015.el (mml2015-verbose): New variable.
4458         (mml2015-cache-passphrase): Ditto.
4459         (mml2015-passphrase-cache-expiry): Ditto.
4460         (mml2015-function-alist): Add epg.
4461         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4462         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4463         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4464         functions.
4465
4466 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4467
4468         * message.el (message-cite-original-1): Preserve region when removing
4469         quoted text due to X-No-Archive in order to avoid bogus attribution
4470         when citing multiple messages.
4471
4472 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4473
4474         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4475         Kenneth Jacker <khj@be.cs.appstate.edu>.
4476
4477 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4478
4479         * gnus-diary.el (gnus-user-format-function-d)
4480         (gnus-user-format-function-D): Autoload.
4481
4482         * imap.el (Commentary): Fix typo.
4483
4484         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4485         2006-04-22 contribution.
4486
4487 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4488
4489         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4490         It didn't really fix the bogosity I'm seeing with solid web groups.
4491
4492 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4493
4494         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4495         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4496         created using server names.  If we use the feature without declaring
4497         it, Gnus does not properly manage server and group state.
4498
4499         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4500         bound.
4501
4502 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4503
4504         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4505         looking up the method using GROUP's prefix before inventing a new one.
4506         It is used on killed/unknown groups in various places where returning
4507         an all-new method isn't expected by the caller.
4508
4509         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4510         and match semantics of gnus-group-real-prefix.
4511
4512 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
4513
4514         * nnmail.el (nnmail-broken-references-mailers): New variable.
4515         (nnmail-ignore-broken-references): New function generalizing
4516         nnmail-fix-eudora-headers.
4517         (nnmail-fix-eudora-headers): Now obsolete.
4518
4519         * gnus-art.el (gnus-button-handle-custom): Support
4520         `customize-apropos*'.
4521
4522 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4523
4524         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4525
4526         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4527         articles.
4528
4529 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4530
4531         * message.el (message-cite-reply-above): New variable.
4532         (message-yank-original): Use it.
4533
4534 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4535
4536         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4537
4538 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
4539
4540         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4541         as read.
4542
4543         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4544
4545 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
4546
4547         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4548         (gnus-bookmark-default-file): Use gnus-directory.
4549         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4550         Remove "*" in doc string.
4551         (gnus-bookmark-write-file): Simplify.
4552         (gnus-bookmark-maybe-sort-alist): Use `when'.
4553         (gnus-bookmark-get-bookmark): Fix typo in doc string.
4554         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4555         FIXME about Emacs 21 and XEmacs compatibility.
4556         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4557         compatibility.
4558         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4559         compatibility.
4560         (gnus-bookmark-menu-heading): Fix version.
4561
4562 2006-06-19  Bastien Guerry  <bzg@altern.org>
4563
4564         * gnus-bookmark.el: New file.
4565
4566 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4567
4568         * message.el (message-syntax-checks): Doc fix.
4569
4570 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4571
4572         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4573         unsubscribed groups as if they were killed ones.  It causes duplicate
4574         entries in gnus-newsrc-alist.
4575
4576 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4577
4578         * message.el (message-syntax-checks): Doc fix.
4579         (message-send-mail): Add check for continuation headers.
4580         (message-check-news-header-syntax): Fix regexp used to check for
4581         continuation headers.
4582
4583 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4584
4585         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4586
4587 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
4588
4589         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4590
4591 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4592
4593         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4594         default-truncate-lines.
4595
4596 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4597
4598         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4599         to fill the utf-8 entry.
4600
4601         * lpath.el: Fbind unicode-precedence-list.
4602
4603 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4604
4605         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4606
4607 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
4608
4609         * gnus-agent.el (directory-files-and-attributes): Move all the way
4610         forward (the third and final move).
4611         (gnus-agent-read-agentview): Trap reconstruction errors due to
4612         nonexistant directory.  Handle by returning nil.
4613
4614 2006-05-30  Didier Verna  <didier@xemacs.org>
4615
4616         * message.el (message-dont-reply-to-names): Update the custom type.
4617         * message.el (message-dont-reply-to-names): New defsubst: potentially
4618         convert a list of regexps into a single one.
4619         * message.el (message-get-reply-headers): Use it.
4620         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4621
4622 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4623
4624         * gnus-agent.el (directory-files-and-attributes): Move forward.
4625
4626 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4627
4628         * gnus-ml.el (gnus-mailing-list-subscribe)
4629         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4630         (gnus-mailing-list-message): Fix doc strings.
4631
4632 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4633
4634         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4635         of doing it manually.
4636
4637 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4638
4639         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4640         comment.
4641
4642 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
4643
4644         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4645         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4646         (gnus-agent-read-local): All symbols allocated in my-obarray
4647         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4648         (gnus-agent-regenerate-group): Check numeric names to see if they are
4649         messages or groups.
4650         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4651         better way of do this...)
4652
4653         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4654         'dummy.group' (there should be a better way of do this...)
4655
4656 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4657
4658         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4659         (gnus-saved-headers): Ditto.
4660         (gnus-default-article-saver): Mention functions may have properties.
4661         (gnus-article-save): Override gnus-save-all-headers and
4662         gnus-saved-headers by :headers property which saver function may have.
4663         (gnus-summary-save-in-file): Add :headers property.
4664         (gnus-summary-write-to-file): Ditto.
4665
4666         * gnus-sum.el (gnus-summary-save-article): Bind
4667         gnus-prompt-before-saving to t when saving many articles in a file;
4668         always show all headers.
4669
4670         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
4671
4672 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4673
4674         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4675         marks.
4676
4677         * message.el (message-indent-citation): Add optional arguments to allow
4678         using it outside of message buffers.
4679
4680         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4681         (gnus-article-treat-unfold-headers): Use it.
4682         (gnus-article-truncate-lines): New variable.
4683         (gnus-article-mode): Use it.
4684         (gnus-article-toggle-truncate-lines): New function.
4685
4686         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4687         gnus-article-toggle-truncate-lines.
4688
4689         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4690         coding system in XEmacs, use binary.
4691
4692 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4693
4694         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4695         after-load-alist.
4696
4697         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4698         this function should save decoded articles.
4699         (gnus-summary-write-to-file): Use property to specify this function
4700         should save decoded articles and specify gnus-summary-save-in-file
4701         should be used to save articles other than the first one when saving
4702         many articles.
4703         (gnus-summary-save-body-in-file): Use property to specify this
4704         function should save decoded articles.
4705         (gnus-summary-write-body-to-file): Use property to specify this
4706         function should save decoded articles and specify
4707         gnus-summary-save-body-in-file should be used to save articles other
4708         than the first one when saving many articles.
4709
4710         * gnus-sum.el (gnus-summary-save-article): Simplify.
4711
4712 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4713
4714         * gnus-art.el (gnus-default-article-saver): Add
4715         gnus-summary-write-body-to-file.
4716         (gnus-article-save-coding-system): Don't use coding system object
4717         in XEmacs.
4718         (gnus-read-save-file-name): Add optional `dir-var' argument which
4719         specifies directory in which files are saved; work even if optional
4720         `variable' argument is not specified.
4721         (gnus-summary-write-to-file): Read file name.
4722         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4723         (gnus-summary-write-body-to-file): New function.
4724
4725         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4726         (gnus-summary-local-variables): Add it.
4727         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4728         (gnus-summary-save-article): Remove optional `decode' argument;
4729         determine whether to decode articles by the value of
4730         gnus-default-article-saver; when saving many files using
4731         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4732         it first and use gnus-summary-save-in-file or
4733         gnus-summary-save-body-in-file thereafter unless
4734         gnus-prompt-before-saving is always; move point to article which
4735         will be saved.
4736         (gnus-summary-save-article-file): Revert.
4737         (gnus-summary-write-article-file): Revert.
4738         (gnus-summary-save-article-body-file): Revert.
4739         (gnus-summary-write-article-body-file): New function.
4740
4741 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4742
4743         * gnus-art.el (gnus-default-article-saver): Doc fix.
4744         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4745         from gnus-summary-save-article-coding-system, and default to a
4746         certain coding system.
4747         (gnus-output-to-file): Add coding cookie and encode text according
4748         to gnus-article-save-coding-system; don't use mm-append-to-file.
4749
4750         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4751         gnus-art.el and rename to gnus-article-save-coding-system.
4752         (gnus-summary-save-article): Require gnus-art; don't show all
4753         headers if it decodes articles; don't add coding cookie here;
4754         don't bind mm-text-coding-system-for-write.
4755         (gnus-summary-save-article-file): Save decoded articles.
4756         (gnus-summary-write-article-file): When saving many files, use
4757         gnus-summary-write-to-file first and gnus-summary-save-in-file
4758         thereafter unless gnus-prompt-before-saving is always.
4759         (gnus-summary-save-article-body-file): Save decoded articles.
4760
4761         * lpath.el: Fbind select-safe-coding-system for XEmacs.
4762
4763 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4764
4765         * nnrss.el (nnrss-check-group): Bind hash-index.
4766
4767 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
4768
4769         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4770         its hash index.  Store this hash in `nnrss-group-data'.
4771         (nnrss-read-group-data): Update accordingly.
4772
4773 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4774
4775         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4776         entry.
4777
4778         * gnus-sum.el (gnus-summary-make-menu-bar): Add
4779         gnus-article-browse-html-article.
4780
4781 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
4782
4783         * gnus-sum.el (gnus-summary-mime-map): Add
4784         gnus-article-browse-html-article.
4785
4786         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4787
4788 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4789
4790         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4791         suitable coding systems in customize.
4792
4793 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
4794
4795         * mail-source.el (mail-sources): Fix custom type.
4796
4797 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
4798
4799         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4800         (gnus-summary-expire-articles-now): Shorten prompt.
4801
4802         * gmm-utils.el (wid-edit): Require.
4803         (defun-gmm): Renamed from `gmm-defun-compat'.
4804         (gmm-image-search-load-path): Use it.
4805         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
4806
4807 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4808
4809         * gnus-sum.el (gnus-summary-save-article-coding-system): New
4810         variable.
4811         (gnus-summary-save-article): Add optional `decode' argument.  If
4812         it is set and gnus-summary-save-article-coding-system is non-nil,
4813         save decoded article.
4814         (gnus-summary-write-article-file): Save decoded article if
4815         gnus-summary-save-article-coding-system is non-nil.
4816
4817         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4818         type.
4819
4820 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4821
4822         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4823
4824 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4825
4826         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4827         first to test gnus-single-article-buffer which may be buffer-local.
4828
4829         * gnus-sum.el (gnus-summary-setup-buffer): Make
4830         gnus-single-article-buffer buffer-local and nil in ephemeral
4831         group; make gnus-article-buffer, gnus-article-current, and
4832         gnus-original-article-buffer always buffer-local.
4833         (gnus-summary-exit): Kill article buffer belonging to ephemeral
4834         group.
4835         (gnus-handle-ephemeral-exit): Don't move to next summary line.
4836
4837 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4838
4839         * nnml.el (nnml-request-compact-group): Compressed files might not
4840         have .gz extension.
4841
4842 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4843
4844         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4845         (mm-copy-to-buffer): Use with-current-buffer.
4846         (mm-display-part): Simplify.
4847         (mm-inlinable-p): Add optional arg `type'.
4848
4849 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4850
4851         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4852         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4853         Try harder to show the attachment internally or externally using
4854         gnus-mime-view-part-as-type.
4855
4856 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4857
4858         * message.el (message-from-style, message-signature-separator)
4859         (message-user-organization-file, message-send-mail-function)
4860         (message-citation-line-function, message-yank-prefix)
4861         (message-indent-citation-function, message-signature)
4862         (message-signature-file, message-signature-insert-empty-line):
4863         Remove autoloads.
4864
4865         * gnus-art.el (gnus-buttonized-mime-types): Remove
4866         "multipart/signed".  Revert 2006-04-26 change.
4867
4868 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4869
4870         * gnus.el (gnus-version-number): Bump version.
4871
4872 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4873
4874         * gnus.el: No Gnus v0.5 is released.
4875
4876 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4877
4878         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4879         fetching articles by message-id.
4880
4881 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4882
4883         * message.el (hashcash): Require hashcash as normal.
4884
4885         * ecomplete.el (ecomplete-highlight-match-line): Use
4886         point-at-eol.
4887         (ecomplete-highlight-match-line): Use `highlight', because that
4888         face exists in both Emacs and XEmacs.
4889
4890         * message.el (message-display-abbrev): Use point-at-bol.
4891
4892         * mail-source.el: Don't require timer/timer-funcs.
4893
4894         * gnus-async.el: Ditto.
4895
4896         * password.el: Ditto.
4897
4898         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
4899
4900         * mm-url.el: Ditto.
4901
4902         * gnus-xmas.el: Don't require timer-funcs.
4903
4904         * mm-util.el: Require timer/timer-funcs.
4905
4906 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4907
4908         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4909         Close.
4910
4911 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4912
4913         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4914         unibyte after clear-decrypt function runs.
4915
4916         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4917         returns as a unibyte string.
4918
4919 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4920
4921         * lpath.el: Revert.
4922
4923         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
4924         (pgg-gpg-process-sentinel): Revert.
4925
4926         * pgg-pgp.el (pgg-pgp-process-region): Revert.
4927         (pgg-pgp-lookup-key): Revert.
4928
4929         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
4930         (pgg-pgp5-lookup-key): Revert.
4931
4932         * pgg.el (pgg-fetch-key): Revert.
4933
4934 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4935
4936         * lpath.el: Fbind string-as-multibyte for XEmacs.
4937
4938         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4939         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4940         (mml1991-pgg-encrypt): Ditto.
4941
4942         * pgg-gpg.el (pgg-string-to-multibyte): New function.
4943         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
4944         a multibyte buffer.
4945
4946         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
4947         (pgg-pgp-lookup-key): Ditto.
4948
4949         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
4950         (pgg-pgp5-lookup-key): Ditto.
4951
4952         * pgg.el (pgg-fetch-key): Ditto.
4953
4954 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
4955
4956         * message.el (message-user-organization-file): Check several
4957         locations of the organization file.
4958
4959         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4960         Add gnus-article-view-part-as-type.
4961
4962         * gnus-art.el (gnus-article-view-part-as-type): New function.
4963
4964         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4965         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
4966
4967         * mml.el: Simplify autoload.
4968         (mml-mode): defvar dnd-protocol-alist instead of using
4969         symbol-value.
4970         (mml-default-directory): New variable.
4971         (mml-minibuffer-read-file): Use it.
4972         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4973
4974         * message.el (message-citation-line-format): New variable.
4975         (message-insert-formated-citation-line): New function.
4976         (message-citation-line-function): Add
4977         `message-insert-formated-citation-line' to custom type.
4978
4979         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4980         to doc string.
4981
4982         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4983         depending on mm-verify-option.
4984
4985 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4988         binding pgg-* variables; reimplement the section which prevents
4989         MIME header from being signed.
4990         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4991         pgg-text-mode; remove a blank line at the top of body.
4992
4993         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4994         lines at the top of body; use gnus-newsgroup-charset if there's no
4995         Charset header.
4996
4997 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4998
4999         * message.el (message-self-insert-commands): Doc fix.
5000
5001         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
5002         (mm-uu-pgp-encrypted-test): Ditto.
5003         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
5004         between header and body; return application/pgp-encrypted handle
5005         if decryption failed; decode decrypted body by charset.
5006
5007         * mm-decode.el (mm-automatic-display): Don't make application/pgp
5008         element match to application/pgp-*.
5009
5010 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5011
5012         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
5013         HTML.
5014
5015 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5016
5017         * mail-source.el (mail-source-call-script): Message the error
5018         string.
5019
5020 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5021
5022         * gnus-util.el (gnus-byte-compile): Use it.
5023
5024 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
5025
5026         * gnus-util.el (kill-empty-logs): New function.
5027
5028 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5029
5030         * message.el (message-mail-alias-type): Doc fix.
5031         (message-mail-alias-type-p): New function.
5032         (message-send): Use it.
5033         (message-mode): Ditto.
5034         (message-strip-forbidden-properties): Ditto.
5035
5036         * ecomplete.el (ecomplete-database-file-coding-system): New
5037         variable.
5038         (ecomplete-save): Use it.
5039         (ecomplete-setup): Use it.
5040
5041 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5042
5043         * message.el (message-self-insert-commands): New variable.
5044         (message-strip-forbidden-properties): Use it.
5045
5046 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5047
5048         * message.el (message-put-addresses-in-ecomplete): Use a regexp
5049         that doesn't make XEmacs choke.
5050
5051 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
5052
5053         * gnus-util.el (gnus-replace-in-string):
5054         Prefer replace-regexp-in-string over of replace-in-string.
5055
5056 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5057
5058         * gnus-util.el (gnus-select-frame-set-input-focus):
5059         Use select-frame-set-input-focus if it is available in XEmacs; use
5060         definition defined in Emacs 22 for old Emacsen.
5061
5062         * dgnushack.el: Autoload unmorse-region for XEmacs.
5063
5064         * lpath.el: Bind cursor-in-non-selected-windows and
5065         select-frame-set-input-focus for XEmacs.
5066
5067 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5068
5069         * mm-view.el (mm-inline-text): Use equal instead of equalp.
5070
5071 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
5072
5073         * gnus-registry.el (gnus-registry-cache-save): Remove text
5074         properties when saving via the temp buffer.
5075
5076 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5077
5078         * message.el (message-generate-hashcash): Honor custom type.
5079
5080 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5081
5082         * message.el (message-generate-hashcash): Default to non-nil when
5083         hashcash is found.
5084
5085         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5086         (gnus-refer-thread-limit): Increase default to 500.
5087
5088         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
5089
5090         * flow-fill.el (fill-flowed): Allow delete-space.
5091
5092 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5093
5094         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5095         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5096         Remove autoloads.
5097
5098 2006-04-18  Simon Josefsson  <jas@extundo.com>
5099
5100         * message.el (message-generate-hashcash): Default to.
5101
5102 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5103
5104         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5105         concatenating segments rather than before concatenating them.
5106
5107 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5108
5109         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
5110
5111 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5112
5113         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
5114
5115         * message.el (message-forward-make-body-plain): Allow
5116         message-forward-ignored-headers to be a list.
5117         (message-remove-ignored-headers): Factor out into function.
5118         (message-forward-make-body-mml): Use it.
5119
5120         * imap.el (imap-quote-specials): New function.
5121         (imap-login-auth): Quote specials.
5122
5123         * rfc2231.el (rfc2231-parse-string): Remove dead code.
5124         (rfc2231-parse-string): Allow concatanation of parameters that
5125         aren't contiguous.  The test case is
5126           (mail-header-parse-content-type "message/external-body;
5127             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
5128             access-type=LOCAL-FILE;
5129             name*1*=plugh%2fhello-sailor%2fbing.pdf")
5130
5131 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5132
5133         * nntp.el (nntp-accept-process-output): Return the value of
5134         `nnheader-accept-process-output'.
5135
5136 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5137
5138         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
5139         (gnus-button-alist): Recognize more diff formats.
5140         (gnus-button-patch): Strip directory.
5141
5142 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5143
5144         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
5145         Emacs 22 when setting focus.
5146
5147 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5148
5149         * gnus-art.el (gnus-article-treat-types): Do treatment of
5150         text/x-verbatim parts.
5151         (gnus-button-patch): New command.
5152
5153         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5154         addresses that contain invalid characters.
5155
5156 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5157
5158         * message.el (message-put-addresses-in-ecomplete): Use
5159         gnus-replace-in-string.
5160         (message-is-yours-p): Use the more correct
5161         mail-header-parse-address instead of
5162         mail-extract-address-components.
5163         (message-put-addresses-in-ecomplete): Fix typo.
5164
5165         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5166         keystroke.
5167
5168         * gnus-art.el (gnus-treatment-function-alist): Change order of
5169         newsgroups/generic header folding to avoid double-folding.
5170
5171         * message.el (message-hidden-headers): Add X-Draft-From.
5172
5173         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5174         command.
5175         (gnus-summary-repeat-search-article-backward): New command.
5176
5177         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5178         groups in the parent topic.
5179
5180 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
5181
5182         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5183         (spam-extra-header-to-number): Return the CRM114 number as a
5184         number instead of a string.
5185
5186 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5187
5188         * gnus-art.el (gnus-face-properties-alist): Moved here from
5189         gnus-fun.
5190
5191         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5192
5193 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5194
5195         * message.el (message-strip-forbidden-properties): Only display on
5196         self-insert-command.
5197
5198         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5199         reindent.
5200         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5201
5202 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
5203
5204         * smiley.el (smiley-style): Fix typo.
5205
5206 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5207
5208         * hashcash.el (hashcash-insert-payment-async-2): Use
5209         message-goto-eoh instead of doing it manually.
5210         (mail-add-payment): Use message-narrow-to-header instead of trying
5211         to do the same itself.
5212
5213         * message.el (message-hidden-headers): Add Face.
5214
5215         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5216         reparenting code.
5217         (gnus-summary-reparent-children): Refactored out code.
5218         (gnus-summary-thread-map): New keystroke.
5219         (gnus-summary-reparent-children): Make into command.
5220
5221         * smiley.el (smiley-style): Default to `medium' if using a large
5222         font.
5223
5224         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5225         does it itself.
5226
5227         * message.el (message-point-in-header-p): Simplify definition.
5228
5229 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5230
5231         * nnagent.el (nnagent-request-set-mark): Silence log file
5232         writing.
5233         (nnagent-request-set-mark): Use write-region instead of
5234         append-to-file.
5235
5236         * gnus-sum.el (gnus-read-header): Fudge article number if using a
5237         strange select method.
5238
5239         * ecomplete.el (ecomplete-display-matches): Get highlightling
5240         right.
5241         (ecomplete-display-matches): Use literals.
5242         (ecomplete-display-matches): Disable message logging.
5243
5244         * message.el (message-display-abbrev): Small optimization.
5245
5246         * ecomplete.el (ecomplete-display-matches): Allow automatic
5247         display.
5248
5249         * message.el (message-strip-forbidden-properties): Display
5250         abbrevs.
5251         (message-display-abbrev): Get automatic display right.
5252
5253         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5254         keystrokes.
5255
5256 2006-04-13  Romain Francoise  <romain@orebokech.com>
5257
5258         TODO: Backport to v5-10!
5259
5260         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5261         Moved here (and renamed) from gnus-registry.el.
5262
5263         * gnus-registry.el: Require gnus-util.
5264         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5265
5266 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5267
5268         * gnus-group.el (gnus-group-catchup-current): Change
5269         if-then-else-if-then-else into cond.
5270         (gnus-group-catchup): Indent.
5271         (group-name-at-point): New function.
5272         (gnus-fetch-group): Provide default from thing at point.
5273
5274 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5275
5276         * message.el (message-display-abbrev): Fix regexp.
5277
5278         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5279         choosing.
5280         (ecomplete-highlight-match-line): Fix up code rewrite, remove
5281         dead variables.
5282
5283         * message.el (message-newline-and-indent): Remove debugging.
5284         (message-display-abbrev): Use new implementation.
5285
5286 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5287
5288         * gnus-art.el (gnus-article-mode): Set
5289         cursor-in-non-selected-windows to nil.
5290
5291         * smiley.el: Revert previous change.
5292         (smiley-data-directory): defvar it before using it in the
5293         defcustom of `smiley-style'.
5294
5295 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5296
5297         * message.el (message-newline-and-indent): New function.
5298
5299         * ecomplete.el: Implement more bits.
5300
5301         * message.el (message-put-addresses-in-ecomplete): Clean up the
5302         string.
5303
5304         * ecomplete.el (ecomplete-add-item): Chop off decimals.
5305
5306         * gnus-sum.el (gnus-summary-save-parts): Bind
5307         gnus-summary-save-parts-counter and use it to make unique file
5308         names.
5309
5310         * gnus-art.el (gnus-ignored-headers): Add some more headers.
5311
5312         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5313         parameter to say whether to actually parse the individual
5314         addresses.
5315
5316         * message.el (message-put-addresses-in-ecomplete): New function.
5317         (ecomplete): Require.
5318         (message-mail-alias-type): Add ecomplete as an option.
5319
5320 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
5321
5322         * flow-fill.el (fill-flowed): Remove trailing space from blank
5323         quoted lines.
5324
5325 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5326
5327         * smiley.el (smiley-style): Move definition later to avoid a
5328         compilation warning.
5329
5330 2006-04-12  Kenichi Handa  <handa@m17n.org>
5331
5332         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5333         buffer and then decode the buffer text if necessary.
5334         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5335         first, and after mm-encode-body, change the buffer to unibyte.
5336         Use mm-disable-multibyte instead of set-buffer-multibyte.
5337
5338 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5341         Content-Type header instead of Content-Disposition header.
5342         (gnus-mime-inline-part): Ditto.
5343         (gnus-mime-view-part-as-charset): Ignore charset that the part
5344         specifies.
5345
5346         * mm-decode.el (mm-display-part): Work with external parts and
5347         usual parts similarly.
5348
5349         * mm-extern.el (mm-inline-external-body): Use mm-display-part
5350         instead of gnus-display-mime.
5351
5352         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5353         instead of with-temp-buffer.
5354
5355         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5356         tag to summarized topics part in order to encode non-ASCII text.
5357
5358 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5359
5360         * smiley.el (smiley-style): New variable.
5361         (smiley-directory): New function.
5362         (smiley-data-directory): Derive from `smiley-style' using
5363         `smiley-directory'.
5364         (smiley-regexp-alist): Add new entries.
5365
5366         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5367         (gnus-article-browse-delete-temp): Add :version.
5368
5369 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
5370
5371         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5372         the sieve region.
5373
5374 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5375
5376         * gnus.el (gnus-version-number): Bump version.
5377
5378 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5379
5380         * gnus.el: No Gnus v0.4 is released.
5381
5382 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5383
5384         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5385         layout.
5386
5387         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5388         unknown charset.
5389
5390         * message.el (message-header-synonyms): Add Original-To to the
5391         default.
5392
5393         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5394         optional parameter.
5395
5396 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5397
5398         * gnus-fun.el (gnus): Require it for gnus-directory.
5399
5400 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5401
5402         * gnus-fun.el (gnus-face-properties-alist): Add :version.
5403
5404 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5405
5406         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5407
5408 2006-04-05  Simon Josefsson  <jas@extundo.com>
5409
5410         * password.el (password-reset): New function.
5411
5412 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5413
5414         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5415         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5416
5417 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5418
5419         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5420         Some whitespace was matched into the url, which broke browsing hits
5421         > 100 when mm-url-use-external was nil.
5422
5423 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5424
5425         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5426         gnus-extra-headers for 'Newsgroups.
5427
5428         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5429         bound.
5430
5431 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5432
5433         * pgg-gpg.el: Clean up process buffers every time gpg processes
5434         complete.
5435
5436 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5437
5438         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5439         doc string.
5440
5441 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5442
5443         * pgg-gpg.el (pgg-gpg-process-filter)
5444         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5445
5446         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5447         lines, temporary fix.
5448
5449 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5450
5451         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5452
5453 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5454
5455         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5456         default-enable-multibyte-characters.  This reverts the change from
5457         revision 6.17 which is no longer necessary because the passphrase
5458         is sent separately now.  GnuPG messages are unreadable under
5459         multibyte locales with default-enable-multibyte-characters set to
5460         nil.
5461
5462 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5463
5464         * message.el (message-tool-bar-gnome): Move "spell".
5465
5466 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5467
5468         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5469         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5470         instead.
5471
5472 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5473
5474         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5475         newsgroups handling for NNTP overviews which don't include
5476         Newsgroups.
5477
5478 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5479
5480         * message.el (message-resend): Bind message-generate-hashcash to nil.
5481
5482 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5483
5484         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5485         when searching for already-paid recipients.
5486
5487 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5488
5489         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5490         passphrases when it is not needed.
5491         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5492         passphrase stuff from gpg, should only be necessary when you use
5493         gpg with a smartcard.
5494
5495 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5496
5497         * mml.el (mml-insert-mime): Ignore cached contents of
5498         message/external-body part.
5499
5500         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5501         (mm-insert-part): Ditto.
5502
5503 2006-03-23  Simon Josefsson  <jas@extundo.com>
5504
5505         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5506         Reiner.
5507         (pgg-gpg-use-agent-p): Use it again.
5508
5509 2006-03-23  Simon Josefsson  <jas@extundo.com>
5510
5511         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5512         older emacsen.
5513         (pgg-gpg-use-agent-p): Don't use it.
5514
5515 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
5516
5517         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5518         if we can.
5519
5520 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5521
5522         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5523         (pgg-gpg-update-agent): New function.
5524         (pgg-gpg-use-agent-p): New function.
5525         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5526         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5527         (pgg-gpg-sign-region): Use it.
5528
5529 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5530
5531         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5532         Reported by Ralf Wachinger <rwachinger@gmx.de>.
5533
5534 2006-03-21  Simon Josefsson  <jas@extundo.com>
5535
5536         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5537         <wilde@sha-bang.de>.
5538         (pgg-gpg-use-agent): New variable.
5539         (pgg-gpg-process-region): Use it.
5540         (pgg-gpg-encrypt-region): Likewise.
5541         (pgg-gpg-encrypt-symmetric-region): Likewise.
5542         (pgg-gpg-decrypt-region): Likewise.
5543         (pgg-gpg-sign-region): Likewise.
5544         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5545
5546 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5547
5548         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5549
5550         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5551         Add comment on version.
5552
5553 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5554
5555         * smiley.el: Add missing test smiley.
5556
5557 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5558
5559         * mm-decode.el (mm-with-part): New macro.
5560         (mm-get-part): Use it; work with message/external-body as well.
5561         (mm-save-part): Treat name and filename equally.
5562
5563         * mm-extern.el (mm-extern-cache-contents): New function.
5564         (mm-inline-external-body): Use it; force the part to be displayed;
5565         move undisplayer added to the cached handle to the parent.
5566
5567         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5568         (gnus-mime-view-part-as-type): Work with message/external-body.
5569
5570         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5571
5572 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5573
5574         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5575         images in image-load-path.  [Sync with image.el, revision 1.60, in
5576         Emacs.]
5577
5578 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5579
5580         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5581         path rather than symbol.  Always return list of directories.
5582         Guarantee that image directory comes first.  [Sync with image.el,
5583         revision 1.59, in Emacs.]
5584
5585         * message.el (message-make-tool-bar): Adjust to new API of
5586         `gmm-image-load-path-for-library'.
5587
5588         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5589
5590         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5591
5592 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5593
5594         * gnus-art.el (gnus-article-only-boring-p):
5595         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5596         intangible text.
5597         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5598
5599 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
5600
5601         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
5602         `defun' instead of `gmm-defun-compat'.
5603
5604 2006-03-14  Simon Josefsson  <jas@extundo.com>
5605
5606         * message.el (message-unique-id): Don't use message-number-base36
5607         if (user-uid) is a float.
5608         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5609
5610 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5611
5612         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5613
5614         * gnus-art.el (gnus-mime-display-single): Make sure there is an
5615         empty line between a part and a message part.
5616
5617 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5618
5619         * smiley.el: Add more test smileys.
5620         (smiley-data-directory, smiley-regexp-alist)
5621         (gnus-smiley-file-types): Fix doc strings.
5622         (smiley-update-cache): Clear smiley-cached-regexp-alist before
5623         adding new elements.
5624         (smiley-mouse-map): Unused code.  Make it a comment.
5625
5626 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5627
5628         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5629         scan latest NoCeM messages instead of old ones.
5630         (gnus-nocem-check-article): Fix regexps so as to match to PGP
5631         delimiters that are recently used.
5632         (gnus-nocem-load-cache): Add autoload cookie.
5633
5634         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5635
5636         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5637         level which is larger than gnus-use-nocem is specified.
5638
5639         * gnus-group.el (gnus-group-get-new-news): Ditto.
5640
5641 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5642
5643         * gnus-util.el (gnus-tool-bar-update): New function.
5644
5645         * gnus-group.el (gnus-group-update-tool-bar): New variable.
5646         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5647
5648         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5649
5650         * gnus-group.el (gnus-group-redraw-when-idle)
5651         (gnus-group-redraw-check): Remove.
5652         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5653
5654 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5655
5656         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5657         if optional last element is specified in splits (FIELD VALUE...).
5658
5659 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
5660
5661         * message.el (message-make-tool-bar): Rename gmm-image-load-path
5662         to gmm-image-load-path-for-library.  Call with no-error argument.
5663         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5664
5665         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5666
5667         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5668
5669         * gmm-utils.el (gmm-image-load-path): Remove alias.
5670
5671 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
5672
5673         * gmm-utils.el (gmm-image-load-path): Add alias.
5674
5675         * nnml.el (nnml-generate-nov-databases-directory): Rename from
5676         nnml-generate-nov-databases-1.
5677         (nnml-generate-nov-databases): Use it.
5678         (nnml-generate-nov-databases-directory): Document no-active
5679         argument.
5680
5681         * gmm-utils.el (gmm-image-load-path-for-library): Return single
5682         directory if path is t.  Add no-error.
5683
5684         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5685         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5686
5687         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5688         resetting gnus-article-browse-html-temp-list.
5689
5690         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5691         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
5692         Add example to docstring.  Rename local variables.  Move error
5693         checks to default case in cond and simplify.
5694
5695 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5696
5697         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5698         handle is multipart when calling it recursively.
5699         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5700
5701 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
5702
5703         * nnimap.el (nnimap-request-update-info-internal): Optimize.
5704         Don't `gnus-uncompress-range' to avoid excessive memory usage.
5705
5706 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5709         is loaded.
5710
5711         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5712         loaded.
5713
5714 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5715
5716         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5717         to "Emacs 23 (unicode)" in doc string.
5718
5719         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5720         "Emacs 23 (unicode)" in comment.
5721
5722 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5723
5724         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5725
5726         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5727         characters 160 through 255 in Emacs 23.
5728
5729 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5730
5731         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5732         gnus-article-browse-html-temp.
5733         (gnus-article-browse-delete-temp): Make it customizable.  Add
5734         `file'.  Adjust doc string.
5735         (gnus-article-browse-delete-temp-files): Add argument.  Allow
5736         query for each file.  Adjust doc string.
5737         (gnus-article-browse-html-parts): Add
5738         `gnus-article-browse-delete-temp-files' to
5739         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5740
5741 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
5742
5743         * gnus-art.el (gnus-article-browse-html-temp)
5744         (gnus-article-browse-delete-temp): New variables.
5745         (gnus-article-browse-delete-temp-files): New function.
5746         (gnus-article-browse-html-parts): Use it.
5747
5748 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5749
5750         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5751
5752         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5753         string.
5754
5755         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5756         gnus-summary-insert-new-articles when unplugged.  Remove
5757         gnus-summary-search-article-forward.
5758
5759         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5760         display-visual-class instead of display-color-cells.
5761
5762 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5763
5764         * dgnushack.el: Autoload customize-group for XEmacs.
5765
5766         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5767         message/* containing non-ASCII text properly.
5768
5769 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5770
5771         * message.el: Require gmm-utils, remove autoloads.
5772         (message-tool-bar): Set default based on
5773         gmm-tool-bar-style.
5774         (message-tool-bar-gnome): Add gmm-customize-mode.
5775
5776         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5777         gmm-tool-bar-style.
5778         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5779
5780         * gnus-group.el (gnus-group-tool-bar): Set default based on
5781         gmm-tool-bar-style.
5782         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5783
5784         * gmm-utils.el (gmm-image-directory): Rename variable from
5785         gmm-image-load-path.
5786         (gmm-image-load-path): Use gmm-image-directory.
5787         (gmm-customize-mode): New function.
5788         (gmm-tool-bar-style): New variable.
5789
5790         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5791         gnus-group-redraw-line-number.
5792         (gnus-group-redraw-check): Simplify.
5793         (gnus-group-tool-bar-update): Remove redraw check.
5794         (gnus-group-make-tool-bar): Add redraw check.
5795
5796 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
5797
5798         * gnus-art.el (gnus-button): Add missing parentheses.
5799
5800 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5801
5802         * lpath.el: Fbind line-number-at-pos.
5803
5804 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5805
5806         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5807
5808 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5809
5810         * gnus-art.el (gnus-button): New face.
5811         (gnus-article-button-face): Use it.
5812
5813         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5814         gnus-summary-next-page.  Re-order.
5815
5816         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5817         next-node are now included.
5818         (gnus-group-redraw-line-number): New internal variable.
5819         (gnus-group-redraw-check): Helper function for updating the tool
5820         bar.
5821         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5822
5823         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5824
5825         * spam.el (spam-spamassassin-score-regexp): New internal variable.
5826         (spam-extra-header-to-number, spam-check-spamassassin-headers):
5827         Use it to match format of Spamassassin 3.0 and later.  Reported by
5828         IRIE Tetsuya <irie@t.email.ne.jp>.
5829         (spam-check-bogofilter)
5830         (spam-bogofilter-register-with-bogofilter): Fix args of
5831         `gnus-error' calls.
5832
5833 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5834
5835         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5836         unnecessary interaction when sending queued mails.  Reported by
5837         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5838
5839 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5840
5841         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5842         first or last are nil.
5843
5844 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5845
5846         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5847
5848 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5849
5850         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5851
5852 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5853
5854         * dns.el (query-dns): Protect more against buggy tcp output.
5855
5856 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5857
5858         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5859         nov.php.
5860
5861 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5862
5863         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5864         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5865         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
5866         output on the server side.
5867         (nnweb-google-create-mapping): Update regexps and add some
5868         progress indication.
5869
5870 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
5871
5872         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5873         gnus-agent-toggle-plugged.  Re-order icons.
5874         (gnus-group-tool-bar-gnome): Add
5875         gnus-group-{prev,next}-unread-group.
5876         (gnus-group-tool-bar-gnome): Re-order icons.
5877
5878         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5879         gnus-summary-insert-new-articles.
5880
5881         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5882         comments.
5883
5884         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
5885         also available in Emacs 21.3.
5886
5887         * message.el (message-fix-before-sending): Change "Emacs 22" to
5888         "Emacs 23 (unicode)" in comment.
5889
5890         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5891         "Emacs 23 (unicode)" in comment.
5892
5893         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5894         comment.
5895         (mm-coding-system-p): Add comment about no-MULE XEmacs.
5896
5897         * mm-view.el (mm-fill-flowed): Add :version.
5898
5899 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5900
5901         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5902         and load-path.
5903
5904 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
5905
5906         * message.el: Autoload gmm-image-load-path.
5907         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5908         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
5909         consitency.
5910
5911         * gmm-utils.el (gmm-image-load-path): Also search in
5912         "../etc/images".  Don't set gmm-image-load-path if we don't find
5913         the image.
5914
5915 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5916
5917         * gmm-utils.el (gmm-image-load-path): Don't make
5918         `gmm-image-load-path' include subdirectories which the second arg
5919         `image' might specify.
5920
5921         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5922         subdirectory to icon file names.
5923
5924         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5925
5926 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5927
5928         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5929         gmm-image-load-path calls.
5930
5931         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5932
5933         * message.el (message-make-tool-bar): Ditto.
5934
5935         * mml.el (mml-preview): Added comment concerning tool bar icons.
5936
5937         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5938         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5939
5940         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5941         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5942
5943         * message.el (message-tool-bar-gnome): Use new icon names.
5944         (message-make-tool-bar): Use `gmm-image-load-path'.
5945
5946         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5947         functions from MH-E.
5948         (gmm-image-load-path): New variable from MH-E.
5949         (gmm-image-load-path): New function from MH-E.  Added arguments
5950         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
5951         *-image-load-path-called-flag.
5952
5953 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
5954
5955         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5956
5957 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
5958
5959         * nnimap.el (nnimap-request-move-article): Change folder back to
5960         source group before deleting.
5961
5962 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
5963
5964         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5965
5966         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5967         mm-url.
5968
5969         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5970
5971 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5972
5973         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5974         coding system which mm-charset-to-coding-system returns for a
5975         given charset is valid.
5976
5977 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
5978
5979         * html2text.el (html2text-remove-tag-list):
5980         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5981
5982 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
5983
5984         * gnus-cus.el: Revert 2005-10-17 change.
5985
5986 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5987
5988         * gnus-art.el (article-strip-banner): Call
5989         article-really-strip-banner only when the regexp match is made.
5990
5991 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5992
5993         * gnus-art.el (article-strip-banner): Use
5994         gnus-extract-address-components instead of
5995         mail-header-parse-addresses to make it work with non-ASCII text;
5996         remove mail-encode-encoded-word-string.
5997
5998         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5999         values which are surrounded with \"...\"; make it never cause a
6000         Lisp error; give up parsing of parameters if it failed in
6001         extracting type.
6002
6003 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
6004
6005         * smime.el (smime-cert-by-ldap-1): Fix bug where
6006         `smime-ldap-search' returns results without userCertificates.
6007
6008 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6009
6010         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
6011
6012 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6013
6014         * spam.el (spam-check-spamassassin-headers): Adapt format for
6015         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
6016         <ari@mbf.ocn.ne.jp>.
6017         (spam-list-of-processors): Add spam-use-gmane.
6018
6019 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6020
6021         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
6022         make-temp-file; make it work with XEmacs as well.
6023
6024         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
6025         mm-make-temp-file.
6026
6027         * mm-decode.el (mm-display-external): Use the 3rd arg of
6028         mm-make-temp-file.
6029         (mm-create-image-xemacs): Ditto.
6030
6031 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6032
6033         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
6034         with message-narrow-to-headers.
6035         (gnus-draft-setup): Narrow to header to run message-fetch-field.
6036         (gnus-draft-check-draft-articles): New function.
6037         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
6038
6039 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6040
6041         * gnus-art.el (gnus-article-browse-html-parts):
6042         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
6043         Don't use suffix argument for mm-make-temp-file for Emacs 21
6044         compatibility.  Remove useless `format'.
6045
6046 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6047
6048         * nnweb.el (nnweb-google-wash-article): Update regexps.
6049         (nnweb-group-alist): Use defvoo instead of defvar.
6050
6051 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6052
6053         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
6054         re-loading nn* modules.
6055
6056 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6057
6058         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
6059         for `tool-bar-mode' and don't check it's default-value.
6060
6061         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6062
6063         * message.el (message-make-tool-bar): Ditto.
6064
6065         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
6066         `substring'.  Shorten tmp-file name.
6067
6068         * gnus.el: Remove bogus comment.
6069
6070 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
6071
6072         * gnus-art.el (gnus-article-browse-html-parts): New function.
6073         (gnus-article-browse-html-article): New function for viewing html
6074         articles with a browser.
6075
6076 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
6077
6078         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
6079         in elisp.
6080         (pgg-gpg-encrypt-symmetric-region): Ditto.
6081         (pgg-gpg-sign-region): Ditto.
6082
6083         * pgg-def.el (pgg-text-mode): New variable.
6084
6085         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6086         (mml2015-pgg-encrypt): Ditto.
6087
6088         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6089         (mml1991-pgg-encrypt): Ditto.
6090
6091 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6092
6093         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6094         message-make-date instead of current-time-string.
6095
6096         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6097         to gnus-decoded which mm-uu might set.
6098
6099 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6100
6101         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6102         don't decode quoted parameters; remove misimported Emacs code.
6103         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6104         (rfc2231-decode-encoded-string): Don't use split-string which
6105         behaves differently according to Emacs version; use
6106         mm-decode-coding-region to convert charset to coding-system.
6107         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6108         (rfc2231-encode-string): Remove misimported Emacs code.
6109
6110 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6111
6112         * gnus-art.el (article-decode-charset): Don't use ignore-errors
6113         when calling mail-header-parse-content-type.
6114         (article-de-quoted-unreadable): Ditto.
6115         (article-de-base64-unreadable): Ditto.
6116         (article-wash-html): Ditto.
6117
6118         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6119         calling mail-header-parse-content-type and
6120         mail-header-parse-content-disposition.
6121         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6122         mail-header-parse-content-type.
6123
6124         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6125         insert charset and format parameters; encode description after
6126         inserting it to buffer.
6127         (mml-insert-parameter): Fold lines properly even if a parameter is
6128         segmented into two or more lines; change the max column to 76.
6129
6130         * rfc1843.el (rfc1843-decode-article-body): Don't use
6131         ignore-errors when calling mail-header-parse-content-type.
6132
6133         * rfc2231.el (rfc2231-parse-string): Return at least type if
6134         possible; don't cause an error even if it fails in parsing of
6135         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6136         (rfc2231-encode-string): Don't break lines at the beginning, leave
6137         it to mml-insert-parameter.
6138
6139         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
6140         calling mail-header-parse-content-type.
6141
6142 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
6143
6144         * spam-report.el (spam-report-gmane-use-article-number):
6145         Improve doc string.
6146         (spam-report-gmane-internal): Check if a suitable header was found
6147         in the article.
6148
6149 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6150
6151         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
6152         (rfc2231-encode-string): Make param*=value always begin with LWSP.
6153
6154 2006-02-05  Romain Francoise  <romain@orebokech.com>
6155
6156         Update copyright notices of all files in the gnus directory.
6157
6158 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6159
6160         * nnweb.el (nnweb-request-group): Avoid growing overview files.
6161
6162 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6163
6164         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6165         segmented lines of parameter value to cope with Thunderbird 1.5
6166         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6167         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6168         (rfc2231-encode-string): Don't make lines exceeding 76 column.
6169
6170 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
6171
6172         * mml.el (mml-generate-mime-1): Correct the order of inline signed
6173         parts.
6174
6175 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6176
6177         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6178         there's only one active file for all servers.
6179         (nnweb-request-scan): Make sure nnweb-articles is initialized on
6180         solid groups.  Gnus might have used a FAST request to select the group.
6181         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6182         and nnweb-search redundantly in the active file.
6183         (nnweb-request-list): Don't list bogus groups.  There can only be one.
6184         (nnweb-request-create-group): Don't use ARGS.
6185         (nnweb-possibly-change-server, nnweb-request-group): Remove some
6186         initialisations.  Let nnoo do the work.
6187
6188 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6189
6190         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6191         Say the part has been decoded.
6192
6193         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
6194
6195 2006-01-31  Kevin Ryde  <user42@zip.com.au>
6196
6197         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6198         mailcap-viewer-test-cache when there's no 'test clause, since that
6199         will invert the meaning of a "nil" test previously determined by
6200         mailcap-mailcap-entry-passes-test.
6201
6202 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6203
6204         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6205         compiling.
6206
6207         * gnus-sum.el: Ditto.
6208
6209         * message.el: Don't bind tool-bar-map when compiling.
6210
6211 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
6212
6213         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6214
6215 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6216
6217         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6218         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6219         current Google Groups.
6220
6221 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
6222
6223         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6224         and tool-bar-mode.
6225
6226         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6227         and tool-bar-mode.
6228
6229         * message.el (message-tool-bar-update): Simplify.
6230         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6231
6232         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6233         gnus-summary-buffer.
6234         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6235         gnus-summary-reply.
6236
6237         * gmm-utils.el (gmm): Add :version.
6238
6239 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6240
6241         * Makefile.in (clean): New rule.
6242         (distclean): Use it.
6243
6244 2006-01-26  Steve Youngs  <steve@sxemacs.org>
6245
6246         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6247         autoload.
6248
6249 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6250
6251         * gmm-utils.el (gmm-verbose): Add :group.
6252
6253 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
6254
6255         * message.el: Change some comments WRT tool-bars.
6256
6257         * gnus-sum.el (gnus-summary-tool-bar)
6258         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6259         (gnus-summary-tool-bar-zap-list): New variables.
6260         (gnus-summary-make-tool-bar): Complete rewrite using
6261         `gmm-tool-bar-from-list'.
6262
6263         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6264         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6265         variables.
6266         (gnus-group-make-tool-bar): Complete rewrite using
6267         `gmm-tool-bar-from-list'.
6268         (gnus-group-tool-bar-update): New function.
6269
6270         * message.el (message-mode-field-menu): Add "Show hidden Headers".
6271
6272 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6273
6274         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6275         is dissected into a single part of which the type is the same as
6276         the given one; decode charset.
6277
6278 2006-01-21  Kevin Ryde  <user42@zip.com.au>
6279
6280         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6281         into alists as symbol not string, since that's what
6282         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6283         look for.
6284
6285 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
6286
6287         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6288         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6289
6290         * message.el (message-tool-bar-gnome): Use gmm-ignore.
6291
6292 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6293
6294         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
6295         (gnus-xmas-mime-security-button-menu): New function.
6296
6297         * gnus-art.el (gnus-mime-security-button-commands): New variable.
6298         (gnus-mime-security-button-menu): New definition.
6299         (gnus-mime-security-button-map): Use them.
6300         (gnus-mime-security-button-menu): New function.
6301         (gnus-insert-mime-security-button): Addition to help echo.
6302         (gnus-mime-security-run-function, gnus-mime-security-save-part)
6303         (gnus-mime-security-pipe-part): New functions.
6304
6305         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6306         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6307
6308         * mm-decode.el (mm-handle-set-disposition): Remove.
6309         (mm-handle-set-description): Remove.
6310
6311 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6312
6313         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6314         (mm-w3m-standalone-supports-m17n-p): New function.
6315         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6316         w3m usage.
6317
6318         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6319         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6320
6321 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6322
6323         * message.el (message-tool-bar-zap-list): Use
6324         gmm-tool-bar-zap-list as custom type.
6325         (message-tool-bar-update): New function.
6326         (message-tool-bar, message-tool-bar-gnome)
6327         (message-tool-bar-retro): Add message-tool-bar-update.
6328         (message-tool-bar-gnome): Add flyspell-buffer.
6329
6330         * gnus-util.el (gnus-error): Describe `args'.
6331
6332         * gmm-utils.el (gmm-error): Describe `args'.
6333         (gmm-tool-bar-zap-list): New widget.
6334         (gmm-tool-bar-from-list): Improve description of `zap-list'.
6335
6336 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6337
6338         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6339         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6340         the number of recursive calls.
6341
6342         * mm-decode.el (mm-handle-set-disposition): New macro.
6343         (mm-handle-set-description): New macro.
6344
6345 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6346
6347         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6348         encoding.
6349
6350 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6351
6352         * message.el (message-tool-bar-zap-list, message-tool-bar)
6353         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6354         (message-tool-bar-local-item-from-menu): Remove.
6355         (message-tool-bar-map): Replace by `message-make-tool-bar'.
6356         (message-make-tool-bar): New function.
6357         (message-mode): Use `message-make-tool-bar'.
6358
6359         * gmm-utils.el: New file.
6360         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6361         (gmm-lazy): New widget copied from `nnmail.el'.
6362         (gmm-tool-bar-from-list): New function for creating customizable
6363         tool bars.
6364         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
6365         output.
6366         (gmm): Add :prefix to defgroup.
6367
6368 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6369
6370         * gmm-utils.el (gmm-widget-p): New function.
6371
6372 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6373
6374         * mml.el (mml-attach-file): Describe `description' in doc string.
6375         (mml-menu): Add Emacs MIME manual and PGG manual.
6376
6377 2006-01-20  Richard M. Stallman  <rms@gnu.org>
6378
6379         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6380
6381 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
6382
6383         * nntp.el (nntp-end-of-line): Doc fix.
6384
6385 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
6386
6387         * imap.el (imap-open): Handle case where buffer is a buffer
6388         object.
6389
6390 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6391
6392         * gnus-delay.el (gnus-delay): Don't autoload.
6393         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6394         to be re-loaded when customizing the `gnus-delay' group.
6395
6396 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
6397
6398         * message.el (message-insert-citation-line): Use newlines.
6399
6400 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6401
6402         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6403         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
6404         these routines, so the passphrase can be managed externally and
6405         passed in to the system.
6406         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6407         pgg-add-passphrase-to-cache function.
6408
6409         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6410         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
6411         these routines, so the passphrase can be managed externally and
6412         passed in to the system.
6413         (pgg-pgp5-sign-region): Use new name of
6414         pgg-add-passphrase-to-cache function.
6415
6416 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6417
6418         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6419         part of the decoded armor to find the key-identifier.
6420         (pgg-gpg-lookup-key-owner): New function to return the
6421         human-readable identifier of a key owner.
6422         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
6423         itself.
6424         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6425         the key value) if we have a key and can match it against a secret
6426         key.  Also, added a note pointing out fact that the prompt only
6427         indicates the first matching key.
6428
6429         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
6430         pgg-decrypt-region.
6431         (pgg-add-passphrase-to-cache): Rename from
6432         `pgg-add-passphrase-cache' to reduce confusion (all callers
6433         changed).
6434         (pgg-remove-passphrase-from-cache): Rename from
6435         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6436         changed).
6437         (pgg-read-passphrase, pgg-add-passphrase-cache)
6438         (pgg-remove-passphrase-cache): Add informative docstrings.
6439         (pgg-decrypt): Convey provided passphrase in subordinate call to
6440         pgg-decrypt-region.
6441
6442 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
6443
6444         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6445         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6446         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6447         'passphrase' argument, so the passphrase can be managed externally
6448         and then passed in to the system.
6449
6450         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6451         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
6452         so the passphrase cache can be used reliably with identifiers
6453         besides a pgp packet's key id.
6454
6455         * pgg-gpg.el (pgg-gpg-encrypt-region)
6456         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6457         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
6458         these routines, so the passphrase can be managed externally and
6459         passed in to the system.
6460
6461         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6462         'notruncate' argument, so the passphrase cache can be used
6463         reliably with identifiers besides a pgp packet's key id.
6464
6465 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
6466
6467         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6468         symmetric encryption.
6469         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6470         encrypted session key.
6471         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6472         message ask for the passphrase in a proper way.
6473
6474         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6475         New user commands for symmetric encryption.
6476
6477 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6478
6479         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6480
6481         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6482
6483 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6484
6485         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6486
6487 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6488
6489         * mm-decode.el (mm-inlined-types): Add application/pgp.
6490         (mm-automatic-display): Ditto.
6491
6492         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6493         part as text.
6494
6495 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6496
6497         * nnrss.el: Update copyright.
6498         (nnrss-opml-import): Query whether to subscribe to each entry.
6499
6500         * gnus-art.el:
6501         * gnus-sum.el:
6502         * gnus-xmas.el:
6503         * messagexmas.el:
6504         * mm-uu.el:
6505         * mm-view.el: Update copyright.
6506
6507 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
6508
6509         * message.el (message-info): New function.
6510         (message-mode-menu): Add it.
6511         Update copyright.
6512
6513         * ChangeLog: Fix and update copyright.
6514
6515 2006-01-13  Romain Francoise  <romain@orebokech.com>
6516
6517         * message.el (message-forward-subject-name-subject): Prefer the
6518         address to 'nowhere' if the sender has no name.
6519         Fix typo.  Update copyright year.
6520
6521 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6522
6523         * gnus-art.el (article-wash-html): Use
6524         gnus-summary-show-article-charset-alist if a numeric arg is given.
6525         (gnus-article-wash-html-with-w3m-standalone): New function.
6526
6527         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6528         mm-inline-text-html-render-with-w3m-standalone.
6529         (mm-text-html-washer-alist): Map w3m-standalone to
6530         gnus-article-wash-html-with-w3m-standalone.
6531         (mm-inline-text-html-render-with-w3m-standalone): New function.
6532
6533 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6534
6535         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6536         Improve LaTeX.
6537
6538 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6539
6540         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6541         (nnrss-request-article): Render text/plain parts as HTML.
6542
6543         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6544         the buffer.
6545
6546 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6547
6548         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6549         custom definition of `gnus-posting-styles'.
6550
6551         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6552         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6553
6554 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6555
6556         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6557         Use nntp for bug archive.
6558
6559 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6560
6561         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6562         parts.
6563         (nnrss-normalize-date): New function converts ISO 8601 date into
6564         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6565         (nnrss-check-group): Use it.
6566
6567 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6570
6571         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6572         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6573         (nnrss-insert-w3): Ditto.
6574
6575 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6576
6577         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6578         the articles to be forwarded including the case where neither a
6579         number of articles nor a region is specified.
6580
6581 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6582
6583         * nnrss.el (nnrss-request-article): Fix last change; fill
6584         text/plain parts.
6585
6586 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6587
6588         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6589         in text/plain part.
6590         (nnrss-check-group): Don't add excessive newline to dc:subject.
6591
6592 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
6593
6594         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6595         article.
6596
6597 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6598
6599         * nnml.el: Don't require gnus-bcklg.  Autoload it.
6600         (nnml-use-compressed-files, nnml-save-mail): Support other
6601         comression programs such as bzip2.
6602
6603 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6604
6605         * dns.el (query-dns): Make sure we check the buffer size before
6606         removing tcp headers.
6607
6608 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6609
6610         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6611         remove MIME buttons associated with multipart/alternative parts.
6612         (gnus-mime-display-alternative): Tag buttons using `article-type'
6613         text property.
6614
6615         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6616         associated with multipart/alternative parts.
6617
6618         * gnus-art.el (gnus-signature-separator): Fix custom type.
6619
6620         * mm-decode.el (mm-inlined-types): Fix custom type.
6621         (mm-keep-viewer-alive-types): Ditto.
6622         (mm-automatic-display): Ditto.
6623         (mm-attachment-override-types): Ditto.
6624         (mm-inline-override-types): Ditto.
6625         (mm-automatic-external-display): Ditto.
6626
6627 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6628
6629         * spam-report.el (spam-report-user-mail-address)
6630         (spam-report-user-agent): New variables.
6631         (spam-report-url-ping-plain): Use spam-report-user-agent.
6632
6633 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
6634
6635         * gnus-art.el (gnus-button-handle-custom): Do not just use
6636         `customize-apropos' for any "M-x customize-*" button but the
6637         function called for.  Accept both the function name and its
6638         argument in order to achieve this.
6639         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
6640         function name to `gnus-button-handle-custom' in case of "M-x
6641         customize-*" buttons.
6642
6643 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6644
6645         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6646         multipart/alternative and add xref to mm-discouraged-alternatives
6647         in doc string.
6648
6649         * mm-decode.el (mm-discouraged-alternatives): Add xref to
6650         gnus-buttonized-mime-types in doc string.
6651
6652 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
6653
6654         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6655         Suggest image/.* in the doc string.
6656
6657 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6658
6659         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6660         message-marks (Debian bug #342521).
6661
6662 2005-12-12  Simon Josefsson  <jas@extundo.com>
6663
6664         * password.el (password-read-from-cache): Add.
6665         (password-read): Use it.
6666
6667 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6668
6669         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6670         us-ascii as a MIME charset.
6671
6672         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6673         against the case where the 2nd arg TYPE is nil.
6674
6675 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6676
6677         * pop3.el (pop3-stream-type): Fix custom version.
6678
6679         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6680
6681 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6682
6683         * mm-decode.el (mm-display-external): Add missing cdr.
6684
6685 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6686
6687         * mm-decode.el (mm-display-external): Use nametemplate (defined in
6688         RFC1524) if it is in mailcap or add a suffix according to
6689         mailcap-mime-extensions when generating a temp filename; postpone
6690         deleting a temp file for 2 seconds for some wrappers, shell
6691         scripts, and so on, which might exit right after having started a
6692         viewer command as a background job.
6693
6694 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6695
6696         * nntp.el (nntp-marks-directory): Fix custom group.
6697
6698         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6699         steps when < 10.
6700
6701         * gnus-start.el (gnus-no-server-1): Mention
6702         `gnus-level-default-subscribed' in doc string.
6703
6704 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6705
6706         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6707         parens.
6708
6709 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6710
6711         * gnus-xmas.el (gnus-use-toolbar): Revert.
6712         (gnus-xmas-setup-toolbar): Use global default-toolbar if
6713         gnus-use-toolbar is default.
6714
6715         * messagexmas.el (message-use-toolbar): Revert.
6716         (message-setup-toolbar): Use global default-toolbar if
6717         message-use-toolbar is default.
6718
6719 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6720
6721         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
6722         according to default-toolbar-visible-p.
6723
6724         * messagexmas.el (message-use-toolbar): Ditto.
6725
6726 2005-11-26  Dave Love  <fx@gnu.org>
6727
6728         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6729         (tls-program, tls-success): Provide openssl alternative.
6730
6731         * starttls.el: Doc fixes.
6732         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6733         SERVICE to PORT.
6734
6735         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
6736         port null or service name.
6737         (starttls-negotiate): Autoload.
6738
6739 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6740
6741         * message.el (message-kill-to-signature): Fix interactive spec.
6742
6743 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6744
6745         * pop3.el (pop3-open-server): Recognize a string as a service name.
6746
6747 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
6748
6749         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6750
6751 2005-11-23  Dave Love  <fx@gnu.org>
6752
6753         Add pop3s, pop3/starttls.
6754
6755         * pop3.el (pop3-authentication-scheme): Clarify doc.
6756         (open-tls-stream, starttls-open-stream): Autoload.
6757         (pop3-stream-type): New.
6758         (pop3-open-server): Use it.
6759
6760         * mail-source.el (mail-sources): Fix some :types.  Add stream type
6761         for POP.
6762         (mail-source-keyword-map): Add :stream for POP.
6763         (mail-source-fetch-pop): Use pop3-stream-type.
6764
6765 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6766
6767         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6768         of current-time-string.
6769
6770 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
6771
6772         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6773         date header.
6774
6775 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6776
6777         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6778         it can seriously impact performance as it bypasses the agent's
6779         local caches.
6780
6781 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6782
6783         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6784         must be explicitly online rather than "not explicitly offline" for
6785         its flags to be synchronized.
6786
6787         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6788         that gnus-uu-unmark-thread will function correctly.
6789
6790         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6791         1024K is instead displayed as 1M.
6792
6793 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6794
6795         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6796
6797 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
6798
6799         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6800
6801 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
6802
6803         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6804         error message to display actual error condition.
6805         (gnus-agent-save-local): Avoid saving symbols that are bound to
6806         nil as they simply result in a warning message in
6807         gnus-agent-read-local.
6808
6809 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6810
6811         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6812         rather than make-variable-buffer-local for file-precious-flag.
6813
6814 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6815
6816         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6817         for duplicates which are removed.  The invalid sort check then
6818         triggers a rescan after the sort as sorting may have moved
6819         duplicate entries such that they can be cheaply detected.
6820
6821 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6822
6823         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6824
6825 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6826
6827         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6828         internal variable to a custom variable.  Changed default value
6829         from compressed(2) to uncompressed(1).
6830         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6831         support for uncompressed agentview files.  Taken together, reading
6832         the agentview file should now be 6-7 times faster.
6833
6834 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6835
6836         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6837         as a buffer-local variable.  This avoids creating truncated
6838         dribble files as a result of a hang up, eg.
6839
6840 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
6841
6842         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
6843         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
6844         XEmacs.
6845
6846 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6847
6848         * gnus-start.el (gnus-start-draft-setup): Enforce
6849         `gnus-draft-mode' for nndraft:drafts at startup.
6850
6851         * gnus.el (gnus-splash): Change custom group.
6852         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6853         allow-list argument.
6854
6855         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6856         string.
6857
6858 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6859
6860         * gnus-art.el (gnus-default-article-saver): Add user-defined
6861         `function' to custom type.
6862
6863 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6864
6865         * imap.el (imap-open): Handle case where buffer is a buffer
6866         object.
6867
6868 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6869
6870         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6871         long lines.
6872         (gnus-cache-delete-group): Wrap doc strings.
6873
6874         * gnus-agent.el (gnus-agent-rename-group)
6875         (gnus-agent-delete-group): Wrap doc strings.
6876
6877 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6878
6879         * messagexmas.el (message-use-toolbar): Change the valid values
6880         into default, top, bottom, left, and right.
6881         (message-toolbar-thickness): New variable.
6882         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
6883         well.
6884         (message-setup-toolbar): Make it work.
6885
6886         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
6887         (gnus-use-toolbar): Change the valid values into default, top,
6888         bottom, left, and right.
6889         (gnus-toolbar-thickness): New variable.
6890         (gnus-xmas-setup-toolbar): New function.
6891         (gnus-xmas-setup-group-toolbar): Use it.
6892         (gnus-xmas-setup-summary-toolbar): Use it.
6893
6894 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6895
6896         * gnus-start.el (gnus-1): Add "native" to
6897         gnus-predefined-server-alist.
6898
6899         * gnus.el (gnus-method-to-server): Don't add "native" to the
6900         lists here, because that leads to problems when
6901         gnus-select-method is bound.
6902
6903 2005-11-09  Simon Josefsson  <jas@extundo.com>
6904
6905         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6906         use (not sort-by-date) instead.
6907
6908 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6909
6910         * gnus-delay.el (gnus-delay-group): Don't autoload.
6911         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6912         to be re-loaded when customizing the `gnus-delay' group.
6913
6914 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
6915
6916         * message.el: Revert last changes.
6917         (message-insert-citation-line): Use newlines.
6918
6919 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6920
6921         * message.el (message-courtesy-message)
6922         (message-mark-insert-begin, message-mark-insert-end)
6923         (message-elide-ellipsis, message-cancel-message)
6924         (message-add-header, message-change-subject)
6925         (message-cross-post-followup-to-header)
6926         (message-cross-post-insert-note, message-reduce-to-to-cc)
6927         (message-widen-reply, message-delete-not-region)
6928         (message-kill-to-signature, message-insert-signature)
6929         (message-insert-importance-high, message-insert-importance-low)
6930         (message-insert-or-toggle-importance)
6931         (message-insert-disposition-notification-to)
6932         (message-indent-citation, message-yank-original)
6933         (message-cite-original-without-signature, message-cite-original)
6934         (message-insert-citation-line, message-position-on-field)
6935         (message-fix-before-sending, message-send-mail-partially)
6936         (message-send-mail, message-send-mail-with-sendmail)
6937         (message-send-mail-with-qmail, message-send-news)
6938         (message-check-news-header-syntax, message-generate-headers)
6939         (message-insert-courtesy-copy, message-fill-address)
6940         (message-fill-header, message-shorten-references)
6941         (message-setup-1, message-cancel-news)
6942         (message-forward-make-body-plain, message-forward-make-body-mime)
6943         (message-forward-make-body-mml, message-encode-message-body)
6944         (message-forward-make-body-digest-plain)
6945         (message-forward-make-body-digest-mime)
6946         (message-use-alternative-email-as-from): Insert `hard-newline'
6947         instead of ordinary newlines.
6948
6949 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6950
6951         * message.el (message-generate-headers): Downcase the argument
6952         given to message-check-element.
6953
6954 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
6955
6956         * nntp.el (nntp-authinfo-rejected): New error condition.
6957         (nntp-wait-for): Use new error condition to signal authentication
6958         error.
6959         (nntp-retrieve-data): Rethrow new error condition to break out of
6960         recursive call to nntp-send-authinfo.
6961
6962 2005-11-08  Romain Francoise  <romain@orebokech.com>
6963
6964         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6965         (gnus-summary-exit-map): Bind to `Z p'.
6966         (gnus-summary-make-menu-bar): Add menu item.
6967
6968 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
6969
6970         * gnus-art.el (gnus-article-treat-custom): Add `first'.
6971         (gnus-treat-*): Add `first' in all doc strings.
6972
6973         * gnus-group.el (gnus-group-compact-group): Fix typo.
6974
6975 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6976
6977         * gnus.el (gnus-parameters-case-fold-search): New variable.
6978         (gnus-parameters-get-parameter): Use it.
6979
6980         * gnus-score.el (gnus-home-score-file): Doc fix.
6981
6982 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
6983
6984         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6985
6986 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6987
6988         * mm-util.el (mm-special-display-p): New function.
6989
6990         * mml.el (mml-preview): Use it; doc fix.
6991
6992 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6993
6994         * imap.el (imap-open): Handle case where buffer is a buffer object.
6995
6996 2005-10-29  Romain Francoise  <romain@orebokech.com>
6997
6998         * message.el (message-fix-before-sending): Fix comment.
6999
7000 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7001
7002         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
7003
7004 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7005
7006         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
7007         Used in gnus-score.el.
7008
7009 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7010
7011         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
7012
7013 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7014
7015         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
7016         whitespace removed in revision 7.8.  Use concatenated string to
7017         protect trailing whitespace.
7018
7019 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
7020
7021         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
7022         (nnimap-request-expire-articles): Use it to avoid sending 'UID
7023         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
7024         Courier IMAP ("some version from 2004").  Mostly based on similar
7025         code in the same function.
7026
7027 2005-10-26  Didier Verna  <didier@xemacs.org>
7028
7029         * gnus-group.el (gnus-group-compact-group): Invalidate original
7030         article buffer.
7031         * gnus-srvr.el (gnus-server-compact-server): Ditto.
7032         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
7033         NOV database and in article itself.
7034         Invalidate article backlog.
7035
7036 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7037
7038         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
7039
7040 2005-10-26  Simon Josefsson  <jas@extundo.com>
7041
7042         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
7043         part of 2004-07-25 change.
7044
7045 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7046
7047         * message.el (message-display-completion-list): New function.
7048         (message-expand-group): Use it; make sure the Completions buffer
7049         is modifiable.
7050 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7051
7052         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
7053         user-mail-name is an empty string.
7054
7055 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7056
7057         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
7058         depending on gnus-score-decay-constant.
7059
7060         * encrypt.el (encrypt-insert-file-contents)
7061         (encrypt-write-file-contents): Don't use `gnus-message'.
7062
7063         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
7064         arguments.
7065         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
7066         arguments to mm-uu-verbatim-marks-extract.
7067         (mm-uu-hide-markers): New variable.
7068         (mm-uu-extract): Use face similar to `gnus-cite-3'.
7069
7070         * gnus-fun.el (gnus-convert-image-to-x-face-command)
7071         (gnus-convert-image-to-face-command): Use "convert" by default to
7072         allow other input image formats.
7073         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
7074         accordingly.
7075
7076 2005-10-23  Simon Josefsson  <jas@extundo.com>
7077
7078         * imap.el (imap-gssapi-program): Align command line parameters
7079         with latest GNU SASL.
7080         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
7081
7082 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7083
7084         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
7085         HTML.
7086         (nnslashdot-request-article): Ditto.
7087
7088         * lpath.el (featurep): Add nobreak-char-display.
7089
7090 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7091
7092         * mail-source.el (mail-source-fetch-pop): Require pop3.
7093         (mail-source-check-pop): Ditto.
7094
7095 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7096
7097         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
7098         errors.
7099
7100 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7101
7102         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
7103         (gnus-treat-strip-leading-blank-lines): Improve doc string.
7104
7105         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
7106
7107         * mm-bodies.el (mm-decode-string): Call
7108         `mm-charset-to-coding-system' with allow-override argument.
7109
7110 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
7113         (rfc2047-charset-to-coding-system): New function.
7114         (rfc2047-decode-encoded-words): New function.
7115         (rfc2047-decode-region): Use them.
7116         (rfc2047-decode-cte): Remove.
7117         (rfc2047-parse-and-decode): Remove.
7118         (rfc2047-decode): Remove.
7119
7120 2005-10-15  Kenichi Handa  <handa@m17n.org>
7121
7122         * rfc2047.el (rfc2047-decode-cte): New function.
7123         (rfc2047-decode-region): Change the way to decode successive
7124         encoded-words: decode B- or Q-encoding in each encoded-word,
7125         concatenate them, and decode it as charset.
7126
7127 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7128
7129         * lpath.el: Fbind codepage-setup for XEmacs.
7130
7131 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
7132
7133         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
7134         widget-move-and-invoke.
7135         (gnus-custom-mode): Use gnus-custom-map.
7136
7137 2005-10-15  Bill Wohler  <wohler@newt.com>
7138
7139         * message.el (message-tool-bar-map): Renamed image file from
7140         mail_send to mail/send.
7141
7142 2005-10-16  Masatake YAMATO  <jet@gyve.org>
7143
7144         * message.el (message-expand-group): Pass the common
7145         prefix substring of completion to `display-completion-list'.
7146
7147 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
7148
7149         * mml-sec.el (mml-secure-method): New internal variable.
7150         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7151         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7152         functions using mml-secure-method.
7153
7154         * mml.el (mml-mode-map): Add key bindings for those functions.
7155         (mml-menu): Simplify security menu entries.  Suggested by Jesper
7156         Harder <harder@myrealbox.com>.
7157         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7158         end of message if point is the headers of the message.
7159
7160         * message.el (message-in-body-p): New function.
7161
7162         * assistant.el: Autoload gnus-util and netrc.
7163
7164         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7165         Use `mm-charset-override-alist' only when decoding.
7166
7167         * mm-bodies.el (mm-decode-body): Call
7168         `mm-charset-to-coding-system' with allow-override argument.
7169
7170         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7171         `filename' from Content-Disposition if Content-Type doesn't
7172         provide `name'.
7173         (gnus-mime-view-part-as-type): Set default instead of
7174         initial-input.
7175
7176 2005-10-09  Daniel Brockman  <daniel@brockman.se>
7177
7178         * format-spec.el (format-spec): Propagate text properties of % spec.
7179
7180 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7181
7182         * gnus-art.el (gnus-treat-predicate): Add `first'.
7183
7184 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7185
7186         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7187         (mm-charset-override-alist): New variable.
7188         (mm-charset-to-coding-system): Use it.
7189         (mm-codepage-setup): New helper function.
7190         (mm-charset-eval-alist): New variable.
7191         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
7192         about unknown charsets.
7193
7194         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
7195
7196 2005-10-04  David Hansen  <david.hansen@gmx.net>
7197
7198         * nnrss.el (nnrss-request-article): Add support for the comments tag.
7199         (nnrss-check-group): Ditto.
7200
7201 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7202
7203         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7204         Rename x-gnus-verbatim to x-verbatim.
7205         (mm-uu-type-alist): Fix regexp for verbatim-marks.
7206
7207         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7208         x-verbatim.
7209
7210         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7211
7212         * gnus-util.el (gnus-remove-duplicates): Remove.
7213
7214         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7215         instead of gnus-remove-duplicates.
7216
7217         * message.el (message-remove-duplicates): Remove.
7218         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7219         message-remove-duplicates.
7220
7221         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7222         available, else use implementation from `delete-dups'.
7223
7224         * message.el (message-insert-expires): New function.
7225         (message-mode-map): Add key binding.
7226         (message-mode-field-menu): Add menu entry.
7227         (message-mode): Document it.
7228         (message-make-expires-date): Use `message-make-date'.
7229
7230 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
7231
7232         * message.el (message-make-expires-date): New function.
7233
7234 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7235
7236         * Makefile.in (list-installed-shadows): New entry.
7237         (install): Use it.
7238         (remove-installed-shadows): New entry.
7239
7240         * dgnushack.el (dgnushack-default-load-path): New variable.
7241         (dgnushack-find-lisp-shadows): New function.
7242         (dgnushack-remove-lisp-shadows): New function.
7243
7244 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7245
7246         * Makefile.in (install-el-elc): New entry.
7247         (install): Use it so that .el files are necessarily installed.
7248
7249 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7250
7251         * time-date.el: Autoload parse-time-string, XEmacs needs it.
7252
7253 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7254
7255         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7256         function rather than the diff-mode.el package.
7257         (mm-display-external): Use with-current-buffer.
7258         (mm-viewer-completion-map, mm-viewer-completion-map):
7259         Move initialization inside declaration.
7260
7261 2005-09-29  Simon Josefsson  <jas@extundo.com>
7262
7263         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
7264         autoload mail-check-payment.
7265         (spam-check-hashcash): Define unconditionally, since hashcash.el
7266         is part of Gnus now.  Ignore errors from payment checking.
7267
7268 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7269
7270         * message.el (message-bold-region, message-unbold-region): Rename
7271         from `bold-region' and `unbold-region'.
7272
7273         * message.el: Remove useless autoloads.
7274
7275 2005-09-28  Simon Josefsson  <jas@extundo.com>
7276
7277         * message.el (message-use-idna): Default to t.
7278         (message-use-idna): Test whether encoding works too.  Doc fix.
7279
7280 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7281
7282         * nntp.el (nntp-warn-about-losing-connection): Remove.
7283
7284 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7285
7286         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7287         customizable.  Change default value.
7288         (mm-uu-diff-groups-regexp): Change default value.
7289         (mm-uu-type-alist): Add doc string.
7290         (mm-uu-configure): Add doc string.  Make it interactive.
7291         (mm-uu-tex-groups-regexp): New variable.
7292         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7293         (mm-uu-type-alist): Add LaTeX documents.
7294         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7295         of "text/verbatim".
7296         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7297
7298         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7299         instead of "text/verbatim".
7300
7301         * message.el (message-mark-inserted-region)
7302         (message-mark-insert-file): Use slrn style marks when called with
7303         prefix argument.
7304
7305 2005-09-27  Simon Josefsson  <jas@extundo.com>
7306
7307         * message.el (message-idna-to-ascii-rhs-1): Reformat.
7308
7309 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
7310
7311         * message.el (message-remove-duplicates): New function.
7312         Implementation borrowed from `gnus-remove-duplicates'.
7313         (message-idna-to-ascii-rhs): Also encode idna addresses in
7314         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7315         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7316         only ask about the same idna domain once per header and also tell
7317         in what header to replace the idna domain.
7318
7319         * gnus-art.el (article-decode-idna-rhs): Also decode idna
7320         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7321         (article-decode-idna-rhs): Fix regexp so that all idna-address in
7322         a header is decoded and not just the last one.
7323
7324 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7325
7326         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7327         has been decoded.
7328
7329         * mm-decode.el (mm-automatic-display): Add text/verbatim.
7330         (mm-insert-part): Don't modify text if it has been decoded.
7331
7332         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7333         decoded.
7334
7335         * mm-view.el (mm-inline-text): Don't strip text props unless
7336         decoding enriched or richtext parts.
7337
7338 2005-09-25  Romain Francoise  <romain@orebokech.com>
7339
7340         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7341         * gnus-start.el (gnus-subscribe-interactively):
7342         * gnus-uu.el (gnus-uu-grab-articles):
7343         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7344         space.
7345
7346 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7347
7348         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7349         * mm-view.el (mm-view-pkcs7-decrypt):
7350         * gnus-sum.el (gnus-summary-limit-to-extra)
7351         (gnus-summary-respool-article, gnus-read-move-group-name):
7352         * gnus-score.el (gnus-summary-increase-score):
7353         * gnus-util.el (gnus-completing-read-with-default):
7354         * gnus-art.el (gnus-read-save-file-name)
7355         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7356         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7357         * message.el (message-check-news-header-syntax):
7358         Follow convention for reading with the minibuffer.
7359
7360 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
7361
7362         * spam-report.el (spam-report-url-ping-plain):
7363         Use gnus-extended-version as User-Agent.
7364
7365         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7366         default value is nil.
7367
7368         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7369         (mm-uu-verbatim-marks-extract): New function.
7370         (mm-uu-extract): New face.
7371         (mm-uu-copy-to-buffer): Use it.
7372
7373         * spam-report.el (spam-report-gmane-ham): Renamed from
7374         `spam-report-gmane-unspam'.
7375         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7376         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
7377
7378         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7379         Autoload.
7380         (spam-report-gmane-unregister-routine): Renamed
7381         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7382
7383 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
7384
7385         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7386         (spam-report-gmane-unregister-routine): Add support for gmane
7387         unregistration.
7388
7389         * spam-report.el (spam-report-gmane-unspam)
7390         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7391         (spam-report-gmane): Change to take a single article and do unspam
7392         registration.
7393
7394 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7395
7396         * mm-url.el (mm-url-decode-entities): Fix regexp.
7397
7398 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7399
7400         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7401         default to nil, to be able to use Gnus at all.  If the default
7402         switches to something else, then the function should be fixed not
7403         be exceedingly slow.
7404
7405 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
7406
7407         * gnus-start.el (gnus-activate-group): If the server is nil, don't
7408         fail hard.
7409
7410         * spam-report.el: Add better Keywords line.
7411
7412         * spam.el: Add Maintainer and better Keywords line.
7413
7414 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7415
7416         * gnus-art.el (gnus-article-replace-part)
7417         (gnus-mime-replace-part): New functions.
7418         (gnus-mime-action-alist, gnus-mime-button-commands)
7419         (gnus-mime-save-part-and-strip): Added file argument.
7420         (gnus-article-part-wrapper): Added interactive argument.
7421
7422         * gnus-sum.el (gnus-summary-mime-map): Add
7423         `gnus-article-replace-part'.
7424
7425 2005-09-19  Didier Verna  <didier@xemacs.org>
7426
7427         The nnml compaction feature:
7428         * nnml.el (nnml-request-compact-group): New function.
7429         * nnml.el (nnml-request-compact): New function.
7430         * gnus-int.el (gnus-request-compact-group): New function.
7431         * gnus-int.el (gnus-request-compact): New function.
7432         * gnus-group.el (gnus-group-compact-group): New function.
7433         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7434         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7435         * gnus-srvr.el (gnus-server-compact-server): New function.
7436         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7437         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7438
7439 2005-09-18  Deepak Goel  <deego@gnufans.org>
7440
7441         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7442         format spec.
7443
7444 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7447
7448 2005-09-15  Romain Francoise  <romain@orebokech.com>
7449
7450         * message.el (message-fill-paragraph): Clarify docstring.
7451
7452 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7453
7454         * gnus-art.el (gnus-mime-display-part): Protect against broken
7455         MIME messages.
7456
7457 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7458
7459         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7460         before parsing header.
7461
7462 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7463
7464         * html2text.el (html2text-replace-list): Add new entities.
7465
7466 2005-09-11  Romain Francoise  <romain@orebokech.com>
7467
7468         * message.el (message-alternative-emails): Improve docstring.
7469         (message-setup-1): Call `message-use-alternative-email-as-from'
7470         after `message-setup-hook' to give it precedence over posting
7471         styles, etc.
7472         (message-use-alternative-email-as-from): Add docstring.  Remove
7473         the original From header if present.
7474
7475         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7476         (nnml-save-mail): Use it.
7477
7478         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7479         articles.  Add new argument `silent'.
7480         (gnus-uu-mark-all): Report the total number of marked articles.
7481
7482 2005-09-10  Romain Francoise  <romain@orebokech.com>
7483
7484         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7485         (gnus-uu-mark-series): Likewise.
7486
7487 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7488
7489         * spam-report.el (spam-report-gmane): Fix generation of spam
7490         report URL.
7491
7492 2005-09-10  Simon Josefsson  <jas@extundo.com>
7493
7494         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7495         t, based on discussion on the ding list with Robert Epprecht
7496         <epprecht@solnet.ch>.
7497
7498 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7499
7500         * spam-report.el (spam-report-gmane): Make it work without
7501         X-Report-Spam header.  Gmane now only provides Archived-At.
7502         This is only used if `spam-report-gmane-use-article-number' is nil.
7503         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7504
7505         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7506         make `gnus-summary-sort-by-recipient' work with threading.
7507
7508         * nnweb.el (nnweb-google-wash-article): Print a message if article
7509         is not available.
7510
7511 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7512
7513         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7514         change.  Decode text/* parts content before displaying.
7515
7516 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7517
7518         * mml-smime.el: Remove defvar of gnus-extract-address-components.
7519
7520 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7521
7522         * mm-view.el (mm-display-inline-fontify): Disable support modes.
7523
7524         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
7525         url-package-name, url-package-version,
7526         w3m-cid-retrieve-function-alist, w3m-current-buffer,
7527         w3m-display-inline-images, and w3m-minor-mode-map.
7528
7529 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
7530
7531         * message.el (message-tab-body-function): Fix mismatched custom type.
7532
7533         * gnus.el (gnus-group-change-level-function): Ditto.
7534
7535         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7536
7537         * gnus-art.el (gnus-signature-limit)
7538         (gnus-article-mime-part-function): Ditto.
7539
7540 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * mml.el (mml-mode): Silence the byte compiler.
7543
7544         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7545         using `(sit-for 0)' before moving the point to the specified part;
7546         skip unbuttonized parts.
7547         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7548         return to the summary window if gnus-auto-select-part is non-nil.
7549
7550 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
7551
7552         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7553         variables.
7554         (mml-dnd-attach-file, mml-mode): Use them.
7555
7556         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7557         Make fetching article by MID work again for Google Groups.  Added
7558         FIXME concerning gnus-group-make-web-group.
7559
7560         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7561         Don't depend on Gnus by using mail-extract-address-components if
7562         gnus-extract-address-components is not bound.
7563
7564 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7565
7566         * gnus-art.el (gnus-mime-display-security): Don't display the
7567         signature, but only the signed part.
7568
7569 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7570
7571         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7572
7573         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7574         list, not listp.
7575
7576 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
7577
7578         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7579         when encoding.
7580
7581         * mm-bodies.el (mm-decode-content-transfer-encoding):
7582         De-canonicalize CRLF for all text content types, not just
7583         text/plain.
7584
7585 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7586
7587         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7588         valid article; point arrow and cursor at the MIME button.
7589
7590 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7591
7592         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7593         Suggested by Dan Christensen <jdc@uwo.ca>.
7594
7595         * mm-decode.el (mm-save-part): Enable change of prompt.
7596
7597 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
7598
7599         * gnus-msg.el (gnus-inews-add-send-actions): Made
7600         `message-post-method' lambda parameter ARG `&optional'.
7601
7602 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7603
7604         * gnus-sum.el (gnus-summary-mime-map): Added
7605         gnus-article-save-part-and-strip, gnus-article-delete-part and
7606         gnus-article-jump-to-part.
7607
7608         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7609         (gnus-article-edit-part): Use it.
7610         (gnus-article-part-wrapper): Added no-handle argument.
7611         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7612         functions.
7613
7614 2005-08-29  Romain Francoise  <romain@orebokech.com>
7615
7616         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7617         docstring.
7618         (gnus-face-from-file): Likewise.
7619
7620 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7621
7622         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7623         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7624         non-nil.
7625         (gnus-auto-select-part): New variable.
7626         (gnus-article-jump-to-part): New function.
7627         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7628         (gnus-mime-delete-part): Allow selecting specified part after
7629         deleting or stripping parts.
7630         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
7631         part if argument is bogus.
7632
7633 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7634
7635         * gnus-art.el (w3m-minor-mode-map):
7636         * gnus-spec.el (gnus-newsrc-file-version):
7637         * gnus-util.el (nnmail-active-file-coding-system)
7638         (gnus-original-article-buffer, gnus-user-agent):
7639         * gnus.el (gnus-ham-process-destinations)
7640         (gnus-parameter-ham-marks-alist)
7641         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7642         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7643         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7644         * mm-decode.el (gnus-current-window-configuration):
7645         * mm-extern.el (gnus-article-mime-handles):
7646         * mm-url.el (url-current-object, url-package-name)
7647         (url-package-version):
7648         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7649         (smime-keys, w3m-cid-retrieve-function-alist)
7650         (w3m-current-buffer, w3m-display-inline-images)
7651         (w3m-minor-mode-map):
7652         * mml-smime.el (gnus-extract-address-components):
7653         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7654         (gnus-newsrc-hashtb, message-default-charset)
7655         (message-deletable-headers, message-options)
7656         (message-posting-charset, message-required-mail-headers)
7657         (message-required-news-headers):
7658         * mml1991.el (mc-pgp-always-sign):
7659         * mml2015.el (mc-pgp-always-sign):
7660         * nnheader.el (nnmail-extra-headers):
7661         * rfc1843.el (gnus-decode-encoded-word-function)
7662         (gnus-decode-header-function, gnus-newsgroup-name):
7663         * spam-stat.el (gnus-original-article-buffer): Add defvars.
7664
7665 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
7666
7667         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7668         the end of the date treatments.
7669
7670 2005-08-15  Simon Josefsson  <jas@extundo.com>
7671
7672         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7673         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
7674         Capello and Romain Francoise.
7675         (pgg-fetch-key-function): Removed, not used?
7676         (pgg-insert-url-with-w3): Require url, to get
7677         url-insert-file-contents regardless of where it is defined.
7678
7679 2005-08-13  Romain Francoise  <romain@orebokech.com>
7680
7681         * message.el (message-cite-original-1): New function.
7682         (message-cite-original): Use it.
7683         (message-cite-original-without-signature): Ditto.
7684
7685 2005-08-08  Romain Francoise  <romain@orebokech.com>
7686
7687         * message.el (message-yank-empty-prefix): New variable.
7688         (message-indent-citation): Use it.
7689         (message-cite-original-without-signature): Respect X-No-Archive.
7690
7691 2005-08-08  Simon Josefsson  <jas@extundo.com>
7692
7693         * pgg.el: Autoload url-insert-file-contents instead of loading
7694         w3/url.
7695         (pgg-insert-url-with-w3): Don't load url here.
7696
7697 2005-08-07  Jesper Harder  <harder@phys.au.dk>
7698
7699         * message.el (message-kill-to-signature): Don't insert newline at
7700         bol.
7701         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7702
7703 2005-08-06  Romain Francoise  <romain@orebokech.com>
7704
7705         * message.el (message-user-fqdn): Fix typo in docstring.
7706
7707 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
7708
7709         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7710
7711         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7712
7713 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * mm-bodies.el (mm-encode-body): Use coding system rather than
7716         charset to encode text.
7717
7718         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7719         number of charsets if utf-8 is available (XEmacs).
7720
7721 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
7722
7723         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7724         taken from `gnus-button-mid-or-mail-regexp'.
7725         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7726         (gnus-button-alist): Improve regexp for domain part of the MIDs
7727         for news:localpart@domain buttons.
7728         (gnus-button-ctan-directory-regexp): Update.
7729
7730 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7731
7732         * sieve-manage.el (sieve-manage-interactive-login): Use
7733         make-local-variable rather than make-variable-buffer-local.
7734         (sieve-manage-open): Ditto.
7735         (sieve-manage-authenticate): Ditto.
7736
7737         * mml.el (mml-generate-mime-1): Make the content type default to
7738         text/plain if the filename is not specified.
7739
7740 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7741
7742         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7743         instead of insert-buffer.
7744
7745         * message.el (message-yank-original): Ditto; set the mark at the
7746         end of the yanked message.
7747
7748 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7749
7750         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7751         lines to scroll rather than to stop it.
7752
7753         * mml.el (mml-generate-default-type): Add doc string.
7754         (mml-generate-mime-1): Use mm-default-file-encoding or make it
7755         default to application/octet-stream when determining the content
7756         type if it is not specified for the part or the mml contents; add
7757         a comment about mml-generate-default-type.
7758
7759 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
7760
7761         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7762         make it default to application/octet-stream when determining the
7763         content type if it is not specified for the external contents.
7764
7765 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7766
7767         * rfc2231.el (rfc2231-parse-string): Take care that not only a
7768         segmented parameter but also other parameters might be there.
7769
7770 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7771
7772         * mm-decode.el (mm-display-external): Delete temp file, directory
7773         and buffer immediately if the external process is exited.
7774
7775 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7776
7777         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7778         fewer lines than that of scroll-margin.
7779         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7780
7781 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7782
7783         * gnus-art.el (gnus-article-next-page): Revert.
7784         (gnus-article-beginning-of-window): New macro.
7785         (gnus-article-next-page-1): Use it.
7786         (gnus-article-prev-page): Ditto.
7787         (gnus-article-edit-part): Use insert-buffer-substring instead of
7788         insert-buffer.
7789         (gnus-article-edit-exit): Ditto.
7790
7791         * gnus-util.el (gnus-beginning-of-window): Remove.
7792         (gnus-end-of-window): Remove.
7793
7794         * lpath.el: Don't bind header-line-format and scroll-margin.
7795
7796 2005-07-25  Simon Josefsson  <jas@extundo.com>
7797
7798         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7799         to have the url package without w3.  Reported by Daiki Ueno
7800         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7801
7802 2005-07-20  Didier Verna  <didier@xemacs.org>
7803
7804         * gnus-diary.el: Remove the description comment (nndiary is now
7805         properly documented in the Gnus manual).
7806         Fix the spelling of "Back End".
7807         * nndiary.el: Ditto.
7808         Fix the copyright notice.
7809
7810 2005-07-18  Romain Francoise  <romain@orebokech.com>
7811
7812         * gnus-sum.el (gnus-summary-to-prefix)
7813         (gnus-summary-newsgroup-prefix): New variables.
7814         (gnus-summary-from-or-to-or-newsgroups): Use them.
7815
7816 2005-07-17  Romain Francoise  <romain@orebokech.com>
7817
7818         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7819         space as it's generally not especially interesting to the user.
7820
7821 2005-07-16  Romain Francoise  <romain@orebokech.com>
7822
7823         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7824         nil to avoid prompting and file modification if one of the
7825         messages at the top of the nnfolder file contains a copyright
7826         notice.
7827         Update copyright notice.
7828
7829         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7830         instead of `current-time-string' as the latter creates a time
7831         string that is not RFC 2822 compliant (it lacks the zone).
7832         Update copyright notice.
7833
7834 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7835
7836         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7837         for text/rtf.  Display default in prompt.  Pass default for M-n.
7838
7839         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7840
7841 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7842
7843         * gnus-msg.el (gnus-button-mailto): Remove
7844         save-selected-window-window hackery because it relies on
7845         save-selected-window internals.
7846
7847 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7848
7849         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7850         (gnus-article-next-page-1): Use gnus-beginning-of-window.
7851         (gnus-article-prev-page): Ditto.
7852
7853         * gnus-util.el (gnus-beginning-of-window): New function.
7854         (gnus-end-of-window): New function.
7855
7856         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
7857
7858 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7859
7860         * gnus-score.el (gnus-score-edit-all-score): Set
7861         gnus-score-edit-exit-function to gnus-score-edit-done and call
7862         gnus-message.
7863
7864 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7865
7866         * gnus-msg.el (gnus-button-mailto): Remove
7867         save-selected-window-window hackery because it relies on
7868         save-selected-window internals.
7869
7870 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7871
7872         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7873         add-minor-mode.
7874         (gnus-binary-mode): Ditto.
7875
7876         * gnus-topic.el (gnus-topic-mode): Ditto.
7877
7878 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
7879
7880         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7881         (gnus-article-prev-page): Take scroll-margin into consideration.
7882
7883 2005-07-04  Lute Kamstra  <lute@gnu.org>
7884
7885         Update FSF's address in GPL notices.
7886
7887 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
7888
7889         * gnus.el (gnus-exit):
7890         * gnus-group.el (gnus-group-icons):
7891         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7892
7893         * gnus-nocem.el (gnus-nocem):
7894         * message.el (message-various, message-buffers, message-sending)
7895         (message-interface, message-forwarding, message-insertion)
7896         (message-headers, message-news, message-mail):
7897         * pgg-gpg.el (pgg-gpg):
7898         * pgg-parse.el (pgg-parse):
7899         * pgg-pgp.el (pgg-pgp):
7900         * pgg-pgp5.el (pgg-pgp5):
7901         * pop3.el (pop3): Finish `defgroup' description with period.
7902
7903 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7904
7905         * gnus-art.el (article-display-face): Improve the efficiency.
7906         (article-display-x-face): Ditto; remove grey x-face stuff.
7907
7908 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7909
7910         * gnus-art.el (article-display-face): Correct the position in
7911         which Faces are inserted.
7912
7913 2005-06-29  Didier Verna  <didier@xemacs.org>
7914
7915         * gnus-art.el (article-display-face): Display faces in correct
7916         order.
7917
7918 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7919
7920         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7921         (gnus-fill-real-hashtb): Use hash table instead of obarray.
7922         (gnus-nocem-check-article): Fetch the Type header.
7923         (gnus-nocem-message-wanted-p): Fix the way to examine types.
7924         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7925         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7926         make sure gnus-nocem-hashtb is initialized.
7927         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7928         (gnus-nocem-unwanted-article-p): Ditto.
7929
7930         * pgg.el (pgg-verify): Return the verification result.
7931
7932 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7933
7934         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7935         is ascii.
7936
7937 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7938
7939         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7940         `show-nonbreak-escape'.
7941
7942 2005-06-23  Lute Kamstra  <lute@gnu.org>
7943
7944         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7945
7946         * dig.el (dig-mode):
7947         * smime.el (smime-mode): Use gnus-run-mode-hooks.
7948
7949 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
7950
7951         * nnimap.el (nnimap-split-download-body): Fix spellings.
7952
7953 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7954
7955         * gnus-art.el (gnus-article-encrypt-body):
7956         * gnus-cus.el (gnus-score-customize):
7957         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7958         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7959
7960 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
7961
7962         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7963         header by looking for magic "MII" at the beginnig.
7964
7965 2005-06-16  Miles Bader  <miles@gnu.org>
7966
7967         * gnus-xmas.el (gnus-xmas-group-startup-message):
7968         Use renamed gnus-splash face.
7969
7970         * assistant.el (assistant-field): Remove "-face" suffix from face name.
7971         (assistant-field-face): New backward-compatibility alias for renamed
7972         face.
7973         (assistant-render-text): Use renamed assistant-field face.
7974
7975         * spam.el (spam): Remove "-face" suffix from face name.
7976         (spam-face): New backward-compatibility alias for renamed face.
7977         (spam-face, spam-initialize): Use renamed spam face.
7978
7979         * message.el (message-header-to, message-header-cc)
7980         (message-header-subject, message-header-newsgroups)
7981         (message-header-other, message-header-name)
7982         (message-header-xheader, message-separator, message-cited-text)
7983         (message-mml): Remove "-face" suffix from face names.
7984         (message-header-to-face, message-header-cc-face)
7985         (message-header-subject-face, message-header-newsgroups-face)
7986         (message-header-other-face, message-header-name-face)
7987         (message-header-xheader-face, message-separator-face)
7988         (message-cited-text-face, message-mml-face):
7989         New backward-compatibility aliases for renamed faces.
7990         (message-font-lock-keywords): Use renamed message faces.
7991
7992         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7993         (sieve-test-commands, sieve-tagged-arguments):
7994         Remove "-face" suffix from face names.
7995         (sieve-control-commands-face, sieve-action-commands-face)
7996         (sieve-test-commands-face, sieve-tagged-arguments-face):
7997         New backward-compatibility aliases for renamed faces.
7998         (sieve-control-commands-face, sieve-action-commands-face)
7999         (sieve-test-commands-face, sieve-tagged-arguments-face):
8000         Use renamed sieve faces.
8001
8002         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
8003         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
8004         (gnus-group-news-3-empty, gnus-group-news-4)
8005         (gnus-group-news-4-empty, gnus-group-news-5)
8006         (gnus-group-news-5-empty, gnus-group-news-6)
8007         (gnus-group-news-6-empty, gnus-group-news-low)
8008         (gnus-group-news-low-empty, gnus-group-mail-1)
8009         (gnus-group-mail-1-empty, gnus-group-mail-2)
8010         (gnus-group-mail-2-empty, gnus-group-mail-3)
8011         (gnus-group-mail-3-empty, gnus-group-mail-low)
8012         (gnus-group-mail-low-empty, gnus-summary-selected)
8013         (gnus-summary-cancelled, gnus-summary-high-ticked)
8014         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
8015         (gnus-summary-high-ancient, gnus-summary-low-ancient)
8016         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
8017         (gnus-summary-low-undownloaded)
8018         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
8019         (gnus-summary-low-unread, gnus-summary-normal-unread)
8020         (gnus-summary-high-read, gnus-summary-low-read)
8021         (gnus-summary-normal-read, gnus-splash):
8022         Remove "-face" suffix from face names.
8023         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8024         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8025         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8026         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8027         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8028         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8029         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8030         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8031         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8032         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8033         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8034         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8035         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8036         (gnus-summary-normal-ticked-face)
8037         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
8038         (gnus-summary-normal-ancient-face)
8039         (gnus-summary-high-undownloaded-face)
8040         (gnus-summary-low-undownloaded-face)
8041         (gnus-summary-normal-undownloaded-face)
8042         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8043         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8044         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8045         (gnus-splash-face):
8046         New backward-compatibility aliases for renamed faces.
8047         (gnus-group-startup-message): Use renamed gnus faces.
8048
8049         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
8050         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
8051         (gnus-server-agent): Remove "-face" suffix from face names.
8052         (gnus-server-agent-face, gnus-server-opened-face)
8053         (gnus-server-closed-face, gnus-server-denied-face)
8054         (gnus-server-offline-face):
8055         New backward-compatibility aliases for renamed faces.
8056         (gnus-server-agent-face, gnus-server-opened-face)
8057         (gnus-server-closed-face, gnus-server-denied-face)
8058         (gnus-server-offline-face): Use renamed gnus faces.
8059
8060         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
8061         Remove "-face" suffix from face names.
8062         (gnus-picon-xbm-face, gnus-picon-face):
8063         New backward-compatibility aliases for renamed faces.
8064
8065         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
8066         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
8067         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
8068         (gnus-cite-11): Remove "-face" suffix from face names.
8069         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
8070         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
8071         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
8072         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
8073         New backward-compatibility aliases for renamed faces.
8074         (gnus-cite-attribution-face, gnus-cite-face-list)
8075         (gnus-article-boring-faces): Use renamed gnus faces.
8076
8077         * gnus-art.el (gnus-signature, gnus-header-from)
8078         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
8079         (gnus-header-content): Remove "-face" suffix from face names.
8080         (gnus-signature-face, gnus-header-from-face)
8081         (gnus-header-subject-face, gnus-header-newsgroups-face)
8082         (gnus-header-name-face, gnus-header-content-face):
8083         New backward-compatibility aliases for renamed faces.
8084         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
8085
8086         * gnus-sum.el (gnus-summary-selected-face)
8087         (gnus-summary-highlight): Use renamed gnus faces.
8088         * gnus-group.el (gnus-group-highlight): Likewise.
8089
8090 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
8091
8092         * gnus-sieve.el (gnus-sieve-article-add-rule):
8093         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
8094         * spam-stat.el (spam-stat-buffer-change-to-spam)
8095         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
8096
8097         * message.el (message-is-yours-p):
8098         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
8099
8100 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8101
8102         * mm-view.el (mm-inline-text): Withdraw the last change.
8103
8104 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8105
8106         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
8107         executing enriched-decode.
8108
8109 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8110
8111         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
8112         charset of tar files.
8113
8114 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
8115
8116         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
8117
8118 2005-06-04  Lute Kamstra  <lute@gnu.org>
8119
8120         * nnfolder.el (nnfolder-read-folder): Make sure that undo
8121         information is never recorded.
8122
8123 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8124
8125         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
8126
8127 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8128
8129         * pop3.el (pop3-apop): Run md5 in the binary mode.
8130
8131         * starttls.el (starttls-set-process-query-on-exit-flag):
8132         Use eval-and-compile.
8133
8134 2005-05-31  Simon Josefsson  <jas@extundo.com>
8135
8136         * smime.el (smime-replace-in-string): Define.
8137         (smime-cert-by-ldap-1): Use it.
8138
8139 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8140
8141         * gnus-art.el (article-display-x-face): Replace
8142         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8143
8144         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
8145         set-process-query-on-exit-flag or process-kill-without-query.
8146
8147         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
8148         loop instead of replace-regexp.
8149
8150         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
8151         instead of process-kill-without-query if it is available.
8152
8153         * lpath.el: Fbind ldap-search-entries.
8154
8155         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
8156         instead of find-file-hooks if it is available.
8157
8158         * mml1991.el: Bind pgg-default-user-id when compiling.
8159
8160         * mml2015.el: Bind pgg-default-user-id when compiling.
8161
8162         * nndraft.el (nndraft-request-associate-buffer):
8163         Use write-contents-functions instead of write-contents-hooks if it is
8164         available.
8165
8166         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
8167         instead of find-file-hooks if it is available.
8168
8169         * nntp.el (nntp-open-connection): Replace
8170         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8171         (nntp-open-ssl-stream): Ditto.
8172         (nntp-open-tls-stream): Ditto.
8173
8174         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8175         set-process-query-on-exit-flag or process-kill-without-query.
8176         (starttls-open-stream-gnutls): Use it instead of
8177         process-kill-without-query.
8178         (starttls-open-stream): Ditto.
8179
8180 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
8181
8182         * smime.el (smime-cert-by-ldap-1): Don't use
8183         replace-regexp-in-string.
8184
8185 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
8186
8187         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8188
8189         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
8190         in PEM format.  Adjust to the XEmacs compability.
8191
8192 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
8193
8194         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8195         by `string-to-number'.
8196         * gnus-agent.el (gnus-agent-regenerate-group)
8197         (gnus-agent-fetch-articles): Ditto.
8198         * gnus-art.el (gnus-button-fetch-group): Ditto.
8199         * gnus-cache.el (gnus-cache-generate-active)
8200         (gnus-cache-articles-in-group): Ditto.
8201         * gnus-group.el (gnus-group-set-current-level)
8202         (gnus-group-insert-group-line): Ditto.
8203         * gnus-score.el (gnus-score-set-expunge-below)
8204         (gnus-score-set-mark-below, gnus-summary-score-effect)
8205         (gnus-summary-score-entry): Ditto.
8206         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8207         (gnus-soup-pack): Ditto.
8208         * gnus-spec.el (gnus-xmas-format): Ditto.
8209         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8210         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8211         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8212         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8213         * nndb.el (nndb-get-remote-expire-response): Ditto.
8214         * nndiary.el (nndiary-parse-schedule-value)
8215         (nndiary-string-to-number, nndiary-request-replace-article)
8216         (nndiary-request-article): Ditto.
8217         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8218         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8219         * nneething.el (nneething-make-head): Ditto.
8220         * nnfolder.el (nnfolder-request-article)
8221         (nnfolder-retrieve-headers): Ditto.
8222         * nnheader.el (nnheader-file-to-number): Ditto.
8223         * nnkiboze.el (nnkiboze-request-article): Ditto.
8224         * nnmail.el (nnmail-process-unix-mail-format)
8225         (nnmail-process-babyl-mail-format): Ditto.
8226         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8227         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8228         (nnmh-request-create-group, nnmh-request-list-1)
8229         (nnmh-request-group, nnmh-request-article): Ditto.
8230         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8231         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8232         * nnsoup.el (nnsoup-make-active): Ditto.
8233         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8234         * nntp.el (nntp-find-group-and-number)
8235         (nntp-retrieve-headers-with-xover): Ditto.
8236         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8237         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8238         (pgg-format-key-identifier): Ditto.
8239         * pop3.el (pop3-last, pop3-stat): Ditto.
8240         * qp.el (quoted-printable-decode-region): Ditto.
8241
8242         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8243         of concat.
8244
8245 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8246
8247         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8248
8249         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8250
8251         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8252
8253         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8254
8255         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8256
8257         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8258
8259         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8260         (gnus-carpal-mode): Ditto.
8261
8262         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8263         (gnus-browse-mode): Ditto.
8264
8265         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8266
8267         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8268
8269 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8270
8271         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8272
8273 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8274
8275         * gnus-util.el (gnus-run-mode-hooks): New function.
8276
8277         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8278
8279         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
8280         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
8281
8282 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8283
8284         * gnus-agent.el (gnus-agent-make-mode-line-string):
8285         Use mode-line-highlight as mouse-face.
8286
8287 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8288
8289         * canlock.el (canlock): Change the parent group to news.
8290
8291         * deuglify.el (gnus-outlook-deuglify): Add :group.
8292
8293         * dig.el (dig): Add :group.
8294
8295         * dns-mode.el (dns-mode): Add :group.
8296
8297         * encrypt.el (encrypt): Add :group.
8298
8299         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8300         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8301         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8302         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8303         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8304
8305         * gnus-diary.el (gnus-diary): Add :group.
8306
8307         * gnus.el (gnus-group-news-1-face): Add :group.
8308         (gnus-group-news-1-empty-face): Ditto.
8309         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8310         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8311         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8312         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8313         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8314         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8315         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8316         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8317         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8318         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8319         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8320         (gnus-summary-high-ticked-face): Ditto.
8321         (gnus-summary-low-ticked-face): Ditto.
8322         (gnus-summary-normal-ticked-face): Ditto.
8323         (gnus-summary-high-ancient-face): Ditto.
8324         (gnus-summary-low-ancient-face): Ditto.
8325         (gnus-summary-normal-ancient-face): Ditto.
8326         (gnus-summary-high-undownloaded-face): Ditto.
8327         (gnus-summary-low-undownloaded-face): Ditto.
8328         (gnus-summary-normal-undownloaded-face): Ditto.
8329         (gnus-summary-high-unread-face): Ditto.
8330         (gnus-summary-low-unread-face): Ditto.
8331         (gnus-summary-normal-unread-face): Ditto.
8332         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8333         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8334
8335         * hashcash.el (hashcash): New custom group.
8336         (hashcash-default-payment): Add :group.
8337         (hashcash-payment-alist): Ditto.
8338         (hashcash-default-accept-payment): Ditto.
8339         (hashcash-accept-resources): Ditto.
8340         (hashcash-path): Ditto.
8341         (hashcash-extra-generate-parameters): Ditto.
8342         (hashcash-double-spend-database): Ditto.
8343         (hashcash-in-news): Ditto.
8344
8345         * message.el (message-minibuffer-local-map): Add :group.
8346
8347         * netrc.el (netrc): Add :group.
8348
8349         * sieve-manage.el (sieve-manage-log): Add :group.
8350         (sieve-manage-default-user): Diito.
8351         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8352         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8353         (sieve-manage-authenticators): Ditto.
8354         (sieve-manage-authenticator-alist): Ditto.
8355         (sieve-manage-default-port): Ditto.
8356
8357         * sieve-mode.el (sieve-control-commands-face): Add :group.
8358         (sieve-action-commands-face): Ditto.
8359         (sieve-test-commands-face): Ditto.
8360         (sieve-tagged-arguments-face): Ditto.
8361
8362         * smime.el (smime): Add :group.
8363
8364         * spam-report.el (spam-report): Add :group.
8365
8366         * spam.el (spam, spam-face): Add :group.
8367
8368 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8369
8370         * nntp.el (nntp-next-result-arrived-p): Some news servers may
8371         return \n.\n.\n at the end of articles.  Protect against that.
8372         (nntp-with-open-group): Allow debugging.
8373
8374         * nnheader.el (mail-header-set-extra): Make into a function
8375         because I just could't understand how to quote the list properly.
8376
8377         * dns.el (query-dns-cached): New function.
8378
8379 2005-05-26  Lute Kamstra  <lute@gnu.org>
8380
8381         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8382
8383 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8384
8385         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
8386
8387         * gnus-art.el: Don't autoload mail-extract-address-components.
8388
8389         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8390         eval-and-compile to evaluate it.
8391
8392         * hashcash.el: Don't autoload executable-find.
8393
8394         * nndb.el: Don't declare the nndb back end two or more times; don't
8395         autoload news-reply-mode, news-setup, cancel-timer and telnet.
8396
8397         * nntp.el: Autoload format-spec instead of format; use
8398         eval-and-compile to evaluate autoload forms.
8399
8400 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
8401
8402         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8403
8404 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8405
8406         * gnus.el (gnus-version-number): Bump version.
8407
8408 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8409
8410         * gnus.el: No Gnus v0.3 is released.
8411
8412 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8413
8414         * lpath.el (featurep): Bind show-nonbreak-escape.
8415
8416 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8417
8418         * gnus-art.el (gnus-article-edit-part): Disable undo.
8419
8420 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8421
8422         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8423         gnus-article-date-lapsed-new-header is t if date timer is active;
8424         skip headers in which the original date value is empty.
8425         (gnus-article-save-original-date): Redefine it as a macro.
8426         (gnus-display-mime): Use it.
8427
8428 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8429
8430         * gnus-art.el (article-date-ut): Support converting date in
8431         forwarded parts as well.
8432         (gnus-article-save-original-date): New function.
8433         (gnus-display-mime): Use it.
8434
8435 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
8436
8437         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8438         enclosure element of <item>.
8439
8440 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
8441
8442         * message.el (message-kill-buffer-query): Renamed from
8443         `message-kill-buffer-query-if-modified'.  Added :version.
8444
8445 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8446
8447         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8448         window layout.
8449
8450 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8451
8452         * mml.el: Autoload dnd when compiling.
8453
8454 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8455
8456         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8457         x-dnd-*.
8458
8459 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * qp.el (quoted-printable-encode-region): Save excursion.
8462
8463 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8464
8465         * message.el (message-kill-buffer-query-if-modified): Add new variable
8466         so the user can kill a modified message buffer quickly.
8467         (message-kill-buffer): Use it.
8468
8469 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8470
8471         * lpath.el: Fbind display-time-event-handler; don't fbind
8472         string-to-multibyte.
8473
8474         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8475
8476 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8477
8478         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8479         contained in text because xml.el decodes entities) with LFs.
8480
8481 2005-04-11  Lute Kamstra  <lute@gnu.org>
8482
8483         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8484         differently.
8485
8486 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8487
8488         * mm-util.el (mm-detect-coding-region): Typo.
8489
8490 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8491
8492         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8493
8494 2005-04-06  D Goel  <deego@gnufans.org>
8495
8496         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8497         user-function allow user modifications of the scores.
8498         (spam-stat-score-buffer-user): New function, to allow
8499         user-computed modifications to the score.
8500         (spam-stat-score-buffer-user-functions): List of additional
8501         scoring functions.
8502         (spam-stat-error-holder): Global temporary error holder.
8503         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8504         variable.
8505
8506 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
8507
8508         * gnus-registry.el (gnus-registry-clean-empty-function)
8509         (gnus-registry-trim, gnus-registry-fetch-groups)
8510         (gnus-registry-delete-group): Groups that match
8511         `gnus-registry-ignored-groups' are removed from the registry
8512         entries, not just ignored for splitting.  This helps clean up the
8513         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
8514         to get all the groups a message ID is in.
8515
8516         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8517         (spam-stat-split-fancy): Change "threshhold" to "threshold"
8518         (spam-stat-score-buffer-user-functions): Add :number custom type.
8519
8520 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8521
8522         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8523         argument in XEmacs.
8524
8525         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8526         (nnrss-request-group): Decode group name first.
8527         (nnrss-request-article): Make a text/plain article if mml-to-mime
8528         failed.
8529         (nnrss-get-encoding): Return a compatible encoding according to
8530         nnrss-compatible-encoding-alist.
8531         (nnrss-find-el): Use consp instead of listp.
8532         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8533
8534 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8535
8536         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8537         which Emacs 20 doesn't support.
8538         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8539
8540 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8541
8542         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8543         silence the byte compiler inside the defun.
8544
8545         * gnus-demon.el (parse-time-string): Add autoload.
8546
8547         * gnus-delay.el (parse-time-string): Add autoload.
8548
8549         * gnus-art.el (parse-time-string): Add autoload.
8550
8551         * nnultimate.el (parse-time): Require for `parse-time-string'.
8552
8553 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8554
8555         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8556
8557         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8558
8559         * smime.el (smime-ldap-host-list): Add :version.
8560
8561 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8562
8563         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8564         pass it to `gnus-browse-read-group'.
8565         (gnus-browse-read-group): Add NUMBER argument and pass it to
8566         `gnus-group-read-ephemeral-group'.
8567
8568         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8569         argument and pass it to `gnus-group-read-group'.
8570
8571 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
8572
8573         * mm-util.el (mm-xemacs-find-mime-charset): Only call
8574         mm-xemacs-find-mime-charset-1 if we have the mule feature
8575         available at runtime.
8576
8577 2005-03-25  Werner Lemberg  <wl@gnu.org>
8578
8579         * nnmaildir.el: Replace `illegal' with `invalid'.
8580
8581 2005-03-23  Lute Kamstra  <lute@gnu.org>
8582
8583         * time-date.el: Add comment on time value formats.
8584         Don't require parse-time.
8585         (with-decoded-time-value): New macro.
8586         (encode-time-value): New function.
8587         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8588         (days-to-time): Return a valid time value when arg is huge.
8589         (time-since): Use time-subtract.
8590         (time-to-number-of-days): Use time-to-seconds.
8591
8592 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8593
8594         * gnus-start.el (gnus-display-time-event-handler):
8595         Check display-time-timer at runtime rather than only at load time
8596         in case display-time-mode is turned off in the mean time.
8597
8598 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8599
8600         * nnimap.el (nnimap-open-connection): Print which authinfo file is
8601         used.
8602
8603         * nneething.el (nneething-map-file-directory): Derive from
8604         `gnus-directory'.
8605
8606         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8607         the To/Cc button.
8608
8609 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8610
8611         * nnmaildir.el (nnmaildir-request-accept-article):
8612         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8613
8614 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8615
8616         * gnus-async.el: Require timer-funcs at compile time when in
8617         XEmacs for `run-with-idle-timer'.
8618
8619 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8620
8621         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8622         autoloaded function.
8623
8624 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8625
8626         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8627
8628 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
8629
8630         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8631
8632 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8633
8634         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8635         gnus-expert-user to default.
8636
8637 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
8638
8639         * nnimap.el (nnimap-open-server): Ditto.
8640
8641         * imap.el (imap-authenticate): Fix typo.
8642
8643 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
8644
8645         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8646         buffer (since IMAP server might return FETCH response out of
8647         order, and the nntp buffer must be sorted).
8648
8649 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
8650
8651         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8652         comparison on string.
8653
8654         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8655         (gnus-agent-score): Renamed category keywords to match gnus-cus.
8656         (gnus-agent-summary-fetch-series): Modified to protect against
8657         gnus-agent-summary-fetch-group clearing processable flags.
8658         (gnus-agent-synchronize-group-flags): Update live group buffer as
8659         synchronization may occur due to the user toggle the plugged
8660         status.
8661         (gnus-agent-fetch-group-1): Clear downloadable flag when article
8662         successfully downloaded.
8663         (gnus-agent-expire-group-1): Avoid using markers when the overview
8664         is in ascending order; greatly improves performance.
8665         (gnus-agent-regenerate-group): Use
8666         gnus-agent-synchronize-group-flags to reset read status in both
8667         gnus and server.
8668         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8669
8670 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8671
8672         * message.el: Don't autoload former message-utils variables.
8673         (message-strip-subject-trailing-was): Change doc string.
8674
8675         * nnweb.el: Fixes for `gnus-group-make-web-group'.
8676         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
8677         (nnweb-google-search): Add "hl=en" here.
8678         (nnweb-google-parse-1, nnweb-google-create-mapping):
8679         Don't hardcode URL.
8680
8681 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8682
8683         * message.el (message-get-reply-headers, message-followup):
8684         Mention related variables `message-use-followup-to' and
8685         `message-use-mail-followup-to', in the information buffer.
8686
8687         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8688         of broken groups(-beta).google.com.
8689
8690 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8691
8692         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8693         parameter to invoked gnus-request-move-article; remove the
8694         redundant gnus-sum-hint-move-is-internal variable; apply the marks
8695         all at once instead of once per article.
8696         (gnus-summary-remove-process-mark): Accept a list of articles as
8697         well as a single article for processing.
8698
8699         * gnus-int.el (gnus-request-move-article): Add move-is-internal
8700         parameter.
8701
8702         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8703
8704         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8705
8706         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8707         parameter.
8708
8709         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8710         parameter.
8711
8712         * nnimap.el (nnimap-request-move-article): Add move-is-internal
8713         parameter and remove the gnus-sum-hint-move-is-internal variable.
8714
8715         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8716         parameter.
8717
8718         * nndraft.el (nndraft-request-move-article): Add move-is-internal
8719         parameter.
8720
8721         * nndiary.el (nndiary-request-move-article): Add move-is-internal
8722         parameter.
8723
8724         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8725
8726         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8727         parameter.
8728
8729         * nnagent.el (nnagent-request-move-article): Add move-is-internal
8730         parameter.
8731
8732 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8733
8734         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8735         a more conservative way.
8736
8737 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8738
8739         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8740         buffer, so it moves the window's cursor.
8741
8742 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
8743
8744         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8745         `mm-dissect-multipart' and receive the from field as an (optional)
8746         argument from `mm-dissect-multipart'.
8747         (mm-dissect-multipart): Receive the from field as an argument and
8748         pass it on when we call `mm-dissect-buffer' on MIME parts.
8749         Fixes verification/decryption of signed/encrypted MIME parts.
8750
8751 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
8752
8753         * gnus-sum.el (gnus-summary-move-article): Set
8754         gnus-sum-hint-move-is-internal for gnus-request-move-article and
8755         whatever it calls (right now, only nnimap-request-move article
8756         respects it).
8757
8758         * nnimap.el (nnimap-request-move-article): When
8759         gnus-sum-hint-move-is-internal is set, don't do the extra
8760         nnimap-request-article.
8761
8762 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8763
8764         * nnheader.el (nnheader-find-file-noselect): Add doc string.
8765
8766         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8767         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8768
8769         * gnus-sum.el (gnus-summary-caesar-message):
8770         Apply `gnus-treat-article' after rotation.
8771
8772         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8773         doc string.
8774
8775 2005-02-22  Simon Josefsson  <jas@extundo.com>
8776
8777         * encrypt.el (encrypt-password-cache-expiry): Remove (use
8778         `password-cache-expiry' instead).  Reported by Arne Jørgensen
8779         <arne@arnested.dk>.
8780         (encrypt): Add password-cache and password-cache-expiry as group
8781         members.
8782
8783 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
8784
8785         * smime.el (smime-ldap-host-list): Doc fix.
8786         (smime-ask-passphrase): Use `password-read-and-add' to read (and
8787         cache) password.
8788         (smime-sign-region): Use it.
8789         (smime-decrypt-region): Use it.
8790         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8791         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8792         fails.
8793         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8794         certificate from DER to PEM format rather than calling openssl.
8795
8796         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8797
8798         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8799         for signing/encryption.
8800
8801         * mml.el (mml-parse-1): Use them.
8802
8803 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
8804
8805         * nnrss.el (nnrss-verbose): Removed.
8806         (nnrss-request-group): Use `nnheader-message' instead.
8807
8808 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
8809
8810         * nnrss.el (nnrss-verbose): New variable.
8811         (nnrss-request-group): Make it say nnrss is requesting a group.
8812
8813 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8814
8815         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8816         Handle news URL with given port correctly.
8817
8818 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8819
8820         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8821         containing special characters.
8822
8823         * gnus-sum.el (gnus-summary-edit-article): Ditto.
8824
8825         * mml.el (mime-to-mml): Ditto.
8826
8827         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8828         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8829         (rfc2047-decode-region): Quote decoded words containing special
8830         characters when rfc2047-quote-decoded-words-containing-tspecials
8831         is non-nil.
8832
8833 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8834
8835         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8836
8837         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8838
8839 2005-02-15  Simon Josefsson  <jas@extundo.com>
8840
8841         * nnimap.el (nnimap-debug): Doc fix.
8842
8843         * imap.el (imap-debug): Doc fix.
8844
8845 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8846
8847         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8848
8849 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8850
8851         * gnus.el (spam-contents): Improve docs for spam-contents
8852         parameter in its variable incarnation.
8853
8854 2005-02-14  Simon Josefsson  <jas@extundo.com>
8855
8856         * smime-ldap.el: Use require instead of load-library for ldap.
8857         (smime-ldap-search): Indent.
8858         (smime-ldap-search-internal): Shorten line.
8859
8860         * smime.el (smime-cert-by-dns): Add doc-string.
8861         (smime-cert-by-ldap-1): Indent.
8862
8863         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8864         mml-smime-get-dns-ldap.
8865         (mml-smime-encrypt-query): Use new function.  Default to ldap.
8866
8867 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
8868
8869         * smime.el: Require smime-ldap.
8870         (smime-ldap-host-list): New variable.
8871         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8872
8873         * mml-smime.el (mml-smime-encrypt-query): New function.
8874         (mml-smime-encrypt-query): Use it.
8875
8876         * smime-ldap.el: New file.
8877
8878 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8879
8880         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8881
8882 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8883
8884         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8885         argument in doc string.  Make query for type more clear.
8886
8887 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8888
8889         * gnus.el (gnus-group-startup-message): Search for gnus images in
8890         etc/images/gnus.
8891         * mm-util.el (mm-image-load-path): Likewise.
8892         * smiley.el (smiley-data-directory): Search for smilies in
8893         etc/images/smilies.
8894
8895 2005-02-09  Kim F. Storm  <storm@cua.dk>
8896
8897         Change Emacs release version from 21.4 to 22.1 throughout.
8898         Change Emacs development version from 21.3.50 to 22.0.50.
8899
8900 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8901
8902         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8903
8904         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8905         non-Mule XEmacs as well.
8906         (mm-decompress-buffer): Signal an error intentionally if it does
8907         not decompress compressed data because auto-compression-mode is
8908         disabled.
8909
8910 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
8911
8912         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8913         an ID in the registry even if it has no groups.
8914
8915 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8916
8917         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8918         merge it into mm-decompress-buffer.
8919         (gnus-mime-copy-part): Use the MIME part charset, the value which
8920         a user specified or gnus-newsgroup-charset for decoding, like
8921         gnus-mime-inline-part does; set buffer-file-coding-system to tell
8922         save-buffer what was used.  Suggested by Kevin Ryde
8923         <user42@zip.com.au>.
8924         (gnus-mime-inline-part): Allow the name parameter as well as the
8925         filename parameter; force decompressing of compressed data; always
8926         display contents being not decoded as unibyte.
8927
8928         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8929         as well as the filename parameter.
8930
8931         * mm-util.el (mm-decompress-buffer): Merge
8932         gnus-mime-jka-compr-maybe-uncompress.
8933         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8934         of compressed data.
8935
8936 2005-02-08  Simon Josefsson  <jas@extundo.com>
8937
8938         * imap.el (imap-log): Doc fix.
8939
8940 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8941
8942         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8943         the coding cookies; decompress compressed parts.
8944
8945         * mml.el (mml-generate-mime-1): Add the charaset parameter according
8946         to the value which a user specified manually or the coding cookie.
8947
8948         * mm-util.el (mm-string-to-multibyte): New function.
8949         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8950         (mm-coding-system-to-mime-charset): New function.
8951         (mm-decompress-buffer): New function.
8952         (mm-find-buffer-file-coding-system): New function.
8953
8954         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8955         (mm-display-inline-fontify): Rewrite for decoding and decompressing
8956         parts.
8957
8958 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8959
8960         * mm-view.el (mm-display-inline-fontify): Decode a part according
8961         to the charset parameter.
8962
8963 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8964
8965         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8966         prefix arg is neither nil nor a number, as info specifies.
8967
8968 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8969
8970         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8971         timestamps.
8972
8973 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
8974
8975         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8976         groups error checking and notify user.
8977
8978 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
8979
8980         * message.el (message-send-mail-function): Check existence of
8981         sendmail-program first before using default value
8982         `message-send-mail-with-sendmail'.  Otherwise use more generic
8983         `smtpmail-send-it'.
8984
8985 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8986
8987         * nntp.el (nntp-request-update-info): Always return nil.
8988
8989 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8990
8991         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8992
8993 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8994
8995         * message.el (message-beginning-of-line): Change the behavior when
8996         invoked between BOL and : so that it first moves backward.
8997
8998 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8999
9000         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
9001         article buffer when editing of the article is discarded.
9002         (gnus-article-prepare): Revert.
9003
9004 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * gnus-art.el (gnus-article-prepare):
9007         Remove message-strip-forbidden-properties from the local hook.
9008
9009 2005-01-27  Simon Josefsson  <jas@extundo.com>
9010
9011         * password.el (password-cache-add): Only start one timer per key.
9012         Reported by Derek Atkins <warlord@MIT.EDU>.
9013
9014 2005-01-26  Steve Youngs  <steve@sxemacs.org>
9015
9016         * run-at-time.el: Removed.  It is no longer needed as
9017         timer-funcs.el in the xemacs-base package has a working version of
9018         `run-at-time'.
9019
9020         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
9021
9022         * password.el: Require timer-funcs instead of run-at-time in
9023         XEmacs.
9024         Remove `password-run-at-time' macro.
9025         (password-cache-add): Use `run-at-time' instead of
9026         `password-run-at-time'.
9027
9028         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
9029         Remove `nnheader-cancel-function-timers' alias,
9030         `cancel-function-timers' exists in XEmacs in timer-funcs.
9031
9032         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
9033         for `run-with-idle-timer'.
9034
9035         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
9036         for `run-at-time'.
9037
9038         * mm-url.el: Require timer-funcs at compile time when in XEmacs
9039         for `with-timeout'.
9040
9041         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
9042         the same as for XEmacs 21.4.
9043         No need to ignore `run-with-idle-timer', this function exists in
9044         XEmacs now in timer-funcs.el in the xemacs-base package.
9045         (dgnushack-compile): No need to delete
9046         run-at-time.el from the list of files to compile because it
9047         doesn't exist anymore.
9048
9049 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9050
9051         * mml.el (mml-generate-mime-1): Convert string into unibyte when
9052         inserting " *mml*" buffer's contents into a unibyte temp buffer.
9053
9054 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
9055
9056         * mail-source.el (mail-source-fetch-imap): Search for ^From case
9057         sensitively.
9058
9059 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
9060
9061         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
9062
9063 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9064
9065         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
9066         which will be inserted according to the multibyteness of a buffer
9067         rather than the type of contents.  Suggested by ARISAWA Akihiro
9068         <ari@mbf.ocn.ne.jp>.
9069
9070         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
9071         of string which old xml.el may return rather than a string.
9072
9073 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9074
9075         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
9076
9077 2005-01-16  Simon Josefsson  <jas@extundo.com>
9078
9079         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
9080         idn/idna.el isn't available.
9081         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
9082         <michael@waxrat.com>.
9083
9084         * hashcash.el: Remove non-FSF copyright header.
9085
9086         * hashcash.el (hashcash-extra-generate-parameters): New variable.
9087         (hashcash-generate-payment): Use it.
9088         (hashcash-generate-payment-async): Use it.
9089
9090 2005-01-15  Simon Josefsson  <jas@extundo.com>
9091
9092         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
9093         Suggested by Raymond Scholz <ray-2005@zonix.de>.
9094
9095         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
9096         gnus-summary-idna-message.
9097         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
9098         (gnus-summary-idna-message): New function.
9099
9100 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9101
9102         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
9103         gnus-novice-user.
9104
9105 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9106
9107         * nnrss.el (nnrss-request-delete-group): Delete entries in
9108         nnrss-group-alist as well.
9109         (nnrss-save-server-data): Insert newline.
9110
9111 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
9112
9113         * gnus.el (gnus-user-agent): Use list of symbols instead of
9114         symbols.  Display full version number for (S)XEmacs.  Optionally
9115         display (S)XEmacs codename.
9116
9117         * gnus-util.el (gnus-emacs-version): Update for new
9118         `gnus-user-agent'.
9119
9120         * gnus-msg.el (gnus-extended-version): Make it possible to omit
9121         Gnus version.
9122
9123 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9124
9125         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
9126         which is unreadable in some setups.
9127
9128 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9129
9130         * gnus-spec.el (gnus-update-format-specifications): Flush the
9131         group format spec cache if it doesn't support decoded group names.
9132
9133 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9134
9135         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
9136         Allow to apply decay on score files matching a regexp.
9137
9138 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9139
9140         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
9141         compatibility in %g and %c.
9142
9143 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9144
9145         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
9146         name for only %g and %c.
9147         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
9148         of gnus-tmp-group to decoded group name.
9149         (gnus-group-make-rss-group): Exclude `/'s from group names.
9150
9151 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9152
9153         * nnrss.el (nnrss-get-encoding): Fix regexp.
9154
9155 2004-12-27  Simon Josefsson  <jas@extundo.com>
9156
9157         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
9158         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
9159         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
9160
9161 2004-12-17  Kim F. Storm  <storm@cua.dk>
9162
9163         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
9164
9165         * gnus-sum.el (gnus-summary-mode-map): Likewise.
9166
9167 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9168
9169         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
9170
9171 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9172
9173         * nnrss.el: Require rfc2047 and mml.
9174         (nnrss-file-coding-system): New variable.
9175         (nnrss-format-string): Redefine it as an inline function.
9176         (nnrss-decode-group-name): New function.
9177         (nnrss-string-as-multibyte): Remove.
9178         (nnrss-retrieve-headers): Decode group name; don't use
9179         nnrss-format-string.
9180         (nnrss-request-group): Decode group name.
9181         (nnrss-request-article): Decode group name; allow a Message-ID as
9182         well as an article number; don't use nnrss-format-string; encode a
9183         Message-ID string which may contain non-ASCII characters; use
9184         mml-to-mime to compose a MIME article.
9185         (nnrss-request-expire-articles): Decode group name.
9186         (nnrss-request-delete-group): Decode group name.
9187         (nnrss-fetch): Clarify error message.
9188         (nnrss-read-server-data): Use insert-file-contents instead of load;
9189         bind file-name-coding-system; use multibyte buffer.
9190         (nnrss-save-server-data): Bind coding-system-for-write to the
9191         value of nnrss-file-coding-system; bind file-name-coding-system;
9192         add coding cookie.
9193         (nnrss-read-group-data): Use insert-file-contents instead of load;
9194         bind file-name-coding-system; use multibyte buffer.
9195         (nnrss-save-group-data): Bind coding-system-for-write to the
9196         value of nnrss-file-coding-system; bind file-name-coding-system.
9197         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
9198         make it work with non-ASCII text.
9199         (nnrss-find-el): Make it work with old xml.el as well.
9200
9201 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9202
9203         * nnrss.el (nnrss-get-encoding): New function.
9204         (nnrss-fetch): Use unibyte buffer initially; bind
9205         coding-system-for-read while performing mm-url-insert; remove ^Ms;
9206         decode contents according to the encoding attribute.
9207         (nnrss-save-group-data): Add coding cookie.
9208         (nnrss-mime-encode-string): New function.
9209         (nnrss-check-group): Use it to encode subject and author.
9210
9211 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
9212
9213         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9214         imaginary variable.
9215
9216 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9217
9218         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9219         correctly even if there are wide characters.
9220
9221 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9222
9223         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9224         downcased symbol names; make a new cache instead of reusing
9225         bbdb-hashtable.
9226
9227 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9228
9229         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9230         concatenating segments rather than before concatenating them.
9231         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9232
9233         * message.el (message-get-reply-headers): Bind `extra'.
9234
9235 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9236
9237         * message.el (message-extra-wide-headers): New variable.
9238         (message-get-reply-headers): Use it.
9239
9240 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9241
9242         * gnus-agent.el (gnus-agent-group-path): Decode group name.
9243         (gnus-agent-group-pathname): Ditto.
9244
9245         * gnus-cache.el (gnus-cache-file-name): Decode group name.
9246
9247         * gnus-group.el (gnus-group-make-group): Decode group name.
9248         (gnus-group-make-rss-group): Register the group data after opening
9249         the nnrss group.
9250
9251 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
9252
9253         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9254         by expiry now get marked as read.
9255
9256 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9257
9258         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9259
9260 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
9261
9262         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9263         unify Latin characters in XEmacs.
9264         (mm-find-mime-charset-region): Use it.
9265
9266 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * gnus-util.el (gnus-delete-directory): New function.
9269
9270         * gnus-agent.el (gnus-agent-delete-group): Use it.
9271
9272         * gnus-cache.el (gnus-cache-delete-group): Use it.
9273
9274 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9275
9276         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9277         names.
9278
9279 2004-12-16  Simon Josefsson  <jas@extundo.com>
9280
9281         * hashcash.el (hashcash-payment-alist): Fix custom :type.
9282
9283 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9284
9285         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9286
9287         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9288         (gnus-group-set-current-level): Decode group name.
9289
9290 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
9291
9292         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9293         failed.
9294
9295 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9296
9297         * gnus-group.el (gnus-group-delete-group): Decode group name.
9298         (gnus-group-make-rss-group): Encode group name.
9299         (gnus-group-catchup-current): Decode group name.
9300         (gnus-group-kill-group): Decode group name.
9301
9302 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9303
9304         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9305
9306 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * gnus-group.el (gnus-group-make-rss-group):
9309         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9310
9311         * gnus-start.el (gnus-setup-news): Honor user's setting to
9312         gnus-message-archive-method.  Suggested by Lute Kamstra
9313         <lute@gnu.org>.
9314
9315 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
9316
9317         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9318         global counterparts of the buffer-local variables.
9319
9320 2004-11-16  Romain Francoise  <romain@orebokech.com>
9321
9322         * gnus-sum.el (gnus-summary-exit): Don't clear the global
9323         counterparts of the buffer-local variables.
9324
9325 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9326
9327         * message.el (message-forbidden-properties): Fixed typo in doc
9328         string.
9329
9330 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9331
9332         * gnus-util.el (gnus-replace-in-string): Added doc string.
9333
9334         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9335         to avoid problems when splitting mails with many recipients.
9336
9337 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9338
9339         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9340         pop-to-buffer, covered by the subsequent gnus-configure-windows.
9341
9342 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
9343
9344         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9345         if there is no hashtable in memory or file modification time is
9346         newer than cached timestamp.
9347
9348 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9349
9350         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9351         not-matching option.
9352
9353 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
9354
9355         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9356         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9357         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9358         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9359         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
9360         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9361
9362 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9363
9364         * message.el (message-forward-make-body-mml): Remove headers
9365         according to message-forward-ignored-headers if a message is decoded.
9366
9367 2004-12-02  Romain Francoise  <romain@orebokech.com>
9368
9369         * message.el (message-forward-make-body-plain): Always remove
9370         headers according to message-forward-ignored-headers.
9371
9372 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9373
9374         * spam.el (spam-summary-prepare-exit): Remove the
9375         gnus-summary-limit pop for now, it has problems with ham marks for
9376         me.
9377
9378 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
9379
9380         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9381         correctly.
9382
9383 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
9384
9385         * format-spec.el (format-spec): Message the char.
9386
9387 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9388
9389         * gnus-art.el (gnus-split-methods): Reformat comments.
9390
9391         * spam.el (spam-summary-prepare-exit): Remove article limits
9392         before exiting the summary buffer.
9393
9394 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9395
9396         * lpath.el: Remove bbdb-create-internal, bbdb-records,
9397         spam-BBDB-register-routine and spam-enter-ham-BBDB.
9398
9399         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9400         order to silence the byte compiler.
9401
9402         * spam.el: Fix the way to silence the byte compiler, which
9403         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9404         bbdb-search-simple, spam-BBDB-register-routine,
9405         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9406         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9407         spam-stat-buffer-is-spam, spam-stat-load,
9408         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9409         spam-stat-save and spam-stat-split-fancy.
9410
9411 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9412
9413         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9414         which may confuse users.
9415         (canlock-password-for-verify): Ditto.
9416
9417         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9418
9419         * gnus-art.el (gnus-emphasis-alist): Ditto.
9420
9421         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9422
9423         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9424
9425         * gnus-start.el (gnus-save-killed-list): Ditto.
9426
9427         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9428         (gnus-sum-thread-tree-root): Ditto.
9429         (gnus-sum-thread-tree-false-root): Ditto.
9430         (gnus-sum-thread-tree-single-indent): Ditto.
9431
9432         * message.el (message-courtesy-message): Ditto.
9433         (message-archive-note): Ditto.
9434         (message-subscribed-address-file): Ditto.
9435         (message-user-fqdn): Ditto.
9436
9437         * spam-report.el (spam-report-gmane-regex): Ditto.
9438
9439         * spam.el (spam-blackhole-good-server-regex): Ditto.
9440
9441 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9442
9443         * mml.el (mml-preview): Widen the message buffer before copying
9444         the contents to the preview buffer; sort headers before previewing.
9445
9446         * message.el (message-hidden-headers): Fix the way to avoid a bug
9447         in the `repeat' widget in Emacs 21.3 or earlier.
9448
9449 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9450
9451         * message.el (message-hidden-headers): Default to "^References:".
9452         Improve customization type.  Suggested by Reiner Steib
9453         <Reiner.Steib@gmx.de>.
9454
9455 2004-11-25  Romain Francoise  <romain@orebokech.com>
9456
9457         * message.el (message-strip-forbidden-properties): Remove check for
9458         obsolete `message-hidden' text property, hidden headers are not
9459         accessible in the buffer anymore.
9460
9461 2004-11-22  Romain Francoise  <romain@orebokech.com>
9462
9463         * message.el (message-header-format-alist): Add `From' in list
9464         so that it can be sorted.
9465         (message-fix-before-sending): Widen and sort headers before
9466         sending.
9467         (message-hide-headers): Use narrowing to hide headers by moving
9468         them to the top of the buffer and narrowing to the region
9469         underneath.
9470
9471 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9472
9473         * message.el (message-strip-forbidden-properties): Bind
9474         buffer-read-only (etc) to nil.
9475
9476 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9477
9478         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9479         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9480
9481 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9482
9483         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9484
9485 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9486
9487         * dns.el (query-dns): Use sit-for to time instead of
9488         accept-process-output, since that doesn't seem to work on udp
9489         sockets.
9490
9491 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9492
9493         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9494
9495 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9496
9497         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9498         doc string.  Improve doc string.
9499
9500 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9501
9502         * nntp.el (nntp-request-update-info): Return nil if
9503         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9504         may not call gnus-activate-group which uselessly issues the GROUP
9505         commands for all nntp groups and wastes time.  Reported by Romain
9506         Francoise <romain@orebokech.com>.
9507
9508         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9509
9510 2004-11-15  Simon Josefsson  <jas@extundo.com>
9511
9512         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9513         headers separately.
9514         (gnus-button-openpgp): New function, inspired by Jochen Küpper
9515         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9516
9517 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9518
9519         * gnus-start.el (gnus-convert-old-newsrc):
9520         Assign legacy-gnus-agent to 5.10.7.
9521
9522 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9523
9524         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9525         start of the lines.
9526
9527 2004-11-14  Magnus Henoch  <mange@freemail.hu>
9528
9529         * hashcash.el (hashcash-default-payment): Change default to 20
9530         (hashcash-default-accept-payment): Change default to 20
9531         (hashcash-process-alist): New variable
9532         (hashcash-generate-payment-async): Add
9533         (hashcash-already-paid-p): Add
9534         (hashcash-insert-payment): Don't generate payments twice
9535         (hashcash-insert-payment-async): Add
9536         (hashcash-insert-payment-async-2): Add
9537         (hashcash-cancel-async): Add
9538         (hashcash-wait-async): Add
9539         (hashcash-processes-running-p): Add
9540         (hashcash-wait-or-cancel): Add
9541         (mail-add-payment): New optional argument.  Conditionally start
9542         asynchronous calculation.
9543         (mail-add-payment-async): Add
9544
9545         * message.el (message-send-mail): Wait for asynchronous hashcash
9546         results.  Don't clobber existing X-Hashcash headers.
9547         (message-setup-1): Call mail-add-payment-async when
9548         message-generate-hashcash is non-nil.
9549
9550 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9551
9552         * message.el (message-use-alternative-email-as-from): Examine the
9553         From header as well; use message-make-from in order to include a
9554         user's full name.
9555
9556 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9557
9558         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9559         default; improve customization type.
9560         (gnus-emphasis-custom-with-format): New macro.
9561         (gnus-emphasis-custom-value-to-external): New function.
9562         (gnus-emphasis-custom-value-to-internal): New function.
9563
9564 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9565
9566         * dns.el (query-dns): Resolve reverse addresses.
9567
9568 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9569
9570         * gnus-group.el (gnus-group-get-new-news): Use it.
9571
9572         * gnus-start.el (gnus-check-reasonable-setup): New function.
9573
9574 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9575
9576         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9577         "Args out of range" error.  Reported by Arnaud Giersch
9578         <arnaud.giersch@free.fr>.
9579
9580 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9581
9582         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9583
9584 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9585
9586         * spam.el (spam group): Add :version.
9587
9588         * pgg-def.el (pgg group): Add :version.
9589
9590 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9591
9592         * gnus-art.el (gnus-article-edit-article): Don't associate the
9593         article buffer with a draft file.  This is a temporary measure
9594         against the 2004-08-22 change to gnus-article-edit-mode.
9595
9596 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9597
9598         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9599         (html2text-format-tags): Remove unused variable `attr'.
9600
9601 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9602
9603         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9604
9605         * tls.el (tls-process-connection-type, tls-success)
9606         (tls-certtool-program): Add :version.
9607
9608         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
9609         (starttls-extra-arguments, starttls-process-connection-type)
9610         (starttls-connect, starttls-failure, starttls-success): Add :version.
9611
9612         * spam-stat.el (spam-stat): Add :version.
9613
9614         * sieve.el (sieve): Add :version.
9615
9616         * sha1.el (sha1): Add :version.
9617         (sha1-use-external): Remove redundant version.
9618
9619         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9620         (nnmail-cache-ignore-groups, nnmail-spool-hook)
9621         (nnmail-split-fancy-match-partial-words)
9622         (nnmail-split-lowercase-expanded): Add :version.
9623
9624         * nndiary.el (nndiary): Add :version.
9625
9626         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9627
9628         * mml-sec.el (mml-default-sign-method)
9629         (mml-default-encrypt-method, mml-signencrypt-style-alist):
9630         Add :version.
9631
9632         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9633
9634         * mm-url.el (mm-url-use-external, mm-url-program)
9635         (mm-url-arguments): Add :version.
9636
9637         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9638         (mm-attachment-file-modes, mm-decrypt-option)
9639         (mm-w3m-safe-url-regexp): Add :version.
9640
9641         * message.el (message-cite-prefix-regexp)
9642         (message-sendmail-envelope-from, message-minibuffer-local-map)
9643         (message-user-fqdn, message-completion-alist): Add :version.
9644
9645         * gnus-win.el (gnus-configure-windows-hook)
9646         (gnus-use-frames-on-any-display): Add :version.
9647
9648         * gnus-art.el (gnus-article-address-banner-alist)
9649         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9650         (gnus-treat-from-picon, gnus-treat-mail-picon)
9651         (gnus-treat-x-pgp-sig): Add :version.
9652
9653         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9654         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9655         (gnus-summary-article-delete-hook)
9656         (gnus-summary-display-while-building): Add :version.
9657
9658         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9659         (gnus-get-top-new-news-hook):Add :version.
9660
9661         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9662         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9663
9664         * gnus-registry.el (gnus-registry): Add :version.
9665
9666         * gnus-spec.el (gnus-use-correct-string-widths)
9667         (gnus-make-format-preserve-properties): Add :version.
9668
9669         * gnus.el (gnus-group-charter-alist)
9670         (gnus-group-fetch-control-use-browse-url)
9671         (gnus-install-group-spam-parameters): Add :version.
9672
9673         * gnus-diary.el (gnus-diary): Add :version.
9674
9675         * gnus-delay.el (gnus-delay): Add :version.
9676
9677         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9678         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9679         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9680         Add :version.
9681
9682         * gnus-agent.el (gnus-agent-max-fetch-size)
9683         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9684         (gnus-agent-prompt-send-queue): Add :version.
9685
9686         * deuglify.el (gnus-outlook-deuglify): Add :version.
9687
9688         * html2text.el: Beautify code.  Improve doc strings.  Some
9689         checkdoc cleanup.
9690         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9691
9692 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
9693
9694         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9695
9696 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
9697
9698         * gnus-registry.el (gnus-registry-hashtb): Create the registry
9699         when package is loaded.
9700
9701         * spam.el (spam-summary-score-preferred-header): Add global preference
9702         for people who want to override the default SpamAssassin over
9703         Bogofilter preference (when both are set).
9704         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9705         (spam-user-format-function-S): Check
9706         spam-summary-score-preferred-header.
9707         (spam-extra-header-to-number): Add X-Bogosity header parsing.
9708         (spam-user-format-function-S): Format the score correctly.
9709
9710 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9711
9712         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9713         signature file.  Suggested by Manoj Srivastava
9714         <srivasta@golden-gryphon.com>.
9715
9716         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9717         iso-2022-jp even in the Japanese language environment.
9718         Suggested by Jason Rumney <jasonr@gnu.org>.
9719
9720 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9721
9722         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9723         use the same characters as the dummy marks; make it free from
9724         getting affected by the language environment.
9725         (gnus-summary-read-group-1): Update mark positions only when the
9726         format spec is updated.
9727
9728         * gnus-spec.el (gnus-update-format-specifications): Return a list
9729         of updated types.
9730
9731 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9732
9733         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9734         of boundp to check if display-warning is available.
9735
9736 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
9737
9738         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9739
9740 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9741
9742         * nnspool.el (nnspool-spool-directory): Use news-path if the
9743         news-directory variable is not bound.
9744
9745         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9746         function instead of display-warning if it is not available.
9747
9748 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9749
9750         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9751         v5-10: Use `point-at-bol'.
9752
9753 2004-10-26  Simon Josefsson  <jas@extundo.com>
9754
9755         * hashcash.el: Fix URL in comment, reported by Cheng Gao
9756         <chenggao@gmail.com>.
9757
9758 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9759
9760         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
9761         instead.
9762
9763 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
9764
9765         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9766         to remove a server from the nnimap-server-buffer-alist.
9767         (nnimap-open-connection, nnimap-close-server): Use it.
9768
9769         * gnus-encrypt.el: Remove file in favor of encrypt.el.
9770
9771 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9772
9773         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9774         running the major-mode function.
9775
9776 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9777
9778         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9779         dummy marks in the right way.
9780
9781 2004-10-18  David Edmondson  <dme@dme.org>
9782
9783         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9784         excessively.
9785
9786 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
9787
9788         * gnus-util.el (gnus-split-references): Accept a nil references
9789         string and go on blissfully.
9790
9791         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9792         cases where the references string is non-nil but has no references.
9793
9794         * encrypt.el: Add autoload tags.
9795
9796         * spam.el (spam-resolve-registrations-routine): Remove article
9797         from unregistration list too.  Reported by David Hanak
9798         <dhanak@isis.vanderbilt.edu>
9799
9800 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
9801
9802         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9803         nil.  Changed custom type.
9804
9805 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
9806
9807         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9808
9809         * gnus-sum.el (gnus-summary-move-article): Use it.
9810
9811 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
9812
9813         * encrypt.el: Add autoload cookies.
9814
9815         * spam.el (spam-backend-article-list-property)
9816         (spam-backend-get-article-todo-list)
9817         (spam-backend-put-article-todo-list, )
9818         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9819         Resolve registrations separately.
9820         (spam-register-routine): Format comments.
9821         (spam-unregister-routine, spam-register-routine): Always call with
9822         specific-articles, no default list.
9823         (spam-summary-prepare-exit): Use the spam-classifications function.
9824
9825         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9826         gnus-encrypt.el.
9827
9828         * encrypt.el: Copied from gnus-encrypt.el.
9829
9830         * gnus-encrypt.el: Commented that it's obsolete.
9831
9832 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9833
9834         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9835         (gnus-score-save): Use it.
9836
9837         * message.el (message-bury): Use `window-dedicated-p'.
9838
9839 2004-10-15  Simon Josefsson  <jas@extundo.com>
9840
9841         * pop3.el (top-level): Don't require nnheader.
9842         (pop3-read-timeout): Add.
9843         (pop3-accept-process-output): Add.
9844         (pop3-read-response, pop3-retr): Use it.
9845
9846 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
9847
9848         * spam.el (spam-register-routine): Move comment.
9849         (spam-verify-bogofilter): Use 'unknown for the initial
9850         spam-bogofilter-valid state, not 'never.
9851
9852         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9853         for netrc-machine.
9854
9855         * nnimap.el (nnimap-open-connection): Use
9856         netrc-machine-user-or-password.
9857
9858 2004-10-17  Richard M. Stallman  <rms@gnu.org>
9859
9860         * gnus-registry.el (gnus-registry-unload-hook):
9861         Set as a variable with add-hook.
9862
9863         * nnspool.el (nnspool-spool-directory): Use news-directory instead
9864         of news-path.
9865
9866         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9867
9868         * spam.el: Delete duplicate `provide'.
9869         (spam-unload-hook): Set as a variable with add-hook.
9870
9871 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9872
9873         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9874         in the doc string.
9875
9876         * message.el (message-ignored-news-headers)
9877         (message-ignored-supersedes-headers)
9878         (message-ignored-resent-headers)
9879         (message-forward-ignored-headers): Improve custom type.
9880
9881 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9882
9883         * message.el (message-tokenize-header): Fix 2004-09-06 change
9884         which used point-min in the wrong place.
9885
9886 2004-10-12  Simon Josefsson  <jas@extundo.com>
9887
9888         * tls.el (tls-certtool-program): New variable.
9889         (tls-certificate-information): New function, based on
9890         ssl-certificate-information.
9891
9892 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9893
9894         * compface.el: Move the version of ELisp-based uncompface program
9895         to the contrib directory because of the copyright problem.
9896
9897 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9898
9899         * message.el (message-kill-buffer): Raise the current frame.
9900
9901 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9902
9903         * gnus-sum.el: Mention that multibyte characters don't work as marks.
9904
9905         * gnus.el (message-y-or-n-p): Autoload.
9906
9907         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9908         (pop3-password-required, pop3-authentication-scheme)
9909         (pop3-leave-mail-on-server): Made customizable.
9910         (pop3): New custom group.
9911         (pop3-retr): Remove `sleep-for' statements.
9912         Suggested by Dave Love <fx@gnu.org>.
9913
9914         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9915         Windows/DOS.
9916
9917         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9918         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
9919         Dave Love <fx@gnu.org>.
9920
9921         * mml.el (mml-minibuffer-read-disposition): Require match.
9922         Suggested by Dave Love <fx@gnu.org>.
9923
9924 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9925
9926         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
9927         doc string.
9928
9929 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9930
9931         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9932
9933 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9934
9935         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9936         instead of calling `mm-insert-inline', to decode text/* parts
9937         before displaying them.
9938
9939 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9940
9941         * mm-uu.el (mm-uu-text-plain-type): New variable.
9942         (mm-uu-pgp-signed-extract-1): Use it.
9943         (mm-uu-pgp-encrypted-extract-1): Use it.
9944         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9945         bind mm-uu-text-plain-type with that value.
9946         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9947         mm-uu-dissect.
9948
9949 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9950
9951         * gnus-group.el (gnus-update-group-mark-positions):
9952         * gnus-sum.el (gnus-update-summary-mark-positions):
9953         * message.el (message-check-news-body-syntax):
9954         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9955         of string-as-multibyte.
9956
9957 2004-10-05  Juri Linkov  <juri@jurta.org>
9958
9959         * gnus-group.el (gnus-update-group-mark-positions):
9960         * gnus-sum.el (gnus-update-summary-mark-positions):
9961         * message.el (message-check-news-body-syntax):
9962         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9963         8-bit unibyte values to a multibyte string for search functions.
9964
9965 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9966
9967         * mm-uu.el (mm-uu-dissect): Allow optional arg.
9968         (mm-uu-dissect-text-parts): New function.
9969
9970         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9971         dissect text parts.
9972
9973         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9974         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9975
9976         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9977
9978         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9979         gnus-current-topics instead of gnus-current-topic.
9980
9981 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
9982
9983         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9984
9985 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
9986
9987         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9988         where approriate.
9989
9990         * nnml.el (nnml-generate-active-info): do.
9991
9992         * nndiary.el (nndiary-generate-active-info): do.
9993
9994         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9995         (gnus-topic-move): do.
9996
9997         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9998         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9999
10000         * gnus-srvr.el (gnus-server-prepare)
10001         (gnus-server-open-all-servers): do.
10002
10003         * gnus-msg.el (gnus-summary-cancel-article)
10004         (gnus-summary-resend-message)
10005         (gnus-summary-mail-crosspost-complaint): do.
10006
10007         * gnus-move.el (gnus-change-server): do.
10008
10009         * gnus-group.el (gnus-group-unmark-all-groups)
10010         (gnus-group-set-current-level): do.
10011
10012 2004-10-04  Simon Josefsson  <jas@extundo.com>
10013
10014         * message.el (message-generate-hashcash): Doc fix.
10015
10016 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
10017
10018         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
10019         avoid infinite recursion via gnus-get-function.
10020
10021 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
10022
10023         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
10024
10025         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
10026
10027         * nnmail.el (nnmail-split-history): do.
10028
10029         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
10030         (nnml-request-delete-group): do.
10031
10032         * nnslashdot.el (nnslashdot-read-groups): do.
10033
10034         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
10035         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
10036
10037         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
10038         (nnspool-sift-nov-with-sed): Use last
10039         (nnspool-retrieve-headers-with-nov): Use mapc.
10040         (nnspool-request-newgroups): Use dolist.
10041         (nnspool-request-group): Use last.
10042
10043         * nntp.el (nntp-read-server-type): Use dolist.
10044
10045         * nnvirtual.el (nnvirtual-create-mapping)
10046         (nnvirtual-update-read-and-marked): Use dolist.
10047         (nnvirtual-convert-headers): Simplify.
10048
10049 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10050
10051         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
10052         support for sync'ing tick marks.
10053
10054 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10055
10056         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
10057         there's no visible header.
10058
10059 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10060
10061         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
10062         necessary, pass full group name to gnus-request-set-marks.
10063
10064 2004-10-01  Simon Josefsson  <jas@extundo.com>
10065
10066         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
10067         acroread.
10068
10069 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10070
10071         * spam-report.el (spam-report-gmane): Fix interactive.
10072
10073         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
10074
10075         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
10076         when writing file.
10077         (gnus-agent-synchronize-flags): Don't default to being
10078         interactive.
10079
10080 2004-09-30  Simon Josefsson  <jas@extundo.com>
10081
10082         * message.el (message-generate-hashcash): Add.
10083         (message-send-mail): Use it, call mail-add-payment.
10084
10085 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10086
10087         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
10088
10089 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
10090
10091         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
10092         gnus-requst-update-info with explicit code to sync the in-memory
10093         info read flags with the marks being sync'd to the backend.
10094
10095         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
10096
10097 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10098
10099         * spam.el (spam-verify-bogofilter): Add new function.
10100         (spam-check-bogofilter)
10101         (spam-bogofilter-register-with-bogofilter): Use it.
10102         (spam-verify-bogofilter): Add small fixes.
10103
10104 2004-09-28  Simon Josefsson  <jas@extundo.com>
10105
10106         * hashcash.el (hashcash-generate-payment): Revert.
10107
10108 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10109
10110         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
10111         gnus-extract-references instead of gnus-split-references.
10112
10113         * gnus-util.el (gnus-extract-references): Add new function, analogous
10114         to gnus-split-references but extracts only the message-ID without
10115         anything extra.
10116
10117         * hashcash.el (hashcash-generate-payment)
10118         (hashcash-check-payment): Do the right thing if hashcash-path is
10119         nil (because the hashcash program could not be found).
10120
10121         * spam.el (spam-use-hashcash): Remove comment.
10122
10123 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
10124
10125         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
10126         (gnus-cache-enter-article, gnus-cache-remove-article)
10127         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
10128
10129         * gnus-async.el (gnus-async-prefetch-remove-group): do.
10130
10131         * gnus-art.el (article-hide-boring-headers)
10132         (article-translate-strings, article-display-face)
10133         (gnus-article-mime-match-handle-first)
10134         (gnus-article-highlight-headers)
10135         (gnus-article-add-buttons-to-head): do.
10136
10137 2004-09-27  Simon Josefsson  <jas@extundo.com>
10138
10139         * hashcash.el: New version, from
10140         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
10141         ../contrib/.
10142
10143 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10144
10145         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
10146
10147 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
10148
10149         * gnus-dup.el (gnus-dup-open): Use mapc.
10150         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
10151
10152         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
10153         Reported by Stefan Wiens <s.wi@gmx.net>.
10154
10155         * gnus.el (gnus-shutdown): Use dolist.
10156
10157         * gnus-undo.el (gnus-undo): Use mapc.
10158
10159         * nnrss.el (nnrss-generate-active): do.
10160
10161         * message.el (message-cite-original-without-signature)
10162         (message-cite-original): Use mapc.
10163         (message-do-actions, message-make-forward-subject): Use dolist.
10164
10165 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10166
10167         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
10168         deletion to remove entire duplicate line.  Fixes merged article
10169         number bug.
10170
10171 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10172
10173         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
10174         servers that are offline.  Avoids having gnus-agent-toggle-plugged
10175         first ask if you want to open a server and then, even when you
10176         responded with no, asking if you want to synchronize the server's
10177         flags.
10178         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
10179         multi-line expressions.
10180         (gnus-agent-synchronize-group-flags): New internal function.
10181         Updates marks in memory (in the info structure) AND in the
10182         backend.
10183
10184         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
10185
10186         * nnagent.el (nnagent-request-set-mark): Use
10187         gnus-agent-synchronize-group-flags, not backend's request-set-mark
10188         method, to ensure that synchronization updates marks in the
10189         backend and in the info (in memory) structure.
10190
10191 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10192
10193         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
10194         convention fully; don't miss the root article of a thread; make
10195         the X-Draft-From header with correct article numbers.
10196
10197 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
10198
10199         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
10200         unless plugged.  Disable the agent so that an open failure causes
10201         an error.
10202
10203         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
10204         Reverted 2004-09-21 change.  The backend must be opened while
10205         synchronizing flags even when the backend stores the flags
10206         locally.
10207
10208 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
10209
10210         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
10211         in `header' match.  Reported by Svend Tollak Munkejord.
10212
10213         * message.el (message-cite-original): Fix use of
10214         `message-cite-articles-with-x-no-archive'.
10215
10216 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10217
10218         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10219         (gnus-window-to-buffer): Ditto.
10220
10221         * mml.el (mml-preview-buffer): New variable.
10222         (mml-preview): Manage window layout with gnus-buffer-configuration.
10223
10224         * gnus-msg.el (gnus-setup-message): Put article numbers into the
10225         X-Draft-From header even if those articles aren't quoted.
10226
10227 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
10228
10229         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10230         (gnus-request-set-mark, gnus-request-update-mark): Use new
10231         g-s-t-u-l-m to decide to use backend even when unplugged.
10232
10233 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10234
10235         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10236         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
10237
10238 2004-09-20  Simon Josefsson  <jas@extundo.com>
10239
10240         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10241         "utf-16-le".
10242
10243 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10244
10245         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10246
10247 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10248
10249         * uudecode.el (uudecode-use-external): Add :version.
10250
10251         * smime.el (smime-CA-file, smime-encrypt-cipher)
10252         (smime-dns-server): Add :version.
10253
10254         * smiley.el (gnus-smiley-file-types): Add :version.
10255
10256         * sha1.el (sha1-use-external): Add :version.
10257
10258         * pgg-def.el (pgg-query-keyserver): Add :version.
10259
10260         * nnmail.el (nnmail-fancy-expiry-targets)
10261         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10262         Add :version.
10263
10264         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10265         (nnimap-retrieve-groups-asynchronous): Add :version.
10266         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
10267
10268         * mml.el (mml-content-disposition-parameters)
10269         (mml-insert-mime-headers-always): Add :version.
10270
10271         * mm-util.el (mm-coding-system-priorities): Add :version.
10272
10273         * mm-decode.el (mm-inline-text-html-with-images)
10274         (mm-keep-viewer-alive-types, mm-external-terminal-program)
10275         (mm-verify-option): Add :version.
10276         (mm-text-html-renderer): Change :version.
10277
10278         * message.el (message-fcc-externalize-attachments)
10279         (message-required-headers, message-draft-headers)
10280         (message-subject-trailing-was-query)
10281         (message-subject-trailing-was-ask-regexp)
10282         (message-subject-trailing-was-regexp, message-mark-insert-begin)
10283         (message-mark-insert-end, message-archive-header)
10284         (message-archive-note, message-cross-post-default)
10285         (message-cross-post-note, message-followup-to-note)
10286         (message-cross-post-note-function, message-use-mail-followup-to)
10287         (message-subscribed-address-functions)
10288         (message-subscribed-address-file, message-subscribed-addresses)
10289         (message-subscribed-regexps, message-allow-no-recipients)
10290         (message-yank-cited-prefix, message-signature-insert-empty-line)
10291         (message-hidden-headers, message-hierarchical-addresses)
10292         (message-mail-user-agent, message-use-idna)
10293         (message-valid-fqdn-regexp)
10294         (message-strip-special-text-properties, message-header-synonyms)
10295         (message-beginning-of-line, message-tab-body-function): Add :version.
10296         (message-insert-canlock, message-wide-reply-confirm-recipients):
10297         Change :version.
10298
10299         * mail-source.el (mail-source-ignore-errors): Add :group, :type
10300         and :version.
10301         (mail-source-delete-old-incoming-confirm)
10302         (mail-source-movemail-program): Add :version.
10303
10304         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10305         (gnus-agent-cache, gnus-agent): Change :version.
10306
10307         * gnus-util.el (gnus-use-byte-compile): Change :version.
10308
10309         * gnus-sum.el (gnus-summary-make-false-root-always)
10310         (gnus-summary-default-high-score)
10311         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10312         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10313         (gnus-read-all-available-headers, gnus-article-emulate-mime)
10314         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10315         (gnus-sum-thread-tree-single-indent)
10316         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10317         (gnus-sum-thread-tree-leaf-with-other)
10318         (gnus-sum-thread-tree-single-leaf): Add :version.
10319         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10320         (gnus-article-loose-mime): Change :version.
10321
10322         * gnus-start.el (gnus-backup-startup-file)
10323         (gnus-save-startup-file-via-temp-buffer): Add :version.
10324
10325         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10326         (gnus-server-offline-face): Add :version.
10327
10328         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10329
10330         * gnus-msg.el (gnus-gcc-externalize-attachments)
10331         (gnus-debug-files, gnus-debug-exclude-variables)
10332         (gnus-discouraged-post-methods): Change :version.
10333         (gnus-confirm-mail-reply-to-news)
10334         (gnus-confirm-treat-mail-like-news): Add :version.
10335
10336         * gnus-int.el (gnus-server-unopen-status): Add :version.
10337
10338         * gnus-group.el (gnus-group-jump-to-group-prompt)
10339         (gnus-large-ephemeral-newsgroup)
10340         (gnus-fetch-old-ephemeral-headers): Add :version.
10341
10342         * gnus-fun.el (gnus-x-face-directory)
10343         (gnus-convert-pbm-to-x-face-command)
10344         (gnus-convert-image-to-x-face-command)
10345         (gnus-convert-image-to-face-command): Add :version.
10346
10347         * gnus-delay.el (gnus-delay-default-hour): Add :version.
10348
10349         * gnus-cite.el (gnus-cite-blank-line-after-header)
10350         (gnus-article-boring-faces): Add :version.
10351
10352         * gnus-art.el (gnus-buttonized-mime-types)
10353         (gnus-inhibit-mime-unbuttonizing)
10354         (gnus-treat-display-face)
10355         (gnus-treat-body-boundary): Change :version.
10356         (gnus-body-boundary-delimiter, gnus-picon-databases)
10357         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10358         (gnus-treat-date-english, gnus-treat-fold-headers)
10359         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10360         (gnus-treat-mail-picon, gnus-treat-wash-html)
10361         (gnus-article-encrypt-protocol)
10362         (gnus-use-idna, gnus-article-over-scroll)
10363         (gnus-mime-display-multipart-alternative-as-mixed)
10364         (gnus-mime-display-multipart-related-as-mixed)
10365         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10366         (gnus-ctan-url, gnus-button-ctan-handler)
10367         (gnus-button-handle-ctan-bogus-regexp)
10368         (gnus-button-ctan-directory-regexp)
10369         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10370         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10371         (gnus-button-man-level, gnus-button-emacs-level)
10372         (gnus-button-message-level, gnus-button-browse-level): Add :version.
10373
10374         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10375         (gnus-agent-go-online): Change :version.
10376         (gnus-agent-expire-unagentized-dirs)
10377         (gnus-agent-auto-agentize-methods): Add :version.
10378
10379         * flow-fill.el (fill-flowed-display-column)
10380         (fill-flowed-encode-column): Add :version.
10381
10382         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10383         (gnus-outlook-deuglify-unwrap-max)
10384         (gnus-outlook-deuglify-cite-marks)
10385         (gnus-outlook-deuglify-unwrap-stop-chars)
10386         (gnus-outlook-deuglify-no-wrap-chars)
10387         (gnus-outlook-deuglify-attrib-cut-regexp)
10388         (gnus-outlook-deuglify-attrib-verb-regexp)
10389         (gnus-outlook-deuglify-attrib-end-regexp)
10390         (gnus-outlook-display-hook): Add :version.
10391
10392         * binhex.el (binhex-use-external): Add :version.
10393
10394 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
10395
10396         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10397         and `invisible'.
10398
10399 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10400
10401         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10402         in gnus-registry-trim.
10403
10404 2004-09-13  Simon Josefsson  <jas@extundo.com>
10405
10406         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10407
10408         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10409
10410         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10411         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10412         <yamaoka@jpl.org>.
10413         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10414         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10415         <yamaoka@jpl.org>.
10416
10417         * sieve.el (sieve-manage-mode): Ditto.
10418
10419 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10420
10421         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10422
10423 2004-09-11  Simon Josefsson  <jas@extundo.com>
10424
10425         * dns-mode.el: Add.
10426
10427         * mm-view.el (mm-display-dns-inline): Add.
10428
10429         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10430         (mm-automatic-display): Ditto.
10431
10432         * mailcap.el (mailcap-mime-data): Add text/dns.
10433         (mailcap-mime-extensions): Map .soa to text/dns.
10434
10435 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
10436
10437         * gnus-art.el (article-decode-mime-words, article-babel)
10438         (gnus-article-highlight-signature, gnus-article-add-buttons)
10439         (gnus-signature-toggle): Remove unnecessary bindings of
10440         `inhibit-read-only' inherited from v5.10 merge.
10441
10442 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10443
10444         * nntp.el (nntp): New customization group.
10445         (nntp-authinfo-file): Add customization group.
10446
10447         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10448
10449         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10450
10451         * gnus.el (to-address, to-list, subscribed)
10452         (large-newsgroup-initial): Ditto.
10453
10454         * flow-fill.el (fill-flowed-display-column)
10455         (fill-flowed-encode-column): Ditto.
10456
10457 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10458
10459         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10460         Use point-min rather than 1.
10461         (message-send-mail): Use buffer-size rather than point-max.
10462
10463         * gnus-sum.el (gnus-summary-search-article-forward):
10464         Signal a specific `search-failed' rather than a generic `error'.
10465
10466         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10467         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10468         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10469
10470 2004-09-10  Simon Josefsson  <jas@extundo.com>
10471
10472         * nndb.el (require): Remove tcp and duplicate cl.
10473
10474 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10475
10476         * gnus-agent.el (directory-files-and-attributes): Move forward.
10477
10478 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10479
10480         * gnus-agent.el (directory-files-and-attributes): Optionally
10481         defined to support XEmacs.
10482
10483 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10484
10485         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10486         to avoid run-time CL dependencies.
10487         (gnus-agent-unfetch-articles): New function.
10488         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10489         article numbers even when local .overview file is missing.
10490         (gnus-agent-read-article-number): New function.  Only accepts
10491         27-bit article numbers.
10492         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10493         gnus-agent-read-article-number.
10494         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10495         from backend while recognizing that article numbers in .overview
10496         must be valid.
10497         (gnus-agent-update-files-total-fetched-for): Use
10498         directory-files-and-attributes to improve performance.
10499         * gnus-int.el (gnus-request-move-article): Use
10500         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10501         improve performance.
10502
10503         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10504         some users confused by references to .newsrc when they only have a
10505         .newsrc.eld file.
10506         (gnus-convert-mark-converter-prompt)
10507         (gnus-convert-converter-needs-prompt): Fixed use of property list.
10508         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10509         New function.  Used internally to only display 'gnus converting
10510         files' message when actually necessary.
10511
10512         * gnus-sum.el (): Removed (require 'gnus-agent) as required
10513         methods now autoloaded.
10514
10515 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10516
10517         * gnus-sum.el (gnus-summary-insert-subject): Remove list
10518         identifiers.
10519
10520 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
10521
10522         * gnus-picon.el: Fix indentation and closing parenthesis.
10523
10524 2004-09-01  Simon Josefsson  <jas@extundo.com>
10525
10526         * message.el (message-canlock-generate): Require sha1, not
10527         sha1-el.  (Can we get rid of this require altogether?  It is ugly
10528         to require within a function.  Sadly, if sha1.el isn't loaded, the
10529         let binding in m-c-g will hide the defcustom definition, which is
10530         bad.)
10531
10532         * canlock.el: Require sha1, not sha1-el.
10533
10534         * message.el: Don't autoload sha1 (there is a autoload cookie in
10535         sha1.el).
10536
10537         * sha1-el.el: Renamed to sha1.el.
10538
10539 2004-08-30  Juanma Barranquero  <lektu@terra.es>
10540
10541         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10542
10543 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10544
10545         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10546
10547 2004-08-30  Kim F. Storm  <storm@cua.dk>
10548
10549         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10550
10551         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10552         Add :group 'nnimap.
10553
10554 2004-08-30  Andreas Schwab  <schwab@suse.de>
10555
10556         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10557         ?* and ?\;.
10558
10559         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10560         and ?\' to symbol instead of whitespace.
10561
10562 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10563
10564         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10565
10566         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10567         instead of re-search-forward.
10568
10569         * gnus-uu.el (gnus-uu-save-article): Ditto.
10570         (gnus-uu-post-encode-uuencode): Ditto.
10571
10572         * html2text.el (html2text-clean-list-items): Ditto.
10573         (html2text-clean-dtdd): Ditto.
10574         (html2text-format-tags): Ditto.
10575
10576         * message.el (message-send-mail-with-sendmail): Fix regexp.
10577         (message-fill-field-general): Use search-forward instead of
10578         re-search-forward.
10579         (unbold-region): Ditto.
10580
10581         * nnrss.el (nnrss-request-article): Ditto.
10582
10583         * nnslashdot.el (nnslashdot-request-article): Ditto.
10584
10585         * nnweb.el (nnweb-gmane-wash-article): Ditto.
10586
10587         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10588         "Unrecognized menu descriptor" error in XEmacs.
10589
10590 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10591
10592         * gnus-sum.el (gnus-read-header): Don't remove a header for the
10593         parent article of a sparse article in the thread hashtb.
10594
10595 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
10596
10597         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10598         (nnmail-expand-newtext): Lowercase expanded entries if
10599         nnmail-split-lowercase-expanded is non-nil.
10600
10601 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10602
10603         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10604
10605         * gnus-group.el (gnus-group-line-format-alist): Convert the value
10606         of gnus-tmp-news-method into string under XEmacs.  It will be
10607         passed to gnus-correct-length which takes only a string argument.
10608
10609 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10610
10611         * gnus-util.el (gnus-bind-print-variables): New macro.
10612         (gnus-prin1): Use it.
10613         (gnus-prin1-to-string): Use it.
10614         (gnus-pp): New function.
10615         (gnus-pp-to-string): New function.
10616
10617         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10618         Replace pp-to-string with gnus-pp-to-string.
10619         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10620         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10621         * gnus-msg.el (gnus-debug): Ditto.
10622         * gnus-score.el (gnus-score-save): Ditto.
10623         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10624         gnus-pp-to-string.
10625         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10626         with gnus-pp.
10627         * score-mode.el (gnus-score-pretty-print): Ditto.
10628         * webmail.el (webmail-debug): Ditto.
10629
10630 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10631
10632         * gnus-art.el (article-display-face, article-display-x-face):
10633         Use buffer-read-only.
10634
10635 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10636
10637         * gnus-art.el (article-hide-list-identifiers):
10638         Bind inhibit-read-only as t.
10639
10640 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10641
10642         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10643
10644 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10645
10646         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10647         (gnus-narrow-to-page): Don't assume point-min == 1.
10648         (gnus-article-edit-mode): Derive from message-mode.
10649
10650         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10651         point-min == 1.
10652
10653         * imap.el (imap-parse-address-list, imap-parse-body-ext):
10654         Disable incorrect use of `assert'.
10655
10656         * message.el (message-mode): Set comment-start-skip.
10657
10658
10659 2004-08-22  Sam Steingold  <sds@gnu.org>
10660
10661         * pop3.el (pop3-leave-mail-on-server): New user variable.
10662         (pop3-movemail): Delete mail only when it is nil.
10663
10664 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
10665
10666         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10667
10668         * mml.el (mml-preview): Use `pop-to-buffer'.
10669
10670         * message.el (message-goto-mail-followup-to): Insert after "To".
10671         (message-carefully-insert-headers): Add comment.
10672
10673         * gnus.el: Remove unused variable `gnus-article-check-size'.
10674
10675         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10676
10677         * gnus-art.el (gnus-button-alist): Improve
10678         `gnus-button-handle-library' entry.
10679
10680 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
10681
10682         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10683         downcase, since XEmacs capitalizes error messages differently.
10684
10685 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
10686
10687         * nntp.el: Add (require 'gnus) due to reference to
10688         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
10689
10690 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
10691
10692         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10693         `mm-fill-flowed'.
10694
10695         * mm-decode.el (mm-dissect-singlepart): Check it.
10696
10697 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
10698
10699         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10700         'imap' for netrc parsing.
10701
10702 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
10703
10704         * mailcap.el (mailcap-mime-data): Mark as risky.
10705
10706 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10707
10708         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10709         may be included in the encoded word.
10710         (rfc2047-encode): Don't append a space if the encoded word
10711         includes close parenthesis.
10712
10713 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10714
10715         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10716         of text within parentheses.
10717
10718 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
10719
10720         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10721         (gnus-encrypt-write-file-contents): Make the password key the file
10722         name PLUS the cipher, not just the cipher.  Also remove failed
10723         passwords from the cache.
10724
10725 2004-08-06  Simon Josefsson  <jas@extundo.com>
10726
10727         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
10728         fix.
10729
10730 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10731
10732         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10733         LWSP.
10734
10735 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
10736
10737         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10738         to append in-reply-to: data to the references: header.
10739
10740         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10741         (netrc-parse): Use gnus-encrypt.el functions.
10742
10743         * gnus-encrypt.el: Add new file for encryption support; currently
10744         does only a few GPG ciphers and an internal XOR cipher.
10745
10746         * password.el: Add comments on using password-read-and-add.
10747         (password-read-and-add): Add function to read and add the
10748         password to the cache at once.
10749
10750 2004-07-28  Simon Josefsson  <jas@extundo.com>
10751
10752         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10753         parameter (but don't use it, for now).
10754
10755         * imap.el (imap-ssl-open): Use imap-process-connection-type,
10756         instead of hard coding to nil.
10757
10758 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * mm-view.el (mm-inline-image-emacs): Open lines under an image
10761         as mm-inline-image-xemacs does.
10762
10763 2004-07-26  Simon Josefsson  <jas@extundo.com>
10764
10765         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10766         Revert part of 2004-07-17 change below.
10767
10768 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10769
10770         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
10771         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10772
10773 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10774
10775         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10776         quotes that actually start with ">" at the beginning of the
10777         lines.
10778
10779 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10780
10781         * rfc2047.el (rfc2047-encode-region): Fix last change.
10782         (rfc2047-encode-parameter): Remove useless concat.
10783
10784 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10785
10786         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10787         encode special characters; fix some kind of misconfigured headers;
10788         signal a real error if debug-on-quit or debug-on-error is non-nil.
10789         (rfc2047-encode-max-chars): New variable.
10790         (rfc2047-encode-1): Use it.
10791         (rfc2047-encode-parameter): New function.
10792
10793         * mml.el (mml-insert-parameter): Remove an excessive space.
10794
10795 2004-07-17  Simon Josefsson  <jas@extundo.com>
10796
10797         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10798         Kai Grossjohann <kai@emptydomain.de>.
10799         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10800         (gnus-group-make-menu-bar): Ditto.
10801
10802         * gnus-util.el (gnus-group-server): Add.
10803
10804 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
10805
10806         * message.el (message-clone-locals): Clone sendmail and smtp
10807         variables.
10808
10809 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10810
10811         * rfc2047.el (rfc2047-encode-region): Fix last change.
10812
10813 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10814
10815         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10816         characters as non-special.
10817
10818 2004-07-09  Simon Josefsson  <jas@extundo.com>
10819
10820         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10821         Users will lose all flag changes made while unplugged with
10822         e.g. nntp unless flag synchronization happens, thus `nil' is not a
10823         good default.  See numerous reports on ding mailing list.
10824
10825 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10826
10827         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10828         add generate-head-function and generate-article-function to the
10829         rfc822-forward entry.
10830         (nndoc-rfc822-forward-generate-article): New function.
10831         (nndoc-rfc822-forward-generate-head): New function.
10832
10833         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10834
10835 2004-07-06  Dan Christensen  <jdc@uwo.ca>
10836
10837         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10838         respect display group parameter and gnus-summary-expunge-below.
10839         (gnus-articles-to-read): Remove unused reference to display group
10840         parameter.
10841
10842 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10843
10844         * nnheader.el (nnheader-uniquify-message-id): New experimental
10845         variable.
10846         (nnheader-nov-read-message-id): Use it.
10847
10848         * spam-report.el (spam-report-gmane): Add interactive.
10849
10850 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10851
10852         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10853         qp-or-base64 for the application/* types.
10854
10855 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
10856
10857         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10858
10859 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
10860
10861         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10862         trim value.
10863
10864 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10865
10866         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10867         New macro and function.
10868         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10869
10870 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10871
10872         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10873         after-load-alist.
10874
10875 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10876
10877         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10878         update info that isn't there.
10879
10880 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
10881
10882         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10883         entry.
10884
10885 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10886
10887         * mm-view.el (mm-inline-render-with-function): Use multibyte
10888         buffer; decode html source by charset.
10889
10890         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10891
10892         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10893         Mule-UCS is loaded under XEmacs.
10894         (mm-mime-mule-charset-alist): Avoid duplicated entries.
10895
10896 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
10897
10898         * nnheader.el (nnheader-max-head-length): Increase to 8192.
10899
10900 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10901
10902         * mm-util.el (mm-coding-system-p): Return a coding-system.
10903         (mm-mime-mule-charset-alist): Use shift_jis instead of
10904         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10905         entries for the mime charsets iso-2022-jp-3 and shift_jis.
10906         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10907         instead of japanese-shift-jis and iso-latin-1 respectively in
10908         order to share the default value with both Emacs and XEmacs-mule.
10909         (mm-mule-charset-to-mime-charset): Make
10910         mm-coding-system-priorities effective.
10911         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10912         while predicating of candidates upon the priorities.
10913
10914 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
10915
10916         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10917         gnus-uu-invert-processable.
10918
10919         * gnus.el: Autoload gnus-uu-invert-processable.
10920
10921 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10922
10923         * mm-util.el (mm-with-multibyte-buffer): New macro.
10924
10925         * rfc2047.el (rfc2047-encode-string): Use it.
10926         (rfc2047-encode-region): Move point to the end of the region after
10927         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10928
10929 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10930
10931         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10932         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10933
10934 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10935
10936         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10937         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
10938         Karl Chen <quarl@nospam.quarl.org>.
10939
10940 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
10941
10942         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10943         invalid addresses.
10944
10945 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
10946
10947         * spam.el: Change section markers, revise TODO list.
10948         (spam-backends): Make new master list of all installed backends.
10949         (spam-summary-exit-behavior): Add new variable to determine how
10950         messages moves are done at summary exit.
10951         (spam-move-spam-nonspam-groups-only)
10952         (spam-process-ham-in-nonham-groups)
10953         (spam-process-ham-in-spam-groups): Remove variables, the
10954         spam-summary-exit-behavior variable should be used to manage this
10955         behavior.
10956         (spam-old-ham-articles, spam-old-spam-articles): Remove.
10957         (spam-old-articles): Add variable, replacing spam-old-ham-articles
10958         and spam-old-spam-articles.
10959         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10960         Add empty variables, placeholders for the backends they represent.
10961         (spam-set-difference): Move, unchanged.
10962         (spam-list-of-processors): Declare OBSOLETE, not used anymore
10963         unless the user has a processor variable.
10964         (spam-classifications, spam-classification-valid-p)
10965         (spam-backend-properties, spam-backend-property-valid-p)
10966         (spam-backend-function-type-valid-p)
10967         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10968         (spam-report-articles-gmane, spam-report-articles-resend):
10969         Remove functions, they are not needed.
10970         (spam-install-backend-super, spam-backend-list)
10971         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10972         (spam-backend-function, spam-backend-ham-registration-function)
10973         (spam-backend-spam-registration-function)
10974         (spam-backend-ham-unregistration-function)
10975         (spam-backend-spam-unregistration-function)
10976         (spam-backend-statistical-p, spam-backend-mover-p)
10977         (spam-install-backend-alias, spam-install-checkonly-backend)
10978         (spam-install-mover-backend, spam-install-nocheck-backend)
10979         (spam-install-backend, spam-install-statistical-backend)
10980         (spam-install-statistical-checkonly-backend): Add backend installation
10981         support.
10982         (spam-summary-prepare-exit): Rewrite to use the new backend code.
10983         (spam-group-processor-p): Use the new backend code and respect the
10984         summary exit behavior.
10985         (spam-mark-spam-as-expired-and-move-routine): Remove.
10986         (spam-summary-prepare): Change to use the new spam-old-articles
10987         variable.
10988         (spam-copy-or-move-routine, spam-copy-spam-routine)
10989         (spam-move-spam-routine, spam-copy-ham-routine)
10990         (spam-move-ham-routine): Add code to copy/move ham or spam.
10991         (spam-fetch-field-fast): Improve doc and code, plus allow the
10992         'number request.
10993         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10994         variables.
10995         (spam-split, spam-find-spam): Use the new backend code.
10996         (spam-registration-functions): Remove variable.
10997         (spam-unregister-routine): Add convenience wrapper.
10998         (spam-log-undo-registration, spam-register-routine)
10999         (spam-log-processing-to-registry)
11000         (spam-log-unregistration-needed-p): Rename "check" to "backend"
11001         where possible.
11002         (spam-check-gmane-xref, spam-check-regex-headers)
11003         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
11004         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
11005         (spam-check-bogofilter-headers, spam-check-spamoracle)
11006         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
11007         (spam-check-crm114-headers): Use the spam-split-group that
11008         spam-split prepares, no need to determine it every time.
11009
11010         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
11011         to the nnheader-parse-naked-head call.
11012
11013         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
11014
11015         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
11016         the nnheader-nov-read-message-id call.
11017
11018 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11019
11020         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
11021         gnus-activate-group twice.  Suggested by Markus Peter
11022         <warp@spin.de>.
11023
11024 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11025
11026         * gnus-art.el (gnus-article-time-format): Exchange the order of
11027         day and month in the default value; fix customization type.
11028         (article-date-ut): Use add-text-properties.
11029         (article-make-date-line): Use message-make-date instead of
11030         current-time-string.
11031
11032         * message.el (message-fetch-field): Don't use set-text-properties.
11033         (message-make-date): Simplify.
11034
11035         * messagexmas.el (message-xmas-make-date): New function.
11036         (message-xmas-redefine): Defalias message-make-date to it.
11037
11038 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
11041         (rfc2047-encode-region): Treat text within parentheses as special;
11042         show the original text when error has occurred.
11043
11044         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
11045         already-computed method to gnus-activate-group.
11046
11047         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
11048         same select-methods identical Lisp objects.
11049
11050         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
11051         object when modifying the info.
11052
11053 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11054
11055         * gnus-srvr.el (gnus-server-set-info): Remove the server from
11056         gnus-opened-servers since it has never been opened with the new
11057         configuration yet.
11058
11059 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11060
11061         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
11062         arg to nnheader-generate-fake-message-id.
11063
11064 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
11065
11066         * nnheader.el (nnheader-generate-fake-message-id): Accept a
11067         number and build a fake message ID localized to a group and
11068         article number (so it's repeatable from that point on).
11069         (nnheader-fake-message-id-p): Change regex to accomodate new fake
11070         ID format.
11071
11072         * gnus-sum.el (gnus-get-newsgroup-headers): Call
11073         nnheader-generate-fake-message-id with the article number.
11074
11075 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
11076
11077         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
11078         end-of-buffer.
11079
11080 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11081
11082         * message.el (message-ignored-supersedes-headers): Add Approved.
11083
11084 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11085
11086         * rfc2047.el (rfc2047-encode-message-header): Remove useless
11087         goto-char.
11088         (rfc2047-encode): Fold the line before encoding.
11089
11090 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11091
11092         * rfc2047.el (rfc2047-encode-message-header): Disabled header
11093         folding -- not all headers can be folded, and this should be done
11094         by the message composition mode.  Probably.  I think.
11095
11096 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11097
11098         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
11099         fast.
11100
11101         * gnus-ems.el (gnus-remove-image): Don't use
11102         message-text-with-property; remove only the image found first.
11103
11104         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
11105         found first.
11106
11107 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
11108
11109         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
11110
11111 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11112
11113         * message.el (message-text-with-property): Make it fast and accept
11114         optional arguments.
11115         (message-strip-forbidden-properties): Use it.
11116         (message-fix-before-sending): Follow the m-t-w-p change.
11117
11118         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
11119
11120 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11121
11122         * gnus-art.el (article-hide-headers): Don't change the buffer
11123         mistakenly when performing mml-preview even if
11124         gnus-single-article-buffer is nil.
11125
11126 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
11127
11128         * message.el (message-expand-name-databases): New user option.
11129         (message-expand-name): Use it.
11130
11131 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
11132
11133         * spam.el (spam-report-articles-resend)
11134         (spam-report-resend-register-routine): Allow ham reporting.
11135         (spam-report-resend-register-ham-routine): Add wrapper.
11136         (spam-registration-functions): Add ham resending functions.
11137         (spam-list-of-processors): Add ham resend processor.
11138
11139         * gnus.el (ham-resend-to): Add new group parameter.
11140         (spam-process): Add ham resend option.
11141
11142         * spam-report.el (spam-report-resend): Allow reporting ham.
11143         (spam-report-resend-ham): Add wrapper.
11144
11145 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11146
11147         * message.el (message-cite-articles-with-x-no-archive): New
11148         variable.
11149         (message-cite-original): Use it.
11150
11151 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11152
11153         * message.el (message-cite-original): Respect X-No-Archive.
11154
11155 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11156
11157         * gnus-art.el (article-hide-headers): Refer to the values for
11158         gnus-ignored-headers and gnus-visible-headers in the summary
11159         buffer since a user may have set them as group parameters.
11160
11161 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
11162
11163         * assistant.el (assistant-node-name): Add convenience function.
11164         (assistant-render-text, assistant-render-node): Add error handling,
11165         plus handle multiple next nodes.
11166         (assistant-find-next-node): Comment out for now.
11167         (assistant-find-next-nodes): Add function, returns list of next
11168         nodes.
11169
11170 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
11171
11172         * mail-source.el (mail-source-directory): Fix doc-string.
11173
11174 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
11175
11176         * assistant.el (assistant-render-text, assistant-eval): Add :set
11177         widget type, which is different because it takes and returns a
11178         list.  Much hilarity ensues.
11179
11180 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
11181
11182         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
11183
11184         * gnus-group.el (gnus-group-get-new-news-this-group): Added
11185         doc-string.
11186
11187         * gnus-start.el (gnus-activate-group): Added doc-string.
11188
11189 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11190
11191         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
11192
11193 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
11194
11195         * assistant.el (assistant-render-text): Try to add a :set
11196         widget, more to come.
11197
11198         * spam.el (spam-group-spam-contents-p): Handle empty groupname
11199         strings.
11200         (spam-report-articles-resend)
11201         (spam-register-routine): Do registration iff any articles warrant
11202         it.
11203         (spam-summary-prepare-exit): Change log message for nil group
11204         destinations.
11205
11206 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
11207
11208         * spam.el (spam-report-resend-register-routine): Allow
11209         spam-report-resend-to to be a group parameter or a global value.
11210
11211 2004-05-26  Simon Josefsson  <jas@extundo.com>
11212
11213         * starttls.el: Merge with my GNUTLS based starttls.el.
11214         (starttls-gnutls-program, starttls-use-gnutls)
11215         (starttls-extra-arguments, starttls-process-connection-type)
11216         (starttls-connect, starttls-failure, starttls-success): New
11217         variables.
11218         (starttls-program, starttls-extra-args): Doc fix.
11219         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
11220         functions.
11221         (starttls-negotiate, starttls-open-stream): Check
11222         `starttls-use-gnutls' and pass on to corresponding *-gnutls
11223         function if it is set.
11224
11225 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11226
11227         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11228         structured fields.
11229
11230 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11231
11232         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11233
11234 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
11235
11236         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11237         variable.
11238         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
11239         assigning the spam-mark to new messages.
11240
11241 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
11242
11243         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11244
11245 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11246
11247         * dgnushack.el: Autoload customize-set-variable for XEmacs.
11248
11249         * rfc2047.el (rfc2047-encodable-p): Don't move point.
11250         (rfc2047-decode): Treat the ascii coding-system as raw-text by
11251         default.
11252
11253 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
11254
11255         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11256         correct data.
11257
11258 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
11259
11260         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11261         (spam-group-processor-p): Fix function.
11262         (spam-group-processor-multiple-p)
11263         (spam-group-spam-processor-report-gmane-p)
11264         (spam-group-spam-processor-report-resend-p)
11265         (spam-group-spam-processor-bogofilter-p)
11266         (spam-group-spam-processor-blacklist-p)
11267         (spam-group-spam-processor-ifile-p)
11268         (spam-group-ham-processor-ifile-p)
11269         (spam-group-spam-processor-spamoracle-p)
11270         (spam-group-spam-processor-crm114-p)
11271         (spam-group-ham-processor-bogofilter-p)
11272         (spam-group-spam-processor-stat-p)
11273         (spam-group-ham-processor-stat-p)
11274         (spam-group-ham-processor-whitelist-p)
11275         (spam-group-ham-processor-BBDB-p)
11276         (spam-group-ham-processor-spamoracle-p)
11277         (spam-group-ham-processor-copy-p): Remove functions with some
11278         prejudice against unneeded code.
11279         (spam-report-articles-resend)
11280         (spam-report-resend-register-routine): Allow the group/topic
11281         spam-resend-to value to override spam-report-resend-to.
11282         (spam-summary-prepare-exit): Invoke spam-group-processor-p
11283         properly now.
11284
11285         * gnus.el (spam-resend-to): Add group/topic parameter.
11286         (spam-process): Move the OBSOLETE processors to the end of the
11287         choices.
11288
11289 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
11290
11291         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11292         with resend-to set to nil, and then ask the user if necessary.
11293         (spam-report-resend): spam-report-resend takes a list of articles, not
11294         separate article numbers.
11295
11296 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11297
11298         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11299         addition to emacs-w3m.
11300
11301 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11302
11303         * assistant.el (assistant-authinfo-data): New function.
11304         (assistant-eval): Eval for entire assistant.
11305
11306         * netrc.el (netrc-services-file): New variable.
11307         (netrc-parse-services): New function.
11308         (netrc-find-service-name): New function.
11309         (netrc-find-service-number): New function.
11310         (netrc-port-equal): New function.
11311         (netrc-machine): Use it.
11312
11313         * nnimap.el (nnimap-open-connection): Use netrc.
11314
11315         * gnus-util.el (gnus-netrc-get): Remove aliases.
11316
11317         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11318
11319         * assistant.el (wid-edit): Fix compilation.
11320
11321         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11322
11323 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
11324
11325         * gnus-util.el (gnus-set-file-modes): New function.  (small
11326         patch).
11327
11328 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11329
11330         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11331
11332         * assistant.el (assistant-render-node): Fix up rendering and
11333         read-only text.
11334         (assistant-render-node): Reset.
11335         (assistant-make-read-only): Not sticky.
11336
11337 2004-05-20  Danny Siu  <dsiu@adobe.com>
11338
11339         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11340         centered even when gnus-auto-center-summary is t
11341
11342 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11343
11344         * dns.el (dns-get-txt-answer): New function.
11345         (dns-read-txt): Ditto.
11346         (query-dns): Use it.
11347
11348 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11349
11350         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11351         active for foreign groups even if the group level is higher than
11352         the specified value.
11353
11354 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11355
11356         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11357         non-active groups.
11358
11359         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11360
11361 2004-05-20  Magnus Henoch  <mange@freemail.hu>
11362
11363         * dns.el (dns-read-type): Add support for SVR.  (small patch)
11364
11365 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11366
11367         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11368         (spam-crm114-header, spam-crm114-spam-switch)
11369         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11370         (spam-crm114-positive-spam-header)
11371         (spam-crm114-database-directory, spam-list-of-processors)
11372         (spam-group-spam-processor-crm114-p)
11373         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11374         (spam-generic-score, spam-list-of-checks)
11375         (spam-list-of-statistical-checks, spam-registration-functions)
11376         (spam-check-crm114-headers, spam-crm114-score)
11377         (spam-check-crm114, spam-crm114-register-with-crm114)
11378         (spam-crm114-register-spam-routine)
11379         (spam-crm114-unregister-spam-routine)
11380         (spam-crm114-register-ham-routine)
11381         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
11382         asjo@koldfront.dk (Adam Sjøgren).
11383
11384         * gnus.el: Add spam-use-crm114.
11385
11386         * spam.el (spam-list-of-processors, spam-registration-functions):
11387         Add spam-use-resend.
11388         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11389         (spam-report-articles-gmane): Add doc fix.
11390         (spam-report-articles-resend, spam-report-resend-register-routine):
11391         Add wrappers around spam-report-resend-to.
11392
11393         * spam-report.el (spam-report-resend-to, spam-report-resend):
11394         Add support for resending spam.
11395         (spam-report-gmane): Fix line length >80.
11396
11397         * gnus.el (spam-process): Add spam-use-resend.
11398
11399 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11400
11401         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11402         number of processed spam messages.
11403         (spam-ham-copy-or-move-routine): Return the number of processed
11404         ham messages.
11405         (spam-summary-prepare-exit): Use the above values to decide
11406         whether status messages shouled be displayed.
11407
11408 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11409
11410         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11411         `rfc2047-encoding-function-alist' in order to avoid conflicting
11412         with the old version.
11413         (rfc2047-encode-region): Concatenate words containing non-ASCII
11414         characters in structured fields; don't encode space-delimited
11415         ASCII words even in unstructured fields; don't break words at
11416         char-category boundaries.
11417         (rfc2047-encode-1): New function.
11418         (rfc2047-encode): Use it; encode text so that it occupies the
11419         maximum width within 76-column; work correctly on Q encoding for
11420         iso-2022-* charsets.
11421         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11422         sure not to break a line just after the header name.
11423         (rfc2047-b-encode-region): Removed.
11424         (rfc2047-b-encode-string): New function.
11425         (rfc2047-q-encode-region): Removed.
11426         (rfc2047-q-encode-string): New function.
11427
11428         * mm-util.el (mm-replace-in-string): New function.
11429
11430 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11431
11432         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11433         get it right.
11434         (gnus-inews-make-draft): Really.
11435
11436 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11437
11438         * nnmh.el (nnmh-request-list-1): Don't check the link count
11439         before descending.  (small patch)
11440
11441 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11442
11443         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11444         stuff.
11445
11446         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11447         on real group name.
11448
11449         * gnus-art.el (gnus-signature-limit): Doc fix.
11450
11451         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11452
11453         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
11454
11455 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
11456
11457         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
11458         isn't a string.
11459
11460 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11461
11462         * gnus-draft.el (gnus-draft-send): Bind
11463         rfc2047-encode-encoded-words.
11464
11465         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11466         (rfc2047-encodable-p): Say that =? needs encoding.
11467         (rfc2047-encode-encoded-words): New variable.
11468
11469         * gnus-group.el (gnus-group-select-group): Doc fix.
11470
11471         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11472
11473         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11474         to nil.
11475
11476         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11477
11478         * nnheader.el (nnheader-get-lines-and-char): New function.
11479
11480 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11481
11482         * gnus-msg.el (gnus-summary-followup-with-original): Document
11483         yanking of region when active.
11484
11485 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11486
11487         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11488         groups if the group level is higher than the specified value.
11489
11490 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11491
11492         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11493         (gnus-group-jump-to-group): Added prefix argument using
11494         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11495         non-active group.
11496
11497         * compface.el (uncompface): Be verbose when changing
11498         `uncompface-use-external'.
11499
11500         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11501         handle manual section.
11502
11503 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11504
11505         * gnus-art.el (gnus-button-alist): Revert previous change.
11506
11507 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11508
11509         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11510
11511 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11512
11513         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11514         whether backend can accept message.
11515
11516         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11517
11518 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
11519
11520         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11521         Avoid creating directory when nntp-marks-is-evil is true.
11522         Reported by Reiner Steib.
11523
11524 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11525
11526         * gnus-picon.el (gnus-picon-style): New variable.
11527         (gnus-picon-insert-glyph): Added optional `nostring' argument.
11528         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
11529         Jesper Harder <harder@ifa.au.dk>.
11530
11531 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11532
11533         * message.el (message-fill-field): Return point.
11534         (message-generate-headers): Go to end of field.
11535
11536         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11537         stuff for non-living groups.
11538
11539 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
11540
11541         * gnus-art.el (gnus-article-followup-with-original)
11542         (gnus-article-reply-with-original): gnus-mark-active-p ->
11543         gnus-region-active-p.
11544
11545 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
11546
11547         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11548         only when there is spam or ham to be processed.
11549
11550 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11551
11552         * mail-source.el (mail-source-delete-crash-box): Refactor.
11553         (mail-source-fetch): Use it.
11554         (mail-source-fetch-file): Ditto.
11555         (mail-source-fetch-directory): Run postscript in loop.
11556         (mail-source-fetch-pop): Delete.
11557         (mail-source-fetch-maildir): Ditto.
11558         (mail-source-fetch-imap): Ditto.
11559
11560         * imap.el (imap-authenticators): Comment out sasl.
11561
11562         * message.el (message-skip-to-next-address): New function.
11563         (message-fill-header-address): Refactor.
11564         (message-fill-address): Use it.
11565         (message-delete-address): Use it.
11566         (message-fill-header-general): Refactor.
11567         (message-fill-field-address): Rename.
11568         (message-narrow-to-field): Find the start of the header.
11569         (message-header-format-alist): Don't pre-fill.
11570         (message-fill-header): Removed.
11571         (message-insert-header): New function.
11572         (message-shorten-references): Use it.
11573
11574         * rfc2047.el (rfc2047-field-value): Strip props.
11575
11576         * mail-parse.el (mail-header-make-address): New alias.
11577
11578         * ietf-drums.el (ietf-drums-make-address): New function.
11579
11580         * imap.el: Add compiler directives.
11581
11582         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11583
11584         * gnus-art.el (article-decode-idna-rhs): Don't use
11585         message-idna-inside-rhs-p.
11586
11587 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11588
11589         * message.el (message-idna-inside-rhs-p): Removed.
11590         (message-idna-to-ascii-rhs-1): Use proper address parsing.
11591
11592         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11593         false positives.
11594
11595 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11596
11597         * imap.el (imap-sasl-make-mechanisms): Use sasl.
11598
11599 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11600
11601         * nneething.el (nneething-file-name): Don't create spurious
11602         files.
11603
11604         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11605         (gnus-inews-do-gcc): Remove sleep.
11606
11607         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11608         part under point.
11609
11610         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11611         (gnus-agent-regenerate-group): Using nil messages aren't valid.
11612
11613 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11614
11615         * spam.el (spam-summary-prepare-exit): Fixed (length).
11616
11617 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11618
11619         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11620         as expired without moving it" message when there are spam
11621         messages left.
11622
11623 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
11624
11625         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11626         header is not nil.
11627
11628 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
11629
11630         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11631         nntp-possibly-create-directory, not nntp-possibly-change-group.
11632         (nntp-marks-changed-p): New arg SERVER.
11633         (nntp-request-update-info): Adjust caller.
11634
11635 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
11636
11637         * nntp.el (nntp-save-marks): Pass missing arg.
11638
11639 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11640
11641         * nntp.el: Support marks.
11642         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11643         (nntp-marks-modtime, nntp-marks-directory): New variables.
11644         (nntp-request-set-mark, nntp-request-update-info)
11645         (nntp-possibly-create-directory, nntp-marks-changed-p)
11646         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11647         functions.
11648
11649 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
11650
11651         * gnus-xmas.el (gnus-xmas-select-lowest-window)
11652         (gnus-xmas-redefine): Rename.
11653
11654         * gnus-score.el (gnus-score-insert-help): Use
11655         gnus-select-lowest-window.
11656
11657         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11658         appt-select-lowest-window and rename to gnus-select-lowest-window.
11659
11660         * gnus.el: do.
11661
11662 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11663
11664         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11665         encodings of MIME-encoded words, in order to improve
11666         interoperability with several broken MUAs.
11667
11668 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11669
11670         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11671         tags, only when charsets are not specified in headers.
11672         (mm-inline-text-html-render-with-w3m): Ditto.
11673
11674         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
11675         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
11676
11677 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11678
11679         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11680         instead of MIME-decoded from fields when checking
11681         `gnus-article-address-banner-alist'.
11682
11683 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
11684
11685         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11686         description rather than subject.
11687
11688 2004-05-02  Steve Youngs  <steve@youngs.au.com>
11689
11690         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
11691
11692 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11693
11694         * gnus.el (gnus-version-number): Bump.
11695
11696 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11697
11698         * gnus.el: No Gnus v0.2 is released.
11699
11700 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11701
11702         * gnus-agent.el (gnus-agent-read-agentview): Inline
11703         gnus-uncompress-range.
11704
11705 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11706
11707         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11708         `exec-installed-p'.
11709
11710 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11711
11712         * gnus.el (spam-process, spam-autodetect-methods): Add
11713         bsfilter and bsfilter-headers.
11714
11715         * spam.el (spam-bsfilter): New customize group.
11716         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11717         (spam-bsfilter-header, spam-bsfilter-probability-header)
11718         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11719         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11720         (spam-bsfilter-database-directory): New options.
11721         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11722         (spam-list-of-statistical-checks, spam-registration-functions):
11723         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11724         (spam-bsfilter-score): New command.
11725         (spam-check-bsfilter-headers, spam-check-bsfilter)
11726         (spam-bsfilter-register-with-bsfilter)
11727         (spam-bsfilter-register-spam-routine)
11728         (spam-bsfilter-unregister-spam-routine)
11729         (spam-bsfilter-register-ham-routine)
11730         (spam-bsfilter-unregister-ham-routine): New functions.
11731         (spam-generic-score): Support bsfilter; Accept an optional argument
11732         to recalcurate spam score even if scoring header has already been
11733         added.
11734         (spam-bogofilter-score, spam-spamassassin-score): Accept an
11735         optional argument to recalcurate spam score even if scoring header
11736         has already been added.
11737
11738 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
11739
11740         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11741         strings!  Reported by David D. Smith <davidsmith@acm.org>.
11742         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11743         link is missing.
11744
11745 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
11746
11747         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11748         (html2text-get-attr): Rewrite.
11749
11750         * message.el (message-setup-1): Remove redundant put-text-property
11751         on mail-header-separator.
11752
11753 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
11754
11755         * gnus-registry.el (gnus-registry-cache-whitespace)
11756         (gnus-registry-action, gnus-registry-spool-action)
11757         (gnus-registry-split-fancy-with-parent): Change message levels
11758         from 5 to 3 or 7, as needed.
11759
11760         * spam.el (spam-summary-prepare-exit)
11761         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11762         (spam-split, spam-find-spam, spam-log-undo-registration)
11763         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11764         level from 5 to 6.
11765
11766 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11767
11768         * gnus-ems.el: Autoload appt-select-lowest-window (revert
11769         2004-03-04 change).
11770
11771 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
11772
11773         * sieve-manage.el (sieve-manage-open):
11774         * nnweb.el (nnweb-insert-html):
11775         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11776         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11777         * nnspool.el (nnspool-request-group):
11778         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11779         * nnml.el (nnml-request-update-info):
11780         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11781         (nnmh-request-create-group, nnmh-update-gnus-unreads):
11782         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11783         (nnimap-request-set-mark):
11784         * nnfolder.el (nnfolder-request-update-info):
11785         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11786         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11787         * gnus-uu.el (gnus-uu-find-articles-matching):
11788         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11789         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11790         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11791         * gnus-nocem.el (gnus-nocem-scan-groups):
11792         * gnus-int.el (gnus-start-news-server):
11793         * gnus-group.el (gnus-group-make-kiboze-group)
11794         (gnus-group-browse-foreign-server):
11795         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11796         Use mapc when appropriate.
11797
11798 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
11799
11800         FIXME: Make separate entries for each person.
11801
11802         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11803         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11804         <shields@msrl.com>:
11805
11806         * spam.el (spam-necessary-extra-headers): Get the extra headers we
11807         may need for spam sorting and scoring.
11808         (spam-user-format-function-S): Add user format function suitable for
11809         general use.
11810         (spam-article-sort-by-spam-status): Add sorting function for summary
11811         sorting.
11812         (spam-extra-header-to-number): Add function to get a score from a
11813         header.
11814         (spam-summary-score): Add function to  get a numeric score from the
11815         headers.
11816         (spam-generic-score): Fix function doc, was in wrong place.
11817         (spam-initialize): Take symbols when it's run, and install the
11818         extra headers that spam-necessary-extra-headers thinks we need.
11819
11820 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
11821
11822         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11823         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
11824
11825 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
11826
11827         * gnus-sum.el (gnus-set-global-variables)
11828         (gnus-build-all-threads, gnus-get-newsgroup-headers)
11829         (gnus-article-get-xrefs, gnus-summary-best-group)
11830         (gnus-summary-next-article, gnus-summary-enter-digest-group)
11831         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11832         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11833         Use with-current-buffer.
11834
11835 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
11836
11837         * spam.el (spam-summary-prepare-exit): Simplify logic.
11838         (spam-fetch-article-header): Read the article header if it's not
11839         available.
11840         (spam-list-articles): Simplify logic.
11841         (spam-filelist-register-routine): Fix bug with unregister-list.
11842
11843         * gnus-registry.el: Fix comments at beginning.
11844
11845 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
11846
11847         * message.el (message-cater-to-broken-inn): Remove.
11848         (message-shorten-references): Make sure the total folded length of
11849         References is shorter than 998 characters to cater to a bug in INN
11850         2.3.  Also, don't pretend that references aren't folded -- this
11851         hasn't worked for a while.
11852
11853 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11854
11855         * gnus-agent.el (gnus-agentize):
11856         gnus-agent-send-mail-real-function no longer set to current value
11857         of message-send-mail-function but rather a lambda that calls
11858         message-send-mail-function.  The change makes the agent real-time
11859         responsive to user changes to message-send-mail-function.
11860
11861 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11862
11863         * legacy-gnus-agent.el
11864         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11865         help from Florian Weimer <fw@deneb.enyo.de>
11866
11867 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11868
11869         * nnmail.el (nnmail-cache-insert): Revert last change.
11870
11871 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11872
11873         * nnmail.el (nnmail-cache-insert): Always check whether
11874         nnmail-cache-ignore-groups matches a group name.
11875
11876 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
11877
11878         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11879         (spam-find-spam, spam-log-processing-to-registry)
11880         (spam-log-registered-p, spam-log-unregistration-needed-p)
11881         (spam-log-undo-registration): Use gnus-message instead of
11882         gnus-error, none of these errors are fatal.
11883
11884         * gnus-registry.el (gnus-registry-clean-empty-function)
11885         (gnus-registry-clean-empty): Remove only empty entries without
11886         extra data.
11887
11888 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
11889
11890         * spam-stat.el (spam-stat-buffer-change-to-spam)
11891         (spam-stat-buffer-change-to-non-spam): Change (error) to
11892         (gnus-message 8) invocation.
11893
11894 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11895
11896         * nntp.el (nntp-via-netcat-command): New variable.
11897         (nntp-via-netcat-switches): New variable.
11898         (nntp-open-via-rlogin-and-netcat): New function.
11899         (nntp-open-connection-function): Doc fix.
11900         (nntp-telnet-command): Doc fix.
11901         (nntp-end-of-line): Doc fix.
11902         (nntp-via-rlogin-command): Doc fix.
11903         (nntp-via-user-name): Doc fix.
11904         (nntp-via-address): Doc fix.
11905
11906 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11907
11908         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11909         error in Emacs 21.1.
11910
11911 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
11912
11913         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11914
11915 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11916         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11917         (gnus-agent-with-refreshed-group): New macro.
11918         (gnus-agent-rename-group): New function.
11919         (gnus-agent-delete-group): New function.
11920         (gnus-agent-save-group-info): Use gnus-command-method when
11921         `method' parameter is nil.  Don't write nil entries into the
11922         active file.
11923         (gnus-agent-get-group-info): New function.
11924         (gnus-agent-fetch-articles): Use
11925         gnus-agent-update-files-total-fetched-for to increment disk space
11926         used.
11927         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11928         gnus-agent-update-view-total-fetched-for to increment disk space
11929         used.
11930         (gnus-agent-get-local): Added optional parameters to avoid calling
11931         gnus-group-real-name and gnus-find-method-for-group.
11932         (gnus-agent-set-local): Delete stored entry if either min, or max,
11933         are nil.
11934         (gnus-agent-fetch-session): Reworded error/quit messages.  On
11935         quit, use gnus-agent-regenerate-group to record existance of any
11936         articles fetched to disk before the quit occurred.
11937         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11938         gnus-agent-update-view-total-fetched-for, and
11939         gnus-agent-update-files-total-fetched-for to decrement disk space
11940         used.
11941         (gnus-agent-retrieve-headers): Use
11942         gnus-agent-update-view-total-fetched-for to increment disk space
11943         used.
11944         (gnus-agent-regenerate-group): Replace gnus-group-update-group
11945         with gnus-agent-update-files-total-fetched-for to decrement disk
11946         space and fresh group buffer.
11947         (gnus-agent-inhibit-update-total-fetched-for): New variable.
11948         (gnus-agent-need-update-total-fetched-for): New variable.
11949         (gnus-agent-update-files-total-fetched-for): New function.
11950         (gnus-agent-update-view-total-fetched-for): New function.
11951         (gnus-agent-total-fetched-for): New function.
11952
11953         * gnus-cache.el (gnus-cache-save-buffers): Use
11954         gnus-cache-update-overview-total-fetched-for to change disk space
11955         used by this group.
11956         (gnus-cache-possibly-enter-article): Use
11957         gnus-cache-update-file-total-fetched-for to increment disk space
11958         used by this group.
11959         (gnus-cache-possibly-remove-article): Use
11960         gnus-cache-update-file-total-fetched-for to decrement disk space
11961         used by this group.
11962         (gnus-cache-generate-nov-databases): Purge total fetched cache.
11963         (gnus-cache-rename-group): New function.
11964         (gnus-cache-delete-group): New function.
11965         (gnus-cache-inhibit-update-total-fetched-for): New variable.
11966         (gnus-cache-need-update-total-fetched-for): New variable.
11967         (gnus-cache-with-refreshed-group): New macro.
11968         (gnus-cache-update-file-total-fetched-for): New function.
11969         (gnus-cache-update-overview-total-fetched-for): New function.
11970         (gnus-cache-rename-group-total-fetched-for): New function.
11971         (gnus-cache-delete-group-total-fetched-for): New function.
11972         (gnus-cache-total-fetched-for): New function.
11973
11974         * gnus-group.el: Require gnus-sum and autoload functions to
11975         resolve warnings when gnus-group.el compiled alone.
11976         (gnus-group-line-format): Documented new %F
11977         (size of Fetched data) group line format; identifies disk space
11978         used by agent and cache.
11979         (gnus-group-line-format-alist): Defined new F format.
11980         (gnus-total-fetched-for): New function.
11981         (gnus-group-delete-group): No longer update
11982         gnus-cache-active-altered as gnus-request-delete-group now keeps
11983         the cache in sync.
11984         (gnus-group-list-active): Let the agent store a server's active
11985         list if currently plugged.
11986
11987         * gnus-int.el (gnus-request-delete-group):
11988         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11989         local disk in sync with the server.
11990         (gnus-request-rename-group):
11991         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11992         local disk in sync with the server.
11993
11994         * gnus-start.el (gnus-get-unread-articles):
11995         Cosmetic simplification to logic.
11996
11997         * gnus-util.el (gnus-rename-file): New function.
11998
11999 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
12000
12001         * mm-util.el (mm-image-load-path): Handle nil in load-path.
12002
12003 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
12004
12005         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
12006         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
12007
12008 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
12009
12010         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
12011         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
12012
12013 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
12014
12015         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
12016
12017 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
12018
12019         * spam.el (spam-set-difference): Add function to replace
12020         gnus-set-difference in spam.el.
12021         (spam-summary-prepare-exit): Use spam-set-difference.
12022
12023 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12024
12025         * gnus-registry.el (gnus-registry-cache-file): Update to use
12026         gnus-dribble-directory OR gnus-home-directory OR ~.
12027         (gnus-registry-split-fancy-with-parent): Fix doc.
12028
12029 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12030
12031         * message.el (message-exchange-point-and-mark): Use
12032         message-mark-active-p.  Suggested by Jesper Harder
12033         <harder@ifa.au.dk>.
12034
12035 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12036
12037         * message.el (message-exchange-point-and-mark): Don't activate
12038         region if it was inactive.  Suggested by Hiroshi Fujishima
12039         <pooh@nature.tsukuba.ac.jp>.
12040
12041 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12042
12043         * gnus-art.el (article-display-face): Display Faces in the same
12044         order as X-Faces.
12045
12046 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12047
12048         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
12049
12050 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12051
12052         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
12053         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
12054         (gnus-article-mime-hierarchy): Remove.
12055         (gnus-article-mime-hierarchy-next): Remove.
12056         (gnus-article-mode): Revert 2004-03-19 change.
12057         (gnus-article-setup-buffer): Revert 2004-03-19 change.
12058         (gnus-insert-mime-button): Revert 2004-03-19 change.
12059         (gnus-mime-accumulate-hierarchy): Remove.
12060         (gnus-mime-enter-multipart): Remove.
12061         (gnus-mime-leave-multipart): Remove.
12062         (gnus-mime-display-part): Revert 2004-03-19 change.
12063         (gnus-mime-display-alternative): Revert 2004-03-19 change.
12064
12065         * mml.el (mml-preview): Revert 2004-03-19 change.
12066
12067 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
12068
12069         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
12070
12071 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12072
12073         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
12074         t while entering a file name using the mm-with-multibyte macro.
12075         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12076
12077         * mm-util.el (mm-with-multibyte): New macro.
12078
12079 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12080
12081         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
12082         user option.
12083         (gnus-mime-multipart-functions): Doc and customization fix.
12084         (gnus-article-mime-hierarchy): New variable.
12085         (gnus-article-mime-hierarchy-next): New variable.
12086         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
12087         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
12088         gnus-article-mime-hierarchy-next to nil.
12089         (gnus-insert-mime-button): Show hierarchy numbers.
12090         (gnus-mime-accumulate-hierarchy): New function.
12091         (gnus-mime-enter-multipart): New function.
12092         (gnus-mime-leave-multipart): New function.
12093         (gnus-mime-display-part): Recompute hierarchical MIME structure.
12094         (gnus-mime-display-alternative): Show hierarchy numbers.
12095
12096         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
12097         gnus-article-mime-hierarchy-next to nil.
12098
12099 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
12100
12101         * dns.el: Don't require gnus-xmas.
12102
12103 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
12104
12105         * mml.el (mml-generate-mime-1): Don't use format=flowed with
12106         inline PGP.
12107         (mml-menu): Disable mml-quote-region if mark is inactive.
12108
12109 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12110
12111         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
12112         when the group's active is not available.
12113
12114 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12115
12116         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
12117         error.
12118
12119 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
12120
12121         * imap.el (imap-store-password): New variable.
12122         (imap-interactive-login): Use it.
12123         Suggested by Mark Plaksin <happy@mcplaksin.org>.
12124
12125 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12126
12127         * gnus-art.el (gnus-article-read-summary-keys): Restore new
12128         window-start and hscroll to summary window.
12129
12130 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12131
12132         * gnus-start.el (gnus-convert-old-newsrc): Only write the
12133         conversion message to newsrc-dribble when an actual conversion is
12134         performed.
12135
12136 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
12137
12138         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
12139
12140 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12141
12142         * mm-decode.el (mm-complicated-handles): New function reviving
12143         former definition of mm-multiple-handles.
12144
12145         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12146         (gnus-mime-delete-part): Use it.
12147
12148 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12149
12150         * gnus-agent.el (gnus-agent-read-local): Bind
12151         nnheader-file-coding-system to gnus-agent-file-coding-system to
12152         avoid the implicit assumption that they will always be equal.
12153         (gnus-agent-save-local): Bind buffer-file-coding-system, not
12154         coding-system-for-write, as the with-temp-file macro first prints
12155         to a buffer then saves the buffer.
12156
12157 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12158
12159         * gnus-art.el (gnus-article-edit-part): New function.
12160         (gnus-mime-save-part-and-strip): Use it; do query instead of
12161         signaling an error; don't use mm-multiple-handles.
12162         (gnus-mime-delete-part): Ditto.
12163
12164 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12165
12166         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
12167         old file versions.
12168         (gnus-group-prepare-hook): Removed function that converted list
12169         form of gnus-agent-expire-days to group properties.
12170
12171         * gnus-int.el: Autoload gnus-agent-regenerate-group.
12172         (gnus-request-accept-article): Re-indented.
12173
12174         * gnus-start.el (gnus-convert-old-newsrc): Registered new
12175         converters to handle old agent file formats.  Added logic for a
12176         "backup before upgrading warning".
12177         (gnus-convert-mark-converter-prompt): Developers can mark
12178         functions as needing (default), or not needing,
12179         gnus-convert-old-newsrc's "backup before upgrading warning".
12180         (gnus-convert-converter-needs-prompt): Tests whether the user
12181         should be protected from potentially irreversable changes by the
12182         function.
12183
12184         * legacy-gnus-agent.el: New.  Provides converters that are only
12185         loaded when gnus-convert-old-newsrc needs to call them.
12186
12187 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12188
12189         * mail-source.el (mail-source-touch-pop): Doc fix.
12190
12191         * message.el (message-smtpmail-send-it): Doc fix.
12192
12193 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
12194
12195         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
12196
12197         * nnmail.el (nnmail-split-fancy): do.
12198
12199         * gnus-kill.el (gnus-kill, gnus-execute): do.
12200
12201 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
12202
12203         * gnus-sum.el (gnus-widget-reversible-match)
12204         (gnus-widget-reversible-to-internal)
12205         (gnus-widget-reversible-to-external): New functions.
12206         (gnus-widget-reversible): New widget.
12207         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
12208
12209 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
12210
12211         * gnus-sum.el (gnus-thread-sort-functions)
12212         (gnus-article-sort-functions): Document `(not F)' items.
12213
12214 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12215
12216         * spam.el (spam-use-gmane-xref): Add new backend.
12217         (spam-gmane-xref-spam-group): Add variable to control the name of the
12218         Gmane spam group.
12219         (spam-blackhole-servers, spam-blackhole-good-server-regex)
12220         (spam-regex-headers-spam, spam-regex-headers-ham)
12221         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
12222         (spam-list-of-checks): Add spam-use-gmane-xref to list of
12223         backends and checks.
12224         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
12225
12226         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
12227         an autodetect method.
12228
12229 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12230
12231         * gnus-int.el (gnus-request-accept-article): Inform the agent that
12232         articles are being added to a group.
12233         (gnus-request-replace-article): Inform the agent that articles
12234         need to be uncached as the cached contents are no longer valid.
12235
12236 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * binhex.el: Don't autoload executable-find.
12239
12240         * canlock.el: Don't autoload mail-fetch-field.
12241
12242         * dgnushack.el: Autoload c-mode for XEmacs.
12243
12244         * gnus-ems.el: Don't autoload appt-select-lowest-window.
12245
12246         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12247         rmail-dont-reply-to and rmail-output.
12248
12249         * gnus-score.el: Don't autoload ffap-string-at-point.
12250
12251         * gnus-setup.el: Don't autoload sc-cite-original.
12252
12253         * imap.el: Don't autoload base64-decode-string,
12254         base64-encode-string and md5.
12255
12256         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12257         and rmail-msg-restore-non-pruned-header.
12258
12259         * mm-decode.el: Don't autoload executable-find.
12260
12261         * mm-url.el: Don't autoload executable-find.
12262
12263         * mm-view.el: Don't autoload diff-mode.
12264
12265         * nndb.el: Don't autoload news-reply-mode, news-setup,
12266         cancel-timer and telnet.
12267
12268         * password.el: Don't autoload run-at-time for Emacs.
12269
12270         * sha1-el.el: Don't autoload executable-find.
12271
12272         * sieve-mode.el: Don't autoload c-mode.
12273
12274         * uudecode.el: Don't autoload executable-find.
12275
12276 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12277
12278         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12279         (gnus-agent-possibly-alter-active): Avoid null in numeric
12280         comparison.
12281         (gnus-agent-set-local): Refuse to save null in local object table.
12282         (gnus-agent-regenerate-group): The REREAD parameter can now be a
12283         list of articles that will be marked as unread.
12284
12285 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12286
12287         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12288
12289 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12290
12291         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12292         language tags.
12293
12294 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12295
12296         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12297         Don't bind "obarray".
12298
12299         * gnus-sum.el (gnus-thread-sort-functions): Added
12300         `gnus-thread-sort-by-most-recent-number' and
12301         `gnus-thread-sort-by-most-recent-date'.
12302         Reported by Kai Grossjohann <kai@emptydomain.de>.
12303
12304 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12305
12306         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12307
12308 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12309
12310         * gnus-cus.el (gnus-agent-customize-category): Removed
12311         ignore-errors macro reference that required cl to be loaded at
12312         run-time.
12313
12314         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12315         single-interval range of the form (min . max).  Previously the
12316         range had to look like ((min . max)).  Likewise, return
12317         (min . max) rather than ((min . max)).
12318         (gnus-range-map): Use gnus-range-normalize to accept
12319         single-interval range.
12320
12321         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12322         the cache, but not the agent, now appear with their usual face.
12323
12324         * dgnushack.el (loaddir): New variable that is bound to the
12325         directory containing the dgnushack.el file. Use loaddir, rather
12326         than srcdir, to update load-path. Change lets dgnushack compile
12327         code in directories other than GNUS/lisp.
12328
12329 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12330
12331         * lpath.el: Don't bind w3m-safe-url-regexp.
12332
12333         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12334         w3m-safe-url-regexp variable buffer-local.
12335
12336         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12337
12338 2004-02-27  Simon Josefsson  <jas@extundo.com>
12339
12340         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12341         gnus-group-real-prefix.
12342         (gnus-summary-move-article): Use it, instead of
12343         gnus-group-real-prefix.
12344
12345 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12346
12347         * lpath.el: Bind w3m-safe-url-regexp.
12348
12349         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12350         w3m-safe-url-regexp variable buffer-local and set it as the value
12351         of mm-w3m-safe-url-regexp.
12352
12353         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12354
12355         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12356         parsing gnus-posting-styles when the message is not for replying.
12357
12358         * dgnushack.el: Autoload sgml-mode for XEmacs.
12359
12360         * nnrss.el (nnrss-opml-export): Use
12361         mm-set-buffer-file-coding-system instead of
12362         set-buffer-file-coding-system.
12363
12364 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
12365
12366         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12367         of checkdoc.el).
12368         * nnrss.el: do.
12369         * gnus-mlspl.el: do.
12370         * gnus-ml.el: do.
12371         * gnus-srvr.el: do.
12372
12373         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12374
12375 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12376
12377         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12378         Corrections to custom-manual links.
12379
12380         * gnus-art.el (gnus-article): Ditto.
12381
12382         * mm-decode.el (mime-display, mime-security): Ditto.
12383
12384 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12385
12386         * flow-fill.el: Typo.
12387
12388 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
12389
12390         * spam-wash.el: New file.
12391
12392 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
12393
12394         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12395
12396 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12397
12398         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12399         to be run with new-articles as LIST1, not LIST2.
12400         (spam-registration-functions): Add spam-use-ham-copy as a nil
12401         registration backend.
12402
12403 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12404
12405         * spam-stat.el (spam-stat-washing-hook): New option.
12406         (spam-stat-buffer-words): Use it.
12407         (spam-stat-process-directory, spam-stat-test-directory): Use
12408         insert-file-contents-literally.
12409         (spam-stat-coding-system): New variable.
12410         (spam-stat-load, spam-stat-save): Use it.
12411
12412 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12413
12414         * spam-report.el (spam-report-plug-agent): Quote
12415         spam-report-url-to-file and spam-report-url-ping-plain.
12416
12417 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12418
12419         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12420         / in mailto URLs.
12421
12422 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12423
12424         * spam-report.el (spam-report-process-queue): Fix interactive use.
12425         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12426         (spam-report-unplug-agent): Doc fixes.
12427         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12428         (spam-report-agentize, spam-report-deagentize): Autoload
12429
12430 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12431
12432         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
12433
12434         * message.el (message-setup-fill-variables): Add mml tags to
12435         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12436         <ajk@iu.edu>.
12437         (message-mode): Don't modify paragraph-separate there.
12438
12439 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * compface.el (uncompface-use-external): Default to undecided.
12442         (uncompface-use-external-threshold): New variable.
12443         (uncompface-float-time): New macro.
12444         (uncompface): Determine whether to use the external decoder if
12445         uncompface-use-external is undecided.
12446
12447 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12448
12449         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12450         after images.
12451
12452         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12453
12454 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12455
12456         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12457
12458         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12459
12460         * gnus-sum.el (gnus-summary-limit-to-age)
12461         (gnus-summary-limit-children): do.
12462
12463         * gnus-int.el (gnus-request-scan): do.
12464
12465         * gnus-group.el (gnus-group-suspend): do.
12466
12467         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12468
12469         * gnus-cite.el (gnus-cite-parse-attributions): do.
12470
12471         * gnus-agent.el (gnus-summary-set-agent-mark)
12472         (gnus-agent-regenerate-group): do.
12473
12474         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12475
12476         * binhex.el (binhex-decode-region-internal): do.
12477
12478 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12479
12480         * gnus-fun.el (gnus-face-properties-alist): New user option.
12481         (gnus-display-x-face-in-from): Use it.
12482
12483         * gnus-art.el (article-display-face): Ditto.
12484
12485         * compface.el (uncompface-use-external): Default to nil.
12486
12487 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12488
12489         * nntp.el (nntp-erase-buffer): New function.
12490         (nntp-retrieve-data, nntp-send-command)
12491         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12492         (nntp-possibly-change-group): Use it.
12493
12494         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12495         with-current-buffer.
12496
12497 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12498
12499         * compface.el: Merge the ELisp-based uncompface program.
12500         (compface): New customization group.
12501         (uncompface-use-external): New user option.
12502         (uncompface): Call uncompface-internal if uncompface-use-external
12503         is nil.
12504         (uncompface-internal): New function.  Note that there are also
12505         some other functions and variables added for this function.
12506
12507 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
12508
12509         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12510         if necessary.
12511
12512 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
12513
12514         * spam-report.el (spam-report-unplug-agent)
12515         (spam-report-plug-agent, spam-report-deagentize)
12516         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12517         Add support for the Agent in spam-report: when unplugged, report to a
12518         file; when plugged, submit all the requests.
12519
12520         * spam.el (spam-register-routine): Fix message about
12521         registration.
12522
12523 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
12524
12525         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12526         dependencies.
12527         (rfc2047-encode): Use it.
12528
12529         * gnus-art.el (gnus-button-marker-list): Move before first
12530         reference.
12531
12532         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12533         (imap-parse-body): Fix format string mismatch.
12534
12535         * gnus-score.el (gnus-summary-increase-score): do.
12536
12537         * nnrss.el (nnrss-close): New function.
12538
12539 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
12540
12541         * nnrss.el (nnrss-make-filename): New function.
12542         (nnrss-request-delete-group, nnrss-read-server-data)
12543         (nnrss-save-server-data, nnrss-read-group-data)
12544         (nnrss-save-group-data): Use it.
12545         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12546         (nnrss-read-server-data, nnrss-read-group-data): Use load.
12547         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12548
12549 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
12550
12551         * mml.el (mml-compute-boundary-1): Don't uncompress files.
12552
12553 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
12554
12555         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12556         files.
12557
12558         * message.el (message-generate-headers-first): Don't quote nil
12559         and t in docstrings.
12560
12561         * imap.el (imap-id): do.
12562
12563         * gnus-agent.el (gnus-agent-consider-all-articles)
12564         (gnus-agent-queue-mail): do.
12565
12566 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
12567
12568         * spam-report.el (spam-report-process-queue): New function.
12569         Process requests from `spam-report-requests-file'.
12570         (spam-report-process-queue): Doc fix.
12571
12572 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
12573
12574         * spam.el (spam-register-routine)
12575         (spam-log-processing-to-registry, spam-log-registered-p)
12576         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12577         Change "check" to "spam-check" for semi-clarity.
12578
12579 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
12580
12581         * pop3.el: Require nnheader.
12582
12583         * mml-smime.el: Require cl.  Autoload message-fetch-field.
12584
12585         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12586
12587         * gnus-picon.el: Require cl.
12588
12589         * gnus-fun.el: Require gnus-ems and gnus-util.
12590
12591         * gnus.el (gnus-method-to-server): Move defsubst before first use.
12592
12593         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12594
12595         * gnus-art.el (gnus-article-edit-mode): Define before first
12596         reference.
12597
12598 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
12599
12600         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12601         (gnus-uu-post-encoded): Use point-at-bol.
12602
12603         * gnus-topic.el (gnus-group-active-topic-p): do.
12604
12605         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12606
12607         * gnus-group.el (gnus-group-kill-region): do.
12608
12609         * gnus-art.el (article-date-ut): do.
12610
12611         * message.el (message-fetch-field): Remove redundant
12612         case-fold-search binding.
12613         (message-narrow-to-field): Simplify.
12614
12615 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12616
12617         * spam.el (spam-directory): Derive from `gnus-directory'.
12618
12619         * spam-report.el (spam-report-url-to-file)
12620         (spam-report-requests-file): New function and variable for offline
12621         reporting.
12622         (spam-report-url-ping-function): Add `spam-report-url-to-file'
12623         and user defined function.
12624         (spam-report-url-ping-mm-url): Remove doubled slash.
12625
12626 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
12627
12628         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12629
12630 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
12631
12632         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12633         format string mismatch.
12634
12635         * sieve.el (sieve-deactivate-all): do.
12636
12637         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12638
12639         * nnlistserv.el (nnlistserv-kk-wash-article): do.
12640
12641         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12642
12643         * mm-bodies.el (mm-7bit-chars): Don't include \r.
12644
12645 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
12646
12647         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12648         the list of checks.
12649
12650 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
12651
12652         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12653         padding.
12654
12655 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
12656
12657         * mm-view.el (mm-fill-flowed): New variable.
12658         (mm-inline-text): Use it.
12659
12660 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
12661
12662         * spam.el (spam-spamassassin-register-ham-routine)
12663         (spam-spamassassin-register-spam-routine): Fix function names.
12664
12665 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12666
12667         * gnus.el (gnus-tmp-grouplens): Remove.
12668         (gnus-summary-line-format): Remove grouplens.
12669
12670         * gnus-group.el (gnus-group-line-format): Ditto.
12671
12672         * gnus-spec.el (gnus-format-specs): Ditto.
12673         (gnus-update-format-specifications): Flush the group format spec
12674         cache if there's the grouplens stuff.
12675         (gnus-parse-simple-format): Replace %l with the empty string.
12676
12677 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
12678
12679         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12680         omission.
12681
12682 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12683
12684         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12685         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12686
12687 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12688
12689         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12690         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12691         New macros and functions.
12692         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12693         Handle > NLINK_MAX messages.
12694         * nnmaildir.el (nnmaildir-request-set-mark): Use
12695         nnmaildir--emlink-p and nnmaildir--eexist-p.
12696
12697 2004-01-25  Alex Schroeder  <alex@gnu.org>
12698
12699         * spam-stat.el (spam-stat-process-directory-age): New option.
12700         (spam-stat-process-directory): Use it.
12701
12702 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
12703
12704         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12705         (spam-stat-save): Accept prefix argument.
12706
12707 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
12708
12709         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12710         links" error.
12711
12712 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12713
12714         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
12715         the rest of the and/or forms.
12716
12717 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12718
12719         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12720         compatibility with old .newsrc.eld files.
12721
12722         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
12723
12724         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12725
12726         * gnus-start.el (gnus-1): do.
12727
12728         * gnus-group.el (gnus-group-line-format-alist): do.
12729
12730         * gnus.el (gnus-use-grouplens, gnus-visual): do.
12731
12732         * gnus-gl.el: Remove.
12733
12734 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12735
12736         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12737         marks consisting of a single range {for example, (3 . 5)} rather
12738         than a list of a single range { ((3 . 5)) }.
12739
12740 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12741
12742         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12743         with-current-buffer.
12744         (spam-stat-store-current-buffer): Use insert-buffer-substring to
12745         avoid consing a string.
12746
12747         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12748         Remove obsolete entries for big5 and gb2312.
12749
12750 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12751
12752         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12753         uncompressed list.
12754
12755 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
12756
12757         * spam-stat.el (spam-stat-strip-xref): New function.
12758         (spam-stat-process-directory): Use it.
12759
12760         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12761         here -- it's done in message-fetch-field.
12762
12763 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12764
12765         * gnus-agent.el (gnus-agent-queue-mail)
12766         (gnus-agent-prompt-send-queue): New variables.
12767         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12768         * gnus-draft.el (gnus-group-send-queue): Pass the group name
12769         "nndraft:queue" along to gnus-draft-send.  Use
12770         gnus-agent-prompt-send-queue.
12771         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12772         is "nndraft:queue".  Suggested by Gaute Strokkenes
12773         <gs234@srcf.ucam.org>
12774
12775         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12776         (agent-enable-undownloaded-faces): Added
12777         (gnus-agent-cat-groups): Use eval-and-compile, not
12778         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12779         method of gnus-agent-cat-groups even when the buffer has been
12780         evaled.
12781         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12782         delete gnus-agent-save-active-1.
12783         (gnus-agent-save-groups): Deleted.  Identical to
12784         gnus-agent-save-active.
12785         (gnus-agent-write-active): No longer adjust agent's copy of active
12786         file as agent's adjustments are now stored in their own
12787         file.  Removed optional parameter.
12788         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12789         servers.  Add use of min/max range limits from server's local
12790         file.
12791         (gnus-agent-save-alist): Removed unused optional argument.
12792         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12793         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12794         (gnus-agent-set-local): A per-server file that keeps min/max range
12795         limits for articles known to the agent.  Provides a fast mechanism
12796         for altering many active ranges.
12797         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12798         active file (local makes it unnecessary).
12799         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12800
12801         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12802         (agent-enable-undownloaded-faces): Added
12803
12804         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12805         disable it when sending to "nndraft:queue".
12806         (gnus-group-send-queue): Add safety check to avoid sending queue
12807         when unplugged.
12808
12809         * gnus-group.el (gnus-group-catchup): Use new
12810         gnus-sequence-of-unread-articles, not
12811         gnus-list-of-unread-articles, to avoid exhausting memory with huge
12812         numbers of articles.  Use gnus-range-map to avoid having to
12813         uncompress the unread list.
12814         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12815         Fixed invalid ange-ftp reference.
12816
12817         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12818         (gnus-sorted-range-intersection): Intersection of two ranges
12819         without requiring that they first be uncompressed.
12820
12821         * gnus-start.el (gnus-activate-group): Unless blocked by the
12822         caller, possibly expand the active range to include both cached
12823         and agentized articles.
12824         (gnus-convert-old-newsrc): Rewrote in anticipation of having
12825         multiple version-dependent converters.
12826         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12827         gnus-agent-save-active.
12828         (gnus-save-newsrc-file): Save dirty agent range limits.
12829
12830         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12831         gnus-agent-possibly-alter-active.
12832         (gnus-adjust-marked-articles): Faster handling of simple lists
12833
12834 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
12835
12836         * spam-stat.el (spam-stat-test-directory): New optional argument
12837         displays a list of files detected.  Suggested by Andrew Cohen
12838         <cohen@andy.bu.edu>.
12839         (spam-stat-buffer-words-with-scores): Don't narrow and change
12840         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
12841
12842 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
12843
12844         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12845         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12846         (spam-spamassassin-arguments)
12847         (spam-spamassassin-spam-flag-header)
12848         (spam-spamassassin-positive-spam-flag-header)
12849         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12850         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12851         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12852         (spam-list-of-processors, spam-list-of-checks)
12853         (spam-list-of-statistical-checks, spam-registration-functions)
12854         (spam-check-spamassassin-headers, spam-check-spamassassin)
12855         (spam-spamassassin-score)
12856         (spam-spamassassin-register-with-sa-learn)
12857         (spam-spamassassin-register-spam-routine)
12858         (spam-spamassassin-register-ham-routine)
12859         (spam-assassin-register-spam-routine)
12860         (spam-assassin-register-ham-routine): Add SpamAssassin support.
12861         (spam-bogofilter-score): Fix to show article before scoring.
12862
12863 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
12864
12865         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12866         default scoring function.
12867         (spam-generic-score): Call spam-spamassassin-score if
12868         spam-use-spamassassin or spam-use-spamassassin-headers is on;
12869         spam-bogofilter-score otherwise.
12870
12871         * gnus.el (spam-process, spam-autodetect-methods): Add
12872         spamassassin and spamassassin-headers.
12873
12874 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
12875
12876         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12877         Suppress unnecessary messages.
12878
12879 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
12880
12881         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12882         make-hash-table.
12883
12884 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12885
12886         * canlock.el (base64-encode-string): Don't autoload it.
12887
12888 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12889
12890         * run-at-time.el: Remove useless (require 'itimer),
12891         eval-and-compile and (featurep 'xemacs).
12892
12893 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
12894
12895         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12896         GROUP is a virtual group.
12897
12898 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
12899
12900         * gnus.el: Autoload `message-y-or-n-p'.
12901
12902 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
12903
12904         * pgg-parse.el: Remove unnecessary (require 'custom).
12905
12906         * pgg-def.el: do.
12907
12908         * nnmail.el: do.
12909
12910         * gnus-undo.el: do.
12911
12912         * gnus-picon.el: do.
12913
12914         * gnus-util.el: do.
12915
12916 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
12917
12918         * gnus-sum.el (gnus-pick-line-number): Add autoload.
12919
12920 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12921
12922         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12923         handle, as well as a list.
12924
12925         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12926         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12927         (mm-w3m-cid-retrieve): Simplify.
12928
12929 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
12930
12931         * message.el (message-kill-to-signature): Allow prefix arg to
12932         specify number of lines to keep before signature.
12933
12934 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
12935
12936         (message-kill-to-signature): Change docstring.
12937
12938 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12939
12940         * canlock.el: Always require sha1-el.
12941         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12942
12943         * message.el: Autoload sha1 only when compiling.
12944
12945         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
12946         eudc-expand-inline for XEmacs.
12947
12948 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12949
12950         * message.el (message-canlock-generate): Require sha1-el.
12951
12952 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
12953
12954         * message.el (message-expand-name): Silence the byte compiler.
12955
12956         * lpath.el: Add detect-coding-system.
12957
12958         * dgnushack.el (dgnushack-compile): Remove obsolete check for
12959         cus-edit.
12960
12961 2004-01-13  Simon Josefsson  <jas@extundo.com>
12962
12963         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12964         Invoke gnus-score-mode.  Reported by
12965         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12966
12967         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
12968         Jim Blandy <jimb@redhat.com> (tiny change).
12969
12970 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12971
12972         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12973
12974 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
12975
12976         * spam.el (spam-get-article-as-string): Update to use
12977         gnus-request-article-this-buffer, much simpler.
12978         (spam-get-article-as-buffer): Remove.
12979
12980 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
12981
12982         * message.el (message-expand-name): Use EUDC if the user uses that.
12983
12984 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12985
12986         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12987         character for the encoding to avoid consing a string.
12988
12989         * rfc2047.el (rfc2047-decode-string): Don't cons a string
12990         unnecessarily.
12991
12992         * mm-util.el (mm-replace-chars-in-string): Remove.
12993
12994         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12995         of mm-replace-chars-in-string.
12996
12997 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
12998
12999         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
13000
13001         * mm-util.el (mm-subst-char-in-string): Support inplace.
13002
13003         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
13004         a new string in every iteration.  Use shy groups.
13005
13006 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
13007
13008         * gnus-srvr.el (gnus-browse-unsubscribe-group):
13009         * gnus-soup.el (gnus-soup-group-brew):
13010         * gnus-msg.el (gnus-put-message):
13011         * gnus-move.el (gnus-group-move-group-to-server):
13012         * gnus-kill.el (gnus-batch-score):
13013         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
13014         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
13015         (gnus-group-update-group, gnus-group-read-group)
13016         (gnus-group-make-group, gnus-group-make-help-group)
13017         (gnus-group-make-archive-group, gnus-group-make-directory-group)
13018         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
13019         (gnus-group-sort-by-unread, gnus-group-catchup)
13020         (gnus-group-unsubscribe-group, gnus-group-kill-group)
13021         (gnus-group-yank-group, gnus-group-set-info)
13022         (gnus-group-list-groups):
13023         * gnus.el (gnus-generate-new-group-name):
13024         * gnus-delay.el (gnus-delay-send-queue):
13025         * nnvirtual.el (nnvirtual-catchup-group):
13026         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
13027         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
13028         (gnus-group-prepare-topics, gnus-topic-check-topology):
13029         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
13030         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
13031         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
13032         (gnus-group-make-articles-read):
13033         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
13034         (gnus-group-change-level, gnus-kill-newsgroup)
13035         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
13036         (gnus-get-unread-articles, gnus-make-articles-unread)
13037         (gnus-make-ascending-articles-unread): Use accessor
13038         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
13039         to get group information for improved readability.
13040
13041
13042 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13043
13044         * gnus-art.el (article-decode-mime-words, article-babel)
13045         (gnus-article-highlight-signature, gnus-article-add-buttons)
13046         (gnus-signature-toggle): Use gnus-with-article-buffer.
13047
13048         * gnus-art.el (gnus-article-highlight-headers)
13049         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
13050
13051         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
13052         (gnus-article-set-globals, gnus-request-article-this-buffer)
13053         (gnus-button-message-id, gnus-article-maybe-hide-headers)
13054         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
13055         (gnus-mime-display-alternative): Use with-current-buffer.
13056
13057 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13058
13059         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
13060         also under 80 char limit, and call gnus-error if needed.
13061         (spam-fetch-article-header): Fix - it was a
13062         buffer-local variable (gnus-newsgroup-data).
13063         (spam-find-spam): Use spam-generate-fake-headers, forget about
13064         spam-insert-fake-headers.
13065         (spam-insert-fake-headers): Remove.
13066
13067 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13068
13069         * deuglify.el (gnus-article-outlook-unwrap-lines)
13070         (gnus-outlook-rearrange-article)
13071         (gnus-outlook-repair-attribution-outlook)
13072         (gnus-outlook-repair-attribution-block)
13073         (gnus-outlook-repair-attribution-other): Remove redundant
13074         save-excursion.
13075
13076 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13077
13078         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
13079         (spam-fetch-field-subject-fast)
13080         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
13081         (spam-fetch-article-header): Add functions to deal with Gnus
13082         internals for fast retrieval of article header data.
13083         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
13084
13085 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13086
13087         * pop3.el (pop3-md5): Remove.
13088         (pop3-apop): Replace pop3-md5 with md5.
13089
13090         * mm-bodies.el: base64 is always built-in.
13091
13092         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
13093         with-current-buffer.
13094
13095 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13096
13097         * canlock.el (canlock-insert-header): Remove excessive grouping in
13098         regexp.
13099
13100         * gnus-sum.el (gnus-summary-read-document): Ditto.
13101
13102         * gnus-uu.el (gnus-uu-part-number): Ditto.
13103
13104         * html2text.el (html2text-remove-tags): Ditto.
13105         (html2text-format-tags): Ditto.
13106         (html2text-format-single-elements): Ditto.
13107
13108         * mml.el (mml-parse-1): Ditto.
13109
13110 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13111
13112         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
13113
13114         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
13115
13116         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
13117
13118         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
13119
13120 2003-11-15  Simon Josefsson  <jas@extundo.com>
13121
13122         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
13123         (pgg-gpg-lookup-key): Use regexp match instead of
13124         split-string (split-string is different between emacs 21.2 and
13125         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
13126
13127 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13128
13129         * gnus-art.el (gnus-mime-view-all-parts)
13130         (gnus-article-part-wrapper, gnus-article-view-part): Use
13131         with-current-buffer.
13132
13133 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13134
13135         * spam.el (spam-disable-spam-split-during-ham-respool)
13136         (spam-spamoracle-database, spam-cache-lookups)
13137         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
13138         (spam-group-ham-mark-p, spam-group-spam-mark-p)
13139         (spam-group-ham-marks, spam-group-spam-marks)
13140         (spam-group-spam-contents-p, spam-group-ham-contents-p)
13141         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
13142         also add spam-use-blackholes to the statistical checks.
13143         (spam-fetch-field-fast): Add interface to fetching fields, may
13144         become a macro.
13145         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
13146         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
13147         (spam-insert-fake-headers): Fake an article when needed.
13148         (spam-find-spam): Fake article when possible.
13149         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
13150         (spam-check-bogofilter-headers): Use message-fetch-field instead
13151         of nnmail-fetch-field.
13152
13153 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13154
13155         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
13156
13157 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13158
13159         * spam.el (spam-split): Do not require spam-use-CHECK to be
13160         enabled if that check is passed to spam-split explicitly; also
13161         fix so 'spam doesn't get converted to spam-split-group when
13162         spam-split-symbolic-return is t.
13163         (spam-find-spam): Find registrations of the article and use those
13164         instead of re-running spam-split to find the spam/ham
13165         classification of the article.
13166         (spam-log-processing-to-registry, spam-log-registered-p)
13167         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13168         Use gnus-error instead of gnus-message.
13169         (spam-log-registration-type): Add function to determine the
13170         classification of a message based on registry entries; will
13171         return nil if both 'spam and 'ham are found.
13172         (spam-check-BBDB): Expand all the BBDB macros here so we can have
13173         a reasonably fast local cache without the loading errors.
13174         (spam-cache-lookups): Set to t by default.
13175         (spam-find-spam): Don't try to guess spam-cache-lookups.
13176         (spam-enter-whitelist, spam-enter-blacklist): Clear the
13177         spam-caches entry.
13178         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
13179         caching of whitelist/blacklist entries.
13180         (spam-check-whitelist, spam-check-blacklist): Invoke
13181         spam-from-listed-p with a type, not a cache variable.
13182         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
13183
13184 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13185
13186         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
13187
13188         * nnmail.el (nnmail-split-fancy): do.
13189
13190         * mml.el (mml-parse): do.
13191
13192         * gnus-score.el (gnus-enter-score-words-into-hashtb)
13193         (gnus-score-adaptive): do.
13194
13195 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13196
13197         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
13198         (gnus-mime-button-map): Don't set keymap parent.
13199         (gnus-button-ctan-directory-regexp): Use shy grouping.
13200         (gnus-prev-page-map): Don't set keymap parent.
13201         (gnus-prev-page-map): Remove duplicated one.
13202         (gnus-next-page-map): Don't set keymap parent.
13203         (gnus-mime-security-button-map): Ditto.
13204
13205         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
13206         version number.
13207
13208         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
13209
13210 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13211
13212         * canlock.el (canlock-sha1-function): Remove.
13213         (canlock-sha1-function-for-verify): Remove.
13214         (canlock-openssl-program): Remove.
13215         (canlock-openssl-args): Remove.
13216         (canlock-ignore-errors): Remove.
13217         (canlock-sha1-with-openssl): Remove.
13218         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
13219         (canlock-verify): Don't use canlock-ignore-errors.
13220
13221         * sha1-el.el (sha1-string-external): Make it can return a string
13222         in binary form.
13223         (sha1-region-external): Ditto.
13224         (sha1-string-internal): Ditto.
13225         (sha1-region-internal): Ditto.
13226         (sha1-region): Ditto.
13227         (sha1-string): Ditto.
13228         (sha1): Ditto.
13229
13230 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13231
13232         * spam.el (spam-report-articles-gmane): New command.
13233
13234 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13235
13236         * gnus.el: Don't make unnecessary *Group* buffer when loading.
13237
13238         * run-at-time.el (run-at-time-saved): Remove.
13239         (run-at-time): Doc fix.
13240
13241 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13242
13243         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
13244         (gnus-summary-limit-map): Add it.
13245         (gnus-summary-make-menu-bar): do.
13246
13247 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
13248
13249         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
13250         Make attempt at some caching support (done for BBDB only now).
13251         (spam-find-spam): Set spam-cache-lookups if there are more than 2
13252         addresses to be checked.
13253         (spam-clear-cache-BBDB): Add function, to be invoked by
13254         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
13255         (spam-check-BBDB): Check and use the caches, if
13256         spam-cache-lookups is on, remove superfluous (provide).
13257
13258 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13259
13260         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
13261
13262 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
13263
13264         * run-at-time.el (run-at-time-saved): Move to after the definition
13265         of `run-at-time'.
13266
13267         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
13268
13269 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13270
13271         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13272         mm-w3m-local-map-property.
13273
13274         * mm-view.el (mm-w3m-mode-map): Remove.
13275         (mm-w3m-local-map-property): Remove.
13276         (mm-inline-text-html-render-with-w3m): Don't use
13277         mm-w3m-local-map-property.
13278
13279 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13280
13281         * run-at-time.el: New file.
13282
13283         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
13284         under Emacs.
13285
13286         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13287         of gnus-set-text-properties.
13288
13289         * gnus-uu.el (gnus-uu-save-article): Ditto.
13290
13291         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13292
13293         * gnus-cite.el (gnus-cite-parse): Ditto.
13294
13295         * gnus-art.el (gnus-button-push): Use set-text-properties instead
13296         of gnus-.
13297
13298         * gnus-xmas.el (run-at-time): Require run-at-time.
13299
13300         * gnus.el: Changed calls to nnheader-run-at-time and
13301         password-run-at-time throughout to use run-at-time directly.
13302
13303         * password.el: Removed definition of run-at-time.
13304
13305         * nnheaderxm.el: Remove definition of run-at-time.
13306
13307 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
13308
13309         * mml.el (mml-minibuffer-read-disposition): Show attachment type
13310         in prompt.
13311
13312 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13313
13314         * messagexmas.el (message-xmas-redefine): Alias
13315         `message-make-caesar-translation-table' to
13316         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
13317         version.
13318
13319         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
13320         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
13321         `gnus-xmas-set-text-properties'.
13322         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
13323         `gnus-xmas-completing-read'.
13324         (gnus-xmas-completing-read): Removed.
13325         (gnus-xmas-open-network-stream): Removed.
13326
13327         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13328         XEmacs version.
13329
13330         * dns.el (dns-make-network-process): Use `open-network-stream'
13331         instead of `gnus-xmas-open-network-stream'.
13332
13333         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
13334
13335         * .cvsignore: Add auto-autoloads.el, custom-load.el.
13336
13337 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13338
13339         * gnus-art.el (gnus-mime-display-alternative)
13340         (gnus-insert-mime-button, gnus-insert-mime-security-button)
13341         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13342         Don't use gnus-local-map-property.
13343
13344         * gnus-util.el (gnus-local-map-property): Remove.
13345
13346         * mm-view.el (mm-view-pkcs7-decrypt): Replace
13347         gnus-completing-read-maybe-default with completing-read.
13348
13349         * gnus-util.el (gnus-completing-read): do.
13350         (gnus-completing-read-maybe-default): Remove.
13351
13352 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13353
13354         * password.el: Only autoload `run-at-time' if not XEmacs.
13355         Only autoload the itimer functions if XEmacs.
13356
13357 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13358
13359         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
13360         XEmacsen.
13361
13362         * dgnushack.el: Autoload executable-find for XEmacs.
13363
13364 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13365
13366         * gnus-art.el (gnus-read-string): Remove.
13367         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13368         read-string.
13369
13370 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
13371
13372         * netrc.el: Autoload password-read.
13373         (netrc): Add configuration group.
13374         (netrc-encoding-method, netrc-openssl-path): Add
13375         variables for encoding and decoding of files with symmetric
13376         ciphers.
13377         (netrc-encode): Add assistant function to encode a file with
13378         netrc-encoding-method.
13379         (netrc-parse): Add interactive parameter, added optional
13380         decoding if netrc-encoding-method is non-nil but otherwise
13381         behavior is standard.
13382         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13383         Do s/encode/encrypt/ everywhere.
13384
13385         * spam.el: Remove executable-find autoload.
13386
13387 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13388
13389         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13390
13391         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13392
13393 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13394
13395         * gnus-art.el (gnus-treat-ansi-sequences,
13396         (article-treat-ansi-sequences): New variable and function.
13397         Suggested by Dan Jacobson <jidanni@jidanni.org>.
13398
13399         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13400         Use it.
13401
13402 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13403
13404         * mm-util.el (mm-quote-arg): Remove.
13405
13406         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13407         shell-quote-argument.
13408
13409         * gnus-uu.el (gnus-uu-command): do.
13410
13411         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13412
13413         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13414         with make-char.
13415
13416         * mm-util.el (mm-make-char): Remove.
13417
13418         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13419         add-minor-mode.
13420
13421         * gnus-undo.el (gnus-undo-mode): do.
13422
13423         * gnus-topic.el (gnus-topic-mode): do.
13424
13425         * gnus-sum.el (gnus-dead-summary-mode): do.
13426
13427         * gnus-start.el (gnus-slave-mode): do.
13428
13429         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13430
13431         * gnus-ml.el (gnus-mailing-list-mode): do.
13432
13433         * gnus-gl.el (gnus-grouplens-mode): do.
13434
13435         * gnus-draft.el (gnus-draft-mode): do.
13436
13437         * gnus-dired.el (gnus-dired-mode): do.
13438
13439         * gnus-ems.el (gnus-add-minor-mode): Remove.
13440
13441         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13442         Replace gnus-char-width with char-width.
13443
13444         * gnus-ems.el (gnus-char-width): Remove.
13445
13446         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13447         Replace gnus-char-width with char-width.
13448
13449         * gnus-ems.el (gnus-char-width): Remove.
13450
13451         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13452         definition.
13453         Remove Emacs 20 hash table compatibility code.
13454
13455         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13456         20 compatibility code.
13457
13458         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13459
13460         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13461
13462         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13463         with point-at-{eol,bol}.
13464
13465         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13466
13467         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13468
13469         * flow-fill.el (fill-flowed-point-at-bol)
13470         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13471
13472         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13473         Replace with point-at-{eol,bol} throughout all files.
13474
13475 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13476
13477         * ntlm.el (ntlm-string-as-unibyte): New macro.
13478         (ntlm-build-auth-response): Use it.
13479
13480         Remove Emacs 20 stuff:
13481         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
13482         (butlast, mapc, remove): Remove the compiler macros.
13483         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13484         of delq and copy-sequence.
13485         * gnus-art.el (popup-menu): Remove the compiler macro.
13486         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13487         Emacs 20.
13488
13489 2004-01-05  Simon Josefsson  <jas@extundo.com>
13490
13491         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13492         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13493         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13494         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13495         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13496         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13497         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13498         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13499         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13500         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13501         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13502         string-xor into ntlm-string-xor.  Suggested by
13503         Jesper Harder <harder@myrealbox.com>.
13504
13505         * ntlm.el: Don't include poem.
13506
13507         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13508         Jesper Harder <harder@myrealbox.com>.
13509
13510         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13511
13512         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13513         probably breaks emacs with DL patch, but do we care? Is anyone
13514         still using the DL stuff?)
13515
13516         * sieve-manage.el: Use the password package.
13517         (sieve-manage-read-passwd): Remove.
13518         (sieve-manage-interactive-login): Use password.  Re-add
13519         condition-case around loop.
13520
13521         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13522         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13523         the password package.
13524
13525 2003-02-19  Simon Josefsson  <jas@extundo.com>
13526
13527         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13528         token.
13529
13530 2002-08-07  Simon Josefsson  <jas@extundo.com>
13531
13532         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13533         (sieve-manage-authenticators):
13534         (sieve-manage-authenticator-alist): Add some SASL mechs.
13535         (sieve-sasl-auth): New function.
13536         (sieve-manage-cram-md5-auth):
13537         (sieve-manage-plain-auth): Rewrite using SASL library.
13538         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13539         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13540         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13541         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13542
13543 2004-01-05  Simon Josefsson  <jas@extundo.com>
13544
13545         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13546         New files.
13547
13548 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13549
13550         * gnus-group.el (gnus-no-groups-message): Update.
13551
13552         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13553
13554 2003-11-09  Simon Josefsson  <jas@extundo.com>
13555
13556         * imap.el: Support for ID IMAP extension (RFC 2971).
13557         (imap-local-variables): Add imap-id.
13558         (imap-id): New variable.
13559         (imap-id): New function.
13560         (imap-parse-response): Parse untagged ID response.
13561         * nnimap.el (nnimap-id): New variable.
13562         (nnimap-open-connection): Use it.
13563
13564 2003-12-28  Simon Josefsson  <jas@extundo.com>
13565
13566         * gnus-score.el (gnus-score-edit-all-score): New.
13567         * gnus-group.el (gnus-group-score-map): Bind it to W e.
13568
13569 2004-01-04  Simon Josefsson  <jas@extundo.com>
13570
13571         * password.el: Add.
13572
13573 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
13574
13575         * dns.el: Add support for AAAA records (see RFC 3596)
13576
13577         * Fix typo PRT -> PTR
13578
13579         * Parse MX, PTR and SOA replies (see RFC 1035)
13580
13581 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13582
13583         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13584
13585         * Moved to Changelog.2.
13586
13587 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13588
13589         * gnus.el (gnus-version-number): Bump version.
13590
13591 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13592
13593         * gnus.el: No Gnus v0.1 is released.
13594
13595 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13596
13597         * gnus.el: No Gnus v0.0 is released.
13598
13599 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13600
13601         * gnus.el (gnus-version-number): Bump.
13602         (gnus-version): No.
13603
13604 See ChangeLog.2 for earlier changes.
13605
13606     Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13607
13608   This file is part of GNU Emacs.
13609
13610   GNU Emacs is free software: you can redistribute it and/or modify
13611   it under the terms of the GNU General Public License as published by
13612   the Free Software Foundation, either version 3 of the License, or
13613   (at your option) any later version.
13614
13615   GNU Emacs is distributed in the hope that it will be useful,
13616   but WITHOUT ANY WARRANTY; without even the implied warranty of
13617   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13618   GNU General Public License for more details.
13619
13620   You should have received a copy of the GNU General Public License
13621   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13622
13623 ;; Local Variables:
13624 ;; coding: utf-8
13625 ;; fill-column: 79
13626 ;; add-log-time-zone-rule: t
13627 ;; End:
13628
13629 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4