Fbind codepage-setup for Emacs 23.
[gnus] / lisp / ChangeLog
1 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * lpath.el: Fbind codepage-setup for Emacs 23.
4
5 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6
7         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8         exists.
9
10 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
11
12         * message.el (message-confirm-send): Fix version.
13
14 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15
16         * message.el (message-idna-to-ascii-rhs-1): Use
17         mail-extract-address-components rather than mail-header-parse-addresses
18         that is an alias by default to ietf-drums-parse-addresses that does not
19         support non-ASCII names in headers' contents.
20
21 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
22
23         * message.el (message-confirm-send): Fixed variable documentation to
24         avoid the "y/n" wording.
25
26 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
27
28         * message.el (message-set-auto-save-file-name): Save to a different
29         filename so multiple messages (especially drafts) can be recovered.
30
31 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
32
33         * message.el (message-confirm-send): Add appropriate version.
34
35 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
36
37         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
38         defvar.
39
40 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
41
42         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
43         (mm-pkcs7-enveloped-magic): Ditto.
44
45 2008-09-17  Simon Josefsson  <simon@josefsson.org>
46
47         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
48         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
49
50 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
51
52         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
53         default, it's better.
54
55 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
56
57         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
58         summary line gnus-number property and ignore them (with a warning
59         message).
60
61 2008-09-08  David Engster  <dengste@eml.cc>
62
63         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
64         in completing-read for back end server.
65
66 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
67
68         * message.el (message-confirm-send): New variable to confirm sending a
69         message.
70         (message-send): Use it.
71
72 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
73
74         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
75
76 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
77
78         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
79
80 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
81
82         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
83         prevent tracking too many groups.
84         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
85         Use it.
86
87 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
88
89         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
90         moving point to the bottom of the window in order to avoid recentering.
91
92 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
93
94         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
95
96         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
97         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
98         (gnus-article-beginning-of-window): Fix calculation.
99
100 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
101
102         * gnus-msg.el (gnus-summary-supersede-article)
103         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
104         value of gnus-newsgroup-charset to decode non-MIME encoded text in
105         message header.
106
107 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
108
109         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
110         pending output coming after the status change.
111
112 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
113
114         * message.el:
115         * gnus-start.el:
116         * gnus-registry.el: Remove VMS support.
117
118 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
119
120         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
121         macro.
122         (rfc2104-hash): Use it.
123
124 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
125
126         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
127         (gnus-summary-sort-by-most-recent-date): New commands.
128         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
129         and menu entries.
130
131 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
132
133         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
134         don't redisplay article for raw contents; remove plural articles stuff.
135
136         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
137         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
138         on gnus-summary-save-article; display results properly.
139
140 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
141
142         * lpath.el: No need to fbind ns-focus-frame.
143
144 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
145
146         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
147
148 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
149
150         * gnus-art.el (gnus-summary-save-in-pipe): Consider
151         gnus-save-all-headers.
152
153 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
154
155         * gnus-util.el (ns-focus-frame): Remove declaration.
156         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
157         like x.
158
159 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
160
161         * rfc2104.el (rfc2104-zero): Delete defconst.
162         (rfc2104-hex-alist): Likewise.
163         (rfc2104-hex-to-int): Delete func.
164         (rfc2104-hexstring-to-bitstring): Likewise.
165         (rfc2104-nybbles): New defconst.
166         (rfc2104-hash): Rewrite for speed.
167
168 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
169
170         * tls.el (open-tls-stream): Make it work with the 2nd argument
171         BUFFER that is a string but does not exist as a buffer object, as
172         mentioned in the doc-string.
173
174 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
175
176         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
177         SXEmacs.
178
179 2008-07-16  Glenn Morris  <rgm@gnu.org>
180
181         * gnus-util.el (ns-focus-frame): Declare for compiler.
182
183 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
184
185         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
186         set as a group parameter.
187         (gnus-summary-save-in-pipe): Work when it is called independently.
188         (gnus-summary-pipe-to-muttprint): Don't modify
189         gnus-summary-pipe-output-default-command.
190
191 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
192
193         * message.el (message-send-mail-with-sendmail):
194         Display the error message.
195
196 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
197
198         * gnus-art.el (gnus-default-article-saver):
199         Add gnus-summary-save-in-pipe to choices.
200         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
201         gnus-summary-pipe-output-default-command as the default command.
202         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
203         instead of gnus-last-shell-command.
204
205         * gnus-sum.el (gnus-summary-pipe-output-default-command):
206         New user option.
207         (gnus-summary-muttprint-program): Mention the value will be changed.
208         (gnus-summary-save-article): Force showing of all headers.
209         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
210
211 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
212
213         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
214
215 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
216
217         * nnimap.el (nnimap-id):
218         * sieve-manage.el (sieve-manage-open): Doc fixes.
219
220 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
221
222         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
223         if available.
224
225 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
226
227         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
228
229         * nnkiboze.el (nnkiboze-generate-group):
230         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
231
232         * nnmairix.el: Require CL.
233
234 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
235
236         * dgnushack.el: Autoload get-display-table and put-display-table for
237         XEmacs 21.5.
238
239         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
240         21.4 and SXEmacs.
241
242 2008-06-15  David Engster  <dengste@eml.cc>
243
244         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
245
246 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
247
248         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
249         New macros that expand to an `aset'/`aref' call under Emacs, and to a
250         runtime choice under XEmacs.
251
252         * gnus-sum.el (gnus-summary-set-display-table):
253         Use `gnus-put-display-table', `gnus-get-display-table',
254         `gnus-set-display-table' for the display table, instead of `aset'.
255
256         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
257         Use `gnus-put-display-table', `gnus-get-display-table',
258         `gnus-set-display-table' for the display table.
259
260 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
261
262         * nnmairix.el: Add autoloads.
263
264 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
265
266         * nnmairix.el (nnmairix-delete-recreate-group)
267         (nnmairix-update-and-clear-marks): Fix error messages.
268
269 2008-06-14  David Engster  <dengste@eml.cc>
270
271         * nnmairix.el: Upgrade to version 0.6.
272         (nnmairix-group-toggle-propmarks-this-group)
273         (nnmairix-group-toggle-readmarks-this-group)
274         (nnmairix-group-delete-recreate-this-group)
275         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
276         (nnmairix-remove-tick-mark-original-article): New commands.
277         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
278         (nnmairix-propagate-marks-to-nnmairix-groups)
279         (nnmairix-only-use-registry, nnmairix-allowfast-default)
280         (nnmairix-marks-cache, nnmairix-version-output): New variables.
281         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
282         functions needed for marks propagation and manipulation of read marks.
283         (nnmairix-update-groups): New function.
284         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
285         (nnmairix-determine-original-group-from-registry)
286         (nnmairix-determine-original-group-from-path)
287         (nnmairix-get-group-from-file-path, nnmairix-map-range)
288         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
289         New helper functions.
290         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
291         keystrokes for new commands.
292         (nnmairix-delete-and-create-on-change): Doc string cleanup.
293         (nnmairix-request-group): Check allow-fast group parameter.
294         (nnmairix-request-create-group): Set allow-fast group parameter if
295         nnmairix-allowfast-default is set.
296         (nnmairix-close-group): Propagate marks upon closing if needed.
297         (nnmairix-group-toggle-threads-this-group): Use new.
298         nnmairix-group-toggle-parameter helper function.
299         (nnmairix-search): Better check for empty search result.
300         (nnmairix-goto-original-article): Use new helper functions for
301         determining original article.
302         (nnmairix-show-original-article): Make sure message-id is in brackets.
303         (nnmairix-call-mairix-binary): Change variable name.
304         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
305         helper function.
306         (nnmairix-widget-toggle-activate): Fix doc string.
307
308 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
309
310         * nnir.el: Require edmacro when compiling with XEmacs.
311         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
312         available in Emacs 21.
313
314 2008-06-11  Glenn Morris  <rgm@gnu.org>
315
316         * gnus-util.el (x-focus-frame):
317         * gnus.el (image-size):
318         * mm-decode.el (image-size): Declare.
319
320         * gnus-picon.el (declare-function): Add compat definition.
321         (image-size): Declare.
322
323         * gnus-group.el (tool-bar-map):
324         * gnus-sum.el (tool-bar-map): Define for compiler.
325
326         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
327
328         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
329
330         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
331         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
332         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
333         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
334         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
335         * sieve-manage.el, spam-report.el, spam.el:
336         Remove unnecessary eval-and-compile of autoloads.
337
338 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
339
340         * auth-source.el: Precise Tramp doc.
341
342 2008-06-07  Glenn Morris  <rgm@gnu.org>
343
344         * nnmairix.el: Remove unnecessary eval-when-compile.
345
346 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
347
348         * lpath.el: Fbind propertize for XEmacs 21.4.
349
350 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
351
352         * nnir.el: Move here from ../contrib.
353
354 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
355
356         * gnus-util.el (gnus-read-shell-command): New function.
357         * mm-decode.el (mm-pipe-part):
358         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
359
360 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
361
362         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
363
364 2008-06-03  Glenn Morris  <rgm@gnu.org>
365
366        * pop3.el (nnheader-accept-process-output): Autoload it.
367
368 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
369
370         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
371         are not 2-digit hexadecimal characters that follow `%'s.
372
373 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
374
375         * message.el (message-bogus-recipient-p): Fix type in doc string.
376         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
377         (message-bogus-addresses): Rename from message-bogus-address-regexp.
378         Improve custom options.
379         (message-bogus-recipient-p): Adjust accordingly.
380
381 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
382
383         * parse-time.el (parse-time-months, parse-time-weekdays): Add
384         long-form month and day names.
385
386 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
387
388         * dgnushack.el: Autoload debug, eudc-expand-inline and
389         pgg-snarf-keys-region for XEmacs.
390
391         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
392
393         * nnmairix.el: Require edmacro when compiling with XEmacs.
394
395 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
396
397         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
398         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
399
400 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
401
402         * auth-source.el: Add more docs.
403
404         * netrc.el (netrc-machine): Always match if the port is not given.
405
406 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
407
408         * nnheader.el (nnheader-read-timeout): Change the default timeout from
409         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
410         retrieval faster in some cases, but might make CPU usage larger.  If
411         this has any bad side effects, we might revert this change.
412
413         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
414         seems to make mail retrieval much, much faster.
415         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
416         unconditionally.
417
418         * gnus-draft.el (gnus-group-send-queue): Bind
419         message-send-mail-partially-limit to nil to avoid being prompted.
420
421 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
422
423         * mml.el (mml-attach-buffer): Prompt for `disposition'.
424
425         * message.el (message-bogus-address-regexp): Fix and improve custom
426         type.
427         (message-setup-hook): Add message-check-recipients as custom option.
428
429 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
430
431         * message.el (message-cite-function): Remove bogus autoload which crept
432         in during merge from v5-10.
433
434 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
435
436         * nnimap.el (nnimap-open-connection): Fix login/password bug.
437
438         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
439
440         * auth-source.el: Preliminary Tramp docs.
441         (auth-sources): Change the default auth-sources to use
442         EPA .gpg files.
443
444 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
445
446         * nntp.el: Autoload `auth-source-user-or-password'.
447         (nntp-send-authinfo): Use it.
448
449         * nnimap.el: Autoload `auth-source-user-or-password'.
450         (nnimap-open-connection): Use it.
451
452         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
453         for the gnus-message function.
454         (auth-source-user-or-password): Use it.
455
456 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
457
458         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
459         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
460         (rfc2104-hash): Use it.
461
462 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
463
464         * gnus-art.el (gnus-article-toggle-truncate-lines):
465         Don't use `iff' in docstring.
466
467 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
468
469         * gnus-registry.el: Adjusted copyright dates and added a keyword.
470
471         * gnus-util.el (gnus-extract-address-component-name)
472         (gnus-extract-address-component-email): Convenience functions around
473         `gnus-extract-address-components'.
474
475         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
476         Use `gnus-extract-address-component-email' to fix bug of comparing full
477         sender name to `user-mail-address'.
478
479 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
480
481         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
482         catch/throw to optimize.
483         (gnus-registry-find-keywords): Just use member to find a keyword.
484
485 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
486
487         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
488         is current before calling gnus-server-prepare.
489         (gnus-server-setup-buffer, gnus-server-update-server)
490         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
491
492 2008-05-04  Juri Linkov  <juri@jurta.org>
493
494         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
495         (mailcap-file-default-commands): Use mailcap-replace-in-string
496         instead of replace-regexp-in-string, and mailcap-delete-duplicates
497         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
498
499 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
500
501         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
502
503 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
504
505         * gnus.el: Bump version to 0.11
506
507 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
508
509         * gnus.el: No Gnus v0.10 is released.
510
511 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
512
513         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
514         hooks.
515         (gnus-update-read-articles): Speed up non-marks-using users.
516         (gnus-use-marks): Define gnus-use-marks.
517         (gnus-propagate-marks): Rename variable to something more sensible.
518
519 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
520
521         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
522         (gmm-image-load-path-for-library): Fix typos in docstrings.
523         (gmm-message): Reflow docstring.
524
525 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
526
527         * mail-source.el (mail-source-set-1, mail-source-bind):
528         Move auth-source code out of the macro to clean it up and fix bugs.
529
530 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
531
532         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
533         by sender if it's equal to user-mail-address, it's likely to be
534         useless.
535
536         * mail-source.el (mail-source-bind): Don't use user or password if they
537         are not bound.  Unintern them if they are nil.  Don't use server unless
538         it's bound, and default it to empty string otherwise.
539
540 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
541
542         * mail-source.el: Load auth-source.el.
543         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
544         get user name or password, if auth-sources is set up.
545
546         * gnus-registry.el (gnus-registry-split-strategy): New variable for
547         strategy of splitting with parent.
548         (gnus-registry-split-fancy-with-parent)
549         (gnus-registry-post-process-groups): Use it and fix prior
550         bug (returning a list as the split result).
551
552         * auth-source.el (auth-sources): Remove server parameter.
553         (auth-source-pick, auth-source-user-or-password)
554         (auth-source-user-or-password-imap)
555         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
556         (auth-source-user-or-password-sftp)
557         (auth-source-user-or-password-smtp): Remove server parameter.
558
559 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
560
561         * smime.el (smime-sign-region, smime-encrypt-region)
562         (smime-decrypt-region):
563         Remove redundant calls to `generate-new-buffer-name'.
564
565 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
566
567         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
568         Don't use QP for message/rfc822.
569         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
570
571 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
572
573         * sieve-manage.el (sieve-string-bytes): Remove.
574         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
575         correct byte-length only if the process's coding-system is the same as
576         the one used internally by Emacs to represent strings.
577
578 2008-04-22  Juri Linkov  <juri@jurta.org>
579
580         * mailcap.el (mailcap-file-default-commands): New function.
581
582 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
583
584         * message.el (message-signature-separator, message-cite-function):
585         Change custom version.
586
587 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
588
589         * tls.el (tls-program): Add -ign_eof argument to call the openssl
590         commands.
591         (tls-checktrust): Ditto.
592
593 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
594
595         * mm-decode.el (mm-display-external): Make temp file read-only.
596
597 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
598
599         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
600         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
601         `C-c C-f d'.
602
603 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
604
605         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
606
607 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
608
609         * gnus.el: Bump version to 0.9.
610
611 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
612
613         * gnus.el: No Gnus v0.8 is released.
614
615 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
616
617         * mail-source.el (mail-source-value):
618         Prefer fboundp to functionp so it works with macros as well.
619
620 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
621
622         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
623         Fix last change in case the element is not even a symbol.
624
625 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
626
627         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
628         Prefer fboundp to functionp so it works with macros as well.
629
630 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
631
632         * auth-source.el: Added docs.
633         (auth-sources): Modify format to support server.
634         (auth-source-pick, auth-source-user-or-password)
635         (auth-source-user-or-password-imap)
636         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
637         (auth-source-user-or-password-sftp)
638         (auth-source-user-or-password-smtp): Add server parameter.
639
640 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
641
642         * gnus-registry.el: Initialize the registry when gnus-registry-install
643         is t.
644
645 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
646
647         * compface.el (uncompface): Make buffer unibyte.
648
649 2008-04-05  Glenn Morris  <rgm@gnu.org>
650
651         * gnus-ems.el (mm-disable-multibyte): Autoload it.
652
653 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
654
655         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
656         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
657
658         * nnheader.el (nnheader-init-server-buffer): Change buffer's
659         multibyteness after rather than before erasing it.
660
661         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
662         mm-with-multibyte.
663         (gnus-request-article-this-buffer): Make sure the proper decoding is
664         used if gnus-original-article-buffer happens to be unibyte.
665
666         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
667         default-enable-multibyte-characters.
668
669         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
670         default-enable-multibyte-characters.
671
672         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
673
674         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
675
676 2008-04-02  Simon Josefsson  <simon@josefsson.org>
677
678         * imap.el (imap-enable-exchange-bug-workaround): New variable.
679         (imap-message-copyuid-1): Use it.
680         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
681         J. Williams in
682         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
683
684         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
685         imap-enable-exchange-bug-workaround.
686         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
687
688 2008-04-01  Simon Josefsson  <simon@josefsson.org>
689
690         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
691         a 100 byte status-checks into a 2-3MB transfer for each group.
692         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
693         to enable bug workaround or not.
694         (nnimap-find-minmax-uid): Only enable workaround conditionally.
695
696 2008-03-31  Glenn Morris  <rgm@gnu.org>
697
698         * message.el (mml2015-use): Declare for compiler.
699         (message-info): Require mml2015 when appropriate.
700
701 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
702
703         * Makefile.in (EMACS_COMP): Quote directory name that might contain
704         whitespace.
705
706 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
707
708         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
709         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
710         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
711         (nntp-service-to-port): New function.
712         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
713         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
714         (nntp-open-netcat-stream): New function.
715         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
716
717 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
718
719         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
720
721 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
722
723         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
724
725 2008-03-28  Magnus Henoch  <mange@freemail.hu>
726
727         * dns.el (dns-write): Use set-buffer-multibyte.
728
729 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
730
731         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
732
733 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
734
735         * message.el (message-signature-separator): Change default.
736         Improve custom type.
737         (message-cite-function): Change default to
738         message-cite-original-without-signature.
739
740         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
741         toggle.
742
743         * message.el (message-check-news-body-syntax): Fix signature check.
744         (message-setup-1): Mark buffer as unmodified _after_ running
745         message-setup-hook and handling message-alternative-emails.
746         (message-shorten-references): Be more strict when building list of
747         valid references to comply with GNKSA.
748
749         * gnus-group.el (gnus-read-ephemeral-bug-group)
750         (gnus-read-ephemeral-debian-bug-group)
751         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
752
753         * message.el (message-info): Don't use booleanp which isn't supported
754         in Emacs 21 and XEmacs.
755
756 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
757
758         * gnus-group.el (gnus-gmane-group-download-format): Rename from
759         gnus-group-gmane-group-download-format.
760         (gnus-group-read-ephemeral-gmane-group): Rename from
761         gnus-group-read-ephemeral-gmane-group.
762         (gnus-read-ephemeral-gmane-group-url): Rename from
763         gnus-group-read-ephemeral-gmane-group-url.
764         (gnus-bug-group-download-format-alist):  New variable.
765         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
766         (gnus-read-ephemeral-emacs-bug-group): New commands.
767
768 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
769
770         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
771         (gnus-visible-headers): Improve custom type.
772
773 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
774
775         * mml.el (mml-menu): Add workarounds for XEmacs.
776
777         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
778         X-Boundary header.
779
780         * message.el (message-simplify-recipients): Fix previous commit.
781
782 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
783
784         * mm-util.el (mm-set-buffer-multibyte): New function.
785         * mm-decode.el (mm-copy-to-buffer): Use it.
786
787 2008-03-19  Glenn Morris  <rgm@gnu.org>
788
789         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
790         Accidentally removed in the sync process with Emacs.
791
792 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
793
794         * message.el (message-alter-recipients-discard-bogus-full-name):
795         New function.
796         (message-alter-recipients-function): New variable.
797         (message-get-reply-headers): Use it.
798         (message-replace-header): New helper function.
799         (message-recipients-without-full-name): New variable.
800         (message-simplify-recipients): New command.
801
802         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
803
804         * message.el (message-info): Handle EasyPG manual.
805
806         * mml.el (mml-menu): Add entry for EasyPG.
807
808 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
809
810         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
811         parameter.
812
813         * message.el (message-disassociate-draft): Specify drafts group name
814         fully.
815
816 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
817
818         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
819         unnecessary duplicates from the match list.
820
821 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
822
823         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
824
825         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
826
827         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
828         args of `how-many' of which the XEmacs version doesn't take; declare
829         Info-index-next as function.
830
831 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
832
833         * gnus-score.el (gnus-score-headers): Fix handling of
834         gnus-inhibit-slow-scoring.
835
836         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
837         string.
838         (gnus-button-url-regexp): Improve handling of parenthesis.
839         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
840         (gnus-button-handle-info-keystrokes): Handle index entries.
841
842 2008-03-15  Glenn Morris  <rgm@gnu.org>
843
844         * parse-time.el (parse-time-string): Simplify.
845
846 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
847
848         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
849         Incoming* files.
850
851 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
852
853         * auth-source.el (auth-sources): Renamed from auth-source-choices.
854         (auth-source-pick): Use it.
855
856 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
857
858         * binhex.el (binhex-decode-region-internal):
859         * uudecode.el (uudecode-decode-region-internal):
860         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
861         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
862         setting default-enable-multibyte-characters.
863
864 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
865
866         * auth-source.el (auth-source-protocols)
867         (auth-source-protocols-customize, auth-source-choices): Added and
868         modified variable customizations and defaults.
869         (auth-source-pick, auth-source-user-or-password)
870         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
871         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
872         (auth-source-user-or-password-sftp)
873         (auth-source-user-or-password-smtp): Use new variables and provide an
874         interface to netrc.el.
875
876 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
877
878         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
879         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
880         Make sure the nntp port to specify is a string.
881
882 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
883
884         * nntp.el: Use with-current-buffer.
885         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
886         dubious mm-with-unibyte-current-buffer.
887         (nntp-with-open-group-function): New function extracted from
888         nntp-with-open-group macro.
889         (nntp-with-open-group): Use the function, so it's easier to debug.
890         Add indentation and debugging info.
891         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
892         the use of the netcat alternatives.
893
894         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
895         Avoid mm-string-as-multibyte as well.
896
897         * nnweb.el (nnweb-insert-html):
898         Remove use of nnheader-string-as-multibyte.
899
900         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
901         (nnheader-string-as-multibyte): Remove.
902
903         * mm-view.el: Use inhibit-read-only.
904         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
905         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
906         or unibyte-string.
907
908         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
909         (mm-uu-yenc-extract): Use with-current-buffer.
910
911         * gnus-soup.el (gnus-soup-send-packet): Don't use
912         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
913
914         * nnmh.el: Use with-current-buffer.
915         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
916         mm-string-as-multibyte on the output of mm-encode-coding-string.
917
918         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
919         (nnimap-request-move-article): Use with-current-buffer.
920
921         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
922         inserting the handle-buffer's text, so the implicit multibyte->unibyte
923         conversion uses string-make-unibyte rather than string-as-unibyte.
924
925         * gnus-msg.el: Use with-current-buffer.
926
927         * message.el (message-ignored-resent-headers): Add "Delivered-To".
928
929 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
930
931         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
932         string for caching if it is 'PIN.
933
934 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
935
936         * lpath.el: Consider the case without Emacs/W3.
937
938 2008-03-08  Glenn Morris  <rgm@gnu.org>
939
940         * time-date.el (date-to-time, time-subtract, time-add)
941         (safe-date-to-time): Doc fixes.
942
943 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
944
945         * mail-source.el (mail-source-delete-old-incoming-confirm):
946         Change default to nil.
947         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
948
949 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
950
951         * lpath.el: Rearrange.
952
953         * gnus-art.el (gnus-narrow-to-page): Position point properly.
954         (gnus-article-goto-prev-page): Work for articles having ^L's.
955
956         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
957
958         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
959
960 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
961
962         * gnus-bookmark.el: Adjust for renames in bookmark.el.
963         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
964         (gnus-bookmark-jump): Adjust some variable names.
965
966 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
967
968         * auth-source.el: New package.
969         (auth-source-choices): Add customization entry point variable.
970
971         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
972         bug.
973
974 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
975
976         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
977         (gnus-registry-initialize, gnus-registry-install-p): Use it.
978         (gnus-registry-install-shortcuts): Rename from
979         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
980         the `gnus-registry-mark-map' keymap dynamically from
981         `gnus-registry-marks'.  The generated functions update the summary line
982         when a registry mark is added or deleted, and will call
983         `gnus-registry-install-p' (see the comments in the code).
984         (gnus-registry-user-format-function-M): Use concat intelligently.
985
986         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
987         the registry mark functions.
988
989 2008-03-05  Glenn Morris  <rgm@gnu.org>
990
991         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
992         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
993         gnus-art.
994         (top-level): No need to load own source when compiling.
995
996 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
997
998         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
999         Suggested by <chris.anderton@zetnet.co.uk>.
1000
1001 2008-03-04  Glenn Morris  <rgm@gnu.org>
1002
1003         * gnus-sum.el (top-level): No need to require gnus when compiling,
1004         since unconditionally required near start of file.
1005         (gnus-summary-display-while-building): Move definition before use.
1006
1007 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
1008
1009         * gnus-registry.el (gnus-registry-user-format-function-M): Add
1010         formatting function.
1011
1012 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
1013
1014         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1015         with plists.
1016         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1017         Use new format.
1018
1019 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1020
1021         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1022         `where-is-internal' that returns a range of key sequences.
1023
1024 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1025
1026         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1027
1028         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1029         (gnus-summary-jump-to-group): Consider windows on other displayed
1030         frames as well.  Similar changes might be needed elsewhere, but that's
1031         the one I've bumped into during my use.
1032
1033         * nndoc.el (nndoc-oe-dbx-type-p):
1034         * gnus-msg.el (gnus-debug):
1035         * gnus-group.el (gnus-update-group-mark-positions):
1036         Use mm-string-to-multibyte.
1037
1038 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1039
1040         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1041         doesn't handle NotDashEscaped.
1042
1043         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
1044         (mml-dnd-attach-options): Fix typo in custom choice.
1045
1046         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1047         nndoc-article-type to mbox.
1048         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1049
1050         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
1051         to nil, instead of html2text.
1052
1053         * imap.el (imap-debug): Add `imap-ping-server'.
1054
1055         * gnus-bookmark.el: Add FIXMEs.
1056
1057         * message.el (message-form-letter-separator)
1058         (message-send-form-letter-delay): New variables.
1059         (message-send-form-letter): Use them.  New command to send form
1060         letters.  Requested by Uwe Siart.
1061         (message-send-mail-function): Doc fix.  Add "Other" custom option.
1062
1063 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1064
1065         * Update copyright years.
1066
1067 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1068
1069         Sync from EMACS_22_BASE.
1070
1071         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
1072
1073 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
1074
1075         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1076         empty author.
1077
1078 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
1079
1080         * gnus-registry.el (gnus-registry-marks): Add variable for
1081         customization of marks and their appearance.
1082         (gnus-registry-read-mark): Use it.
1083         (gnus-registry-do-marks): Add utility function to loop through
1084         `gnus-registry-marks'.
1085         (gnus-registry-install-shortcuts-and-menus): Add function to install
1086         shortcuts and menus.
1087         (gnus-registry-initialize): Use it.
1088         (gnus-registry-default-mark): Clarify documentation.
1089
1090 2008-02-29  Glenn Morris  <rgm@gnu.org>
1091
1092         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1093         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1094         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1095         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1096         Change defcustom :version from 23.0 to 23.1.
1097
1098 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1099
1100         * gnus-registry.el (gnus-registry-follow-group-p)
1101         (gnus-registry-post-process-groups): Add functions to aid registry
1102         splitting and improve logging.  Clarify behavior in function
1103         documentation.
1104         (gnus-registry-split-fancy-with-parent): Use them.
1105
1106 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1107
1108         * gnus-art.el: Use with-current-buffer.
1109
1110 2008-02-27  David Engster  <dengste@eml.cc>
1111
1112         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1113         Express real group name in the response.
1114
1115 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1116
1117         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1118         (nnmairix-last-server, nnmairix-current-server): Defvar them.
1119         (nnmairix-goto-original-article): Defvar gnus-registry-install and
1120         autoload gnus-registry-fetch-group when compiling.
1121         (nnmairix-request-group-with-article-number-correction): Remove
1122         unreferenced argument passed to nnmairix-call-backend.
1123
1124 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1125
1126         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1127         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
1128         Wilde.
1129
1130 2008-02-27  Glenn Morris  <rgm@gnu.org>
1131
1132         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1133         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1134         variables to defconsts.  Convert comments to doc-strings.
1135         (nnmairix-last-server, nnmairix-current-server): Convert from free
1136         variables to defvars.  Convert comments to doc-strings.
1137         (gnus-registry-fetch-group): Autoload.
1138         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1139         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1140         (nnmairix-widget-build-editable-fields): Use car cddr rather than
1141         caddr.
1142         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1143         nnmairix-request-group-with-article-number-correction call.
1144         (nnmairix-fast, nnmairix-group): New, less general names, for free
1145         variables passed from nnmairix-request-group to
1146         nnmairix-request-group-with-article-number-correction.  Declare.
1147         (nnmairix-request-group-with-article-number-correction):
1148         Use nnmairix-fast, nnmairix-group rather than fast, group.
1149
1150 2008-02-26  David Engster  <dengste@eml.cc>
1151
1152         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
1153         version 0.5.
1154
1155 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1156
1157         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1158         instead of making an extra function call.  Don't add the current group
1159         to articles only when they have the group.  Use
1160         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1161         Reported by David <de_bb@arcor.de>.
1162
1163 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1164
1165         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
1166         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
1167
1168 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
1169
1170         * mail-source.el (mail-source-delete-incoming): Change default.
1171         Supplement doc string.
1172
1173         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1174
1175 2008-02-14  Glenn Morris  <rgm@gnu.org>
1176
1177         * time-date.el (format-seconds): New function.
1178
1179 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1180
1181         * nnmail.el (nnmail-message-id-cache-file): Derive from
1182         `gnus-home-directory'.
1183
1184 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
1185
1186         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1187         Document negative prefix.
1188
1189         * gnus-group.el (gnus-group-read-group): Document negative prefix.
1190
1191 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1192
1193         * message.el (message-unsent-separator): Add the Exim bounce
1194         separator.
1195
1196 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
1197
1198         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1199         list.
1200         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1201         recipient/signer list.
1202
1203 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1204
1205         * Makefile.in (datarootdir): Define.
1206         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
1207         name that might contain whitespace.
1208
1209 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1210
1211         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1212         fbound (Emacs 23 unicode), signal an error.
1213
1214 2008-02-08  Glenn Morris  <rgm@gnu.org>
1215
1216         * gnus-art.el (pgg-display-output-buffer): Declare as function.
1217
1218 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
1219
1220         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1221         ports to the calls to `netrc-machine-user-or-password' in addition to
1222         "imap" and "imaps".
1223
1224 2008-02-01  Zhang Wei  <id.brep@gmail.com>
1225
1226         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1227
1228         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1229
1230 2008-02-01  Kenichi Handa  <handa@m17n.org>
1231
1232         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1233         rfc2104-hexstring-to-bitstring and changed to return a byte list.
1234         (rfc2104-hash): Convert the result of concat to unibyte string.
1235
1236 2008-02-01  Dave Love  <fx@gnu.org>
1237
1238         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1239         coding-system-for-read.
1240         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1241
1242 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
1243
1244         * gnus.el (gnus-group-startup-message): Add `find-image' call before
1245         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
1246         <hanche@math.ntnu.no>.
1247
1248 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1249
1250         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1251
1252         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1253
1254 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
1255
1256         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1257         * message.el (message-beginning-of-line): Use featurep instead of bound
1258         tests in order to resolve conditionals at compile time.
1259
1260 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
1261
1262         * mail-source.el (mail-sources): Add `group' choice.
1263
1264         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1265         parameter `in-group' to control into which group the articles go.
1266         Add treatment of `group' mail-source.
1267
1268 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1269
1270         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1271
1272         * mm-decode.el (mm-dissect-buffer): Decode description.
1273
1274         * mml.el (mml-to-mime): Encode message header first.
1275
1276 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1277
1278         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1279         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1280
1281         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
1282         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
1283
1284 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
1285
1286         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1287
1288 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1289
1290         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1291         prefix keys.
1292         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1293         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1294         gnus-xmas.el.
1295
1296         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
1297         (gnus-xmas-article-describe-bindings): New function.
1298         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
1299         gnus-xmas-article-describe-bindings.
1300
1301         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
1302
1303 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1304
1305         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1306         Add new variables for article mark management.
1307         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1308         list of extra data entries which, when present, will indicate that the
1309         article ID should not be trimmed from the registry.
1310         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1311         functions.
1312         (gnus-registry-read-mark): New function to read a mark name from the
1313         user.
1314         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1315         (gnus-registry-set-article-mark-internal): New functions to add and
1316         remove marks.
1317         (gnus-registry-get-article-marks): New function to show the marks for
1318         an article, or retrieve them for further use.
1319
1320 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1321
1322         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1323         keys when no argument is given.
1324
1325 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1326
1327         * imap.el (imap-ping-server): New variable.
1328         (imap-opened): On add extra ping if imap-ping-server is non-nil.
1329         (imap-ping-server): Minor doc string fixes.
1330
1331 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1332
1333         * imap.el (imap-ping-server): New function.
1334         (imap-opened): Call imap-ping-server.
1335
1336 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1337
1338         * gnus-sum.el (gnus-article-sort-by-random)
1339         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
1340         jidanni@jidanni.org.
1341
1342 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1343
1344         * gnus-art.el (gnus-article-describe-bindings): New function.
1345         (gnus-article-read-summary-keys): Use it.
1346         (gnus-article-mode-map): Bind `C-h b' to it.
1347
1348 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1349
1350         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1351         XEmacs.
1352         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1353         against non-character events.
1354
1355         * lpath.el: Fbind map-keymap for Emacs 21.
1356
1357 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
1358
1359         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1360         command.
1361         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1362         instead of END.  Change name of the temp file.
1363         (gnus-group-gmane-group-download-format): Add doc string.  Make it
1364         customizable.
1365
1366 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1367
1368         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1369         bind `S W' to gnus-article-wide-reply-with-original; set default
1370         binding to gnus-article-read-summary-send-keys.
1371         (gnus-article-read-summary-keys): Fix the order of keys; display
1372         continuation keys correctly in the echo area; describe bindings
1373         correctly when keys end with `C-h'.
1374         (gnus-article-read-summary-send-keys): New function.
1375         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1376         for gnus-article-read-summary-send-keys; display continuation keys
1377         correctly in the echo area.
1378         (gnus-article-reply-with-original): Ignore prefix argument.
1379         (gnus-article-wide-reply-with-original): New function.
1380
1381         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
1382         Emacs 21.
1383
1384 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1385
1386         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1387         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1388
1389 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
1390
1391         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1392         (gnus-group-read-ephemeral-gmane-group): New command.
1393
1394 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1395
1396         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1397
1398 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1399
1400         * message.el (message-send-mail-function): Increase custom version.
1401
1402         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1403         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
1404
1405 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
1406
1407         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
1408         for the cases where imap-authenticate is called with a nil buffer
1409         parameter.
1410
1411 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1412
1413         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1414         html parts correctly; support forwarded messages.
1415         (gnus-article-browse-html-article): Remove work buffers.
1416
1417         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1418         compiling.
1419         (netrc-bound-and-true-p): New macro.
1420         (netrc-parse): Use it instead of bound-and-true-p that is not available
1421         in XEmacs 21.4.
1422
1423 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1424
1425         * gnus-registry.el (gnus-registry-mark-article)
1426         (gnus-registry-article-marks): Add functionality to mark articles
1427         through the Gnus registry.
1428
1429         * encrypt.el: Clarify documentation for the new pgg method.
1430         (encrypt-file-alist): Add PGG option.
1431         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
1432         functionality.  Abstract password key and messaging to external
1433         functions.
1434         (encrypt-password-key, encrypt-get-passphrase-if-needed)
1435         (encrypt-message-method-and-cipher): Add new convenience external
1436         functions.
1437         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
1438         (encrypt-pgg-process-buffer): Add PGG functionality glue.
1439
1440         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1441         (netrc-parse): Use encrypt-file-alist to determine if
1442         encrypt-find-model or encrypt-insert-file-contents should be used.
1443
1444         * encrypt.el: Clarify documentation.  Load password-cache or
1445         password, whichever one is found first, instead of autoloading.
1446
1447 2007-12-19  Glenn Morris  <rgm@gnu.org>
1448
1449         * mml.el (message-options-set, message-narrow-to-head)
1450         (message-in-body-p, message-mail-p, message-encode-message-body):
1451         Autoload.
1452         (message-remove-header, message-narrow-to-headers-or-head)
1453         (message-subscribed-p, message-make-mail-followup-to)
1454         (message-position-on-field, message-news-p)
1455         (message-options-set-recipient, message-generate-headers)
1456         (message-sort-headers): Declare as functions.
1457
1458 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1459
1460         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1461         convention in doc string.
1462
1463 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1464
1465         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1466         title to html parts.
1467         (gnus-article-browse-html-article): Pass message header to it.
1468
1469         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1470
1471 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1472
1473         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1474         or password compatible with XEmacs.
1475
1476 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1477
1478         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1479         format document.
1480         (gnus-mime-delete-part): Don't write description line if empty.
1481         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1482
1483 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1484
1485         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1486         (gnus-summary-mark-read-and-unread-as-read)
1487         (gnus-summary-mark-current-read-and-unread-as-read)
1488         (gnus-summary-mark-unread-as-ticked): Doc fix.
1489         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1490
1491 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1492
1493         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1494         Christoph Conrad <christoph.conrad@gmx.de>.
1495
1496 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1497
1498         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1499         yes-or-no-p.
1500
1501 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1502
1503         * mm-decode.el (mm-add-meta-html-tag): New function.
1504         (mm-save-part-to-file, mm-pipe-part): Use it.
1505
1506         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1507         gnus-y-or-n-p instead of y-or-n-p.
1508         (gnus-article-browse-html-parts): Work with message/external-body; use
1509         mm-add-meta-html-tag.
1510
1511 2007-12-11  Glenn Morris  <rgm@gnu.org>
1512
1513         * gnus-cache.el: Require gnus-sum not just when compiling.
1514
1515         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1516
1517         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1518         definitions before use.
1519
1520         * mm-decode.el: Require gnus-util.
1521         (mm-remove-part): Only call delete-annotation on XEmacs.
1522
1523         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1524
1525         * nnmail.el: Require gnus-int.
1526
1527         * spam.el: Move `require's before `eval-when-compile's.
1528
1529         * gnus-ems.el (gnus-alive-p):
1530         * gnus-fun.el (message-goto-eoh):
1531         * gnus-util.el (gnus-group-name-decode):
1532         * mail-source.el (gnus-compress-sequence):
1533         * message.el (Info-goto-node, format-spec):
1534         * mm-bodies.el (message-options-get):
1535         * mm-decode.el (mm-view-pkcs7):
1536         * mm-util.el (gmm-write-region):
1537         * mml-smime.el (mml-compute-boundary)
1538         (gnus-completing-read-with-default):
1539         * mml.el (widget-button-press, gnus-make-hashtable):
1540         * mml1991.el (mm-decode-content-transfer-encoding)
1541         (mm-encode-content-transfer-encoding)
1542         (message-options-get, message-options-set):
1543         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1544         * nnfolder.el (gnus-request-group):
1545         * nnheader.el (ietf-drums-unfold-fws):
1546         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1547         * smime.el (gnus-run-mode-hooks):
1548         * spam-stat.el (gnus-message): Autoload.
1549
1550         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1551         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1552         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1553         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1554         Add declare-function compatibility definition.
1555
1556         * gnus-cache.el (nnvirtual-find-group-art):
1557         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1558         (gnus-add-image, gnus-add-wash-type):
1559         * gnus-group.el (nnkiboze-score-file):
1560         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1561         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1562         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1563         (message-tokenize-header, gnus-get-buffer-create)
1564         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1565         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1566         * gnus.el (gnus-group-decoded-name):
1567         * mail-source.el (imap-capability):
1568         * mm-bodies.el (message-options-set):
1569         * mm-decode.el (gnus-configure-windows):
1570         * mm-extern.el (message-goto-body):
1571         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1572         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1573         (epg-sub-key-validity, message-options-set):
1574         * mml.el (widget-event-point, gnus-configure-windows):
1575         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1576         * mml2015.el (epg-check-configuration, epg-configuration)
1577         (message-options-set):
1578         * nndb.el (nndb-request-article):
1579         * nnfolder.el (gnus-request-create-group):
1580         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1581         * nnmaildir.el (gnus-group-mark-article-read):
1582         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1583         * rfc1843.el (message-fetch-field):
1584         * spam.el (gnus-extract-address-components):
1585         Declare as functions.
1586
1587 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1588
1589         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1590
1591         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1592
1593         * lpath.el: Fbind run-mode-hooks for Emacs 21;
1594         bind show-trailing-whitespace for XEmacs.
1595
1596 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1597
1598         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
1599         new no-op macro for backward compatibility.
1600
1601         * imap.el (imap-string-to-integer): New function.
1602
1603 2007-12-09  Glenn Morris  <rgm@gnu.org>
1604
1605         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1606
1607         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1608         * message.el, mm-view.el, sieve-manage, smime.el:
1609         Add declare-function compatibility definition.
1610
1611         * gnus-art.el (w3-region, w3m-region, Info-menu):
1612         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1613         * gnus-sum.el (gnus-get-predicate):
1614         * gnus-util.el (mm-append-to-file, w32-focus-frame):
1615         * message.el (mail-abbrev-in-expansion-header-p):
1616         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1617         (w3m-detect-meta-charset, w3m-region):
1618         * sieve-manage.el (password-read, password-cache-add)
1619         (password-cache-remove):
1620         * smime.el (password-read-and-add): Declare as functions.
1621
1622 2007-12-08  David Kastrup  <dak@gnu.org>
1623
1624         * gnus-sum.el (gnus-summary-simplify-subject-query):
1625         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1626         `message'.
1627
1628 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1629
1630         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
1631         it to bind idna-program, installation-directory, defined-colors, and
1632         face-attribute for XEmacs of the version that compiles defcustom forms.
1633
1634 2007-12-07  Glenn Morris  <rgm@gnu.org>
1635
1636         * gnus-art.el (article-make-date-line): Revert previous change.
1637
1638 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1639
1640         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1641
1642 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
1643
1644         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1645         Call gnus-add-to-range ranges only once with a prepared article-list.
1646
1647 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
1648
1649         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1650         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1651         group names with backslashes.  Reported by Tassilo Horn
1652         <tassilo@member.fsf.org>.
1653
1654 2007-12-06  D. Goel  <deego3@gmail.com>
1655
1656         * gnus-art.el (article-make-date-line):
1657         * gnus-start.el (gnus-load):
1658         * pop3.el (pop3-read-response): Fix buggy call to `error'.
1659
1660 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * gnus-art.el (gnus-use-idna)
1663         * gnus-start.el (gnus-site-init-file)
1664         * message.el (message-use-idna)
1665         * mm-uu.el (mm-uu-hide-markers)
1666         * smiley.el (smiley-style): Revert changes that suppress warnings.
1667
1668 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1669
1670         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1671         specify charset to html source.  Reported by Christoph Conrad
1672         <christoph.conrad@gmx.de>.
1673
1674 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1675
1676         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1677         idna-program in order to suppress byte compile warning issued by XEmacs
1678         that came to byte compile the default value section of defcustom forms
1679         recently.
1680
1681         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1682         value of installation-directory.
1683
1684         * message.el (message-use-idna): Don't directly refer to the value of
1685         idna-program.
1686
1687         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1688
1689         * smiley.el (smiley-style): Don't directly call face-attribute.
1690
1691 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
1692
1693         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1694
1695         * gnus-dired.el: Reduce Gnus dependencies.
1696         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1697         require.  Use autoloads instead.
1698         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1699         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1700         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1701         (gnus-dired-mode): Adjust doc string.
1702         (gnus-dired-mail-mode): New variable.
1703         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1704         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1705         (gnus-dired-mail-buffers): New function.  Return mail or message
1706         composition buffers.
1707         (gnus-dired-attach): Use it.
1708         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1709         NO-DECODE.
1710         (gnus-dired-print): Use `gnus-print-buffer' depending on
1711         `gnus-dired-mail-mode'.
1712
1713 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1714
1715         * rfc2047.el (rfc2047-encoded-word-regexp)
1716         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1717         explaining what regexp patterns are for.
1718
1719 2007-12-04  Glenn Morris  <rgm@gnu.org>
1720
1721         * password.el: Move to password-cache.el.
1722
1723         * mml1991.el (password-read, password-cache-add, password-cache-remove):
1724         * mml2015.el (password-read, password-cache-add, password-cache-remove):
1725         * mml-smime.el (password-read, password-cache-add)
1726         (password-cache-remove):
1727         No need to autoload, since mml-sec requires password.
1728
1729         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1730         * message.el (gnus-extract-address-components):
1731         * mml-smime.el (gnus-extract-address-components): Define for compiler.
1732
1733         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1734         password.
1735
1736 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
1737
1738         * mailcap.el: Reduce dependencies.
1739         (mail-header-parse-content-type): Autoload.
1740         (mailcap-delete-duplicates): New alias.
1741         (mailcap-mime-info): Add optional argument NO-DECODE.
1742         (mailcap-mime-types): Use mailcap-delete-duplicates.
1743
1744         * message.el (message-ignored-supersedes-headers): Add "X-ID".
1745
1746 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
1747
1748         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
1749         (imap-parse-status): Upcase status-att for servers that sends them
1750         lower-case (e.g., MS Exchange 2007).
1751
1752 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1753
1754         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1755         function.
1756
1757         * gnus-uu.el (gnus-uu-decode-yenc): New command.
1758         (gnus-uu-yenc-article): New function.
1759
1760         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1761
1762         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1763         buffer.
1764
1765 2007-12-02  Glenn Morris  <rgm@gnu.org>
1766
1767         * binhex.el (binhex): New custom group.
1768         (binhex-decoder-program, binhex-decoder-switches)
1769         (binhex-use-external): Move to the binhex custom group.
1770
1771         * uudecode.el (uudecode): New custom group.
1772         (uudecode-decoder-program, uudecode-decoder-switches)
1773         (uudecode-use-external): Move to the uudecode custom group.
1774
1775         * netrc.el (top-level): Don't load `encrypt' features.
1776         (netrc-parse): Don't use encrypt.
1777         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
1778
1779         * encrypt.el: Remove file.
1780
1781 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1782
1783         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1784         matches on patches.
1785
1786         * gnus-art.el (gnus-article-browse-html-article): Mention
1787         `mm-text-html-renderer' in the doc string.
1788
1789         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1790         string.  Add comments.
1791
1792         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1793         if rhs is ASCII.
1794
1795 2007-12-01  Glenn Morris  <rgm@gnu.org>
1796
1797         * mail-source.el (top-level): Require format-spec before
1798         eval-when-compile.
1799
1800 2007-11-30  Glenn Morris  <rgm@gnu.org>
1801
1802         * encrypt.el: Require password, rather than autoloading password-read.
1803
1804 2007-11-29  Glenn Morris  <rgm@gnu.org>
1805
1806         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
1807         (sasl-make-client, sasl-next-step, sasl-step-data)
1808         (sasl-step-set-data): Declare as functions.
1809
1810 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
1811
1812         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
1813
1814 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
1815
1816         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
1817         certs should be verified and what is to be done in the event of a
1818         verification failure.
1819
1820         * gnus.el (gnus-method-to-server): Add an optional parameter so the
1821         caller can indicate whether the cache should be disregarded for this
1822         call.  This way the result of the call is reproducible at all times and
1823         can be considered a canonical server name for the supplied method.
1824         (gnus-agent-method-p): Canonicalize server names by pushing their
1825         method through `gnus-method-to-server' using the no-cache argument.
1826
1827         * gnus-srvr.el (gnus-server-insert-server-line): Call
1828         `gnus-method-to-server' with `no-cache' argument.
1829
1830         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1831         gnus-agent-possibly-synchronize-flags as this should be called when the
1832         server is actually being opened.
1833         (gnus-agent-possibly-synchronize-flags)
1834         (gnus-agent-possibly-synchronize-flags-server): Move check for the
1835         flags file of an agentized server to the latter function.
1836
1837         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1838         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1839         after a connection has been established successfully.
1840
1841 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1842
1843         * gnus-art.el (article-display-face): Force to display face if called
1844         interactively; check if gnus-article-x-face-too-ugly matches author.
1845         (article-display-x-face): Display face even if From header is missing
1846         as article-display-face does.
1847
1848 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
1849
1850         * hashcash.el (message-narrow-to-headers-or-head)
1851         (message-fetch-field, message-goto-eoh)
1852         (message-narrow-to-headers): Declare as functions.
1853
1854 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
1855
1856         * mail-source.el (mail-sources): Default to fetch from file for
1857         compatibility with default of nnmail-spool-file.
1858
1859 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1860
1861         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1862         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1863         to look for encoded word that should be encoded again.
1864         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1865         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1866         encoding pattern.
1867         (rfc2047-decode-region): Switch strict regexp and loose one according
1868         to rfc2047-allow-irregular-q-encoded-words.
1869
1870 2007-11-25  Romain Francoise  <romain@orebokech.com>
1871
1872         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1873
1874 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
1875
1876         * tls.el (tls-program): Provide more custom choices from
1877         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
1878         (tls-process-connection-type, tls-success): Remove "*" in doc string.
1879
1880 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1881
1882         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1883         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1884
1885         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1886         `nnmail-spool-file'.
1887
1888         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1889         `nnmail-spool-file'.
1890
1891         * gnus-move.el (gnus-change-server): Ditto.
1892
1893         * gnus-kill.el (gnus-batch-score): Ditto.
1894
1895         * gnus-cache.el (gnus-jog-cache): Ditto.
1896
1897         * gnus-msg.el (gnus-summary-reply):
1898         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1899
1900 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1901
1902         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
1903         version.  Minor improvement to doc strings.
1904         (tls-program): Add comment.
1905
1906 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
1907
1908         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
1909         (tls-checktrust): New variable.  Check if GNU TLS complained about a
1910         mismatch between the hostname provided in the certificate and the name
1911         of the host connnecting to.
1912         (open-tls-stream): Use them.  Check certificates against trusted root
1913         certificates.
1914
1915 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1916
1917         * gnus-cache.el (gnus-cache-generate-nov-databases):
1918         Use nnml-generate-nov-databases-directory instead of
1919         nnml-generate-nov-databases-1.
1920
1921 2007-11-24  Glenn Morris  <rgm@gnu.org>
1922
1923         * message.el (message-tool-bar-retro): Update for rename
1924         mail_send.xpm->mail-send.xpm.
1925
1926 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
1927
1928         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1929         `smime-ldap-search' for Emacs 22 and up.
1930
1931 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1932
1933         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1934
1935         * message.el (message-send-mail-function): Fix error convention.
1936         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1937         (message-widen-reply, message-send-mail, message-talkative-question)
1938         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1939         (message-clone-locals, message-send-news): Use with-current-buffer.
1940         (message-insert-or-toggle-importance): Remove unused var `valid'.
1941         (message-make-references): Remove unused var `new-references'.
1942         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1943
1944 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
1945
1946         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1947         (spam-split-symbolic-return-positive): Reflow docstring.
1948         (spam-backends, spam-summary-exit-behavior)
1949         (spam-mark-ham-unread-before-move-from-spam-group)
1950         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1951         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1952         (spam-clear-cache, spam-backend-check, spam-install-backend)
1953         (spam-install-statistical-backend, spam-list-of-processors)
1954         (spam-group-processor-p, spam-split, spam-bogofilter-score)
1955         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1956         (spam-check-crm114, spam-initialize, spam-unload-hook):
1957         Fix typos in docstrings.
1958
1959 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1960
1961         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1962         been checked if they have never been read and those group levels are
1963         higher than the one that a user specified.
1964
1965 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1966
1967         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1968         foreign groups unless a group level is specified by a user.
1969         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1970
1971 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
1972
1973         * message.el (message-send-mail-function): Require sendmail.
1974
1975 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
1976
1977         * message.el (message-send-mail-function): Check for smtpmail too.
1978
1979         * utf7.el (utf7-encode, utf7-decode): Use coding system
1980         `utf-7'/`utf-7-imap' from utf-7.el' if available.
1981
1982         * message.el (message-send-mail-function): New function.
1983         (message-send-mail-function): Set default using
1984         message-send-mail-function.  Adjust doc string.
1985         (message-send-mail-with-mailclient): New function.
1986
1987 2007-11-17  Richard Stallman  <rms@gnu.org>
1988
1989         * assistant.el: Remove file.
1990
1991 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
1992
1993         * smime.el (from):
1994         * rfc2047.el (message-posting-charset):
1995         * qp.el (mm-use-ultra-safe-encoding):
1996         * pop3.el (parse-time-months):
1997         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1998         * nnml.el (files):
1999         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
2000         (jka-compr-compression-info-list, ange-ftp-path-format)
2001         (efs-path-regexp):
2002         * nndiary.el (files):
2003         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
2004         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
2005         (epg-digest-algorithm-alist, inhibit-redisplay)
2006         (password-cache-expiry):
2007         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
2008         (pgg-output-buffer, password-cache-expiry):
2009         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2010         (efs-path-regexp):
2011         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2012         (inhibit-redisplay):
2013         * mm-uu.el (file-name, start-point, end-point, entry)
2014         (gnus-newsgroup-name, gnus-newsgroup-charset):
2015         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2016         (latin-unity-ucs-list):
2017         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
2018         (mm-uu-binhex-decode-function):
2019         * message.el (gnus-message-group-art, gnus-list-identifiers, )
2020         (rmail-enable-mime-composing, gnus-local-organization)
2021         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
2022         (gnus-read-active-file, facemenu-add-face-function)
2023         (facemenu-remove-face-function, gnus-article-decoded-p)
2024         (tool-bar-mode):
2025         * mail-source.el (display-time-mail-function):
2026         * gnus-util.el (nnmail-pathname-coding-system)
2027         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
2028         (gnus-original-article-buffer, gnus-user-agent)
2029         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
2030         (xemacs-codename, sxemacs-codename, emacs-program-version):
2031         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
2032         * gnus-start.el (gnus-agent-covered-methods)
2033         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
2034         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
2035         (gnus-newsgroup-headers, gnus-group-list-mode)
2036         (gnus-group-mark-positions, gnus-newsgroup-data)
2037         (gnus-newsgroup-unreads, nnoo-state-alist)
2038         (gnus-current-select-method, mail-sources)
2039         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
2040         (nnmail-spool-file, gnus-cache-active-hashtb):
2041         * gnus-mh.el (mh-lib-progs):
2042         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
2043         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
2044         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
2045         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
2046         (gnus-group-buffer):
2047         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
2048         (font-lock-set-defaults):
2049         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
2050         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
2051         (gnus-summary-post-menu, total-parts, type, condition, length):
2052         * gnus-agent.el (gnus-agent-read-agentview):
2053         * flow-fill.el (show-trailing-whitespace):
2054         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
2055         eval-and-compile wrappers for byte compiler pacifiers.
2056
2057         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
2058         (mm-display-inline-fontify): Check for featurep 'xemacs not
2059         extent-list.
2060
2061         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
2062         itimer-list.
2063         (mm-create-image-xemacs): Only do something for XEmacs.
2064         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
2065
2066         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
2067
2068         * gnus-registry.el (gnus-adaptive-word-syntax-table):
2069         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
2070
2071 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
2072
2073         * nnimap.el (nnimap-split-download-body):
2074         * gnus-demon.el (gnus-demon):
2075         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
2076
2077 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2078
2079         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
2080         macros.
2081         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
2082         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
2083         copy data from unibyte buffer to multibyte current buffer.
2084         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
2085         to copy data from unibyte current buffer to multibyte buffer.
2086         (nntp-make-process-buffer): Make process buffer unibyte.
2087
2088         * pop3.el (pop3-open-server): Fix typo in Lisp code.
2089
2090 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
2091
2092         * pop3.el (pop3-open-server): Accept and process data more robustly at
2093         connexion start to avoid spurious "POP SSL connexion failed" errors.
2094
2095 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2096
2097         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2098         read group names.
2099
2100 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
2101
2102         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2103
2104 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2105
2106         * nnmail.el (nnmail-parse-active): Make group names unibyte.
2107         (nnmail-save-active): Use a unibyte buffer when saving active file,
2108         which may contain non-ASCII group names.
2109
2110         * nnml.el (nnml-request-group): Decode group names in messages.
2111
2112 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
2113
2114         * message.el (message-citation-line-function)
2115         (message-insert-formatted-citation-line): Fix spelling of
2116         `message-insert-formated-citation-line'.
2117
2118 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
2119
2120         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2121
2122 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2123
2124         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2125         nnmail-pathname-coding-system.
2126
2127         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2128         that a user enters; decode group names in messages.
2129
2130         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2131
2132 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2133
2134         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2135
2136         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2137
2138         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2139         risky local variable.
2140
2141         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2142
2143 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2144
2145         * encrypt.el: Improve documentation to fix function name typo.
2146         Reported by Daiki Ueno <ueno@unixuser.org>.
2147
2148 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2151         even if the point is not in the last page of an article.
2152         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2153         back to the previous page.
2154
2155 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
2156
2157         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2158
2159 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2160
2161         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2162
2163 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2164
2165         * message.el (message-check-news-body-syntax): Avoid
2166         mm-string-as-multibyte.
2167         (message-hide-headers): Don't assume (point-min)==1.
2168
2169 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2170
2171         * message.el (message-remove-blank-cited-lines): Fix if remove is
2172         given.
2173         (message-bogus-address-regexp): New variable.
2174         (message-bogus-recipient-p): New function.
2175         (message-check-recipients): New command.
2176         (message-syntax-checks): Add `bogus-recipient'.
2177         (message-fix-before-sending): Add `bogus-recipient'.
2178
2179         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2180         (gnus-treat-body-boundary): Don't test window-system.
2181
2182 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
2183
2184         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2185
2186 2007-10-28  Miles Bader  <miles@gnu.org>
2187
2188         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2189         at compile-time too.
2190
2191 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2192
2193         * gnus-msg.el (gnus-message-setup-hook): Add
2194         `message-remove-blank-cited-lines' to options.
2195
2196 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2197
2198         * message.el (message-remove-blank-cited-lines): New function.
2199         Suggested by Karl Plästerer.
2200
2201 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2202
2203         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2204         mapc.
2205
2206         * imap.el (imap-open): Replace mapcar called for effect with mapc.
2207         (top-level): Use mapc to set functions to be traced for debugging.
2208
2209         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2210         called for effect with while loop.
2211
2212         * message.el (message-talkative-question): Replace mapcar called for
2213         effect with mapc.
2214
2215         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2216         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2217         called for effect with dolist.
2218
2219         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2220
2221         * nndiary.el: Use dolist instead of mapcar to add diary headers to
2222         gnus-extra-headers and nnmail-extra-headers.
2223
2224         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2225         called for effect with dolist.
2226         (top-level): Use mapc to set functions to be traced for debugging.
2227
2228         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2229         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2230         dolist.
2231
2232         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2233         Replace mapcar called for effect with mapc.
2234         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2235         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2236         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2237         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2238
2239         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2240         remove-if that's a cl function.
2241
2242         * webmail.el (webmail-debug): Replace mapcar called for effect with
2243         dolist.
2244
2245         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
2246         with mapc.
2247
2248 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2249
2250         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2251         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2252         with while loop.
2253
2254         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2255         functions from article-* functions.
2256         (gnus-multi-decode-header): Replace mapcar called for effect with
2257         dolist.
2258
2259         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2260         (gnus-bookmark-show-details): Replace mapcar called for effect with
2261         while loop.
2262
2263         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2264         called for effect with while loop.
2265
2266         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2267         with dolist.
2268
2269         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2270         mapcar called for effect with dolist.
2271
2272         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2273
2274         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2275         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2276         Replace mapcar called for effect with dolist.
2277         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2278         mapc.
2279
2280         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2281         Replace mapcar called for effect with dolist.
2282         (gnus-topic-list): Replace mapcar called for effect with mapc.
2283
2284         * gnus.el: Use mapc instead of mapcar to add autoloads.
2285
2286 2007-10-23  Richard Stallman  <rms@gnu.org>
2287
2288         * gnus-group.el (gnus-group-highlight): Mark as risky.
2289
2290 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2291
2292         * gnus.el (gnus-server-to-method): Return method found first in
2293         gnus-newsrc-alist.
2294
2295         * gnus-art.el (gnus-article-highlight-signature)
2296         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2297         button overlay without the front stickiness.
2298
2299 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
2300
2301         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2302         overview buffer needed a catch to receive its throw.
2303         (gnus-agent-flush-cache): Declared as interactive to make this function
2304         easier to use.
2305
2306 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2307
2308         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2309         `next-line'.
2310
2311 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2312
2313         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2314         exclude address matching message-dont-reply-to-names.
2315
2316 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2317
2318         * gnus-util.el (gnus-string<): New function.
2319
2320         * gnus-sum.el (gnus-article-sort-by-author)
2321         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2322
2323 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2324
2325         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2326         the frame-focus tag is set in gnus-buffer-configuration.
2327
2328 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2329
2330         * gnus-art.el (gnus-article-add-button): Make a button overlay without
2331         the front stickiness.
2332
2333 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2334
2335         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2336         url pattern; remove duplicate one.
2337         (gnus-article-extend-url-button): New function.
2338         (gnus-article-add-buttons): Use it.
2339         (gnus-button-push): Use concatenated url that it makes.
2340
2341 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
2342
2343         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2344
2345 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2346
2347         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2348         Don't hardcode point-min==1.
2349
2350 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
2351
2352         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2353         Fix comment about "iso8859-1".
2354
2355 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
2356
2357         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2358         ones returned from the verify-function.
2359
2360         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2361         mml2015-extract-cleartext-signature if extraction failed.
2362
2363 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
2364
2365         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2366         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2367         failed.
2368
2369 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2370
2371         * Relicense "GPLv2 or later" files to "GPLv3 or later".
2372
2373 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
2374
2375         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
2376         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
2377         recommends to use EasyPG instead of PGG.
2378
2379         * pgg.el: Revert to revision 6.23.2.16
2380
2381         * pgg-def.el: Revert to revision 6.6.2.14.
2382
2383         * pgg-gpg.el: Revert to revision 6.23.2.34.
2384
2385 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2386
2387         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2388         to mark a thread as expirable.  Add variable `hide' to handle hiding of
2389         thread for both the null and zero (kill/expire thread) universal prefix
2390         cases.
2391         (gnus-summary-expire-thread): Add new function to expire a thread,
2392         using gnus-summary-kill-thread.
2393         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2394         shortcuts for gnus-summary-expire-thread.
2395         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2396         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
2397
2398 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2399
2400         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2401         extras value, so an extras entry can be deleted.
2402         (gnus-registry-delete-extra-entry): Use it.
2403         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2404         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2405         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2406         storage through the gnus-registry, and provide an appropriate API for
2407         it.
2408
2409 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2410
2411         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2412         Suggested by Leo <sdl.web@gmail.com>.
2413
2414         * gnus.el: Do.
2415
2416 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2417
2418         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2419         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
2420
2421         * gnus-agent.el (gnus-agent-fetch-headers): Do.
2422
2423         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2424         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2425
2426 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2427
2428         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2429         newline.
2430         (nnmbox-request-accept-article): Don't change article in source buffer;
2431         narrow to header to use message-fetch-field rather than
2432         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2433         (nnmbox-request-replace-article): Quote lines that'll be misidentified
2434         as delimiters; make sure article ends with newline.
2435         (nnmbox-delete-mail): Correct last position of article to be deleted;
2436         ignore X-Gnus-Newsgroup header in article body.
2437         (nnmbox-save-mail): Quote lines looking like delimiters at the right
2438         positions; make sure article ends with newline.
2439
2440         * message.el (message-display-abbrev): Don't infloop when a user
2441         inserts SPC in the beginning of header.
2442
2443         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
2444         coding-system-for-read and coding-system-for-write for XEmacs having no
2445         file-coding feature.
2446
2447         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
2448
2449 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
2450
2451         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2452         list of groups not followed by default.  Fix type to be regexp.
2453         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2454
2455 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2456
2457         * hmac-def.el (define-hmac-function): Switch from old-style to
2458         new-style backquotes.
2459
2460         * md4.el (md4-make-step): Likewise.
2461
2462 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2463
2464         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2465         raw-text coding system when saving .newsrc file, which may contain
2466         non-ASCII group names.
2467
2468 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2469
2470         * gnus-cus.el (gnus-score-extra): New widget.
2471         (gnus-score-extra-convert): New function.
2472         (gnus-score-customize): Use it for Extra.
2473
2474 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2475
2476         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2477         (mml2015-mailcrypt-clear-verify): Use it.
2478         (mml2015-gpg-clear-verify): Use it.
2479         (mml2015-pgg-clear-verify): Use it.
2480         (mml2015-epg-clear-verify): Replace the current part with the output
2481         from GnuPG; don't extract the plaintext by itself.
2482
2483         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2484         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2485         mml2015-clear-verify-function; don't touch the armor headers or
2486         dash-escaped text here.
2487
2488 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2489
2490         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2491         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2492         parts, or application/octet-stream as a last resort.
2493         (gnus-mime-view-part-as-type): Don't toggle display.
2494         (gnus-mime-view-part-as-charset): Don't turn off display before
2495         querying charset.
2496
2497         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2498         stuff to undisplayer function in Emacs.
2499         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2500
2501         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2502         text/calendar parts.
2503
2504 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2505
2506         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2507         decoding text/calendar parts.
2508
2509         * message.el (message-forward-make-body-mime): Always mark body as
2510         having no illegible text; remove signed-or-encrypted argument.
2511         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2512
2513         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2514         (mml-generate-mime-1): Don't encode body if it is specified to be in
2515         raw form; don't make buffer be unibyte when inserting multibyte string.
2516
2517 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2518
2519         * sha1.el: Fix up comment style.
2520         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2521         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2522
2523         * hex-util.el: Fix up comment style.
2524         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2525
2526         * gnus-salt.el: Use with-current-buffer.
2527         (gnus-pick-setup-message): Fix long-standing typo.
2528
2529 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2530
2531         * imap.el (imap-logout-timeout): New variable.
2532         (imap-logout, imap-logout-wait): New functions.
2533         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2534
2535         * nnimap.el (nnimap-logout-timeout): New server variable.
2536         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2537         nnimap-logout-timeout.
2538
2539         * gnus-art.el (gnus-article-summary-command-nosave)
2540         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2541
2542 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2543
2544         * gnus.el (gnus-maximum-newsgroup): New variable.
2545
2546         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2547         according to gnus-maximum-newsgroup.
2548
2549         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2550         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2551         Limit the range of articles according to gnus-maximum-newsgroup.
2552
2553 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2554
2555         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2556         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2557         Don't perform gnus-configure-windows here; reuse existing sticky
2558         article buffer.
2559
2560         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2561         it doesn't exist in gnus-article-mode.
2562
2563 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2564
2565         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2566         (gnus-agent-decoded-group-name): New function.
2567         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2568         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2569
2570 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
2571
2572         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2573         Add binding for gnus-sticky-article.
2574         (gnus-summary-exit): Don't kill sticky article buffers.
2575
2576         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2577         article buffer.
2578         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2579         (gnus-kill-sticky-article-buffers): New commands.
2580
2581 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2582
2583         * nntp.el (nntp-xref-number-is-evil): New server variable.
2584         (nntp-find-group-and-number): If it is non-nil, don't trust article
2585         numbers in the Xref header.
2586
2587 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2588
2589         * gnus-agent.el (gnus-agent-read-group): New function.
2590         (gnus-agent-flush-group, gnus-agent-expire-group)
2591         (gnus-agent-regenerate-group): Use it.
2592         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2593         nnmail-pathname-coding-system.
2594
2595 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2596
2597         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2598
2599         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2600         that are unread as unread, and also as selected so that information of
2601         marks having been changed by a user may be updated when exiting group.
2602
2603 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2604
2605         * gnus-art.el (gnus-mime-display-single): Pass part number that is
2606         calculated ignoring signature parts to gnus-treat-article.
2607
2608 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2609
2610         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2611         a point here in order to keep the window start.
2612         (gnus-insert-mime-security-button): Make a button overlay without the
2613         front stickiness.
2614         (gnus-mime-display-security): Goto the end of a button.
2615
2616         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2617
2618 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2619
2620         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2621         group-name-at-point.
2622         (gnus-group-completing-read): New function that offers decoded
2623         non-ASCII group names for completion.
2624         (gnus-fetch-group, gnus-group-read-ephemeral-group)
2625         (gnus-group-jump-to-group, gnus-group-make-group-simple)
2626         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2627         (gnus-group-fetch-control): Use it.
2628         (gnus-fetch-group): Use group-name-at-point for the initial value
2629         rather than the default value; use gnus-alive-p.
2630
2631         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2632         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2633         (gnus-summary-post-news): Use gnus-group-completing-read.
2634
2635         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2636         (gnus-read-move-group-name): Decode group name for completion.
2637
2638 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
2639
2640         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2641         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2642         Yamaoka slightly modified the code).
2643
2644 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2645
2646         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2647         (nnmail-split-incoming): Bind it.
2648
2649         * nnml.el (nnml-group-name-charset): New function.
2650         (nnml-decoded-group-name): Use it; don't decode group name if
2651         nnmail-group-names-not-encoded-p is non-nil.
2652         (nnml-encoded-group-name): New function.
2653         (nnml-group-pathname): Inline nnml-decoded-group-name.
2654         (nnml-request-expire-articles): Decode group name in message.
2655         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2656         nnmail-pathname-coding-system.
2657         (nnml-save-mail, nnml-active-number): Work with decoded group names and
2658         not decoded ones according to nnmail-group-names-not-encoded-p.
2659         (nnml-generate-active-info): Use nnml-encoded-group-name.
2660
2661 2007-08-08  Glenn Morris  <rgm@gnu.org>
2662
2663         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2664         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2665         doc-strings and comments.
2666
2667 2007-07-25  Glenn Morris  <rgm@gnu.org>
2668
2669         * Relicense all FSF files to GPLv3 or later.
2670
2671 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2672
2673         * gnus-sum.el (gnus-summary-move-article): Make
2674         gnus-summary-respool-article work.
2675
2676 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
2677
2678         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2679         string.
2680
2681 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
2682
2683         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
2684         that should be ignored when comparing distant RSS articles with local
2685         ones.
2686         (nnrss-make-hash-index): New function.  Create a hash index according
2687         to the ignored fields.
2688         (nnrss-check-group): Use it.
2689
2690 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2691
2692         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2693
2694         * gnus-art.el (article-decode-group-name): Decode Xref header too.
2695
2696         * gnus-group.el (gnus-group-make-group): Encode group name here unless
2697         the new optional argument ENCODED is non-nil.
2698         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2699         coding system for encoding group name.
2700         (gnus-group-make-rss-group): Pass un-encoded group name to
2701         gnus-group-make-group.
2702         (gnus-group-set-info): Tell gnus-group-make-group that group name is
2703         encoded.
2704
2705         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2706         Encode group name to which articles are moved or copied.
2707         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2708         coding system for encoding Newsgroup, Followup-To and Xref headers.
2709
2710         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2711         marks; use nnheader-file-coding-system to write a file.
2712         (nnagent-retrieve-headers): Bind file-name-coding-system to
2713         nnmail-pathname-coding-system.
2714
2715         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2716
2717         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2718         (nnml-request-article, nnml-request-create-group)
2719         (nnml-request-rename-group, nnml-find-id)
2720         (nnml-possibly-change-directory, nnml-possibly-create-directory)
2721         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2722         (nnml-save-marks): Use nnml-group-pathname instead of
2723         nnmail-group-pathname.
2724
2725         (nnml-request-create-group, nnml-request-expire-articles)
2726         (nnml-request-move-article, nnml-request-delete-group)
2727         (nnml-deletable-article-p, nnml-possibly-create-directory)
2728         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2729         (nnml-open-marks): Bind file-name-coding-system to
2730         nnmail-pathname-coding-system.
2731
2732         (nnml-request-article): Pass server argument to nnml-find-group-number.
2733         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2734         server argument to nnml-possibly-create-directory.
2735         (nnml-request-accept-article): Pass server argument to
2736         nnml-active-number and nnml-save-mail.
2737         (nnml-find-group-number): Pass server argument to nnml-find-id.
2738         (nnml-request-update-info): Pass server argument to
2739         nnml-marks-changed-p.
2740
2741         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2742         (nnml-save-mail, nnml-active-number): Add server argument.
2743
2744         (nnml-request-delete-group): Warn if group is missing.
2745         (nnml-get-nov-buffer): Decode group name.
2746         (nnml-generate-active-info): Encode group name.
2747         (nnml-open-marks): Decode group name in messages.
2748
2749 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2750
2751         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2752         if it is not specified.
2753         (gnus-article-pipe-part, gnus-article-save-part)
2754         (gnus-article-interactively-view-part, gnus-article-copy-part)
2755         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2756         (gnus-article-inline-part, gnus-article-save-part-and-strip)
2757         (gnus-article-replace-part, gnus-article-delete-part)
2758         (gnus-article-view-part-as-type): Pass raw prefix argument to
2759         gnus-article-part-wrapper.
2760
2761 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2762
2763         * gnus-agent.el (gnus-agent-save-active): Bind
2764         nnheader-file-coding-system to gnus-agent-file-coding-system.
2765
2766         * gnus-cache.el (gnus-cache-save-buffers)
2767         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2768         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2769         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2770         (gnus-cache-braid-nov, gnus-cache-braid-heads)
2771         (gnus-cache-generate-active, gnus-cache-rename-group)
2772         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2773         (gnus-cache-update-overview-total-fetched-for): Bind
2774         file-name-coding-system to nnmail-pathname-coding-system.
2775         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2776         variables.
2777         (gnus-cache-decoded-group-name): New function.
2778         (gnus-cache-file-name): Use it.
2779         (gnus-cache-generate-active): Use non-decoded group name for active.
2780
2781         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2782         right place.
2783         (gnus-write-active-file): Don't break non-ASCII group names.
2784
2785         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2786         nnmail-pathname-coding-system.
2787
2788         * lpath.el: Bind default-file-name-coding-system,
2789         file-name-coding-system and language-info-alist for XEmacs.
2790
2791         * gnus-uu.el (gnus-uu-decode-save): Typo.
2792
2793 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2794
2795         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2796
2797 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2798
2799         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2800         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2801         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2802         (gnus-agent-flush-group, gnus-agent-flush-cache)
2803         (gnus-agent-fetch-headers, gnus-agent-load-alist)
2804         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2805         (gnus-agent-retrieve-headers, gnus-agent-request-article)
2806         (gnus-agent-regenerate-group)
2807         (gnus-agent-update-files-total-fetched-for)
2808         (gnus-agent-update-view-total-fetched-for): Bind
2809         file-name-coding-system to nnmail-pathname-coding-system.
2810         (gnus-agent-group-pathname): Don't encode file names by
2811         nnmail-pathname-coding-system.
2812         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2813         coding-system-for-write instead of buffer-file-coding-system to
2814         gnus-agent-file-coding-system.
2815
2816         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2817         Decode group name.
2818
2819         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2820
2821         * gnus-start.el (gnus-update-active-hashtb-from-killed)
2822         (gnus-read-newsrc-el-file): Make group names unibyte.
2823
2824         * nnmail.el (nnmail-group-pathname): Don't encode file names by
2825         nnmail-pathname-coding-system.
2826
2827         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2828         (nnrss-request-delete-group): Bind file-name-coding-system to
2829         nnmail-pathname-coding-system.
2830         (nnrss-read-server-data, nnrss-read-group-data): Bind
2831         file-name-coding-system correctly.
2832         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2833
2834         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2835         (nntp-server-to-method-cache): New variable.
2836         (nntp-group-pathname): New function that decodes non-ASCII group names.
2837         (nntp-possibly-create-directory, nntp-marks-changed-p)
2838         (nntp-save-marks, nntp-open-marks): Use it.
2839         (nntp-possibly-create-directory, nntp-open-marks):
2840         Bind file-name-coding-system to nnmail-pathname-coding-system.
2841         (nntp-open-marks): Decode group names when bootstrapping marks.
2842
2843         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2844         Newsgroups and Folowup-To headers.
2845
2846 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2847
2848         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2849         (gnus-server-closed-face, gnus-server-denied-face)
2850         (gnus-server-offline-face): Remove variable.
2851         (gnus-server-font-lock-keywords): Use faces that are not aliases.
2852
2853         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2854         of modifying message-stack directly for XEmacs.
2855
2856         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2857         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2858         if the coding-system argument is nil for XEmacs.
2859
2860         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2861         mm-charset-override-alist.
2862
2863         * rfc2047.el: Don't require base64; require rfc2045 for the function
2864         rfc2045-encode-string.
2865         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2866         to quote the parameter value.
2867
2868 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2869
2870         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2871         form in gnus-group-name-charset-method-alist.
2872
2873         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2874         overrides the default layout edit-form.
2875
2876         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2877
2878         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2879
2880 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2881
2882         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2883         as unfetched articles.
2884
2885 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
2886
2887         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2888
2889 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2890
2891         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2892         original back end that keeps marks in the local system.
2893
2894 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2895
2896         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2897         arg of pop-to-buffer for XEmacs.
2898         (gnus-article-read-summary-keys): Ditto; don't restore window
2899         configuration if summary command ends up with neither article buffer
2900         nor summary buffer; describe bindings if summary keys end with C-h.
2901
2902 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2903
2904         * message.el (message-fix-before-sending): Skip raw message part to be
2905         forwarded while checking illegible text.
2906         (message-forward-make-body-mime, message-forward-make-body): Mark
2907         signed or encrypted raw message as having no illegible text.
2908
2909 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2910
2911         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2912         (gnus-message-with-timestamp-1): New macro.
2913         (gnus-message-with-timestamp): New function.
2914         (gnus-message): Use them.
2915
2916         * nnheader.el (nnheader-message): Use them.
2917
2918 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
2919
2920         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2921         .newsrc.eld file.
2922
2923 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2924
2925         * gnus-agent.el (gnus-agent-fetch-headers)
2926         (gnus-agent-retrieve-headers): Bind
2927         gnus-decode-encoded-address-function to identity.
2928
2929         * nntp.el (nntp-send-xover-command): Recognize an xover command is
2930         available also when the server returns simply a dot.
2931
2932         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2933
2934 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2935
2936         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2937
2938 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2939
2940         * gnus-ems.el (gnus-x-splash): Make it work.
2941
2942         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2943         from being used.
2944
2945         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
2946
2947 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2948
2949         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
2950         4th and the 5th arguments.
2951
2952         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2953         the front stickiness.
2954         (gnus-article-summary-command-nosave): Correct the order of the
2955         arguments passed to pop-to-buffer.
2956         (gnus-article-read-summary-keys): Ditto; make it work properly when the
2957         summary command ends up with the article buffer.
2958
2959         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2960         the same faces.
2961
2962 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2963
2964         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2965
2966 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2967
2968         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2969         * gnus-sum.el (gnus-summary-highlight):
2970         * pgg.el (pgg-sign-region, pgg-sign):
2971         * mail-source.el (mail-source-delete-old-incoming-confirm):
2972         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2973
2974 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2975
2976         * gnus-art.el (gnus-mime-view-part-externally)
2977         (gnus-mime-view-part-internally): Fix predicate function passed to
2978         completing-read.
2979
2980         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2981
2982         * gnus.el (gnus-update-message-archive-method): Add :version.
2983
2984 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2985
2986         * gnus.el (gnus-update-message-archive-method): New variable.
2987
2988         * gnus-start.el (gnus-setup-news): Update saved "archive" method
2989         according to gnus-message-archive-method if
2990         gnus-update-message-archive-method is non-nil.
2991
2992 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2993
2994         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
2995         by Loic Dachary <loic@dachary.org>.
2996         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2997
2998 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2999
3000         * message.el (message-pop-to-buffer): Add switch-function argument.
3001         (message-mail): Pass switch-function argument to it.
3002
3003 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
3004
3005         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
3006         Improve doc string.
3007
3008 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3009
3010         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3011         (gnus-header-content)
3012         * gnus-cite.el (gnus-cite-10)
3013         * gnus-srvr.el (gnus-server-closed)
3014         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3015         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3016         (gnus-group-mail-3-empty, gnus-group-mail-low)
3017         (gnus-group-mail-low-empty, gnus-splash)
3018         * message.el (message-header-to, message-header-cc)
3019         (message-header-subject, message-header-other, message-header-name)
3020         (message-header-xheader, message-separator, message-cited-text)
3021         (message-mml): Lighten colors of faces used for dark background.
3022
3023 2007-05-24  Simon Josefsson  <simon@josefsson.org>
3024
3025         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3026         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
3027
3028 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3029
3030         * message.el (message-narrow-to-headers-or-head):
3031         Ignore mail-header-separator in the body.
3032
3033 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3034
3035         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
3036         same as window size.
3037
3038 2007-05-22  Kevin Ryde  <user42@zip.com.au>
3039
3040         * message.el (message-font-lock-keywords): Use message-header-xheader
3041         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
3042         ahead of the anything pattern, to get it recognised.
3043
3044 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3045
3046         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
3047         spam.el loads uses it in the compiled defadvice form.
3048
3049 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
3050
3051         * gnus-sum.el (gnus-articles-to-read)
3052         (gnus-summary-insert-old-articles): Don't truncate group name for
3053         `read-string'.
3054
3055         * gnus-util.el (gnus-limit-string): Delete this function.
3056
3057         * gnus-sum.el (gnus-simplify-subject-fully): Use
3058         `truncate-string-to-width' instead.
3059
3060 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
3061
3062         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
3063         if, on summary exit, the next group has to be selected.
3064         (gnus-summary-exit): Use it.
3065
3066 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
3067
3068         * gnus-art.el (gnus-article-mode): Fix comment about displaying
3069         non-break space.
3070
3071 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3072
3073         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
3074         Check if group is not a directory.
3075         (nnfolder-request-expire-articles): Don't delete articles if the target
3076         group is not available.
3077
3078         * nnml.el (nnml-request-create-group): Properly check if group is not a
3079         file.
3080         (nnml-request-expire-articles): Don't delete articles if the target
3081         group is not available.
3082
3083         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3084         Don't quote characters that are within parentheses.
3085
3086 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3087
3088         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3089         (gnus-handle-ephemeral-exit): Select article according to it.
3090
3091 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
3092
3093         * message.el (message-insert-formated-citation-line): Remove newline.
3094         (message-citation-line-format): Add final \n here so that the user can
3095         avoid a blank line.
3096
3097 2007-05-03  Dan Christensen  <jdc@uwo.ca>
3098
3099         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3100         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3101         Update lanl/arXiv support.
3102
3103 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3104
3105         * gnus.el: Bump version number.
3106
3107 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3108
3109         * gnus.el (gnus-version-number): Bump version.
3110
3111 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3112
3113         * gnus.el: No Gnus v0.6 is released.
3114
3115 2007-04-27  Didier Verna  <didier@xemacs.org>
3116
3117         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3118         * gmm-utils.el (gmm-regexp-concat): here.
3119         * message.el: Don't require 'gnus-util.
3120         (message-dont-reply-to-names): Handle name change above.
3121         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3122
3123 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3124
3125         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3126         since the initial value varies according to the system.
3127
3128 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3129
3130         * mm-util.el (mm-charset-synonym-alist): Defcustom.
3131
3132 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
3133
3134         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3135
3136 2007-04-24  Didier Verna  <didier@xemacs.org>
3137
3138         Improve the type of gnus-ignored-from-addresses.
3139         * gnus-util.el (gnus-orify-regexp): New function.
3140         * message.el (gnus-util): Require it.
3141         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3142         * gnus-sum.el (gnus-ignored-from-addresses): New function.
3143         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3144
3145 2007-04-24  Didier Verna  <didier@xemacs.org>
3146
3147         * gnus-sum.el:
3148         * gnus-utils.el: Fix some trailing whitespaces.
3149
3150 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3151
3152         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3153         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3154         article's Message-ID; refer parent article in summary buffer.
3155
3156         * message.el (message-bounce): Call mime-to-mml.
3157
3158         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
3159         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
3160         optimize and/or forms properly.
3161
3162 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
3163
3164         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
3165         URL.
3166
3167 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3168
3169         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3170
3171 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3172
3173         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3174         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3175         displayed of multipart/alternative part if it is invoked from summary
3176         buffer.
3177
3178         * mm-view.el (mm-inline-text-html-render-with-w3m)
3179         (mm-inline-text-html-render-with-w3m-standalone)
3180         (mm-inline-render-with-function): Use mail-parse-charset by default.
3181
3182 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
3183
3184         * parse-time.el (parse-time-string-chars): Check if CHAR
3185         is less than the length of parse-time-syntax.
3186
3187 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3188
3189         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3190         from gnus-newsgroup-processable.
3191
3192 2007-04-16  Didier Verna  <didier@xemacs.org>
3193
3194         * gnus-msg.el (gnus-configure-posting-styles): Handle
3195         message-signature-directory properly with :file syntax.  Reported by
3196         "Leo".
3197
3198 2007-04-11  Didier Verna  <didier@xemacs.org>
3199
3200         New user option: message-signature-directory.
3201         * gnus-msg.el (gnus-configure-posting-styles): Support it.
3202         * message.el (message-insert-signature): Ditto.
3203         * message.el (message-signature-file): Doc update.
3204         * message.el (message-signature-directory): New.
3205
3206 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3207
3208         * gnus-msg.el (gnus-inews-yank-articles): Use
3209         message-exchange-point-and-mark instead of exchange-point-and-mark.
3210
3211 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3212
3213         * message.el (message-yank-original): Make sure cited text ends with
3214         newline; don't exchange point and mark.
3215
3216 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
3217
3218         * tls.el (open-tls-stream): Properly handle case where there
3219         is no associated buffer.
3220
3221 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
3222
3223         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3224         message-yank-original, make sure (< mark TEXT point).
3225
3226 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3227
3228         * message.el (message-fill-column): New variable.
3229         (message-mode): Use it.  Add comment on a possible new hook.
3230
3231         * nnmail.el (nnmail-spool-file): Mark as obsolete.
3232         (nnmail-get-new-mail): Reformat.
3233
3234         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3235
3236         * gmm-utils.el: Fix Commentary.
3237         (gmm-tool-bar-from-list): Fix typo in doc string.
3238
3239 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
3240
3241         * message.el (message-yank-original): Don't switch point and mark
3242         unnecessarily to put point and mark as documented.
3243
3244 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3245
3246         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3247         from the message heads.
3248
3249 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
3250
3251         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3252         article buffer does not have a window.  This may not be the best
3253         solution but is certainly better than setting the start of the null,
3254         that is the current, window.
3255
3256 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3257
3258         * gnus-draft.el (gnus-draft-setup-hook): New hook.
3259         (gnus-draft-setup): Run it.
3260
3261         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3262         gnus-score-fast-scoring.  Allow regexp.
3263         (gnus-score-headers): Use it.
3264
3265         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3266         XEmacs.
3267
3268         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3269         string.
3270         (gnus-button-alist): Also catch `<f1> k ...'.
3271         (gnus-treat-display-x-face): Fix doc string.
3272
3273 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3274
3275         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3276         evaluation of gnus-extended-version to ensure correct generation of the
3277         User-Agent header when message-generate-headers-first is used.
3278
3279 2007-03-24  Simon Josefsson  <simon@josefsson.org>
3280
3281         * hashcash.el (hashcash-generate-payment-async): Don't crash if
3282         hashcash-path is nil.  Don't call callback with incorrect number of
3283         parameters if val is 0.
3284
3285 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3286
3287         * message.el (message-required-news-headers):
3288         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3289
3290 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3291
3292         * tls.el (open-tls-stream): In handshake-waiting loop,
3293         don't wait more if there is output available to process.
3294
3295 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3296
3297         * tls.el (tls-program): Doc fix.
3298
3299 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3300
3301         * message.el (message-generate-new-buffers): Change the meaning of the
3302         nil value; add `standard' to the choices; treat t as `unique'; improve
3303         doc string.
3304         (gnus-select-frame-set-input-focus): Autoload.
3305         (message-buffer-name): Search for the existing message buffer if
3306         message-generate-new-buffers is nil or `standard'; treat the value t of
3307         message-generate-new-buffers as `unique'.
3308         (message-pop-to-buffer): Raise the frame already displaying the message
3309         buffer; clear the echo area after querying.
3310         (message-setup): Pass the `continue' argument to compose-mail.
3311         (message-mail): Prefer `switch-function' if it is given; search for the
3312         existing message buffer if the `continue' argument is non-nil; pass
3313         continue and switch-function arguments to compose-mail by way of
3314         message-setup.
3315         (message-mail-other-window): Adjust argument of message-setup.
3316         (message-mail-other-frame): Ditto.
3317
3318 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3319
3320         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3321         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3322         to turn font-lock on when turning gnus-message-citation-mode on.
3323
3324 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
3325
3326         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3327         (mml-smime-function-alist): New variable; add epg as the backend.
3328         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3329         mml-smime- functions instead.
3330         * mm-view.el: Require smime.
3331
3332 2007-03-05  Didier Verna  <didier@xemacs.org>
3333
3334         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3335         instead of just inheritance for posting styles.
3336         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3337
3338 2007-02-24  Chris Moore  <dooglus@gmail.com>
3339
3340         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3341         * pgg-pgp.el (pgg-pgp-encrypt-region):
3342         * pgg-gpg.el (pgg-gpg-encrypt-region):
3343         Check pgg-encrypt-for-me if no other recipients.
3344
3345 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3346
3347         * tls.el (tls-certtool-program): Fix custom type.
3348
3349 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3350
3351         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3352         and point-at-eol instead of line-(beginning|end)-position.
3353
3354         * assistant.el (assistant-parse-buffer): Ditto.
3355
3356         * netrc.el (netrc-parse-services): Ditto.
3357
3358 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
3359
3360         * mml2015.el (mml2015-epg-find-usable-key): New function.
3361         (mml2015-epg-sign): Use it.
3362         (mml2015-epg-encrypt): Use it.
3363
3364 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3365
3366         * message.el (message-make-in-reply-to): Quote name containing
3367         non-ASCII characters.  It will make the RFC2047 encoder cause an error
3368         if there are special characters.  Reported by NAKAJI Hiroyuki
3369         <nakaji@jp.freebsd.org>.
3370
3371 2007-02-27  Didier Verna  <didier@xemacs.org>
3372
3373         Include the group parameters as well as the topic ones in the
3374         inheritance filter process.
3375         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3376         argument GROUP-PARAMS-LIST.
3377         * gnus-topic.el (gnus-group-topic-parameters): Use it.
3378
3379 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3380
3381         * nntp.el (nntp-never-echoes-commands)
3382         (nntp-open-connection-functions-never-echo-commands): New variables.
3383         (nntp-send-command): Use them.
3384
3385 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
3386
3387         * mml2015.el (mml2015-epg-verify): Simplified.
3388
3389 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3390
3391         * mml.el (mml-content-disposition-alist): New user option.
3392         (mml-content-disposition): New function.
3393         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3394         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3395
3396 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
3397
3398         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3399         verification.
3400
3401 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3402
3403         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3404         articles posted in the last 24 hours.
3405
3406 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
3407
3408         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3409
3410 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
3411
3412         * nntp.el (nntp-send-command): Don't wait for echoes when
3413         nntp-open-ssl-stream is used.
3414
3415 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3416
3417         * gnus-cite.el (gnus-test-font-lock-add-keywords)
3418         (gnus-message-add-citation-keywords)
3419         (gnus-message-remove-citation-keywords): Remove.
3420         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3421         directly, make the variables in font-lock-defaults buffer-local, add
3422         gnus-message-citation-keywords to them and then update the value of
3423         font-lock-keywords.
3424
3425 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3426
3427         * message.el (message-cite-original-1): Don't call
3428         gnus-article-highlight-citation.
3429
3430         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3431         citations; fix line count.
3432
3433 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3434
3435         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3436         (gnus-message-add-citation-keywords)
3437         (gnus-message-remove-citation-keywords): Use it; fix the emulating
3438         versions of font-lock-add-keywords and font-lock-remove-keywords to
3439         work with XEmacs correctly.
3440
3441 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3442
3443         * gnus-cite.el (gnus-cite-face-list): Set the values of
3444         gnus-message-max-citation-depth and gnus-message-citation-keywords.
3445         (gnus-message-max-citation-depth): Use defvar rather than defconst.
3446         (gnus-message-cite-prefix-regexp): New variable.
3447         (gnus-message-search-citation-line): Use it; protect against long
3448         citation prefix; fill match data with nil rather than 0 for XEmacs; set
3449         the 0th match data for Emacs.
3450         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3451         (gnus-message-add-citation-keywords): Append keywords rather than
3452         prepending; emulate font-lock-add-keywords if it is not available.
3453         (gnus-message-remove-citation-keywords): Emulate
3454         font-lock-remove-keywords if it is not available.
3455
3456         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3457
3458         * message.el (message-cite-prefix-regexp): Set the value of
3459         gnus-message-cite-prefix-regexp.
3460
3461 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3462
3463         * nnweb.el (nnweb-google-parse-1): Update parser.
3464
3465 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3466
3467         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3468
3469 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3470
3471         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3472         regexp.
3473
3474 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3475
3476         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3477         string-to-multibyte.
3478         (uudecode-decode-region-internal): Use it.
3479
3480         * lpath.el: Fbind string-as-multibyte for XEmacs.
3481
3482 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3483
3484         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3485         custom choice.
3486
3487         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3488
3489 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3490
3491         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3492
3493         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3494         `write-region' to respect `mm-inhibit-file-name-handlers'.
3495
3496 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3497
3498         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3499         Use gnus-home-directory instead of "~/" or "$HOME".
3500
3501 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3502
3503         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3504         to mention filename.
3505         Add comments at beginning regarding usage.
3506         (encrypt-write-file-contents): Change interactive so a string is
3507         acceptable.  If the file has no associated model, show an error instead
3508         of a nonsense prompt.
3509
3510 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3511
3512         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3513         Thanks to Yoshihiko Yamada for kind notification of this typo.
3514
3515 2007-01-12  Kenichi Handa  <handa@m17n.org>
3516
3517         * uudecode.el (uudecode-decode-region-internal): Make it work in a
3518         multibyte buffer.
3519
3520 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3521
3522         * gnus-score.el (gnus-score-fast-scoring): New variable.
3523         (gnus-score-headers): Use it.
3524
3525         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3526
3527         * message.el (message-cite-original-1): Call
3528         gnus-article-highlight-citation if requested.
3529         (message-make-from): Allow name and address as optional arguments.
3530
3531         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3532
3533         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3534         bugs to doc string.
3535         (gnus-button-alist): Add mid\\|message-id.
3536         (gnus-button-fetch-group): Extend for use in
3537         `browse-url-browser-function'.
3538         (gnus-button-url-regexp): Try to catch paired parentheses like in
3539         Wikipedia URLs.
3540
3541         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3542         Suggested by Simon Krahnke <overlord@gmx.li>.
3543
3544 2007-01-13  Romain Francoise  <romain@orebokech.com>
3545
3546         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3547         Update copyright.
3548
3549 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
3550
3551         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3552
3553 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3554
3555         * gnus-registry.el (gnus-registry-unfollowed-groups)
3556         (gnus-registry-split-fancy-with-parent): Fix documentation.
3557
3558 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3559
3560         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3561         from nnweb groups.
3562
3563 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3564
3565         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3566         Xref urls.  Erase buffer before requesting head.
3567
3568 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3569
3570         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
3571         customizable.
3572
3573 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
3574
3575         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3576         no signing key is found.
3577         (mml2015-epg-encrypt): Ask user whether to skip or abort if
3578         no encrypting and/or signing key is found.
3579
3580 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3581
3582         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3583
3584 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3585
3586         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3587         headers read from disk with the ones newly found in the current search.
3588         This should no longer cause problems, because the article numbers in
3589         Gmane's `nov.php' output are ignored since the previous change.
3590
3591 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3592
3593         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3594
3595 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3596
3597         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
3598         replace-regexp-in-string; bind url-version; fbind display-images-p and
3599         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
3600         find-face and set-itimer-function for Emacs; bind itimer-list for
3601         Emacs.
3602
3603         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3604
3605 2007-01-01  Romain Francoise  <romain@orebokech.com>
3606
3607         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3608
3609 2006-12-31  Steve Youngs  <steve@sxemacs.org>
3610
3611         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3612         `define-minor-mode' macro definition expanded properly.
3613         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3614         exclude it there.
3615
3616         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3617         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
3618         `fboundp' test.
3619         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3620         This is OK to autoload in (S)XEmacs now.
3621
3622 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3623
3624         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3625         keystroke.
3626         (gnus-summary-limit-to-singletons): Fix typo.
3627
3628         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3629         else fails.
3630
3631 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3632
3633         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3634         docstring.
3635
3636         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3637         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3638         (gnus-summary-insert-dormant-articles): Fix typo in message.
3639
3640 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3641
3642         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3643         nil for XEmacs.
3644         (gnus-message-citation-mode): Don't autoload in XEmacs.
3645
3646         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3647
3648 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
3649
3650         * nnimap.el (nnimap-expunge-search-string): Mention
3651         nnimap-search-uids-not-since-is-evil in docstring.
3652
3653 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3654
3655         * spam.el: Revert to make-obsolete-variable because
3656         define-obsolete-variable-alias is not supported in Emacs 21.
3657
3658         * spam.el (spam-ifile-path, spam-ifile-database-path)
3659         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3660         make-obsolete-variable.
3661         (spam-bsfilter-path, spam-bsfilter-program)
3662         (spam-spamassassin-path, spam-spamassassin-program)
3663         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
3664         use "path" inappropriately.
3665         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3666         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3667         variable names.
3668
3669 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
3670
3671         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3672         summary buffer.
3673
3674         * password.el (password-cache-remove): Use clear-string to burn
3675         password, if available.
3676
3677 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3678
3679         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3680
3681         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3682
3683         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3684         (gnus-message-highlight-citation): Move defcustom here from
3685         gnus-cite.el.
3686         (gnus-message-citation-mode): Autoload.
3687
3688         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
3689         checks to make it compile with XEmacs.
3690         (gnus-message-citation-mode): New minor mode.
3691         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3692         (gnus-message-highlight-citation): New variables.
3693         (gnus-message-search-citation-line)
3694         (gnus-message-add-citation-keywords)
3695         (gnus-message-remove-citation-keywords)
3696         (turn-on-gnus-message-citation-mode)
3697         (turn-off-gnus-message-citation-mode): New functions.
3698
3699 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
3700
3701         * gnus-cite.el: Enable highlighting of different citation levels in
3702         message-mode.
3703
3704 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3705
3706         * message.el (message-make-fqdn): Fix comment.
3707         (message-bogus-system-names): Add ".local".
3708
3709         * spam.el (spam-ifile-path, spam-ifile-program)
3710         (spam-ifile-database-path, spam-ifile-database)
3711         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3712         Don't use "path" inappropriately.
3713         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3714         strings.
3715         (spam-check-ifile, spam-ifile-register-with-ifile)
3716         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3717         new variable names.
3718
3719         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3720         (gnus-treat-display-smileys): Simplify using
3721         gnus-image-type-available-p.
3722
3723         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3724         available.
3725
3726         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
3727         `display-images-p' if available.
3728
3729 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3730
3731         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3732         one after turning on the buffer's multibyteness instead of decoding
3733         them directly in the unibyte buffer that causes unexpected conversion
3734         in Emacs 23 (unicode).
3735
3736 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3737
3738         * message.el (message-generate-hashcash): Fix custom type.
3739
3740 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3741
3742         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3743
3744 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3745
3746         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3747         disconnect icons.  Add help text.
3748
3749 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
3750
3751         * spam.el (spam-extra-header-to-number): CRM114 spam score is
3752         negated to be consistent with the others we handle.
3753
3754 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3755
3756         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3757         version of gnus-summary-buffer to something, so that we can use two
3758         article buffers at the same time.
3759
3760 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
3761
3762         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3763         trigger all the extra headers.
3764         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3765         sorting.
3766
3767 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3768
3769         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3770         solid groups.
3771
3772 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
3773
3774         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3775
3776 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3777
3778         * legacy-gnus-agent.el: Add Copyright notice.
3779
3780 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
3781
3782         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3783
3784 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3785
3786         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3787
3788         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3789         to make it work reliably in CVS Emacs.
3790         (gnus-summary-limit-strange-charsets-predicate)
3791         (gnus-summary-limit-to-predicate): New functions.
3792
3793 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
3794
3795         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3796         specifying array size.
3797         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3798         array if it is too small.
3799         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3800         (gnus-sort-threads-loop): New function.
3801
3802 2006-12-06  Chris Moore  <dooglus@gmail.com>
3803
3804         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3805         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3806
3807 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
3808
3809         * mm-url.el (mm-url-predefined-programs): Call curl with correct
3810         options.
3811
3812 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3813
3814         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3815         DOS-ing the recipient.
3816
3817         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3818         the headers when creating the mapping to avoid mismappings.
3819         (nnweb-gmane-create-mapping): Always nix out old mapping.
3820
3821 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3822
3823         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3824         and mm-verify-option to never.
3825
3826 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3827
3828         * message.el (message-signed-or-encrypted-p): New function.
3829         (message-forward-make-body): Use it.
3830
3831         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3832         Replace encode-coding-string with mm-encode-coding-string.
3833
3834 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3835
3836         * nneething.el (nneething-decode-file-name): Replace
3837         decode-coding-string with mm-decode-coding-string.
3838
3839         * gnus-int.el (gnus-open-server): Say failed server's name.
3840
3841 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3842
3843         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3844         strings to a single string.  Quote `errors-file-name'.
3845         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3846         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3847         Adjust calls.  Use `shell-quote-argument'.
3848
3849 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3850
3851         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3852         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3853
3854         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3855         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3856         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3857         (gnus-group-make-directory-group, gnus-group-transpose-groups):
3858         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3859         (gnus-subscribe-newsgroup, gnus-1):
3860         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3861         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3862         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3863         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3864
3865 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3866
3867         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3868         keystroke.
3869         (gnus-summary-limit-to-bodies): Implement headersp.
3870
3871 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3872
3873         * dns.el (query-dns): Protect against "Process dns deleted" strings.
3874
3875 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3876
3877         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3878
3879 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3880
3881         * message.el (message-generate-hashcash): Expand range of values to
3882         include `opportunistic'.
3883         (message-send-mail): Use it.
3884
3885 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3886
3887         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3888         and comment it.
3889
3890         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3891
3892 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
3893
3894         * gnus-util.el (gnus-extract-address-components): Improve comment.
3895
3896 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3897
3898         * gnus-util.el (gnus-extract-address-components): Work with address in
3899         which the name portion contains @.
3900
3901         * lpath.el: Fbind custom-autoload.
3902
3903 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3904
3905         * gnus.el (gnus-start): Move custom group up.
3906         (gnus-select-method): Don't autoload, but make it available for
3907         `customize-variable'.
3908         (gnus-getenv-nntpserver): Don't autoload.
3909
3910 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
3911
3912         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3913
3914 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3915
3916         * message.el (message-sendmail-extra-arguments): New variable.
3917         (message-send-mail-with-sendmail): Use it.
3918
3919 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3920
3921         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3922         mm-with-unibyte-current-buffer to make string unibyte.
3923
3924         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3925         mm-string-as-multibyte.
3926
3927 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
3928
3929         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3930         Reported by Werner Koch <wk@gnupg.org>.
3931
3932 2006-11-14  Daiki Ueno  <ueno@p360>
3933
3934         * mml2015.el: Autoload epa-select-keys when compiling.
3935
3936 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3937
3938         * mml2015.el (mml2015-epg-sign): Save the signing keys in
3939         message-options.
3940         (mml2015-epg-encrypt): Save the recipient keys in message-options.
3941
3942 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3943
3944         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3945         EasyPG (< 0.0.6).
3946         (mml2015-always-trust): New user option.
3947         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3948         prompt.
3949
3950 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3951
3952         * nntp.el (nntp-authinfo-force): New variable.
3953         (nntp-send-authinfo): Use it.
3954
3955 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
3956
3957         * message.el (message-strip-subject-encoded-words): Allow _not_ to
3958         decode encoded words.  Improve prompt.  Add comment about forwarding.
3959         (message-replacement-char): Move up.
3960
3961 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3962
3963         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3964         instead of gnus-intersection because arguments of gnus-sorted-nunion
3965         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
3966
3967 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
3968
3969         * message.el (message-strip-subject-encoded-words): Reformat prompt.
3970         (message-simplify-subject-functions): Enable
3971         message-strip-subject-encoded-words by default.
3972
3973 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
3974
3975         * message.el (message-strip-subject-encoded-words): New function
3976         (message-simplify-subject-functions): New variable.
3977         (message-simplify-subject): Use it.  Fix typo in doc string.
3978         Support message-strip-subject-encoded-words.
3979
3980 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
3981
3982         * gnus-diary.el (gnus-diary-delay-format-function):
3983         * nndiary.el (nndiary-reminders):
3984         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3985
3986 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3987
3988         * gnus-art.el (article-hide-boring-headers): Fetch date from
3989         gnus-original-article-buffer to avoid problems with localized date
3990         strings.
3991
3992 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3995
3996 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
3997
3998         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3999         New variables.
4000         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4001         (mm-charset-synonym-alist): Move some entries to
4002         mm-codepage-iso-8859-list.
4003         (mm-charset-synonym-alist, mm-charset-override-alist): Add
4004         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4005
4006 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4007
4008         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4009
4010 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4011
4012         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4013         with Emacs 21 and XEmacs.
4014
4015 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4016
4017         * spam.el (spam-parse-address): New function for better parsing,
4018         catching errors, etc.
4019         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4020
4021 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4022
4023         * mm-view.el: Add interactive arg to html2text autoload.
4024
4025 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4028
4029 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
4030
4031         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4032         variables.
4033         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4034         (mm-charset-synonym-alist): Move some entries to
4035         mm-codepage-iso-8859-list.
4036
4037         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4038
4039 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
4040
4041         * message.el (message-citation-line-format)
4042         (message-insert-formated-citation-line): Fix implementation of %E, %N
4043         and %n according to the doc string.
4044
4045 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
4046
4047         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4048         car-safe to avoid bad parses.
4049
4050 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4051
4052         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
4053         names.
4054
4055         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
4056
4057 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4058
4059         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
4060         header.
4061
4062         * message.el (message-draft-headers): Add Date.
4063         (message-headers-to-generate): Fix typo in docstring.
4064
4065         * nndraft.el (nndraft-required-headers): New variable.
4066         (nndraft-generate-headers): Use it.
4067
4068         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
4069
4070 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4071
4072         * gnus-registry.el (gnus-registry-wash-for-keywords)
4073         (gnus-registry-find-keywords): New functions to allow easy searching of
4074         articles that are in the registry.
4075
4076 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4077
4078         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4079         ietf-drums-parse-address instead of gnus-extract-address-components.
4080         Reported by Damien Elmes <damien@repose.cx>.
4081
4082 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4083
4084         * gnus.el (gnus-mime): Remove unused custom group.
4085
4086 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4087
4088         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
4089         "blank line" when searching for end of armor headers.
4090
4091 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4092
4093         * gmm-utils.el (gmm-write-region): Fix variable name.
4094
4095 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4096
4097         * gmm-utils.el (gmm-write-region): New function based on compatibility
4098         code from `mm-make-temp-file'.
4099
4100         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
4101
4102         * nnmaildir.el (nnmaildir--update-nov)
4103         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
4104         Use `gmm-write-region'.
4105
4106 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4107
4108         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
4109         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4110
4111         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
4112
4113         * message.el (message-replacement-char): New variable.
4114         (message-fix-before-sending): Use it.
4115         (message-simplify-subject): New function to remove duplicate code.
4116         (message-reply, message-followup): Use it.
4117
4118         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4119         gnus-summary-limit-to-articles.
4120
4121 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4122
4123         * gnus-util.el (gnus-with-local-quit): New macro.
4124
4125         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
4126
4127 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
4128
4129         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4130         ignore non-string data.
4131
4132 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
4133
4134         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4135         non-string data (needs to be done in the registry too).
4136
4137 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4138
4139         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4140         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4141         (gnus-registry-split-fancy-with-parent)
4142         (gnus-registry-fetch-simplified-message-subject-fast)
4143         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4144         Remove text properties on ingress into the registry and when it's saved.
4145         (gnus-registry-clean-empty-function): Fix bug with cleaning the
4146         registry from entries with no groups.
4147
4148 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4149
4150         * gnus-util.el (gnus-string-remove-all-properties): Add utility
4151         function to remove string properties.
4152
4153 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4154
4155         * gmm-utils.el (gmm): Adjust custom version.
4156
4157         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4158         custom version.
4159
4160         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4161
4162 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4163
4164         * gnus-art.el (gnus-insert-prev-page-button)
4165         (gnus-insert-next-page-button): Simplify.  Reformat.
4166
4167 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4168
4169         * gnus-art.el (gnus-insert-prev-page-button)
4170         (gnus-insert-next-page-button): Apply gnus-article-button-face.
4171
4172 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4173
4174         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4175
4176 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4177
4178         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4179         gnus-article-button-face to MIME and security buttons.
4180
4181 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
4182
4183         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4184         readable.
4185
4186 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4187
4188         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
4189
4190 2006-09-20  Steve Youngs  <steve@sxemacs.org>
4191
4192         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4193         `browse-url-of-file' instead of `browse-url'.
4194
4195 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4196
4197         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4198         regexp.  Articles containing quotation were cut prematurely.
4199
4200 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4201
4202         * message.el (message-cite-original-1): Use nobody by default for the
4203         value of From header.
4204         (message-reply): Ditto.
4205
4206 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
4207
4208         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4209         to the gnus-info.  This fixes a bug of inline-PGP message verification.
4210         Reported by Michael Piotrowski <mxp@dynalabs.de>.
4211
4212 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
4213
4214         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4215         mails in the doc string.  Add some URLs in comment.
4216         (pop3-movemail): Warn about pop3-leave-mail-on-server.
4217
4218 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4219
4220         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4221         backslashes handling and the way to find boundaries of quoted strings.
4222
4223 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
4224
4225         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4226         mml1991-encrypt-to-self is set and mml1991-signers is not set.
4227         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4228         mml2015-encrypt-to-self is set and mml2015-signers is not set.
4229
4230 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4231
4232         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
4233         doc string.
4234         (gnus-button-regexp, gnus-button-last): Remove unused variables.
4235
4236 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4237
4238         * lpath.el: Fbind epg-check-configuration.
4239
4240 2006-09-06  Simon Josefsson  <jas@extundo.com>
4241
4242         * mml2015.el (mml2015-use): Doc fix, mention epg.
4243
4244 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4245
4246         * mml2015.el (mml2015-use): Default to epg, if available.
4247
4248 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4249
4250         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4251         message-sender.
4252         (mml1991-epg-encrypt): Ditto.
4253         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4254         message-sender.
4255         (mml2015-epg-encrypt): Ditto.
4256
4257 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
4258
4259         * message.el (message-send-mail-with-sendmail): Look for sendmail in
4260         several common directories.
4261
4262 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
4263
4264         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4265         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4266
4267 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4268
4269         * gnus-art.el (article-decode-encoded-words): Make it fast.
4270
4271 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4272
4273         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4274
4275         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4276         in quoted string into `\'.
4277
4278 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4279
4280         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4281         Use standard-syntax-table.
4282
4283 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4284
4285         * gnus-art.el (gnus-decode-address-function): New variable.
4286         (article-decode-encoded-words): Use it to decode headers which are
4287         assumed to contain addresses.
4288         (gnus-mime-delete-part): Remove useless `or'.
4289
4290         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4291         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4292         (gnus-nov-parse-line): Use it to decode From header.
4293         (gnus-get-newsgroup-headers): Ditto.
4294         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4295
4296         * mail-parse.el (mail-decode-encoded-address-region): New alias.
4297         (mail-decode-encoded-address-string): New alias.
4298
4299         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4300         New function.
4301         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4302         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4303         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4304         (rfc2047-decode-string): Ditto.
4305         (rfc2047-decode-address-region): New function.
4306         (rfc2047-decode-address-string): New function.
4307
4308 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
4309
4310         * message.el (message-caesar-buffer-body): Allow rotating headers.
4311
4312         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4313
4314         * message.el (message-insert-formated-citation-line): Fix %f.
4315         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4316
4317 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4318
4319         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4320         (gnus-bookmark-mouse-available-p): New macro.
4321         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4322         (gnus-bookmark-bmenu-show-infos): Use it.
4323         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4324         (gnus-bookmark-bmenu-hide-infos): Ditto.
4325         (gnus-bookmark-remove-properties): New function.
4326         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4327         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4328         (gnus-bookmark-write-file): Bind coding-system-for-write.
4329         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4330         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4331         group before selecting it.
4332         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4333         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4334         quit-window if it is not available; use gnus-mouse-2 and bind it to
4335         gnus-bookmark-bmenu-select-by-mouse.
4336         (gnus-bookmark-show-details): Remove unused variable `details-list'.
4337         (gnus-bookmark-bmenu-select-by-mouse): New function.
4338
4339 2006-08-13  Romain Francoise  <romain@orebokech.com>
4340
4341         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4342         space.
4343
4344 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4345
4346         * compface.el (uncompface): Use binary rather than raw-text-unix.
4347
4348 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4349
4350         * compface.el (uncompface): Make sure the eol conversion doesn't take
4351         place when communicating with the external programs.  Reported by
4352         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4353
4354 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4355
4356         * nnheader.el (nnheader-insert-head): Fix typo in comment.
4357
4358 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4359
4360         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4361         Make it more robust by parsing author and date independently.
4362
4363 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4364
4365         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4366
4367 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
4368
4369         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4370         first matching secret key.
4371         (mml2015-epg-encrypt): Ditto.
4372
4373         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4374         first matching secret key.
4375         (mml1991-epg-encrypt): Ditto.
4376
4377         * mml2015.el (mml2015-encrypt-to-self): New user option.
4378         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4379         mml2015-epg-encrypt-to-self is set.
4380
4381         * mml1991.el (mml1991-encrypt-to-self): New variable.
4382         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4383         mml1991-epg-encrypt-to-self is set.
4384
4385         * mml2015.el (mml2015-signers): New user option.
4386         (mml2015-epg-sign): Reflect the value of mml2015-signers.
4387         (mml2015-epg-encrypt): Allow to select signing keys.
4388
4389         * mml1991.el (mml1991-signers): New variable.
4390         (mml1991-epg-sign): Reflect the value of mml1991-signers.
4391         (mml1991-epg-encrypt): Allow to select signing keys.
4392
4393 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4394
4395         * nnheader.el (nnheader-insert-head): Make it work even if the file
4396         uses CRLF for the line-break code.
4397
4398 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
4399
4400         * mml2015.el: Require mml-sec instead of password.
4401         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4402         (mml2015-cache-passphrase): Inherit the default value from
4403         mml-secure-cache-passphrase.
4404         (mml2015-passphrase-cache-expiry): Inherit the default value from
4405         mml-secure-passphrase-cache-expiry.
4406
4407         * mml1991.el: Require mml-sec instead of password.
4408         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4409         (mml1991-cache-passphrase): Inherit the default value from
4410         mml-secure-cache-passphrase.
4411         (mml1991-passphrase-cache-expiry): Inherit the default value from
4412         mml-secure-passphrase-cache-expiry.
4413
4414         * mml-sec.el: Require password.
4415         (mml-secure-verbose): New user option.
4416         (mml-secure-cache-passphrase): New user option.
4417         (mml-secure-passphrase-cache-expiry): New user option.
4418
4419 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
4420
4421         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4422         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
4423         andreas@altroot.de (Andreas Vögele).
4424
4425         FIXME: Use `tiny change'?
4426
4427 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4428
4429         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4430         workaround for the url package included with Emacs.
4431
4432         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4433
4434 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4435
4436         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4437         correctly.  This fixes a bug caused by the 2006-05-12 change.
4438
4439 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
4440
4441         * nnmail.el (nnmail-article-group): If splitting raises an error, give
4442         some information about the error when saying that the `bogus' mail
4443         group will be used.
4444
4445 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
4446
4447         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4448         string.
4449
4450 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
4451
4452         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4453
4454 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4455
4456         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4457
4458 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4459
4460         * mml1991.el (mml1991-function-alist): Add epg.
4461         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4462         (mml1991-epg-encrypt): New functions.
4463
4464 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4465
4466         * mml2015.el (mml2015-verbose): New variable.
4467         (mml2015-cache-passphrase): Ditto.
4468         (mml2015-passphrase-cache-expiry): Ditto.
4469         (mml2015-function-alist): Add epg.
4470         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4471         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4472         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4473         functions.
4474
4475 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4476
4477         * message.el (message-cite-original-1): Preserve region when removing
4478         quoted text due to X-No-Archive in order to avoid bogus attribution
4479         when citing multiple messages.
4480
4481 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4482
4483         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4484         Kenneth Jacker <khj@be.cs.appstate.edu>.
4485
4486 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4487
4488         * gnus-diary.el (gnus-user-format-function-d)
4489         (gnus-user-format-function-D): Autoload.
4490
4491         * imap.el (Commentary): Fix typo.
4492
4493         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4494         2006-04-22 contribution.
4495
4496 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4497
4498         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4499         It didn't really fix the bogosity I'm seeing with solid web groups.
4500
4501 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4502
4503         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4504         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4505         created using server names.  If we use the feature without declaring
4506         it, Gnus does not properly manage server and group state.
4507
4508         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4509         bound.
4510
4511 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4512
4513         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4514         looking up the method using GROUP's prefix before inventing a new one.
4515         It is used on killed/unknown groups in various places where returning
4516         an all-new method isn't expected by the caller.
4517
4518         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4519         and match semantics of gnus-group-real-prefix.
4520
4521 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
4522
4523         * nnmail.el (nnmail-broken-references-mailers): New variable.
4524         (nnmail-ignore-broken-references): New function generalizing
4525         nnmail-fix-eudora-headers.
4526         (nnmail-fix-eudora-headers): Now obsolete.
4527
4528         * gnus-art.el (gnus-button-handle-custom): Support
4529         `customize-apropos*'.
4530
4531 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4532
4533         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4534
4535         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4536         articles.
4537
4538 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4539
4540         * message.el (message-cite-reply-above): New variable.
4541         (message-yank-original): Use it.
4542
4543 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4544
4545         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4546
4547 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
4548
4549         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4550         as read.
4551
4552         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4553
4554 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
4555
4556         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4557         (gnus-bookmark-default-file): Use gnus-directory.
4558         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4559         Remove "*" in doc string.
4560         (gnus-bookmark-write-file): Simplify.
4561         (gnus-bookmark-maybe-sort-alist): Use `when'.
4562         (gnus-bookmark-get-bookmark): Fix typo in doc string.
4563         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4564         FIXME about Emacs 21 and XEmacs compatibility.
4565         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4566         compatibility.
4567         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4568         compatibility.
4569         (gnus-bookmark-menu-heading): Fix version.
4570
4571 2006-06-19  Bastien Guerry  <bzg@altern.org>
4572
4573         * gnus-bookmark.el: New file.
4574
4575 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4576
4577         * message.el (message-syntax-checks): Doc fix.
4578
4579 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4580
4581         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4582         unsubscribed groups as if they were killed ones.  It causes duplicate
4583         entries in gnus-newsrc-alist.
4584
4585 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4586
4587         * message.el (message-syntax-checks): Doc fix.
4588         (message-send-mail): Add check for continuation headers.
4589         (message-check-news-header-syntax): Fix regexp used to check for
4590         continuation headers.
4591
4592 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4593
4594         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4595
4596 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
4597
4598         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4599
4600 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4601
4602         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4603         default-truncate-lines.
4604
4605 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4606
4607         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4608         to fill the utf-8 entry.
4609
4610         * lpath.el: Fbind unicode-precedence-list.
4611
4612 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4613
4614         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4615
4616 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
4617
4618         * gnus-agent.el (directory-files-and-attributes): Move all the way
4619         forward (the third and final move).
4620         (gnus-agent-read-agentview): Trap reconstruction errors due to
4621         nonexistant directory.  Handle by returning nil.
4622
4623 2006-05-30  Didier Verna  <didier@xemacs.org>
4624
4625         * message.el (message-dont-reply-to-names): Update the custom type.
4626         * message.el (message-dont-reply-to-names): New defsubst: potentially
4627         convert a list of regexps into a single one.
4628         * message.el (message-get-reply-headers): Use it.
4629         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4630
4631 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4632
4633         * gnus-agent.el (directory-files-and-attributes): Move forward.
4634
4635 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4636
4637         * gnus-ml.el (gnus-mailing-list-subscribe)
4638         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4639         (gnus-mailing-list-message): Fix doc strings.
4640
4641 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4642
4643         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4644         of doing it manually.
4645
4646 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4647
4648         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4649         comment.
4650
4651 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
4652
4653         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4654         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4655         (gnus-agent-read-local): All symbols allocated in my-obarray
4656         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4657         (gnus-agent-regenerate-group): Check numeric names to see if they are
4658         messages or groups.
4659         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4660         better way of do this...)
4661
4662         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4663         'dummy.group' (there should be a better way of do this...)
4664
4665 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4666
4667         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4668         (gnus-saved-headers): Ditto.
4669         (gnus-default-article-saver): Mention functions may have properties.
4670         (gnus-article-save): Override gnus-save-all-headers and
4671         gnus-saved-headers by :headers property which saver function may have.
4672         (gnus-summary-save-in-file): Add :headers property.
4673         (gnus-summary-write-to-file): Ditto.
4674
4675         * gnus-sum.el (gnus-summary-save-article): Bind
4676         gnus-prompt-before-saving to t when saving many articles in a file;
4677         always show all headers.
4678
4679         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
4680
4681 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4682
4683         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4684         marks.
4685
4686         * message.el (message-indent-citation): Add optional arguments to allow
4687         using it outside of message buffers.
4688
4689         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4690         (gnus-article-treat-unfold-headers): Use it.
4691         (gnus-article-truncate-lines): New variable.
4692         (gnus-article-mode): Use it.
4693         (gnus-article-toggle-truncate-lines): New function.
4694
4695         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4696         gnus-article-toggle-truncate-lines.
4697
4698         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4699         coding system in XEmacs, use binary.
4700
4701 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4702
4703         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4704         after-load-alist.
4705
4706         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4707         this function should save decoded articles.
4708         (gnus-summary-write-to-file): Use property to specify this function
4709         should save decoded articles and specify gnus-summary-save-in-file
4710         should be used to save articles other than the first one when saving
4711         many articles.
4712         (gnus-summary-save-body-in-file): Use property to specify this
4713         function should save decoded articles.
4714         (gnus-summary-write-body-to-file): Use property to specify this
4715         function should save decoded articles and specify
4716         gnus-summary-save-body-in-file should be used to save articles other
4717         than the first one when saving many articles.
4718
4719         * gnus-sum.el (gnus-summary-save-article): Simplify.
4720
4721 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4722
4723         * gnus-art.el (gnus-default-article-saver): Add
4724         gnus-summary-write-body-to-file.
4725         (gnus-article-save-coding-system): Don't use coding system object
4726         in XEmacs.
4727         (gnus-read-save-file-name): Add optional `dir-var' argument which
4728         specifies directory in which files are saved; work even if optional
4729         `variable' argument is not specified.
4730         (gnus-summary-write-to-file): Read file name.
4731         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4732         (gnus-summary-write-body-to-file): New function.
4733
4734         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4735         (gnus-summary-local-variables): Add it.
4736         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4737         (gnus-summary-save-article): Remove optional `decode' argument;
4738         determine whether to decode articles by the value of
4739         gnus-default-article-saver; when saving many files using
4740         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4741         it first and use gnus-summary-save-in-file or
4742         gnus-summary-save-body-in-file thereafter unless
4743         gnus-prompt-before-saving is always; move point to article which
4744         will be saved.
4745         (gnus-summary-save-article-file): Revert.
4746         (gnus-summary-write-article-file): Revert.
4747         (gnus-summary-save-article-body-file): Revert.
4748         (gnus-summary-write-article-body-file): New function.
4749
4750 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4751
4752         * gnus-art.el (gnus-default-article-saver): Doc fix.
4753         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4754         from gnus-summary-save-article-coding-system, and default to a
4755         certain coding system.
4756         (gnus-output-to-file): Add coding cookie and encode text according
4757         to gnus-article-save-coding-system; don't use mm-append-to-file.
4758
4759         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4760         gnus-art.el and rename to gnus-article-save-coding-system.
4761         (gnus-summary-save-article): Require gnus-art; don't show all
4762         headers if it decodes articles; don't add coding cookie here;
4763         don't bind mm-text-coding-system-for-write.
4764         (gnus-summary-save-article-file): Save decoded articles.
4765         (gnus-summary-write-article-file): When saving many files, use
4766         gnus-summary-write-to-file first and gnus-summary-save-in-file
4767         thereafter unless gnus-prompt-before-saving is always.
4768         (gnus-summary-save-article-body-file): Save decoded articles.
4769
4770         * lpath.el: Fbind select-safe-coding-system for XEmacs.
4771
4772 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4773
4774         * nnrss.el (nnrss-check-group): Bind hash-index.
4775
4776 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
4777
4778         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4779         its hash index.  Store this hash in `nnrss-group-data'.
4780         (nnrss-read-group-data): Update accordingly.
4781
4782 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4783
4784         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4785         entry.
4786
4787         * gnus-sum.el (gnus-summary-make-menu-bar): Add
4788         gnus-article-browse-html-article.
4789
4790 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
4791
4792         * gnus-sum.el (gnus-summary-mime-map): Add
4793         gnus-article-browse-html-article.
4794
4795         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4796
4797 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4798
4799         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4800         suitable coding systems in customize.
4801
4802 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
4803
4804         * mail-source.el (mail-sources): Fix custom type.
4805
4806 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
4807
4808         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4809         (gnus-summary-expire-articles-now): Shorten prompt.
4810
4811         * gmm-utils.el (wid-edit): Require.
4812         (defun-gmm): Renamed from `gmm-defun-compat'.
4813         (gmm-image-search-load-path): Use it.
4814         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
4815
4816 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4817
4818         * gnus-sum.el (gnus-summary-save-article-coding-system): New
4819         variable.
4820         (gnus-summary-save-article): Add optional `decode' argument.  If
4821         it is set and gnus-summary-save-article-coding-system is non-nil,
4822         save decoded article.
4823         (gnus-summary-write-article-file): Save decoded article if
4824         gnus-summary-save-article-coding-system is non-nil.
4825
4826         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4827         type.
4828
4829 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4830
4831         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4832
4833 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4834
4835         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4836         first to test gnus-single-article-buffer which may be buffer-local.
4837
4838         * gnus-sum.el (gnus-summary-setup-buffer): Make
4839         gnus-single-article-buffer buffer-local and nil in ephemeral
4840         group; make gnus-article-buffer, gnus-article-current, and
4841         gnus-original-article-buffer always buffer-local.
4842         (gnus-summary-exit): Kill article buffer belonging to ephemeral
4843         group.
4844         (gnus-handle-ephemeral-exit): Don't move to next summary line.
4845
4846 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4847
4848         * nnml.el (nnml-request-compact-group): Compressed files might not
4849         have .gz extension.
4850
4851 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4852
4853         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4854         (mm-copy-to-buffer): Use with-current-buffer.
4855         (mm-display-part): Simplify.
4856         (mm-inlinable-p): Add optional arg `type'.
4857
4858 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4859
4860         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4861         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4862         Try harder to show the attachment internally or externally using
4863         gnus-mime-view-part-as-type.
4864
4865 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4866
4867         * message.el (message-from-style, message-signature-separator)
4868         (message-user-organization-file, message-send-mail-function)
4869         (message-citation-line-function, message-yank-prefix)
4870         (message-indent-citation-function, message-signature)
4871         (message-signature-file, message-signature-insert-empty-line):
4872         Remove autoloads.
4873
4874         * gnus-art.el (gnus-buttonized-mime-types): Remove
4875         "multipart/signed".  Revert 2006-04-26 change.
4876
4877 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4878
4879         * gnus.el (gnus-version-number): Bump version.
4880
4881 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4882
4883         * gnus.el: No Gnus v0.5 is released.
4884
4885 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4886
4887         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4888         fetching articles by message-id.
4889
4890 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4891
4892         * message.el (hashcash): Require hashcash as normal.
4893
4894         * ecomplete.el (ecomplete-highlight-match-line): Use
4895         point-at-eol.
4896         (ecomplete-highlight-match-line): Use `highlight', because that
4897         face exists in both Emacs and XEmacs.
4898
4899         * message.el (message-display-abbrev): Use point-at-bol.
4900
4901         * mail-source.el: Don't require timer/timer-funcs.
4902
4903         * gnus-async.el: Ditto.
4904
4905         * password.el: Ditto.
4906
4907         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
4908
4909         * mm-url.el: Ditto.
4910
4911         * gnus-xmas.el: Don't require timer-funcs.
4912
4913         * mm-util.el: Require timer/timer-funcs.
4914
4915 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4916
4917         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4918         Close.
4919
4920 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4921
4922         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4923         unibyte after clear-decrypt function runs.
4924
4925         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4926         returns as a unibyte string.
4927
4928 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4929
4930         * lpath.el: Revert.
4931
4932         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
4933         (pgg-gpg-process-sentinel): Revert.
4934
4935         * pgg-pgp.el (pgg-pgp-process-region): Revert.
4936         (pgg-pgp-lookup-key): Revert.
4937
4938         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
4939         (pgg-pgp5-lookup-key): Revert.
4940
4941         * pgg.el (pgg-fetch-key): Revert.
4942
4943 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4944
4945         * lpath.el: Fbind string-as-multibyte for XEmacs.
4946
4947         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4948         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4949         (mml1991-pgg-encrypt): Ditto.
4950
4951         * pgg-gpg.el (pgg-string-to-multibyte): New function.
4952         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
4953         a multibyte buffer.
4954
4955         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
4956         (pgg-pgp-lookup-key): Ditto.
4957
4958         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
4959         (pgg-pgp5-lookup-key): Ditto.
4960
4961         * pgg.el (pgg-fetch-key): Ditto.
4962
4963 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
4964
4965         * message.el (message-user-organization-file): Check several
4966         locations of the organization file.
4967
4968         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4969         Add gnus-article-view-part-as-type.
4970
4971         * gnus-art.el (gnus-article-view-part-as-type): New function.
4972
4973         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4974         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
4975
4976         * mml.el: Simplify autoload.
4977         (mml-mode): defvar dnd-protocol-alist instead of using
4978         symbol-value.
4979         (mml-default-directory): New variable.
4980         (mml-minibuffer-read-file): Use it.
4981         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4982
4983         * message.el (message-citation-line-format): New variable.
4984         (message-insert-formated-citation-line): New function.
4985         (message-citation-line-function): Add
4986         `message-insert-formated-citation-line' to custom type.
4987
4988         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4989         to doc string.
4990
4991         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4992         depending on mm-verify-option.
4993
4994 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4995
4996         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4997         binding pgg-* variables; reimplement the section which prevents
4998         MIME header from being signed.
4999         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
5000         pgg-text-mode; remove a blank line at the top of body.
5001
5002         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
5003         lines at the top of body; use gnus-newsgroup-charset if there's no
5004         Charset header.
5005
5006 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5007
5008         * message.el (message-self-insert-commands): Doc fix.
5009
5010         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
5011         (mm-uu-pgp-encrypted-test): Ditto.
5012         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
5013         between header and body; return application/pgp-encrypted handle
5014         if decryption failed; decode decrypted body by charset.
5015
5016         * mm-decode.el (mm-automatic-display): Don't make application/pgp
5017         element match to application/pgp-*.
5018
5019 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5020
5021         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
5022         HTML.
5023
5024 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5025
5026         * mail-source.el (mail-source-call-script): Message the error
5027         string.
5028
5029 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5030
5031         * gnus-util.el (gnus-byte-compile): Use it.
5032
5033 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
5034
5035         * gnus-util.el (kill-empty-logs): New function.
5036
5037 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5038
5039         * message.el (message-mail-alias-type): Doc fix.
5040         (message-mail-alias-type-p): New function.
5041         (message-send): Use it.
5042         (message-mode): Ditto.
5043         (message-strip-forbidden-properties): Ditto.
5044
5045         * ecomplete.el (ecomplete-database-file-coding-system): New
5046         variable.
5047         (ecomplete-save): Use it.
5048         (ecomplete-setup): Use it.
5049
5050 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5051
5052         * message.el (message-self-insert-commands): New variable.
5053         (message-strip-forbidden-properties): Use it.
5054
5055 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5056
5057         * message.el (message-put-addresses-in-ecomplete): Use a regexp
5058         that doesn't make XEmacs choke.
5059
5060 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
5061
5062         * gnus-util.el (gnus-replace-in-string):
5063         Prefer replace-regexp-in-string over of replace-in-string.
5064
5065 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5066
5067         * gnus-util.el (gnus-select-frame-set-input-focus):
5068         Use select-frame-set-input-focus if it is available in XEmacs; use
5069         definition defined in Emacs 22 for old Emacsen.
5070
5071         * dgnushack.el: Autoload unmorse-region for XEmacs.
5072
5073         * lpath.el: Bind cursor-in-non-selected-windows and
5074         select-frame-set-input-focus for XEmacs.
5075
5076 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5077
5078         * mm-view.el (mm-inline-text): Use equal instead of equalp.
5079
5080 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
5081
5082         * gnus-registry.el (gnus-registry-cache-save): Remove text
5083         properties when saving via the temp buffer.
5084
5085 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5086
5087         * message.el (message-generate-hashcash): Honor custom type.
5088
5089 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5090
5091         * message.el (message-generate-hashcash): Default to non-nil when
5092         hashcash is found.
5093
5094         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5095         (gnus-refer-thread-limit): Increase default to 500.
5096
5097         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
5098
5099         * flow-fill.el (fill-flowed): Allow delete-space.
5100
5101 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5102
5103         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5104         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5105         Remove autoloads.
5106
5107 2006-04-18  Simon Josefsson  <jas@extundo.com>
5108
5109         * message.el (message-generate-hashcash): Default to.
5110
5111 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5112
5113         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5114         concatenating segments rather than before concatenating them.
5115
5116 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5117
5118         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
5119
5120 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5121
5122         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
5123
5124         * message.el (message-forward-make-body-plain): Allow
5125         message-forward-ignored-headers to be a list.
5126         (message-remove-ignored-headers): Factor out into function.
5127         (message-forward-make-body-mml): Use it.
5128
5129         * imap.el (imap-quote-specials): New function.
5130         (imap-login-auth): Quote specials.
5131
5132         * rfc2231.el (rfc2231-parse-string): Remove dead code.
5133         (rfc2231-parse-string): Allow concatanation of parameters that
5134         aren't contiguous.  The test case is
5135           (mail-header-parse-content-type "message/external-body;
5136             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
5137             access-type=LOCAL-FILE;
5138             name*1*=plugh%2fhello-sailor%2fbing.pdf")
5139
5140 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5141
5142         * nntp.el (nntp-accept-process-output): Return the value of
5143         `nnheader-accept-process-output'.
5144
5145 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5146
5147         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
5148         (gnus-button-alist): Recognize more diff formats.
5149         (gnus-button-patch): Strip directory.
5150
5151 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5152
5153         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
5154         Emacs 22 when setting focus.
5155
5156 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5157
5158         * gnus-art.el (gnus-article-treat-types): Do treatment of
5159         text/x-verbatim parts.
5160         (gnus-button-patch): New command.
5161
5162         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5163         addresses that contain invalid characters.
5164
5165 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5166
5167         * message.el (message-put-addresses-in-ecomplete): Use
5168         gnus-replace-in-string.
5169         (message-is-yours-p): Use the more correct
5170         mail-header-parse-address instead of
5171         mail-extract-address-components.
5172         (message-put-addresses-in-ecomplete): Fix typo.
5173
5174         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5175         keystroke.
5176
5177         * gnus-art.el (gnus-treatment-function-alist): Change order of
5178         newsgroups/generic header folding to avoid double-folding.
5179
5180         * message.el (message-hidden-headers): Add X-Draft-From.
5181
5182         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5183         command.
5184         (gnus-summary-repeat-search-article-backward): New command.
5185
5186         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5187         groups in the parent topic.
5188
5189 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
5190
5191         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5192         (spam-extra-header-to-number): Return the CRM114 number as a
5193         number instead of a string.
5194
5195 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5196
5197         * gnus-art.el (gnus-face-properties-alist): Moved here from
5198         gnus-fun.
5199
5200         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5201
5202 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5203
5204         * message.el (message-strip-forbidden-properties): Only display on
5205         self-insert-command.
5206
5207         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5208         reindent.
5209         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5210
5211 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
5212
5213         * smiley.el (smiley-style): Fix typo.
5214
5215 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5216
5217         * hashcash.el (hashcash-insert-payment-async-2): Use
5218         message-goto-eoh instead of doing it manually.
5219         (mail-add-payment): Use message-narrow-to-header instead of trying
5220         to do the same itself.
5221
5222         * message.el (message-hidden-headers): Add Face.
5223
5224         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5225         reparenting code.
5226         (gnus-summary-reparent-children): Refactored out code.
5227         (gnus-summary-thread-map): New keystroke.
5228         (gnus-summary-reparent-children): Make into command.
5229
5230         * smiley.el (smiley-style): Default to `medium' if using a large
5231         font.
5232
5233         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5234         does it itself.
5235
5236         * message.el (message-point-in-header-p): Simplify definition.
5237
5238 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5239
5240         * nnagent.el (nnagent-request-set-mark): Silence log file
5241         writing.
5242         (nnagent-request-set-mark): Use write-region instead of
5243         append-to-file.
5244
5245         * gnus-sum.el (gnus-read-header): Fudge article number if using a
5246         strange select method.
5247
5248         * ecomplete.el (ecomplete-display-matches): Get highlightling
5249         right.
5250         (ecomplete-display-matches): Use literals.
5251         (ecomplete-display-matches): Disable message logging.
5252
5253         * message.el (message-display-abbrev): Small optimization.
5254
5255         * ecomplete.el (ecomplete-display-matches): Allow automatic
5256         display.
5257
5258         * message.el (message-strip-forbidden-properties): Display
5259         abbrevs.
5260         (message-display-abbrev): Get automatic display right.
5261
5262         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5263         keystrokes.
5264
5265 2006-04-13  Romain Francoise  <romain@orebokech.com>
5266
5267         TODO: Backport to v5-10!
5268
5269         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5270         Moved here (and renamed) from gnus-registry.el.
5271
5272         * gnus-registry.el: Require gnus-util.
5273         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5274
5275 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5276
5277         * gnus-group.el (gnus-group-catchup-current): Change
5278         if-then-else-if-then-else into cond.
5279         (gnus-group-catchup): Indent.
5280         (group-name-at-point): New function.
5281         (gnus-fetch-group): Provide default from thing at point.
5282
5283 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5284
5285         * message.el (message-display-abbrev): Fix regexp.
5286
5287         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5288         choosing.
5289         (ecomplete-highlight-match-line): Fix up code rewrite, remove
5290         dead variables.
5291
5292         * message.el (message-newline-and-indent): Remove debugging.
5293         (message-display-abbrev): Use new implementation.
5294
5295 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5296
5297         * gnus-art.el (gnus-article-mode): Set
5298         cursor-in-non-selected-windows to nil.
5299
5300         * smiley.el: Revert previous change.
5301         (smiley-data-directory): defvar it before using it in the
5302         defcustom of `smiley-style'.
5303
5304 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5305
5306         * message.el (message-newline-and-indent): New function.
5307
5308         * ecomplete.el: Implement more bits.
5309
5310         * message.el (message-put-addresses-in-ecomplete): Clean up the
5311         string.
5312
5313         * ecomplete.el (ecomplete-add-item): Chop off decimals.
5314
5315         * gnus-sum.el (gnus-summary-save-parts): Bind
5316         gnus-summary-save-parts-counter and use it to make unique file
5317         names.
5318
5319         * gnus-art.el (gnus-ignored-headers): Add some more headers.
5320
5321         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5322         parameter to say whether to actually parse the individual
5323         addresses.
5324
5325         * message.el (message-put-addresses-in-ecomplete): New function.
5326         (ecomplete): Require.
5327         (message-mail-alias-type): Add ecomplete as an option.
5328
5329 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
5330
5331         * flow-fill.el (fill-flowed): Remove trailing space from blank
5332         quoted lines.
5333
5334 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5335
5336         * smiley.el (smiley-style): Move definition later to avoid a
5337         compilation warning.
5338
5339 2006-04-12  Kenichi Handa  <handa@m17n.org>
5340
5341         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5342         buffer and then decode the buffer text if necessary.
5343         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5344         first, and after mm-encode-body, change the buffer to unibyte.
5345         Use mm-disable-multibyte instead of set-buffer-multibyte.
5346
5347 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5350         Content-Type header instead of Content-Disposition header.
5351         (gnus-mime-inline-part): Ditto.
5352         (gnus-mime-view-part-as-charset): Ignore charset that the part
5353         specifies.
5354
5355         * mm-decode.el (mm-display-part): Work with external parts and
5356         usual parts similarly.
5357
5358         * mm-extern.el (mm-inline-external-body): Use mm-display-part
5359         instead of gnus-display-mime.
5360
5361         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5362         instead of with-temp-buffer.
5363
5364         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5365         tag to summarized topics part in order to encode non-ASCII text.
5366
5367 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5368
5369         * smiley.el (smiley-style): New variable.
5370         (smiley-directory): New function.
5371         (smiley-data-directory): Derive from `smiley-style' using
5372         `smiley-directory'.
5373         (smiley-regexp-alist): Add new entries.
5374
5375         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5376         (gnus-article-browse-delete-temp): Add :version.
5377
5378 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
5379
5380         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5381         the sieve region.
5382
5383 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5384
5385         * gnus.el (gnus-version-number): Bump version.
5386
5387 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5388
5389         * gnus.el: No Gnus v0.4 is released.
5390
5391 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5392
5393         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5394         layout.
5395
5396         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5397         unknown charset.
5398
5399         * message.el (message-header-synonyms): Add Original-To to the
5400         default.
5401
5402         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5403         optional parameter.
5404
5405 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5406
5407         * gnus-fun.el (gnus): Require it for gnus-directory.
5408
5409 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5410
5411         * gnus-fun.el (gnus-face-properties-alist): Add :version.
5412
5413 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5414
5415         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5416
5417 2006-04-05  Simon Josefsson  <jas@extundo.com>
5418
5419         * password.el (password-reset): New function.
5420
5421 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5422
5423         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5424         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5425
5426 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5427
5428         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5429         Some whitespace was matched into the url, which broke browsing hits
5430         > 100 when mm-url-use-external was nil.
5431
5432 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5433
5434         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5435         gnus-extra-headers for 'Newsgroups.
5436
5437         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5438         bound.
5439
5440 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5441
5442         * pgg-gpg.el: Clean up process buffers every time gpg processes
5443         complete.
5444
5445 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5446
5447         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5448         doc string.
5449
5450 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5451
5452         * pgg-gpg.el (pgg-gpg-process-filter)
5453         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5454
5455         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5456         lines, temporary fix.
5457
5458 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5459
5460         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5461
5462 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5463
5464         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5465         default-enable-multibyte-characters.  This reverts the change from
5466         revision 6.17 which is no longer necessary because the passphrase
5467         is sent separately now.  GnuPG messages are unreadable under
5468         multibyte locales with default-enable-multibyte-characters set to
5469         nil.
5470
5471 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5472
5473         * message.el (message-tool-bar-gnome): Move "spell".
5474
5475 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5476
5477         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5478         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5479         instead.
5480
5481 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5482
5483         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5484         newsgroups handling for NNTP overviews which don't include
5485         Newsgroups.
5486
5487 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5488
5489         * message.el (message-resend): Bind message-generate-hashcash to nil.
5490
5491 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5492
5493         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5494         when searching for already-paid recipients.
5495
5496 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5497
5498         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5499         passphrases when it is not needed.
5500         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5501         passphrase stuff from gpg, should only be necessary when you use
5502         gpg with a smartcard.
5503
5504 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5505
5506         * mml.el (mml-insert-mime): Ignore cached contents of
5507         message/external-body part.
5508
5509         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5510         (mm-insert-part): Ditto.
5511
5512 2006-03-23  Simon Josefsson  <jas@extundo.com>
5513
5514         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5515         Reiner.
5516         (pgg-gpg-use-agent-p): Use it again.
5517
5518 2006-03-23  Simon Josefsson  <jas@extundo.com>
5519
5520         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5521         older emacsen.
5522         (pgg-gpg-use-agent-p): Don't use it.
5523
5524 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
5525
5526         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5527         if we can.
5528
5529 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5530
5531         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5532         (pgg-gpg-update-agent): New function.
5533         (pgg-gpg-use-agent-p): New function.
5534         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5535         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5536         (pgg-gpg-sign-region): Use it.
5537
5538 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5539
5540         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5541         Reported by Ralf Wachinger <rwachinger@gmx.de>.
5542
5543 2006-03-21  Simon Josefsson  <jas@extundo.com>
5544
5545         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5546         <wilde@sha-bang.de>.
5547         (pgg-gpg-use-agent): New variable.
5548         (pgg-gpg-process-region): Use it.
5549         (pgg-gpg-encrypt-region): Likewise.
5550         (pgg-gpg-encrypt-symmetric-region): Likewise.
5551         (pgg-gpg-decrypt-region): Likewise.
5552         (pgg-gpg-sign-region): Likewise.
5553         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5554
5555 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5556
5557         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5558
5559         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5560         Add comment on version.
5561
5562 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5563
5564         * smiley.el: Add missing test smiley.
5565
5566 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5567
5568         * mm-decode.el (mm-with-part): New macro.
5569         (mm-get-part): Use it; work with message/external-body as well.
5570         (mm-save-part): Treat name and filename equally.
5571
5572         * mm-extern.el (mm-extern-cache-contents): New function.
5573         (mm-inline-external-body): Use it; force the part to be displayed;
5574         move undisplayer added to the cached handle to the parent.
5575
5576         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5577         (gnus-mime-view-part-as-type): Work with message/external-body.
5578
5579         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5580
5581 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5582
5583         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5584         images in image-load-path.  [Sync with image.el, revision 1.60, in
5585         Emacs.]
5586
5587 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5588
5589         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5590         path rather than symbol.  Always return list of directories.
5591         Guarantee that image directory comes first.  [Sync with image.el,
5592         revision 1.59, in Emacs.]
5593
5594         * message.el (message-make-tool-bar): Adjust to new API of
5595         `gmm-image-load-path-for-library'.
5596
5597         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5598
5599         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5600
5601 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5602
5603         * gnus-art.el (gnus-article-only-boring-p):
5604         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5605         intangible text.
5606         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5607
5608 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
5609
5610         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
5611         `defun' instead of `gmm-defun-compat'.
5612
5613 2006-03-14  Simon Josefsson  <jas@extundo.com>
5614
5615         * message.el (message-unique-id): Don't use message-number-base36
5616         if (user-uid) is a float.
5617         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5618
5619 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5620
5621         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5622
5623         * gnus-art.el (gnus-mime-display-single): Make sure there is an
5624         empty line between a part and a message part.
5625
5626 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5627
5628         * smiley.el: Add more test smileys.
5629         (smiley-data-directory, smiley-regexp-alist)
5630         (gnus-smiley-file-types): Fix doc strings.
5631         (smiley-update-cache): Clear smiley-cached-regexp-alist before
5632         adding new elements.
5633         (smiley-mouse-map): Unused code.  Make it a comment.
5634
5635 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5636
5637         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5638         scan latest NoCeM messages instead of old ones.
5639         (gnus-nocem-check-article): Fix regexps so as to match to PGP
5640         delimiters that are recently used.
5641         (gnus-nocem-load-cache): Add autoload cookie.
5642
5643         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5644
5645         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5646         level which is larger than gnus-use-nocem is specified.
5647
5648         * gnus-group.el (gnus-group-get-new-news): Ditto.
5649
5650 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5651
5652         * gnus-util.el (gnus-tool-bar-update): New function.
5653
5654         * gnus-group.el (gnus-group-update-tool-bar): New variable.
5655         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5656
5657         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5658
5659         * gnus-group.el (gnus-group-redraw-when-idle)
5660         (gnus-group-redraw-check): Remove.
5661         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5662
5663 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5664
5665         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5666         if optional last element is specified in splits (FIELD VALUE...).
5667
5668 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
5669
5670         * message.el (message-make-tool-bar): Rename gmm-image-load-path
5671         to gmm-image-load-path-for-library.  Call with no-error argument.
5672         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5673
5674         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5675
5676         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5677
5678         * gmm-utils.el (gmm-image-load-path): Remove alias.
5679
5680 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
5681
5682         * gmm-utils.el (gmm-image-load-path): Add alias.
5683
5684         * nnml.el (nnml-generate-nov-databases-directory): Rename from
5685         nnml-generate-nov-databases-1.
5686         (nnml-generate-nov-databases): Use it.
5687         (nnml-generate-nov-databases-directory): Document no-active
5688         argument.
5689
5690         * gmm-utils.el (gmm-image-load-path-for-library): Return single
5691         directory if path is t.  Add no-error.
5692
5693         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5694         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5695
5696         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5697         resetting gnus-article-browse-html-temp-list.
5698
5699         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5700         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
5701         Add example to docstring.  Rename local variables.  Move error
5702         checks to default case in cond and simplify.
5703
5704 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5705
5706         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5707         handle is multipart when calling it recursively.
5708         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5709
5710 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
5711
5712         * nnimap.el (nnimap-request-update-info-internal): Optimize.
5713         Don't `gnus-uncompress-range' to avoid excessive memory usage.
5714
5715 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5716
5717         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5718         is loaded.
5719
5720         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5721         loaded.
5722
5723 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5724
5725         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5726         to "Emacs 23 (unicode)" in doc string.
5727
5728         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5729         "Emacs 23 (unicode)" in comment.
5730
5731 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5734
5735         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5736         characters 160 through 255 in Emacs 23.
5737
5738 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5739
5740         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5741         gnus-article-browse-html-temp.
5742         (gnus-article-browse-delete-temp): Make it customizable.  Add
5743         `file'.  Adjust doc string.
5744         (gnus-article-browse-delete-temp-files): Add argument.  Allow
5745         query for each file.  Adjust doc string.
5746         (gnus-article-browse-html-parts): Add
5747         `gnus-article-browse-delete-temp-files' to
5748         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5749
5750 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
5751
5752         * gnus-art.el (gnus-article-browse-html-temp)
5753         (gnus-article-browse-delete-temp): New variables.
5754         (gnus-article-browse-delete-temp-files): New function.
5755         (gnus-article-browse-html-parts): Use it.
5756
5757 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5758
5759         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5760
5761         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5762         string.
5763
5764         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5765         gnus-summary-insert-new-articles when unplugged.  Remove
5766         gnus-summary-search-article-forward.
5767
5768         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5769         display-visual-class instead of display-color-cells.
5770
5771 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5772
5773         * dgnushack.el: Autoload customize-group for XEmacs.
5774
5775         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5776         message/* containing non-ASCII text properly.
5777
5778 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5779
5780         * message.el: Require gmm-utils, remove autoloads.
5781         (message-tool-bar): Set default based on
5782         gmm-tool-bar-style.
5783         (message-tool-bar-gnome): Add gmm-customize-mode.
5784
5785         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5786         gmm-tool-bar-style.
5787         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5788
5789         * gnus-group.el (gnus-group-tool-bar): Set default based on
5790         gmm-tool-bar-style.
5791         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5792
5793         * gmm-utils.el (gmm-image-directory): Rename variable from
5794         gmm-image-load-path.
5795         (gmm-image-load-path): Use gmm-image-directory.
5796         (gmm-customize-mode): New function.
5797         (gmm-tool-bar-style): New variable.
5798
5799         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5800         gnus-group-redraw-line-number.
5801         (gnus-group-redraw-check): Simplify.
5802         (gnus-group-tool-bar-update): Remove redraw check.
5803         (gnus-group-make-tool-bar): Add redraw check.
5804
5805 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
5806
5807         * gnus-art.el (gnus-button): Add missing parentheses.
5808
5809 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5810
5811         * lpath.el: Fbind line-number-at-pos.
5812
5813 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5814
5815         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5816
5817 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5818
5819         * gnus-art.el (gnus-button): New face.
5820         (gnus-article-button-face): Use it.
5821
5822         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5823         gnus-summary-next-page.  Re-order.
5824
5825         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5826         next-node are now included.
5827         (gnus-group-redraw-line-number): New internal variable.
5828         (gnus-group-redraw-check): Helper function for updating the tool
5829         bar.
5830         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5831
5832         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5833
5834         * spam.el (spam-spamassassin-score-regexp): New internal variable.
5835         (spam-extra-header-to-number, spam-check-spamassassin-headers):
5836         Use it to match format of Spamassassin 3.0 and later.  Reported by
5837         IRIE Tetsuya <irie@t.email.ne.jp>.
5838         (spam-check-bogofilter)
5839         (spam-bogofilter-register-with-bogofilter): Fix args of
5840         `gnus-error' calls.
5841
5842 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5843
5844         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5845         unnecessary interaction when sending queued mails.  Reported by
5846         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5847
5848 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5849
5850         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5851         first or last are nil.
5852
5853 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5854
5855         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5856
5857 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5858
5859         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5860
5861 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5862
5863         * dns.el (query-dns): Protect more against buggy tcp output.
5864
5865 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5866
5867         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5868         nov.php.
5869
5870 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5871
5872         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5873         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5874         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
5875         output on the server side.
5876         (nnweb-google-create-mapping): Update regexps and add some
5877         progress indication.
5878
5879 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
5880
5881         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5882         gnus-agent-toggle-plugged.  Re-order icons.
5883         (gnus-group-tool-bar-gnome): Add
5884         gnus-group-{prev,next}-unread-group.
5885         (gnus-group-tool-bar-gnome): Re-order icons.
5886
5887         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5888         gnus-summary-insert-new-articles.
5889
5890         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5891         comments.
5892
5893         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
5894         also available in Emacs 21.3.
5895
5896         * message.el (message-fix-before-sending): Change "Emacs 22" to
5897         "Emacs 23 (unicode)" in comment.
5898
5899         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5900         "Emacs 23 (unicode)" in comment.
5901
5902         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5903         comment.
5904         (mm-coding-system-p): Add comment about no-MULE XEmacs.
5905
5906         * mm-view.el (mm-fill-flowed): Add :version.
5907
5908 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5909
5910         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5911         and load-path.
5912
5913 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
5914
5915         * message.el: Autoload gmm-image-load-path.
5916         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5917         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
5918         consitency.
5919
5920         * gmm-utils.el (gmm-image-load-path): Also search in
5921         "../etc/images".  Don't set gmm-image-load-path if we don't find
5922         the image.
5923
5924 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5925
5926         * gmm-utils.el (gmm-image-load-path): Don't make
5927         `gmm-image-load-path' include subdirectories which the second arg
5928         `image' might specify.
5929
5930         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5931         subdirectory to icon file names.
5932
5933         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5934
5935 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5936
5937         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5938         gmm-image-load-path calls.
5939
5940         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5941
5942         * message.el (message-make-tool-bar): Ditto.
5943
5944         * mml.el (mml-preview): Added comment concerning tool bar icons.
5945
5946         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5947         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5948
5949         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5950         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5951
5952         * message.el (message-tool-bar-gnome): Use new icon names.
5953         (message-make-tool-bar): Use `gmm-image-load-path'.
5954
5955         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5956         functions from MH-E.
5957         (gmm-image-load-path): New variable from MH-E.
5958         (gmm-image-load-path): New function from MH-E.  Added arguments
5959         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
5960         *-image-load-path-called-flag.
5961
5962 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
5963
5964         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5965
5966 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
5967
5968         * nnimap.el (nnimap-request-move-article): Change folder back to
5969         source group before deleting.
5970
5971 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
5972
5973         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5974
5975         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5976         mm-url.
5977
5978         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5979
5980 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5981
5982         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5983         coding system which mm-charset-to-coding-system returns for a
5984         given charset is valid.
5985
5986 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
5987
5988         * html2text.el (html2text-remove-tag-list):
5989         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5990
5991 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
5992
5993         * gnus-cus.el: Revert 2005-10-17 change.
5994
5995 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5996
5997         * gnus-art.el (article-strip-banner): Call
5998         article-really-strip-banner only when the regexp match is made.
5999
6000 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6001
6002         * gnus-art.el (article-strip-banner): Use
6003         gnus-extract-address-components instead of
6004         mail-header-parse-addresses to make it work with non-ASCII text;
6005         remove mail-encode-encoded-word-string.
6006
6007         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
6008         values which are surrounded with \"...\"; make it never cause a
6009         Lisp error; give up parsing of parameters if it failed in
6010         extracting type.
6011
6012 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
6013
6014         * smime.el (smime-cert-by-ldap-1): Fix bug where
6015         `smime-ldap-search' returns results without userCertificates.
6016
6017 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6018
6019         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
6020
6021 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6022
6023         * spam.el (spam-check-spamassassin-headers): Adapt format for
6024         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
6025         <ari@mbf.ocn.ne.jp>.
6026         (spam-list-of-processors): Add spam-use-gmane.
6027
6028 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6029
6030         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
6031         make-temp-file; make it work with XEmacs as well.
6032
6033         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
6034         mm-make-temp-file.
6035
6036         * mm-decode.el (mm-display-external): Use the 3rd arg of
6037         mm-make-temp-file.
6038         (mm-create-image-xemacs): Ditto.
6039
6040 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
6043         with message-narrow-to-headers.
6044         (gnus-draft-setup): Narrow to header to run message-fetch-field.
6045         (gnus-draft-check-draft-articles): New function.
6046         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
6047
6048 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6049
6050         * gnus-art.el (gnus-article-browse-html-parts):
6051         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
6052         Don't use suffix argument for mm-make-temp-file for Emacs 21
6053         compatibility.  Remove useless `format'.
6054
6055 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6056
6057         * nnweb.el (nnweb-google-wash-article): Update regexps.
6058         (nnweb-group-alist): Use defvoo instead of defvar.
6059
6060 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6061
6062         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
6063         re-loading nn* modules.
6064
6065 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6066
6067         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
6068         for `tool-bar-mode' and don't check it's default-value.
6069
6070         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6071
6072         * message.el (message-make-tool-bar): Ditto.
6073
6074         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
6075         `substring'.  Shorten tmp-file name.
6076
6077         * gnus.el: Remove bogus comment.
6078
6079 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
6080
6081         * gnus-art.el (gnus-article-browse-html-parts): New function.
6082         (gnus-article-browse-html-article): New function for viewing html
6083         articles with a browser.
6084
6085 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
6086
6087         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
6088         in elisp.
6089         (pgg-gpg-encrypt-symmetric-region): Ditto.
6090         (pgg-gpg-sign-region): Ditto.
6091
6092         * pgg-def.el (pgg-text-mode): New variable.
6093
6094         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6095         (mml2015-pgg-encrypt): Ditto.
6096
6097         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6098         (mml1991-pgg-encrypt): Ditto.
6099
6100 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6101
6102         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6103         message-make-date instead of current-time-string.
6104
6105         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6106         to gnus-decoded which mm-uu might set.
6107
6108 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6109
6110         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6111         don't decode quoted parameters; remove misimported Emacs code.
6112         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6113         (rfc2231-decode-encoded-string): Don't use split-string which
6114         behaves differently according to Emacs version; use
6115         mm-decode-coding-region to convert charset to coding-system.
6116         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6117         (rfc2231-encode-string): Remove misimported Emacs code.
6118
6119 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6120
6121         * gnus-art.el (article-decode-charset): Don't use ignore-errors
6122         when calling mail-header-parse-content-type.
6123         (article-de-quoted-unreadable): Ditto.
6124         (article-de-base64-unreadable): Ditto.
6125         (article-wash-html): Ditto.
6126
6127         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6128         calling mail-header-parse-content-type and
6129         mail-header-parse-content-disposition.
6130         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6131         mail-header-parse-content-type.
6132
6133         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6134         insert charset and format parameters; encode description after
6135         inserting it to buffer.
6136         (mml-insert-parameter): Fold lines properly even if a parameter is
6137         segmented into two or more lines; change the max column to 76.
6138
6139         * rfc1843.el (rfc1843-decode-article-body): Don't use
6140         ignore-errors when calling mail-header-parse-content-type.
6141
6142         * rfc2231.el (rfc2231-parse-string): Return at least type if
6143         possible; don't cause an error even if it fails in parsing of
6144         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6145         (rfc2231-encode-string): Don't break lines at the beginning, leave
6146         it to mml-insert-parameter.
6147
6148         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
6149         calling mail-header-parse-content-type.
6150
6151 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
6152
6153         * spam-report.el (spam-report-gmane-use-article-number):
6154         Improve doc string.
6155         (spam-report-gmane-internal): Check if a suitable header was found
6156         in the article.
6157
6158 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6159
6160         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
6161         (rfc2231-encode-string): Make param*=value always begin with LWSP.
6162
6163 2006-02-05  Romain Francoise  <romain@orebokech.com>
6164
6165         Update copyright notices of all files in the gnus directory.
6166
6167 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6168
6169         * nnweb.el (nnweb-request-group): Avoid growing overview files.
6170
6171 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6172
6173         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6174         segmented lines of parameter value to cope with Thunderbird 1.5
6175         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6176         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6177         (rfc2231-encode-string): Don't make lines exceeding 76 column.
6178
6179 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
6180
6181         * mml.el (mml-generate-mime-1): Correct the order of inline signed
6182         parts.
6183
6184 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6185
6186         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6187         there's only one active file for all servers.
6188         (nnweb-request-scan): Make sure nnweb-articles is initialized on
6189         solid groups.  Gnus might have used a FAST request to select the group.
6190         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6191         and nnweb-search redundantly in the active file.
6192         (nnweb-request-list): Don't list bogus groups.  There can only be one.
6193         (nnweb-request-create-group): Don't use ARGS.
6194         (nnweb-possibly-change-server, nnweb-request-group): Remove some
6195         initialisations.  Let nnoo do the work.
6196
6197 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6198
6199         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6200         Say the part has been decoded.
6201
6202         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
6203
6204 2006-01-31  Kevin Ryde  <user42@zip.com.au>
6205
6206         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6207         mailcap-viewer-test-cache when there's no 'test clause, since that
6208         will invert the meaning of a "nil" test previously determined by
6209         mailcap-mailcap-entry-passes-test.
6210
6211 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6212
6213         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6214         compiling.
6215
6216         * gnus-sum.el: Ditto.
6217
6218         * message.el: Don't bind tool-bar-map when compiling.
6219
6220 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
6221
6222         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6223
6224 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6225
6226         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6227         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6228         current Google Groups.
6229
6230 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
6231
6232         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6233         and tool-bar-mode.
6234
6235         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6236         and tool-bar-mode.
6237
6238         * message.el (message-tool-bar-update): Simplify.
6239         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6240
6241         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6242         gnus-summary-buffer.
6243         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6244         gnus-summary-reply.
6245
6246         * gmm-utils.el (gmm): Add :version.
6247
6248 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6249
6250         * Makefile.in (clean): New rule.
6251         (distclean): Use it.
6252
6253 2006-01-26  Steve Youngs  <steve@sxemacs.org>
6254
6255         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6256         autoload.
6257
6258 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6259
6260         * gmm-utils.el (gmm-verbose): Add :group.
6261
6262 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
6263
6264         * message.el: Change some comments WRT tool-bars.
6265
6266         * gnus-sum.el (gnus-summary-tool-bar)
6267         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6268         (gnus-summary-tool-bar-zap-list): New variables.
6269         (gnus-summary-make-tool-bar): Complete rewrite using
6270         `gmm-tool-bar-from-list'.
6271
6272         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6273         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6274         variables.
6275         (gnus-group-make-tool-bar): Complete rewrite using
6276         `gmm-tool-bar-from-list'.
6277         (gnus-group-tool-bar-update): New function.
6278
6279         * message.el (message-mode-field-menu): Add "Show hidden Headers".
6280
6281 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6282
6283         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6284         is dissected into a single part of which the type is the same as
6285         the given one; decode charset.
6286
6287 2006-01-21  Kevin Ryde  <user42@zip.com.au>
6288
6289         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6290         into alists as symbol not string, since that's what
6291         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6292         look for.
6293
6294 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
6295
6296         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6297         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6298
6299         * message.el (message-tool-bar-gnome): Use gmm-ignore.
6300
6301 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6302
6303         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
6304         (gnus-xmas-mime-security-button-menu): New function.
6305
6306         * gnus-art.el (gnus-mime-security-button-commands): New variable.
6307         (gnus-mime-security-button-menu): New definition.
6308         (gnus-mime-security-button-map): Use them.
6309         (gnus-mime-security-button-menu): New function.
6310         (gnus-insert-mime-security-button): Addition to help echo.
6311         (gnus-mime-security-run-function, gnus-mime-security-save-part)
6312         (gnus-mime-security-pipe-part): New functions.
6313
6314         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6315         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6316
6317         * mm-decode.el (mm-handle-set-disposition): Remove.
6318         (mm-handle-set-description): Remove.
6319
6320 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6321
6322         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6323         (mm-w3m-standalone-supports-m17n-p): New function.
6324         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6325         w3m usage.
6326
6327         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6328         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6329
6330 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6331
6332         * message.el (message-tool-bar-zap-list): Use
6333         gmm-tool-bar-zap-list as custom type.
6334         (message-tool-bar-update): New function.
6335         (message-tool-bar, message-tool-bar-gnome)
6336         (message-tool-bar-retro): Add message-tool-bar-update.
6337         (message-tool-bar-gnome): Add flyspell-buffer.
6338
6339         * gnus-util.el (gnus-error): Describe `args'.
6340
6341         * gmm-utils.el (gmm-error): Describe `args'.
6342         (gmm-tool-bar-zap-list): New widget.
6343         (gmm-tool-bar-from-list): Improve description of `zap-list'.
6344
6345 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6346
6347         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6348         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6349         the number of recursive calls.
6350
6351         * mm-decode.el (mm-handle-set-disposition): New macro.
6352         (mm-handle-set-description): New macro.
6353
6354 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6355
6356         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6357         encoding.
6358
6359 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6360
6361         * message.el (message-tool-bar-zap-list, message-tool-bar)
6362         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6363         (message-tool-bar-local-item-from-menu): Remove.
6364         (message-tool-bar-map): Replace by `message-make-tool-bar'.
6365         (message-make-tool-bar): New function.
6366         (message-mode): Use `message-make-tool-bar'.
6367
6368         * gmm-utils.el: New file.
6369         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6370         (gmm-lazy): New widget copied from `nnmail.el'.
6371         (gmm-tool-bar-from-list): New function for creating customizable
6372         tool bars.
6373         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
6374         output.
6375         (gmm): Add :prefix to defgroup.
6376
6377 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6378
6379         * gmm-utils.el (gmm-widget-p): New function.
6380
6381 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6382
6383         * mml.el (mml-attach-file): Describe `description' in doc string.
6384         (mml-menu): Add Emacs MIME manual and PGG manual.
6385
6386 2006-01-20  Richard M. Stallman  <rms@gnu.org>
6387
6388         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6389
6390 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
6391
6392         * nntp.el (nntp-end-of-line): Doc fix.
6393
6394 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
6395
6396         * imap.el (imap-open): Handle case where buffer is a buffer
6397         object.
6398
6399 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6400
6401         * gnus-delay.el (gnus-delay): Don't autoload.
6402         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6403         to be re-loaded when customizing the `gnus-delay' group.
6404
6405 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
6406
6407         * message.el (message-insert-citation-line): Use newlines.
6408
6409 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6410
6411         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6412         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
6413         these routines, so the passphrase can be managed externally and
6414         passed in to the system.
6415         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6416         pgg-add-passphrase-to-cache function.
6417
6418         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6419         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
6420         these routines, so the passphrase can be managed externally and
6421         passed in to the system.
6422         (pgg-pgp5-sign-region): Use new name of
6423         pgg-add-passphrase-to-cache function.
6424
6425 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6426
6427         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6428         part of the decoded armor to find the key-identifier.
6429         (pgg-gpg-lookup-key-owner): New function to return the
6430         human-readable identifier of a key owner.
6431         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
6432         itself.
6433         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6434         the key value) if we have a key and can match it against a secret
6435         key.  Also, added a note pointing out fact that the prompt only
6436         indicates the first matching key.
6437
6438         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
6439         pgg-decrypt-region.
6440         (pgg-add-passphrase-to-cache): Rename from
6441         `pgg-add-passphrase-cache' to reduce confusion (all callers
6442         changed).
6443         (pgg-remove-passphrase-from-cache): Rename from
6444         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6445         changed).
6446         (pgg-read-passphrase, pgg-add-passphrase-cache)
6447         (pgg-remove-passphrase-cache): Add informative docstrings.
6448         (pgg-decrypt): Convey provided passphrase in subordinate call to
6449         pgg-decrypt-region.
6450
6451 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
6452
6453         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6454         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6455         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6456         'passphrase' argument, so the passphrase can be managed externally
6457         and then passed in to the system.
6458
6459         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6460         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
6461         so the passphrase cache can be used reliably with identifiers
6462         besides a pgp packet's key id.
6463
6464         * pgg-gpg.el (pgg-gpg-encrypt-region)
6465         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6466         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
6467         these routines, so the passphrase can be managed externally and
6468         passed in to the system.
6469
6470         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6471         'notruncate' argument, so the passphrase cache can be used
6472         reliably with identifiers besides a pgp packet's key id.
6473
6474 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
6475
6476         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6477         symmetric encryption.
6478         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6479         encrypted session key.
6480         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6481         message ask for the passphrase in a proper way.
6482
6483         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6484         New user commands for symmetric encryption.
6485
6486 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6487
6488         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6489
6490         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6491
6492 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6493
6494         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6495
6496 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6497
6498         * mm-decode.el (mm-inlined-types): Add application/pgp.
6499         (mm-automatic-display): Ditto.
6500
6501         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6502         part as text.
6503
6504 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * nnrss.el: Update copyright.
6507         (nnrss-opml-import): Query whether to subscribe to each entry.
6508
6509         * gnus-art.el:
6510         * gnus-sum.el:
6511         * gnus-xmas.el:
6512         * messagexmas.el:
6513         * mm-uu.el:
6514         * mm-view.el: Update copyright.
6515
6516 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
6517
6518         * message.el (message-info): New function.
6519         (message-mode-menu): Add it.
6520         Update copyright.
6521
6522         * ChangeLog: Fix and update copyright.
6523
6524 2006-01-13  Romain Francoise  <romain@orebokech.com>
6525
6526         * message.el (message-forward-subject-name-subject): Prefer the
6527         address to 'nowhere' if the sender has no name.
6528         Fix typo.  Update copyright year.
6529
6530 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * gnus-art.el (article-wash-html): Use
6533         gnus-summary-show-article-charset-alist if a numeric arg is given.
6534         (gnus-article-wash-html-with-w3m-standalone): New function.
6535
6536         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6537         mm-inline-text-html-render-with-w3m-standalone.
6538         (mm-text-html-washer-alist): Map w3m-standalone to
6539         gnus-article-wash-html-with-w3m-standalone.
6540         (mm-inline-text-html-render-with-w3m-standalone): New function.
6541
6542 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6543
6544         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6545         Improve LaTeX.
6546
6547 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6548
6549         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6550         (nnrss-request-article): Render text/plain parts as HTML.
6551
6552         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6553         the buffer.
6554
6555 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6556
6557         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6558         custom definition of `gnus-posting-styles'.
6559
6560         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6561         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6562
6563 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6564
6565         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6566         Use nntp for bug archive.
6567
6568 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6569
6570         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6571         parts.
6572         (nnrss-normalize-date): New function converts ISO 8601 date into
6573         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6574         (nnrss-check-group): Use it.
6575
6576 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6577
6578         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6579
6580         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6581         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6582         (nnrss-insert-w3): Ditto.
6583
6584 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6585
6586         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6587         the articles to be forwarded including the case where neither a
6588         number of articles nor a region is specified.
6589
6590 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6591
6592         * nnrss.el (nnrss-request-article): Fix last change; fill
6593         text/plain parts.
6594
6595 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6596
6597         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6598         in text/plain part.
6599         (nnrss-check-group): Don't add excessive newline to dc:subject.
6600
6601 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
6602
6603         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6604         article.
6605
6606 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6607
6608         * nnml.el: Don't require gnus-bcklg.  Autoload it.
6609         (nnml-use-compressed-files, nnml-save-mail): Support other
6610         comression programs such as bzip2.
6611
6612 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6613
6614         * dns.el (query-dns): Make sure we check the buffer size before
6615         removing tcp headers.
6616
6617 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6618
6619         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6620         remove MIME buttons associated with multipart/alternative parts.
6621         (gnus-mime-display-alternative): Tag buttons using `article-type'
6622         text property.
6623
6624         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6625         associated with multipart/alternative parts.
6626
6627         * gnus-art.el (gnus-signature-separator): Fix custom type.
6628
6629         * mm-decode.el (mm-inlined-types): Fix custom type.
6630         (mm-keep-viewer-alive-types): Ditto.
6631         (mm-automatic-display): Ditto.
6632         (mm-attachment-override-types): Ditto.
6633         (mm-inline-override-types): Ditto.
6634         (mm-automatic-external-display): Ditto.
6635
6636 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6637
6638         * spam-report.el (spam-report-user-mail-address)
6639         (spam-report-user-agent): New variables.
6640         (spam-report-url-ping-plain): Use spam-report-user-agent.
6641
6642 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
6643
6644         * gnus-art.el (gnus-button-handle-custom): Do not just use
6645         `customize-apropos' for any "M-x customize-*" button but the
6646         function called for.  Accept both the function name and its
6647         argument in order to achieve this.
6648         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
6649         function name to `gnus-button-handle-custom' in case of "M-x
6650         customize-*" buttons.
6651
6652 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6653
6654         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6655         multipart/alternative and add xref to mm-discouraged-alternatives
6656         in doc string.
6657
6658         * mm-decode.el (mm-discouraged-alternatives): Add xref to
6659         gnus-buttonized-mime-types in doc string.
6660
6661 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
6662
6663         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6664         Suggest image/.* in the doc string.
6665
6666 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6667
6668         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6669         message-marks (Debian bug #342521).
6670
6671 2005-12-12  Simon Josefsson  <jas@extundo.com>
6672
6673         * password.el (password-read-from-cache): Add.
6674         (password-read): Use it.
6675
6676 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6677
6678         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6679         us-ascii as a MIME charset.
6680
6681         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6682         against the case where the 2nd arg TYPE is nil.
6683
6684 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6685
6686         * pop3.el (pop3-stream-type): Fix custom version.
6687
6688         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6689
6690 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6691
6692         * mm-decode.el (mm-display-external): Add missing cdr.
6693
6694 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6695
6696         * mm-decode.el (mm-display-external): Use nametemplate (defined in
6697         RFC1524) if it is in mailcap or add a suffix according to
6698         mailcap-mime-extensions when generating a temp filename; postpone
6699         deleting a temp file for 2 seconds for some wrappers, shell
6700         scripts, and so on, which might exit right after having started a
6701         viewer command as a background job.
6702
6703 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6704
6705         * nntp.el (nntp-marks-directory): Fix custom group.
6706
6707         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6708         steps when < 10.
6709
6710         * gnus-start.el (gnus-no-server-1): Mention
6711         `gnus-level-default-subscribed' in doc string.
6712
6713 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6714
6715         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6716         parens.
6717
6718 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6719
6720         * gnus-xmas.el (gnus-use-toolbar): Revert.
6721         (gnus-xmas-setup-toolbar): Use global default-toolbar if
6722         gnus-use-toolbar is default.
6723
6724         * messagexmas.el (message-use-toolbar): Revert.
6725         (message-setup-toolbar): Use global default-toolbar if
6726         message-use-toolbar is default.
6727
6728 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6729
6730         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
6731         according to default-toolbar-visible-p.
6732
6733         * messagexmas.el (message-use-toolbar): Ditto.
6734
6735 2005-11-26  Dave Love  <fx@gnu.org>
6736
6737         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6738         (tls-program, tls-success): Provide openssl alternative.
6739
6740         * starttls.el: Doc fixes.
6741         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6742         SERVICE to PORT.
6743
6744         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
6745         port null or service name.
6746         (starttls-negotiate): Autoload.
6747
6748 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6749
6750         * message.el (message-kill-to-signature): Fix interactive spec.
6751
6752 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6753
6754         * pop3.el (pop3-open-server): Recognize a string as a service name.
6755
6756 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
6757
6758         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6759
6760 2005-11-23  Dave Love  <fx@gnu.org>
6761
6762         Add pop3s, pop3/starttls.
6763
6764         * pop3.el (pop3-authentication-scheme): Clarify doc.
6765         (open-tls-stream, starttls-open-stream): Autoload.
6766         (pop3-stream-type): New.
6767         (pop3-open-server): Use it.
6768
6769         * mail-source.el (mail-sources): Fix some :types.  Add stream type
6770         for POP.
6771         (mail-source-keyword-map): Add :stream for POP.
6772         (mail-source-fetch-pop): Use pop3-stream-type.
6773
6774 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6775
6776         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6777         of current-time-string.
6778
6779 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
6780
6781         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6782         date header.
6783
6784 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6785
6786         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6787         it can seriously impact performance as it bypasses the agent's
6788         local caches.
6789
6790 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6791
6792         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6793         must be explicitly online rather than "not explicitly offline" for
6794         its flags to be synchronized.
6795
6796         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6797         that gnus-uu-unmark-thread will function correctly.
6798
6799         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6800         1024K is instead displayed as 1M.
6801
6802 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6803
6804         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6805
6806 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
6807
6808         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6809
6810 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
6811
6812         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6813         error message to display actual error condition.
6814         (gnus-agent-save-local): Avoid saving symbols that are bound to
6815         nil as they simply result in a warning message in
6816         gnus-agent-read-local.
6817
6818 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6819
6820         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6821         rather than make-variable-buffer-local for file-precious-flag.
6822
6823 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6824
6825         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6826         for duplicates which are removed.  The invalid sort check then
6827         triggers a rescan after the sort as sorting may have moved
6828         duplicate entries such that they can be cheaply detected.
6829
6830 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6831
6832         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6833
6834 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6835
6836         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6837         internal variable to a custom variable.  Changed default value
6838         from compressed(2) to uncompressed(1).
6839         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6840         support for uncompressed agentview files.  Taken together, reading
6841         the agentview file should now be 6-7 times faster.
6842
6843 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6844
6845         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6846         as a buffer-local variable.  This avoids creating truncated
6847         dribble files as a result of a hang up, eg.
6848
6849 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
6850
6851         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
6852         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
6853         XEmacs.
6854
6855 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6856
6857         * gnus-start.el (gnus-start-draft-setup): Enforce
6858         `gnus-draft-mode' for nndraft:drafts at startup.
6859
6860         * gnus.el (gnus-splash): Change custom group.
6861         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6862         allow-list argument.
6863
6864         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6865         string.
6866
6867 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6868
6869         * gnus-art.el (gnus-default-article-saver): Add user-defined
6870         `function' to custom type.
6871
6872 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6873
6874         * imap.el (imap-open): Handle case where buffer is a buffer
6875         object.
6876
6877 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6878
6879         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6880         long lines.
6881         (gnus-cache-delete-group): Wrap doc strings.
6882
6883         * gnus-agent.el (gnus-agent-rename-group)
6884         (gnus-agent-delete-group): Wrap doc strings.
6885
6886 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6887
6888         * messagexmas.el (message-use-toolbar): Change the valid values
6889         into default, top, bottom, left, and right.
6890         (message-toolbar-thickness): New variable.
6891         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
6892         well.
6893         (message-setup-toolbar): Make it work.
6894
6895         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
6896         (gnus-use-toolbar): Change the valid values into default, top,
6897         bottom, left, and right.
6898         (gnus-toolbar-thickness): New variable.
6899         (gnus-xmas-setup-toolbar): New function.
6900         (gnus-xmas-setup-group-toolbar): Use it.
6901         (gnus-xmas-setup-summary-toolbar): Use it.
6902
6903 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6904
6905         * gnus-start.el (gnus-1): Add "native" to
6906         gnus-predefined-server-alist.
6907
6908         * gnus.el (gnus-method-to-server): Don't add "native" to the
6909         lists here, because that leads to problems when
6910         gnus-select-method is bound.
6911
6912 2005-11-09  Simon Josefsson  <jas@extundo.com>
6913
6914         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6915         use (not sort-by-date) instead.
6916
6917 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6918
6919         * gnus-delay.el (gnus-delay-group): Don't autoload.
6920         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6921         to be re-loaded when customizing the `gnus-delay' group.
6922
6923 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
6924
6925         * message.el: Revert last changes.
6926         (message-insert-citation-line): Use newlines.
6927
6928 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6929
6930         * message.el (message-courtesy-message)
6931         (message-mark-insert-begin, message-mark-insert-end)
6932         (message-elide-ellipsis, message-cancel-message)
6933         (message-add-header, message-change-subject)
6934         (message-cross-post-followup-to-header)
6935         (message-cross-post-insert-note, message-reduce-to-to-cc)
6936         (message-widen-reply, message-delete-not-region)
6937         (message-kill-to-signature, message-insert-signature)
6938         (message-insert-importance-high, message-insert-importance-low)
6939         (message-insert-or-toggle-importance)
6940         (message-insert-disposition-notification-to)
6941         (message-indent-citation, message-yank-original)
6942         (message-cite-original-without-signature, message-cite-original)
6943         (message-insert-citation-line, message-position-on-field)
6944         (message-fix-before-sending, message-send-mail-partially)
6945         (message-send-mail, message-send-mail-with-sendmail)
6946         (message-send-mail-with-qmail, message-send-news)
6947         (message-check-news-header-syntax, message-generate-headers)
6948         (message-insert-courtesy-copy, message-fill-address)
6949         (message-fill-header, message-shorten-references)
6950         (message-setup-1, message-cancel-news)
6951         (message-forward-make-body-plain, message-forward-make-body-mime)
6952         (message-forward-make-body-mml, message-encode-message-body)
6953         (message-forward-make-body-digest-plain)
6954         (message-forward-make-body-digest-mime)
6955         (message-use-alternative-email-as-from): Insert `hard-newline'
6956         instead of ordinary newlines.
6957
6958 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6959
6960         * message.el (message-generate-headers): Downcase the argument
6961         given to message-check-element.
6962
6963 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
6964
6965         * nntp.el (nntp-authinfo-rejected): New error condition.
6966         (nntp-wait-for): Use new error condition to signal authentication
6967         error.
6968         (nntp-retrieve-data): Rethrow new error condition to break out of
6969         recursive call to nntp-send-authinfo.
6970
6971 2005-11-08  Romain Francoise  <romain@orebokech.com>
6972
6973         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6974         (gnus-summary-exit-map): Bind to `Z p'.
6975         (gnus-summary-make-menu-bar): Add menu item.
6976
6977 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
6978
6979         * gnus-art.el (gnus-article-treat-custom): Add `first'.
6980         (gnus-treat-*): Add `first' in all doc strings.
6981
6982         * gnus-group.el (gnus-group-compact-group): Fix typo.
6983
6984 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6985
6986         * gnus.el (gnus-parameters-case-fold-search): New variable.
6987         (gnus-parameters-get-parameter): Use it.
6988
6989         * gnus-score.el (gnus-home-score-file): Doc fix.
6990
6991 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
6992
6993         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6994
6995 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6996
6997         * mm-util.el (mm-special-display-p): New function.
6998
6999         * mml.el (mml-preview): Use it; doc fix.
7000
7001 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7002
7003         * imap.el (imap-open): Handle case where buffer is a buffer object.
7004
7005 2005-10-29  Romain Francoise  <romain@orebokech.com>
7006
7007         * message.el (message-fix-before-sending): Fix comment.
7008
7009 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7010
7011         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
7012
7013 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7014
7015         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
7016         Used in gnus-score.el.
7017
7018 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7019
7020         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
7021
7022 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7023
7024         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
7025         whitespace removed in revision 7.8.  Use concatenated string to
7026         protect trailing whitespace.
7027
7028 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
7029
7030         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
7031         (nnimap-request-expire-articles): Use it to avoid sending 'UID
7032         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
7033         Courier IMAP ("some version from 2004").  Mostly based on similar
7034         code in the same function.
7035
7036 2005-10-26  Didier Verna  <didier@xemacs.org>
7037
7038         * gnus-group.el (gnus-group-compact-group): Invalidate original
7039         article buffer.
7040         * gnus-srvr.el (gnus-server-compact-server): Ditto.
7041         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
7042         NOV database and in article itself.
7043         Invalidate article backlog.
7044
7045 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7046
7047         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
7048
7049 2005-10-26  Simon Josefsson  <jas@extundo.com>
7050
7051         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
7052         part of 2004-07-25 change.
7053
7054 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7055
7056         * message.el (message-display-completion-list): New function.
7057         (message-expand-group): Use it; make sure the Completions buffer
7058         is modifiable.
7059 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7060
7061         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
7062         user-mail-name is an empty string.
7063
7064 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7065
7066         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
7067         depending on gnus-score-decay-constant.
7068
7069         * encrypt.el (encrypt-insert-file-contents)
7070         (encrypt-write-file-contents): Don't use `gnus-message'.
7071
7072         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
7073         arguments.
7074         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
7075         arguments to mm-uu-verbatim-marks-extract.
7076         (mm-uu-hide-markers): New variable.
7077         (mm-uu-extract): Use face similar to `gnus-cite-3'.
7078
7079         * gnus-fun.el (gnus-convert-image-to-x-face-command)
7080         (gnus-convert-image-to-face-command): Use "convert" by default to
7081         allow other input image formats.
7082         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
7083         accordingly.
7084
7085 2005-10-23  Simon Josefsson  <jas@extundo.com>
7086
7087         * imap.el (imap-gssapi-program): Align command line parameters
7088         with latest GNU SASL.
7089         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
7090
7091 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7092
7093         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
7094         HTML.
7095         (nnslashdot-request-article): Ditto.
7096
7097         * lpath.el (featurep): Add nobreak-char-display.
7098
7099 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7100
7101         * mail-source.el (mail-source-fetch-pop): Require pop3.
7102         (mail-source-check-pop): Ditto.
7103
7104 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7105
7106         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
7107         errors.
7108
7109 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7110
7111         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
7112         (gnus-treat-strip-leading-blank-lines): Improve doc string.
7113
7114         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
7115
7116         * mm-bodies.el (mm-decode-string): Call
7117         `mm-charset-to-coding-system' with allow-override argument.
7118
7119 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7120
7121         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
7122         (rfc2047-charset-to-coding-system): New function.
7123         (rfc2047-decode-encoded-words): New function.
7124         (rfc2047-decode-region): Use them.
7125         (rfc2047-decode-cte): Remove.
7126         (rfc2047-parse-and-decode): Remove.
7127         (rfc2047-decode): Remove.
7128
7129 2005-10-15  Kenichi Handa  <handa@m17n.org>
7130
7131         * rfc2047.el (rfc2047-decode-cte): New function.
7132         (rfc2047-decode-region): Change the way to decode successive
7133         encoded-words: decode B- or Q-encoding in each encoded-word,
7134         concatenate them, and decode it as charset.
7135
7136 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7137
7138         * lpath.el: Fbind codepage-setup for XEmacs.
7139
7140 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
7141
7142         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
7143         widget-move-and-invoke.
7144         (gnus-custom-mode): Use gnus-custom-map.
7145
7146 2005-10-15  Bill Wohler  <wohler@newt.com>
7147
7148         * message.el (message-tool-bar-map): Renamed image file from
7149         mail_send to mail/send.
7150
7151 2005-10-16  Masatake YAMATO  <jet@gyve.org>
7152
7153         * message.el (message-expand-group): Pass the common
7154         prefix substring of completion to `display-completion-list'.
7155
7156 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
7157
7158         * mml-sec.el (mml-secure-method): New internal variable.
7159         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7160         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7161         functions using mml-secure-method.
7162
7163         * mml.el (mml-mode-map): Add key bindings for those functions.
7164         (mml-menu): Simplify security menu entries.  Suggested by Jesper
7165         Harder <harder@myrealbox.com>.
7166         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7167         end of message if point is the headers of the message.
7168
7169         * message.el (message-in-body-p): New function.
7170
7171         * assistant.el: Autoload gnus-util and netrc.
7172
7173         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7174         Use `mm-charset-override-alist' only when decoding.
7175
7176         * mm-bodies.el (mm-decode-body): Call
7177         `mm-charset-to-coding-system' with allow-override argument.
7178
7179         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7180         `filename' from Content-Disposition if Content-Type doesn't
7181         provide `name'.
7182         (gnus-mime-view-part-as-type): Set default instead of
7183         initial-input.
7184
7185 2005-10-09  Daniel Brockman  <daniel@brockman.se>
7186
7187         * format-spec.el (format-spec): Propagate text properties of % spec.
7188
7189 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7190
7191         * gnus-art.el (gnus-treat-predicate): Add `first'.
7192
7193 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7194
7195         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7196         (mm-charset-override-alist): New variable.
7197         (mm-charset-to-coding-system): Use it.
7198         (mm-codepage-setup): New helper function.
7199         (mm-charset-eval-alist): New variable.
7200         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
7201         about unknown charsets.
7202
7203         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
7204
7205 2005-10-04  David Hansen  <david.hansen@gmx.net>
7206
7207         * nnrss.el (nnrss-request-article): Add support for the comments tag.
7208         (nnrss-check-group): Ditto.
7209
7210 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7211
7212         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7213         Rename x-gnus-verbatim to x-verbatim.
7214         (mm-uu-type-alist): Fix regexp for verbatim-marks.
7215
7216         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7217         x-verbatim.
7218
7219         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7220
7221         * gnus-util.el (gnus-remove-duplicates): Remove.
7222
7223         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7224         instead of gnus-remove-duplicates.
7225
7226         * message.el (message-remove-duplicates): Remove.
7227         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7228         message-remove-duplicates.
7229
7230         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7231         available, else use implementation from `delete-dups'.
7232
7233         * message.el (message-insert-expires): New function.
7234         (message-mode-map): Add key binding.
7235         (message-mode-field-menu): Add menu entry.
7236         (message-mode): Document it.
7237         (message-make-expires-date): Use `message-make-date'.
7238
7239 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
7240
7241         * message.el (message-make-expires-date): New function.
7242
7243 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7244
7245         * Makefile.in (list-installed-shadows): New entry.
7246         (install): Use it.
7247         (remove-installed-shadows): New entry.
7248
7249         * dgnushack.el (dgnushack-default-load-path): New variable.
7250         (dgnushack-find-lisp-shadows): New function.
7251         (dgnushack-remove-lisp-shadows): New function.
7252
7253 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7254
7255         * Makefile.in (install-el-elc): New entry.
7256         (install): Use it so that .el files are necessarily installed.
7257
7258 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7259
7260         * time-date.el: Autoload parse-time-string, XEmacs needs it.
7261
7262 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7263
7264         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7265         function rather than the diff-mode.el package.
7266         (mm-display-external): Use with-current-buffer.
7267         (mm-viewer-completion-map, mm-viewer-completion-map):
7268         Move initialization inside declaration.
7269
7270 2005-09-29  Simon Josefsson  <jas@extundo.com>
7271
7272         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
7273         autoload mail-check-payment.
7274         (spam-check-hashcash): Define unconditionally, since hashcash.el
7275         is part of Gnus now.  Ignore errors from payment checking.
7276
7277 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7278
7279         * message.el (message-bold-region, message-unbold-region): Rename
7280         from `bold-region' and `unbold-region'.
7281
7282         * message.el: Remove useless autoloads.
7283
7284 2005-09-28  Simon Josefsson  <jas@extundo.com>
7285
7286         * message.el (message-use-idna): Default to t.
7287         (message-use-idna): Test whether encoding works too.  Doc fix.
7288
7289 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7290
7291         * nntp.el (nntp-warn-about-losing-connection): Remove.
7292
7293 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7294
7295         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7296         customizable.  Change default value.
7297         (mm-uu-diff-groups-regexp): Change default value.
7298         (mm-uu-type-alist): Add doc string.
7299         (mm-uu-configure): Add doc string.  Make it interactive.
7300         (mm-uu-tex-groups-regexp): New variable.
7301         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7302         (mm-uu-type-alist): Add LaTeX documents.
7303         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7304         of "text/verbatim".
7305         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7306
7307         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7308         instead of "text/verbatim".
7309
7310         * message.el (message-mark-inserted-region)
7311         (message-mark-insert-file): Use slrn style marks when called with
7312         prefix argument.
7313
7314 2005-09-27  Simon Josefsson  <jas@extundo.com>
7315
7316         * message.el (message-idna-to-ascii-rhs-1): Reformat.
7317
7318 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
7319
7320         * message.el (message-remove-duplicates): New function.
7321         Implementation borrowed from `gnus-remove-duplicates'.
7322         (message-idna-to-ascii-rhs): Also encode idna addresses in
7323         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7324         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7325         only ask about the same idna domain once per header and also tell
7326         in what header to replace the idna domain.
7327
7328         * gnus-art.el (article-decode-idna-rhs): Also decode idna
7329         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7330         (article-decode-idna-rhs): Fix regexp so that all idna-address in
7331         a header is decoded and not just the last one.
7332
7333 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7334
7335         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7336         has been decoded.
7337
7338         * mm-decode.el (mm-automatic-display): Add text/verbatim.
7339         (mm-insert-part): Don't modify text if it has been decoded.
7340
7341         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7342         decoded.
7343
7344         * mm-view.el (mm-inline-text): Don't strip text props unless
7345         decoding enriched or richtext parts.
7346
7347 2005-09-25  Romain Francoise  <romain@orebokech.com>
7348
7349         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7350         * gnus-start.el (gnus-subscribe-interactively):
7351         * gnus-uu.el (gnus-uu-grab-articles):
7352         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7353         space.
7354
7355 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7356
7357         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7358         * mm-view.el (mm-view-pkcs7-decrypt):
7359         * gnus-sum.el (gnus-summary-limit-to-extra)
7360         (gnus-summary-respool-article, gnus-read-move-group-name):
7361         * gnus-score.el (gnus-summary-increase-score):
7362         * gnus-util.el (gnus-completing-read-with-default):
7363         * gnus-art.el (gnus-read-save-file-name)
7364         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7365         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7366         * message.el (message-check-news-header-syntax):
7367         Follow convention for reading with the minibuffer.
7368
7369 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
7370
7371         * spam-report.el (spam-report-url-ping-plain):
7372         Use gnus-extended-version as User-Agent.
7373
7374         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7375         default value is nil.
7376
7377         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7378         (mm-uu-verbatim-marks-extract): New function.
7379         (mm-uu-extract): New face.
7380         (mm-uu-copy-to-buffer): Use it.
7381
7382         * spam-report.el (spam-report-gmane-ham): Renamed from
7383         `spam-report-gmane-unspam'.
7384         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7385         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
7386
7387         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7388         Autoload.
7389         (spam-report-gmane-unregister-routine): Renamed
7390         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7391
7392 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
7393
7394         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7395         (spam-report-gmane-unregister-routine): Add support for gmane
7396         unregistration.
7397
7398         * spam-report.el (spam-report-gmane-unspam)
7399         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7400         (spam-report-gmane): Change to take a single article and do unspam
7401         registration.
7402
7403 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7404
7405         * mm-url.el (mm-url-decode-entities): Fix regexp.
7406
7407 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7408
7409         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7410         default to nil, to be able to use Gnus at all.  If the default
7411         switches to something else, then the function should be fixed not
7412         be exceedingly slow.
7413
7414 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
7415
7416         * gnus-start.el (gnus-activate-group): If the server is nil, don't
7417         fail hard.
7418
7419         * spam-report.el: Add better Keywords line.
7420
7421         * spam.el: Add Maintainer and better Keywords line.
7422
7423 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7424
7425         * gnus-art.el (gnus-article-replace-part)
7426         (gnus-mime-replace-part): New functions.
7427         (gnus-mime-action-alist, gnus-mime-button-commands)
7428         (gnus-mime-save-part-and-strip): Added file argument.
7429         (gnus-article-part-wrapper): Added interactive argument.
7430
7431         * gnus-sum.el (gnus-summary-mime-map): Add
7432         `gnus-article-replace-part'.
7433
7434 2005-09-19  Didier Verna  <didier@xemacs.org>
7435
7436         The nnml compaction feature:
7437         * nnml.el (nnml-request-compact-group): New function.
7438         * nnml.el (nnml-request-compact): New function.
7439         * gnus-int.el (gnus-request-compact-group): New function.
7440         * gnus-int.el (gnus-request-compact): New function.
7441         * gnus-group.el (gnus-group-compact-group): New function.
7442         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7443         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7444         * gnus-srvr.el (gnus-server-compact-server): New function.
7445         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7446         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7447
7448 2005-09-18  Deepak Goel  <deego@gnufans.org>
7449
7450         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7451         format spec.
7452
7453 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7454
7455         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7456
7457 2005-09-15  Romain Francoise  <romain@orebokech.com>
7458
7459         * message.el (message-fill-paragraph): Clarify docstring.
7460
7461 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7462
7463         * gnus-art.el (gnus-mime-display-part): Protect against broken
7464         MIME messages.
7465
7466 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7467
7468         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7469         before parsing header.
7470
7471 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7472
7473         * html2text.el (html2text-replace-list): Add new entities.
7474
7475 2005-09-11  Romain Francoise  <romain@orebokech.com>
7476
7477         * message.el (message-alternative-emails): Improve docstring.
7478         (message-setup-1): Call `message-use-alternative-email-as-from'
7479         after `message-setup-hook' to give it precedence over posting
7480         styles, etc.
7481         (message-use-alternative-email-as-from): Add docstring.  Remove
7482         the original From header if present.
7483
7484         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7485         (nnml-save-mail): Use it.
7486
7487         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7488         articles.  Add new argument `silent'.
7489         (gnus-uu-mark-all): Report the total number of marked articles.
7490
7491 2005-09-10  Romain Francoise  <romain@orebokech.com>
7492
7493         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7494         (gnus-uu-mark-series): Likewise.
7495
7496 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7497
7498         * spam-report.el (spam-report-gmane): Fix generation of spam
7499         report URL.
7500
7501 2005-09-10  Simon Josefsson  <jas@extundo.com>
7502
7503         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7504         t, based on discussion on the ding list with Robert Epprecht
7505         <epprecht@solnet.ch>.
7506
7507 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7508
7509         * spam-report.el (spam-report-gmane): Make it work without
7510         X-Report-Spam header.  Gmane now only provides Archived-At.
7511         This is only used if `spam-report-gmane-use-article-number' is nil.
7512         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7513
7514         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7515         make `gnus-summary-sort-by-recipient' work with threading.
7516
7517         * nnweb.el (nnweb-google-wash-article): Print a message if article
7518         is not available.
7519
7520 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7521
7522         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7523         change.  Decode text/* parts content before displaying.
7524
7525 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7526
7527         * mml-smime.el: Remove defvar of gnus-extract-address-components.
7528
7529 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * mm-view.el (mm-display-inline-fontify): Disable support modes.
7532
7533         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
7534         url-package-name, url-package-version,
7535         w3m-cid-retrieve-function-alist, w3m-current-buffer,
7536         w3m-display-inline-images, and w3m-minor-mode-map.
7537
7538 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
7539
7540         * message.el (message-tab-body-function): Fix mismatched custom type.
7541
7542         * gnus.el (gnus-group-change-level-function): Ditto.
7543
7544         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7545
7546         * gnus-art.el (gnus-signature-limit)
7547         (gnus-article-mime-part-function): Ditto.
7548
7549 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7550
7551         * mml.el (mml-mode): Silence the byte compiler.
7552
7553         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7554         using `(sit-for 0)' before moving the point to the specified part;
7555         skip unbuttonized parts.
7556         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7557         return to the summary window if gnus-auto-select-part is non-nil.
7558
7559 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
7560
7561         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7562         variables.
7563         (mml-dnd-attach-file, mml-mode): Use them.
7564
7565         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7566         Make fetching article by MID work again for Google Groups.  Added
7567         FIXME concerning gnus-group-make-web-group.
7568
7569         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7570         Don't depend on Gnus by using mail-extract-address-components if
7571         gnus-extract-address-components is not bound.
7572
7573 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7574
7575         * gnus-art.el (gnus-mime-display-security): Don't display the
7576         signature, but only the signed part.
7577
7578 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7579
7580         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7581
7582         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7583         list, not listp.
7584
7585 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
7586
7587         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7588         when encoding.
7589
7590         * mm-bodies.el (mm-decode-content-transfer-encoding):
7591         De-canonicalize CRLF for all text content types, not just
7592         text/plain.
7593
7594 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7595
7596         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7597         valid article; point arrow and cursor at the MIME button.
7598
7599 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7600
7601         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7602         Suggested by Dan Christensen <jdc@uwo.ca>.
7603
7604         * mm-decode.el (mm-save-part): Enable change of prompt.
7605
7606 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
7607
7608         * gnus-msg.el (gnus-inews-add-send-actions): Made
7609         `message-post-method' lambda parameter ARG `&optional'.
7610
7611 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7612
7613         * gnus-sum.el (gnus-summary-mime-map): Added
7614         gnus-article-save-part-and-strip, gnus-article-delete-part and
7615         gnus-article-jump-to-part.
7616
7617         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7618         (gnus-article-edit-part): Use it.
7619         (gnus-article-part-wrapper): Added no-handle argument.
7620         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7621         functions.
7622
7623 2005-08-29  Romain Francoise  <romain@orebokech.com>
7624
7625         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7626         docstring.
7627         (gnus-face-from-file): Likewise.
7628
7629 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7630
7631         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7632         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7633         non-nil.
7634         (gnus-auto-select-part): New variable.
7635         (gnus-article-jump-to-part): New function.
7636         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7637         (gnus-mime-delete-part): Allow selecting specified part after
7638         deleting or stripping parts.
7639         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
7640         part if argument is bogus.
7641
7642 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7643
7644         * gnus-art.el (w3m-minor-mode-map):
7645         * gnus-spec.el (gnus-newsrc-file-version):
7646         * gnus-util.el (nnmail-active-file-coding-system)
7647         (gnus-original-article-buffer, gnus-user-agent):
7648         * gnus.el (gnus-ham-process-destinations)
7649         (gnus-parameter-ham-marks-alist)
7650         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7651         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7652         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7653         * mm-decode.el (gnus-current-window-configuration):
7654         * mm-extern.el (gnus-article-mime-handles):
7655         * mm-url.el (url-current-object, url-package-name)
7656         (url-package-version):
7657         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7658         (smime-keys, w3m-cid-retrieve-function-alist)
7659         (w3m-current-buffer, w3m-display-inline-images)
7660         (w3m-minor-mode-map):
7661         * mml-smime.el (gnus-extract-address-components):
7662         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7663         (gnus-newsrc-hashtb, message-default-charset)
7664         (message-deletable-headers, message-options)
7665         (message-posting-charset, message-required-mail-headers)
7666         (message-required-news-headers):
7667         * mml1991.el (mc-pgp-always-sign):
7668         * mml2015.el (mc-pgp-always-sign):
7669         * nnheader.el (nnmail-extra-headers):
7670         * rfc1843.el (gnus-decode-encoded-word-function)
7671         (gnus-decode-header-function, gnus-newsgroup-name):
7672         * spam-stat.el (gnus-original-article-buffer): Add defvars.
7673
7674 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
7675
7676         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7677         the end of the date treatments.
7678
7679 2005-08-15  Simon Josefsson  <jas@extundo.com>
7680
7681         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7682         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
7683         Capello and Romain Francoise.
7684         (pgg-fetch-key-function): Removed, not used?
7685         (pgg-insert-url-with-w3): Require url, to get
7686         url-insert-file-contents regardless of where it is defined.
7687
7688 2005-08-13  Romain Francoise  <romain@orebokech.com>
7689
7690         * message.el (message-cite-original-1): New function.
7691         (message-cite-original): Use it.
7692         (message-cite-original-without-signature): Ditto.
7693
7694 2005-08-08  Romain Francoise  <romain@orebokech.com>
7695
7696         * message.el (message-yank-empty-prefix): New variable.
7697         (message-indent-citation): Use it.
7698         (message-cite-original-without-signature): Respect X-No-Archive.
7699
7700 2005-08-08  Simon Josefsson  <jas@extundo.com>
7701
7702         * pgg.el: Autoload url-insert-file-contents instead of loading
7703         w3/url.
7704         (pgg-insert-url-with-w3): Don't load url here.
7705
7706 2005-08-07  Jesper Harder  <harder@phys.au.dk>
7707
7708         * message.el (message-kill-to-signature): Don't insert newline at
7709         bol.
7710         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7711
7712 2005-08-06  Romain Francoise  <romain@orebokech.com>
7713
7714         * message.el (message-user-fqdn): Fix typo in docstring.
7715
7716 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
7717
7718         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7719
7720         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7721
7722 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7723
7724         * mm-bodies.el (mm-encode-body): Use coding system rather than
7725         charset to encode text.
7726
7727         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7728         number of charsets if utf-8 is available (XEmacs).
7729
7730 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
7731
7732         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7733         taken from `gnus-button-mid-or-mail-regexp'.
7734         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7735         (gnus-button-alist): Improve regexp for domain part of the MIDs
7736         for news:localpart@domain buttons.
7737         (gnus-button-ctan-directory-regexp): Update.
7738
7739 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7740
7741         * sieve-manage.el (sieve-manage-interactive-login): Use
7742         make-local-variable rather than make-variable-buffer-local.
7743         (sieve-manage-open): Ditto.
7744         (sieve-manage-authenticate): Ditto.
7745
7746         * mml.el (mml-generate-mime-1): Make the content type default to
7747         text/plain if the filename is not specified.
7748
7749 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7750
7751         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7752         instead of insert-buffer.
7753
7754         * message.el (message-yank-original): Ditto; set the mark at the
7755         end of the yanked message.
7756
7757 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7758
7759         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7760         lines to scroll rather than to stop it.
7761
7762         * mml.el (mml-generate-default-type): Add doc string.
7763         (mml-generate-mime-1): Use mm-default-file-encoding or make it
7764         default to application/octet-stream when determining the content
7765         type if it is not specified for the part or the mml contents; add
7766         a comment about mml-generate-default-type.
7767
7768 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
7769
7770         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7771         make it default to application/octet-stream when determining the
7772         content type if it is not specified for the external contents.
7773
7774 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7775
7776         * rfc2231.el (rfc2231-parse-string): Take care that not only a
7777         segmented parameter but also other parameters might be there.
7778
7779 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7780
7781         * mm-decode.el (mm-display-external): Delete temp file, directory
7782         and buffer immediately if the external process is exited.
7783
7784 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7785
7786         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7787         fewer lines than that of scroll-margin.
7788         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7789
7790 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7791
7792         * gnus-art.el (gnus-article-next-page): Revert.
7793         (gnus-article-beginning-of-window): New macro.
7794         (gnus-article-next-page-1): Use it.
7795         (gnus-article-prev-page): Ditto.
7796         (gnus-article-edit-part): Use insert-buffer-substring instead of
7797         insert-buffer.
7798         (gnus-article-edit-exit): Ditto.
7799
7800         * gnus-util.el (gnus-beginning-of-window): Remove.
7801         (gnus-end-of-window): Remove.
7802
7803         * lpath.el: Don't bind header-line-format and scroll-margin.
7804
7805 2005-07-25  Simon Josefsson  <jas@extundo.com>
7806
7807         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7808         to have the url package without w3.  Reported by Daiki Ueno
7809         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7810
7811 2005-07-20  Didier Verna  <didier@xemacs.org>
7812
7813         * gnus-diary.el: Remove the description comment (nndiary is now
7814         properly documented in the Gnus manual).
7815         Fix the spelling of "Back End".
7816         * nndiary.el: Ditto.
7817         Fix the copyright notice.
7818
7819 2005-07-18  Romain Francoise  <romain@orebokech.com>
7820
7821         * gnus-sum.el (gnus-summary-to-prefix)
7822         (gnus-summary-newsgroup-prefix): New variables.
7823         (gnus-summary-from-or-to-or-newsgroups): Use them.
7824
7825 2005-07-17  Romain Francoise  <romain@orebokech.com>
7826
7827         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7828         space as it's generally not especially interesting to the user.
7829
7830 2005-07-16  Romain Francoise  <romain@orebokech.com>
7831
7832         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7833         nil to avoid prompting and file modification if one of the
7834         messages at the top of the nnfolder file contains a copyright
7835         notice.
7836         Update copyright notice.
7837
7838         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7839         instead of `current-time-string' as the latter creates a time
7840         string that is not RFC 2822 compliant (it lacks the zone).
7841         Update copyright notice.
7842
7843 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7844
7845         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7846         for text/rtf.  Display default in prompt.  Pass default for M-n.
7847
7848         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7849
7850 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7851
7852         * gnus-msg.el (gnus-button-mailto): Remove
7853         save-selected-window-window hackery because it relies on
7854         save-selected-window internals.
7855
7856 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7857
7858         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7859         (gnus-article-next-page-1): Use gnus-beginning-of-window.
7860         (gnus-article-prev-page): Ditto.
7861
7862         * gnus-util.el (gnus-beginning-of-window): New function.
7863         (gnus-end-of-window): New function.
7864
7865         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
7866
7867 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7868
7869         * gnus-score.el (gnus-score-edit-all-score): Set
7870         gnus-score-edit-exit-function to gnus-score-edit-done and call
7871         gnus-message.
7872
7873 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7874
7875         * gnus-msg.el (gnus-button-mailto): Remove
7876         save-selected-window-window hackery because it relies on
7877         save-selected-window internals.
7878
7879 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7882         add-minor-mode.
7883         (gnus-binary-mode): Ditto.
7884
7885         * gnus-topic.el (gnus-topic-mode): Ditto.
7886
7887 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
7888
7889         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7890         (gnus-article-prev-page): Take scroll-margin into consideration.
7891
7892 2005-07-04  Lute Kamstra  <lute@gnu.org>
7893
7894         Update FSF's address in GPL notices.
7895
7896 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
7897
7898         * gnus.el (gnus-exit):
7899         * gnus-group.el (gnus-group-icons):
7900         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7901
7902         * gnus-nocem.el (gnus-nocem):
7903         * message.el (message-various, message-buffers, message-sending)
7904         (message-interface, message-forwarding, message-insertion)
7905         (message-headers, message-news, message-mail):
7906         * pgg-gpg.el (pgg-gpg):
7907         * pgg-parse.el (pgg-parse):
7908         * pgg-pgp.el (pgg-pgp):
7909         * pgg-pgp5.el (pgg-pgp5):
7910         * pop3.el (pop3): Finish `defgroup' description with period.
7911
7912 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7913
7914         * gnus-art.el (article-display-face): Improve the efficiency.
7915         (article-display-x-face): Ditto; remove grey x-face stuff.
7916
7917 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7918
7919         * gnus-art.el (article-display-face): Correct the position in
7920         which Faces are inserted.
7921
7922 2005-06-29  Didier Verna  <didier@xemacs.org>
7923
7924         * gnus-art.el (article-display-face): Display faces in correct
7925         order.
7926
7927 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7928
7929         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7930         (gnus-fill-real-hashtb): Use hash table instead of obarray.
7931         (gnus-nocem-check-article): Fetch the Type header.
7932         (gnus-nocem-message-wanted-p): Fix the way to examine types.
7933         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7934         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7935         make sure gnus-nocem-hashtb is initialized.
7936         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7937         (gnus-nocem-unwanted-article-p): Ditto.
7938
7939         * pgg.el (pgg-verify): Return the verification result.
7940
7941 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7942
7943         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7944         is ascii.
7945
7946 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7947
7948         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7949         `show-nonbreak-escape'.
7950
7951 2005-06-23  Lute Kamstra  <lute@gnu.org>
7952
7953         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7954
7955         * dig.el (dig-mode):
7956         * smime.el (smime-mode): Use gnus-run-mode-hooks.
7957
7958 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
7959
7960         * nnimap.el (nnimap-split-download-body): Fix spellings.
7961
7962 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7963
7964         * gnus-art.el (gnus-article-encrypt-body):
7965         * gnus-cus.el (gnus-score-customize):
7966         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7967         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7968
7969 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
7970
7971         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7972         header by looking for magic "MII" at the beginnig.
7973
7974 2005-06-16  Miles Bader  <miles@gnu.org>
7975
7976         * gnus-xmas.el (gnus-xmas-group-startup-message):
7977         Use renamed gnus-splash face.
7978
7979         * assistant.el (assistant-field): Remove "-face" suffix from face name.
7980         (assistant-field-face): New backward-compatibility alias for renamed
7981         face.
7982         (assistant-render-text): Use renamed assistant-field face.
7983
7984         * spam.el (spam): Remove "-face" suffix from face name.
7985         (spam-face): New backward-compatibility alias for renamed face.
7986         (spam-face, spam-initialize): Use renamed spam face.
7987
7988         * message.el (message-header-to, message-header-cc)
7989         (message-header-subject, message-header-newsgroups)
7990         (message-header-other, message-header-name)
7991         (message-header-xheader, message-separator, message-cited-text)
7992         (message-mml): Remove "-face" suffix from face names.
7993         (message-header-to-face, message-header-cc-face)
7994         (message-header-subject-face, message-header-newsgroups-face)
7995         (message-header-other-face, message-header-name-face)
7996         (message-header-xheader-face, message-separator-face)
7997         (message-cited-text-face, message-mml-face):
7998         New backward-compatibility aliases for renamed faces.
7999         (message-font-lock-keywords): Use renamed message faces.
8000
8001         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
8002         (sieve-test-commands, sieve-tagged-arguments):
8003         Remove "-face" suffix from face names.
8004         (sieve-control-commands-face, sieve-action-commands-face)
8005         (sieve-test-commands-face, sieve-tagged-arguments-face):
8006         New backward-compatibility aliases for renamed faces.
8007         (sieve-control-commands-face, sieve-action-commands-face)
8008         (sieve-test-commands-face, sieve-tagged-arguments-face):
8009         Use renamed sieve faces.
8010
8011         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
8012         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
8013         (gnus-group-news-3-empty, gnus-group-news-4)
8014         (gnus-group-news-4-empty, gnus-group-news-5)
8015         (gnus-group-news-5-empty, gnus-group-news-6)
8016         (gnus-group-news-6-empty, gnus-group-news-low)
8017         (gnus-group-news-low-empty, gnus-group-mail-1)
8018         (gnus-group-mail-1-empty, gnus-group-mail-2)
8019         (gnus-group-mail-2-empty, gnus-group-mail-3)
8020         (gnus-group-mail-3-empty, gnus-group-mail-low)
8021         (gnus-group-mail-low-empty, gnus-summary-selected)
8022         (gnus-summary-cancelled, gnus-summary-high-ticked)
8023         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
8024         (gnus-summary-high-ancient, gnus-summary-low-ancient)
8025         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
8026         (gnus-summary-low-undownloaded)
8027         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
8028         (gnus-summary-low-unread, gnus-summary-normal-unread)
8029         (gnus-summary-high-read, gnus-summary-low-read)
8030         (gnus-summary-normal-read, gnus-splash):
8031         Remove "-face" suffix from face names.
8032         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8033         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8034         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8035         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8036         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8037         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8038         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8039         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8040         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8041         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8042         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8043         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8044         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8045         (gnus-summary-normal-ticked-face)
8046         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
8047         (gnus-summary-normal-ancient-face)
8048         (gnus-summary-high-undownloaded-face)
8049         (gnus-summary-low-undownloaded-face)
8050         (gnus-summary-normal-undownloaded-face)
8051         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8052         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8053         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8054         (gnus-splash-face):
8055         New backward-compatibility aliases for renamed faces.
8056         (gnus-group-startup-message): Use renamed gnus faces.
8057
8058         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
8059         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
8060         (gnus-server-agent): Remove "-face" suffix from face names.
8061         (gnus-server-agent-face, gnus-server-opened-face)
8062         (gnus-server-closed-face, gnus-server-denied-face)
8063         (gnus-server-offline-face):
8064         New backward-compatibility aliases for renamed faces.
8065         (gnus-server-agent-face, gnus-server-opened-face)
8066         (gnus-server-closed-face, gnus-server-denied-face)
8067         (gnus-server-offline-face): Use renamed gnus faces.
8068
8069         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
8070         Remove "-face" suffix from face names.
8071         (gnus-picon-xbm-face, gnus-picon-face):
8072         New backward-compatibility aliases for renamed faces.
8073
8074         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
8075         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
8076         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
8077         (gnus-cite-11): Remove "-face" suffix from face names.
8078         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
8079         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
8080         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
8081         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
8082         New backward-compatibility aliases for renamed faces.
8083         (gnus-cite-attribution-face, gnus-cite-face-list)
8084         (gnus-article-boring-faces): Use renamed gnus faces.
8085
8086         * gnus-art.el (gnus-signature, gnus-header-from)
8087         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
8088         (gnus-header-content): Remove "-face" suffix from face names.
8089         (gnus-signature-face, gnus-header-from-face)
8090         (gnus-header-subject-face, gnus-header-newsgroups-face)
8091         (gnus-header-name-face, gnus-header-content-face):
8092         New backward-compatibility aliases for renamed faces.
8093         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
8094
8095         * gnus-sum.el (gnus-summary-selected-face)
8096         (gnus-summary-highlight): Use renamed gnus faces.
8097         * gnus-group.el (gnus-group-highlight): Likewise.
8098
8099 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
8100
8101         * gnus-sieve.el (gnus-sieve-article-add-rule):
8102         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
8103         * spam-stat.el (spam-stat-buffer-change-to-spam)
8104         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
8105
8106         * message.el (message-is-yours-p):
8107         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
8108
8109 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8110
8111         * mm-view.el (mm-inline-text): Withdraw the last change.
8112
8113 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8114
8115         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
8116         executing enriched-decode.
8117
8118 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8119
8120         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
8121         charset of tar files.
8122
8123 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
8124
8125         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
8126
8127 2005-06-04  Lute Kamstra  <lute@gnu.org>
8128
8129         * nnfolder.el (nnfolder-read-folder): Make sure that undo
8130         information is never recorded.
8131
8132 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8133
8134         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
8135
8136 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8137
8138         * pop3.el (pop3-apop): Run md5 in the binary mode.
8139
8140         * starttls.el (starttls-set-process-query-on-exit-flag):
8141         Use eval-and-compile.
8142
8143 2005-05-31  Simon Josefsson  <jas@extundo.com>
8144
8145         * smime.el (smime-replace-in-string): Define.
8146         (smime-cert-by-ldap-1): Use it.
8147
8148 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8149
8150         * gnus-art.el (article-display-x-face): Replace
8151         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8152
8153         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
8154         set-process-query-on-exit-flag or process-kill-without-query.
8155
8156         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
8157         loop instead of replace-regexp.
8158
8159         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
8160         instead of process-kill-without-query if it is available.
8161
8162         * lpath.el: Fbind ldap-search-entries.
8163
8164         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
8165         instead of find-file-hooks if it is available.
8166
8167         * mml1991.el: Bind pgg-default-user-id when compiling.
8168
8169         * mml2015.el: Bind pgg-default-user-id when compiling.
8170
8171         * nndraft.el (nndraft-request-associate-buffer):
8172         Use write-contents-functions instead of write-contents-hooks if it is
8173         available.
8174
8175         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
8176         instead of find-file-hooks if it is available.
8177
8178         * nntp.el (nntp-open-connection): Replace
8179         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8180         (nntp-open-ssl-stream): Ditto.
8181         (nntp-open-tls-stream): Ditto.
8182
8183         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8184         set-process-query-on-exit-flag or process-kill-without-query.
8185         (starttls-open-stream-gnutls): Use it instead of
8186         process-kill-without-query.
8187         (starttls-open-stream): Ditto.
8188
8189 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
8190
8191         * smime.el (smime-cert-by-ldap-1): Don't use
8192         replace-regexp-in-string.
8193
8194 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
8195
8196         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8197
8198         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
8199         in PEM format.  Adjust to the XEmacs compability.
8200
8201 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
8202
8203         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8204         by `string-to-number'.
8205         * gnus-agent.el (gnus-agent-regenerate-group)
8206         (gnus-agent-fetch-articles): Ditto.
8207         * gnus-art.el (gnus-button-fetch-group): Ditto.
8208         * gnus-cache.el (gnus-cache-generate-active)
8209         (gnus-cache-articles-in-group): Ditto.
8210         * gnus-group.el (gnus-group-set-current-level)
8211         (gnus-group-insert-group-line): Ditto.
8212         * gnus-score.el (gnus-score-set-expunge-below)
8213         (gnus-score-set-mark-below, gnus-summary-score-effect)
8214         (gnus-summary-score-entry): Ditto.
8215         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8216         (gnus-soup-pack): Ditto.
8217         * gnus-spec.el (gnus-xmas-format): Ditto.
8218         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8219         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8220         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8221         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8222         * nndb.el (nndb-get-remote-expire-response): Ditto.
8223         * nndiary.el (nndiary-parse-schedule-value)
8224         (nndiary-string-to-number, nndiary-request-replace-article)
8225         (nndiary-request-article): Ditto.
8226         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8227         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8228         * nneething.el (nneething-make-head): Ditto.
8229         * nnfolder.el (nnfolder-request-article)
8230         (nnfolder-retrieve-headers): Ditto.
8231         * nnheader.el (nnheader-file-to-number): Ditto.
8232         * nnkiboze.el (nnkiboze-request-article): Ditto.
8233         * nnmail.el (nnmail-process-unix-mail-format)
8234         (nnmail-process-babyl-mail-format): Ditto.
8235         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8236         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8237         (nnmh-request-create-group, nnmh-request-list-1)
8238         (nnmh-request-group, nnmh-request-article): Ditto.
8239         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8240         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8241         * nnsoup.el (nnsoup-make-active): Ditto.
8242         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8243         * nntp.el (nntp-find-group-and-number)
8244         (nntp-retrieve-headers-with-xover): Ditto.
8245         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8246         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8247         (pgg-format-key-identifier): Ditto.
8248         * pop3.el (pop3-last, pop3-stat): Ditto.
8249         * qp.el (quoted-printable-decode-region): Ditto.
8250
8251         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8252         of concat.
8253
8254 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8255
8256         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8257
8258         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8259
8260         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8261
8262         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8263
8264         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8265
8266         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8267
8268         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8269         (gnus-carpal-mode): Ditto.
8270
8271         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8272         (gnus-browse-mode): Ditto.
8273
8274         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8275
8276         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8277
8278 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8279
8280         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8281
8282 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8283
8284         * gnus-util.el (gnus-run-mode-hooks): New function.
8285
8286         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8287
8288         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
8289         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
8290
8291 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8292
8293         * gnus-agent.el (gnus-agent-make-mode-line-string):
8294         Use mode-line-highlight as mouse-face.
8295
8296 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8297
8298         * canlock.el (canlock): Change the parent group to news.
8299
8300         * deuglify.el (gnus-outlook-deuglify): Add :group.
8301
8302         * dig.el (dig): Add :group.
8303
8304         * dns-mode.el (dns-mode): Add :group.
8305
8306         * encrypt.el (encrypt): Add :group.
8307
8308         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8309         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8310         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8311         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8312         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8313
8314         * gnus-diary.el (gnus-diary): Add :group.
8315
8316         * gnus.el (gnus-group-news-1-face): Add :group.
8317         (gnus-group-news-1-empty-face): Ditto.
8318         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8319         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8320         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8321         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8322         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8323         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8324         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8325         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8326         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8327         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8328         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8329         (gnus-summary-high-ticked-face): Ditto.
8330         (gnus-summary-low-ticked-face): Ditto.
8331         (gnus-summary-normal-ticked-face): Ditto.
8332         (gnus-summary-high-ancient-face): Ditto.
8333         (gnus-summary-low-ancient-face): Ditto.
8334         (gnus-summary-normal-ancient-face): Ditto.
8335         (gnus-summary-high-undownloaded-face): Ditto.
8336         (gnus-summary-low-undownloaded-face): Ditto.
8337         (gnus-summary-normal-undownloaded-face): Ditto.
8338         (gnus-summary-high-unread-face): Ditto.
8339         (gnus-summary-low-unread-face): Ditto.
8340         (gnus-summary-normal-unread-face): Ditto.
8341         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8342         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8343
8344         * hashcash.el (hashcash): New custom group.
8345         (hashcash-default-payment): Add :group.
8346         (hashcash-payment-alist): Ditto.
8347         (hashcash-default-accept-payment): Ditto.
8348         (hashcash-accept-resources): Ditto.
8349         (hashcash-path): Ditto.
8350         (hashcash-extra-generate-parameters): Ditto.
8351         (hashcash-double-spend-database): Ditto.
8352         (hashcash-in-news): Ditto.
8353
8354         * message.el (message-minibuffer-local-map): Add :group.
8355
8356         * netrc.el (netrc): Add :group.
8357
8358         * sieve-manage.el (sieve-manage-log): Add :group.
8359         (sieve-manage-default-user): Diito.
8360         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8361         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8362         (sieve-manage-authenticators): Ditto.
8363         (sieve-manage-authenticator-alist): Ditto.
8364         (sieve-manage-default-port): Ditto.
8365
8366         * sieve-mode.el (sieve-control-commands-face): Add :group.
8367         (sieve-action-commands-face): Ditto.
8368         (sieve-test-commands-face): Ditto.
8369         (sieve-tagged-arguments-face): Ditto.
8370
8371         * smime.el (smime): Add :group.
8372
8373         * spam-report.el (spam-report): Add :group.
8374
8375         * spam.el (spam, spam-face): Add :group.
8376
8377 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8378
8379         * nntp.el (nntp-next-result-arrived-p): Some news servers may
8380         return \n.\n.\n at the end of articles.  Protect against that.
8381         (nntp-with-open-group): Allow debugging.
8382
8383         * nnheader.el (mail-header-set-extra): Make into a function
8384         because I just could't understand how to quote the list properly.
8385
8386         * dns.el (query-dns-cached): New function.
8387
8388 2005-05-26  Lute Kamstra  <lute@gnu.org>
8389
8390         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8391
8392 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8393
8394         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
8395
8396         * gnus-art.el: Don't autoload mail-extract-address-components.
8397
8398         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8399         eval-and-compile to evaluate it.
8400
8401         * hashcash.el: Don't autoload executable-find.
8402
8403         * nndb.el: Don't declare the nndb back end two or more times; don't
8404         autoload news-reply-mode, news-setup, cancel-timer and telnet.
8405
8406         * nntp.el: Autoload format-spec instead of format; use
8407         eval-and-compile to evaluate autoload forms.
8408
8409 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
8410
8411         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8412
8413 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8414
8415         * gnus.el (gnus-version-number): Bump version.
8416
8417 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8418
8419         * gnus.el: No Gnus v0.3 is released.
8420
8421 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8422
8423         * lpath.el (featurep): Bind show-nonbreak-escape.
8424
8425 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8426
8427         * gnus-art.el (gnus-article-edit-part): Disable undo.
8428
8429 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8430
8431         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8432         gnus-article-date-lapsed-new-header is t if date timer is active;
8433         skip headers in which the original date value is empty.
8434         (gnus-article-save-original-date): Redefine it as a macro.
8435         (gnus-display-mime): Use it.
8436
8437 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8438
8439         * gnus-art.el (article-date-ut): Support converting date in
8440         forwarded parts as well.
8441         (gnus-article-save-original-date): New function.
8442         (gnus-display-mime): Use it.
8443
8444 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
8445
8446         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8447         enclosure element of <item>.
8448
8449 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
8450
8451         * message.el (message-kill-buffer-query): Renamed from
8452         `message-kill-buffer-query-if-modified'.  Added :version.
8453
8454 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8455
8456         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8457         window layout.
8458
8459 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * mml.el: Autoload dnd when compiling.
8462
8463 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8464
8465         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8466         x-dnd-*.
8467
8468 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8469
8470         * qp.el (quoted-printable-encode-region): Save excursion.
8471
8472 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8473
8474         * message.el (message-kill-buffer-query-if-modified): Add new variable
8475         so the user can kill a modified message buffer quickly.
8476         (message-kill-buffer): Use it.
8477
8478 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8479
8480         * lpath.el: Fbind display-time-event-handler; don't fbind
8481         string-to-multibyte.
8482
8483         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8484
8485 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8486
8487         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8488         contained in text because xml.el decodes entities) with LFs.
8489
8490 2005-04-11  Lute Kamstra  <lute@gnu.org>
8491
8492         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8493         differently.
8494
8495 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8496
8497         * mm-util.el (mm-detect-coding-region): Typo.
8498
8499 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8500
8501         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8502
8503 2005-04-06  D Goel  <deego@gnufans.org>
8504
8505         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8506         user-function allow user modifications of the scores.
8507         (spam-stat-score-buffer-user): New function, to allow
8508         user-computed modifications to the score.
8509         (spam-stat-score-buffer-user-functions): List of additional
8510         scoring functions.
8511         (spam-stat-error-holder): Global temporary error holder.
8512         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8513         variable.
8514
8515 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
8516
8517         * gnus-registry.el (gnus-registry-clean-empty-function)
8518         (gnus-registry-trim, gnus-registry-fetch-groups)
8519         (gnus-registry-delete-group): Groups that match
8520         `gnus-registry-ignored-groups' are removed from the registry
8521         entries, not just ignored for splitting.  This helps clean up the
8522         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
8523         to get all the groups a message ID is in.
8524
8525         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8526         (spam-stat-split-fancy): Change "threshhold" to "threshold"
8527         (spam-stat-score-buffer-user-functions): Add :number custom type.
8528
8529 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8530
8531         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8532         argument in XEmacs.
8533
8534         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8535         (nnrss-request-group): Decode group name first.
8536         (nnrss-request-article): Make a text/plain article if mml-to-mime
8537         failed.
8538         (nnrss-get-encoding): Return a compatible encoding according to
8539         nnrss-compatible-encoding-alist.
8540         (nnrss-find-el): Use consp instead of listp.
8541         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8542
8543 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8544
8545         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8546         which Emacs 20 doesn't support.
8547         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8548
8549 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8550
8551         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8552         silence the byte compiler inside the defun.
8553
8554         * gnus-demon.el (parse-time-string): Add autoload.
8555
8556         * gnus-delay.el (parse-time-string): Add autoload.
8557
8558         * gnus-art.el (parse-time-string): Add autoload.
8559
8560         * nnultimate.el (parse-time): Require for `parse-time-string'.
8561
8562 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8563
8564         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8565
8566         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8567
8568         * smime.el (smime-ldap-host-list): Add :version.
8569
8570 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8571
8572         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8573         pass it to `gnus-browse-read-group'.
8574         (gnus-browse-read-group): Add NUMBER argument and pass it to
8575         `gnus-group-read-ephemeral-group'.
8576
8577         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8578         argument and pass it to `gnus-group-read-group'.
8579
8580 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
8581
8582         * mm-util.el (mm-xemacs-find-mime-charset): Only call
8583         mm-xemacs-find-mime-charset-1 if we have the mule feature
8584         available at runtime.
8585
8586 2005-03-25  Werner Lemberg  <wl@gnu.org>
8587
8588         * nnmaildir.el: Replace `illegal' with `invalid'.
8589
8590 2005-03-23  Lute Kamstra  <lute@gnu.org>
8591
8592         * time-date.el: Add comment on time value formats.
8593         Don't require parse-time.
8594         (with-decoded-time-value): New macro.
8595         (encode-time-value): New function.
8596         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8597         (days-to-time): Return a valid time value when arg is huge.
8598         (time-since): Use time-subtract.
8599         (time-to-number-of-days): Use time-to-seconds.
8600
8601 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8602
8603         * gnus-start.el (gnus-display-time-event-handler):
8604         Check display-time-timer at runtime rather than only at load time
8605         in case display-time-mode is turned off in the mean time.
8606
8607 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8608
8609         * nnimap.el (nnimap-open-connection): Print which authinfo file is
8610         used.
8611
8612         * nneething.el (nneething-map-file-directory): Derive from
8613         `gnus-directory'.
8614
8615         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8616         the To/Cc button.
8617
8618 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8619
8620         * nnmaildir.el (nnmaildir-request-accept-article):
8621         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8622
8623 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8624
8625         * gnus-async.el: Require timer-funcs at compile time when in
8626         XEmacs for `run-with-idle-timer'.
8627
8628 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8629
8630         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8631         autoloaded function.
8632
8633 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8634
8635         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8636
8637 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
8638
8639         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8640
8641 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8642
8643         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8644         gnus-expert-user to default.
8645
8646 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
8647
8648         * nnimap.el (nnimap-open-server): Ditto.
8649
8650         * imap.el (imap-authenticate): Fix typo.
8651
8652 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
8653
8654         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8655         buffer (since IMAP server might return FETCH response out of
8656         order, and the nntp buffer must be sorted).
8657
8658 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
8659
8660         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8661         comparison on string.
8662
8663         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8664         (gnus-agent-score): Renamed category keywords to match gnus-cus.
8665         (gnus-agent-summary-fetch-series): Modified to protect against
8666         gnus-agent-summary-fetch-group clearing processable flags.
8667         (gnus-agent-synchronize-group-flags): Update live group buffer as
8668         synchronization may occur due to the user toggle the plugged
8669         status.
8670         (gnus-agent-fetch-group-1): Clear downloadable flag when article
8671         successfully downloaded.
8672         (gnus-agent-expire-group-1): Avoid using markers when the overview
8673         is in ascending order; greatly improves performance.
8674         (gnus-agent-regenerate-group): Use
8675         gnus-agent-synchronize-group-flags to reset read status in both
8676         gnus and server.
8677         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8678
8679 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8680
8681         * message.el: Don't autoload former message-utils variables.
8682         (message-strip-subject-trailing-was): Change doc string.
8683
8684         * nnweb.el: Fixes for `gnus-group-make-web-group'.
8685         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
8686         (nnweb-google-search): Add "hl=en" here.
8687         (nnweb-google-parse-1, nnweb-google-create-mapping):
8688         Don't hardcode URL.
8689
8690 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8691
8692         * message.el (message-get-reply-headers, message-followup):
8693         Mention related variables `message-use-followup-to' and
8694         `message-use-mail-followup-to', in the information buffer.
8695
8696         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8697         of broken groups(-beta).google.com.
8698
8699 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8700
8701         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8702         parameter to invoked gnus-request-move-article; remove the
8703         redundant gnus-sum-hint-move-is-internal variable; apply the marks
8704         all at once instead of once per article.
8705         (gnus-summary-remove-process-mark): Accept a list of articles as
8706         well as a single article for processing.
8707
8708         * gnus-int.el (gnus-request-move-article): Add move-is-internal
8709         parameter.
8710
8711         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8712
8713         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8714
8715         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8716         parameter.
8717
8718         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8719         parameter.
8720
8721         * nnimap.el (nnimap-request-move-article): Add move-is-internal
8722         parameter and remove the gnus-sum-hint-move-is-internal variable.
8723
8724         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8725         parameter.
8726
8727         * nndraft.el (nndraft-request-move-article): Add move-is-internal
8728         parameter.
8729
8730         * nndiary.el (nndiary-request-move-article): Add move-is-internal
8731         parameter.
8732
8733         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8734
8735         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8736         parameter.
8737
8738         * nnagent.el (nnagent-request-move-article): Add move-is-internal
8739         parameter.
8740
8741 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8742
8743         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8744         a more conservative way.
8745
8746 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8747
8748         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8749         buffer, so it moves the window's cursor.
8750
8751 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
8752
8753         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8754         `mm-dissect-multipart' and receive the from field as an (optional)
8755         argument from `mm-dissect-multipart'.
8756         (mm-dissect-multipart): Receive the from field as an argument and
8757         pass it on when we call `mm-dissect-buffer' on MIME parts.
8758         Fixes verification/decryption of signed/encrypted MIME parts.
8759
8760 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
8761
8762         * gnus-sum.el (gnus-summary-move-article): Set
8763         gnus-sum-hint-move-is-internal for gnus-request-move-article and
8764         whatever it calls (right now, only nnimap-request-move article
8765         respects it).
8766
8767         * nnimap.el (nnimap-request-move-article): When
8768         gnus-sum-hint-move-is-internal is set, don't do the extra
8769         nnimap-request-article.
8770
8771 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8772
8773         * nnheader.el (nnheader-find-file-noselect): Add doc string.
8774
8775         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8776         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8777
8778         * gnus-sum.el (gnus-summary-caesar-message):
8779         Apply `gnus-treat-article' after rotation.
8780
8781         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8782         doc string.
8783
8784 2005-02-22  Simon Josefsson  <jas@extundo.com>
8785
8786         * encrypt.el (encrypt-password-cache-expiry): Remove (use
8787         `password-cache-expiry' instead).  Reported by Arne Jørgensen
8788         <arne@arnested.dk>.
8789         (encrypt): Add password-cache and password-cache-expiry as group
8790         members.
8791
8792 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
8793
8794         * smime.el (smime-ldap-host-list): Doc fix.
8795         (smime-ask-passphrase): Use `password-read-and-add' to read (and
8796         cache) password.
8797         (smime-sign-region): Use it.
8798         (smime-decrypt-region): Use it.
8799         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8800         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8801         fails.
8802         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8803         certificate from DER to PEM format rather than calling openssl.
8804
8805         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8806
8807         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8808         for signing/encryption.
8809
8810         * mml.el (mml-parse-1): Use them.
8811
8812 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
8813
8814         * nnrss.el (nnrss-verbose): Removed.
8815         (nnrss-request-group): Use `nnheader-message' instead.
8816
8817 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
8818
8819         * nnrss.el (nnrss-verbose): New variable.
8820         (nnrss-request-group): Make it say nnrss is requesting a group.
8821
8822 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8823
8824         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8825         Handle news URL with given port correctly.
8826
8827 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8828
8829         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8830         containing special characters.
8831
8832         * gnus-sum.el (gnus-summary-edit-article): Ditto.
8833
8834         * mml.el (mime-to-mml): Ditto.
8835
8836         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8837         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8838         (rfc2047-decode-region): Quote decoded words containing special
8839         characters when rfc2047-quote-decoded-words-containing-tspecials
8840         is non-nil.
8841
8842 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8843
8844         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8845
8846         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8847
8848 2005-02-15  Simon Josefsson  <jas@extundo.com>
8849
8850         * nnimap.el (nnimap-debug): Doc fix.
8851
8852         * imap.el (imap-debug): Doc fix.
8853
8854 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8855
8856         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8857
8858 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8859
8860         * gnus.el (spam-contents): Improve docs for spam-contents
8861         parameter in its variable incarnation.
8862
8863 2005-02-14  Simon Josefsson  <jas@extundo.com>
8864
8865         * smime-ldap.el: Use require instead of load-library for ldap.
8866         (smime-ldap-search): Indent.
8867         (smime-ldap-search-internal): Shorten line.
8868
8869         * smime.el (smime-cert-by-dns): Add doc-string.
8870         (smime-cert-by-ldap-1): Indent.
8871
8872         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8873         mml-smime-get-dns-ldap.
8874         (mml-smime-encrypt-query): Use new function.  Default to ldap.
8875
8876 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
8877
8878         * smime.el: Require smime-ldap.
8879         (smime-ldap-host-list): New variable.
8880         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8881
8882         * mml-smime.el (mml-smime-encrypt-query): New function.
8883         (mml-smime-encrypt-query): Use it.
8884
8885         * smime-ldap.el: New file.
8886
8887 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8888
8889         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8890
8891 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8892
8893         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8894         argument in doc string.  Make query for type more clear.
8895
8896 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8897
8898         * gnus.el (gnus-group-startup-message): Search for gnus images in
8899         etc/images/gnus.
8900         * mm-util.el (mm-image-load-path): Likewise.
8901         * smiley.el (smiley-data-directory): Search for smilies in
8902         etc/images/smilies.
8903
8904 2005-02-09  Kim F. Storm  <storm@cua.dk>
8905
8906         Change Emacs release version from 21.4 to 22.1 throughout.
8907         Change Emacs development version from 21.3.50 to 22.0.50.
8908
8909 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8910
8911         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8912
8913         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8914         non-Mule XEmacs as well.
8915         (mm-decompress-buffer): Signal an error intentionally if it does
8916         not decompress compressed data because auto-compression-mode is
8917         disabled.
8918
8919 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
8920
8921         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8922         an ID in the registry even if it has no groups.
8923
8924 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8925
8926         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8927         merge it into mm-decompress-buffer.
8928         (gnus-mime-copy-part): Use the MIME part charset, the value which
8929         a user specified or gnus-newsgroup-charset for decoding, like
8930         gnus-mime-inline-part does; set buffer-file-coding-system to tell
8931         save-buffer what was used.  Suggested by Kevin Ryde
8932         <user42@zip.com.au>.
8933         (gnus-mime-inline-part): Allow the name parameter as well as the
8934         filename parameter; force decompressing of compressed data; always
8935         display contents being not decoded as unibyte.
8936
8937         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8938         as well as the filename parameter.
8939
8940         * mm-util.el (mm-decompress-buffer): Merge
8941         gnus-mime-jka-compr-maybe-uncompress.
8942         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8943         of compressed data.
8944
8945 2005-02-08  Simon Josefsson  <jas@extundo.com>
8946
8947         * imap.el (imap-log): Doc fix.
8948
8949 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8950
8951         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8952         the coding cookies; decompress compressed parts.
8953
8954         * mml.el (mml-generate-mime-1): Add the charaset parameter according
8955         to the value which a user specified manually or the coding cookie.
8956
8957         * mm-util.el (mm-string-to-multibyte): New function.
8958         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8959         (mm-coding-system-to-mime-charset): New function.
8960         (mm-decompress-buffer): New function.
8961         (mm-find-buffer-file-coding-system): New function.
8962
8963         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8964         (mm-display-inline-fontify): Rewrite for decoding and decompressing
8965         parts.
8966
8967 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8968
8969         * mm-view.el (mm-display-inline-fontify): Decode a part according
8970         to the charset parameter.
8971
8972 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8973
8974         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8975         prefix arg is neither nil nor a number, as info specifies.
8976
8977 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8978
8979         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8980         timestamps.
8981
8982 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
8983
8984         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8985         groups error checking and notify user.
8986
8987 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
8988
8989         * message.el (message-send-mail-function): Check existence of
8990         sendmail-program first before using default value
8991         `message-send-mail-with-sendmail'.  Otherwise use more generic
8992         `smtpmail-send-it'.
8993
8994 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8995
8996         * nntp.el (nntp-request-update-info): Always return nil.
8997
8998 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8999
9000         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
9001
9002 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9003
9004         * message.el (message-beginning-of-line): Change the behavior when
9005         invoked between BOL and : so that it first moves backward.
9006
9007 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9008
9009         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
9010         article buffer when editing of the article is discarded.
9011         (gnus-article-prepare): Revert.
9012
9013 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9014
9015         * gnus-art.el (gnus-article-prepare):
9016         Remove message-strip-forbidden-properties from the local hook.
9017
9018 2005-01-27  Simon Josefsson  <jas@extundo.com>
9019
9020         * password.el (password-cache-add): Only start one timer per key.
9021         Reported by Derek Atkins <warlord@MIT.EDU>.
9022
9023 2005-01-26  Steve Youngs  <steve@sxemacs.org>
9024
9025         * run-at-time.el: Removed.  It is no longer needed as
9026         timer-funcs.el in the xemacs-base package has a working version of
9027         `run-at-time'.
9028
9029         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
9030
9031         * password.el: Require timer-funcs instead of run-at-time in
9032         XEmacs.
9033         Remove `password-run-at-time' macro.
9034         (password-cache-add): Use `run-at-time' instead of
9035         `password-run-at-time'.
9036
9037         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
9038         Remove `nnheader-cancel-function-timers' alias,
9039         `cancel-function-timers' exists in XEmacs in timer-funcs.
9040
9041         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
9042         for `run-with-idle-timer'.
9043
9044         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
9045         for `run-at-time'.
9046
9047         * mm-url.el: Require timer-funcs at compile time when in XEmacs
9048         for `with-timeout'.
9049
9050         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
9051         the same as for XEmacs 21.4.
9052         No need to ignore `run-with-idle-timer', this function exists in
9053         XEmacs now in timer-funcs.el in the xemacs-base package.
9054         (dgnushack-compile): No need to delete
9055         run-at-time.el from the list of files to compile because it
9056         doesn't exist anymore.
9057
9058 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9059
9060         * mml.el (mml-generate-mime-1): Convert string into unibyte when
9061         inserting " *mml*" buffer's contents into a unibyte temp buffer.
9062
9063 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
9064
9065         * mail-source.el (mail-source-fetch-imap): Search for ^From case
9066         sensitively.
9067
9068 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
9069
9070         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
9071
9072 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9073
9074         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
9075         which will be inserted according to the multibyteness of a buffer
9076         rather than the type of contents.  Suggested by ARISAWA Akihiro
9077         <ari@mbf.ocn.ne.jp>.
9078
9079         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
9080         of string which old xml.el may return rather than a string.
9081
9082 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9083
9084         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
9085
9086 2005-01-16  Simon Josefsson  <jas@extundo.com>
9087
9088         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
9089         idn/idna.el isn't available.
9090         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
9091         <michael@waxrat.com>.
9092
9093         * hashcash.el: Remove non-FSF copyright header.
9094
9095         * hashcash.el (hashcash-extra-generate-parameters): New variable.
9096         (hashcash-generate-payment): Use it.
9097         (hashcash-generate-payment-async): Use it.
9098
9099 2005-01-15  Simon Josefsson  <jas@extundo.com>
9100
9101         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
9102         Suggested by Raymond Scholz <ray-2005@zonix.de>.
9103
9104         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
9105         gnus-summary-idna-message.
9106         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
9107         (gnus-summary-idna-message): New function.
9108
9109 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9110
9111         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
9112         gnus-novice-user.
9113
9114 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9115
9116         * nnrss.el (nnrss-request-delete-group): Delete entries in
9117         nnrss-group-alist as well.
9118         (nnrss-save-server-data): Insert newline.
9119
9120 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
9121
9122         * gnus.el (gnus-user-agent): Use list of symbols instead of
9123         symbols.  Display full version number for (S)XEmacs.  Optionally
9124         display (S)XEmacs codename.
9125
9126         * gnus-util.el (gnus-emacs-version): Update for new
9127         `gnus-user-agent'.
9128
9129         * gnus-msg.el (gnus-extended-version): Make it possible to omit
9130         Gnus version.
9131
9132 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9133
9134         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
9135         which is unreadable in some setups.
9136
9137 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9138
9139         * gnus-spec.el (gnus-update-format-specifications): Flush the
9140         group format spec cache if it doesn't support decoded group names.
9141
9142 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9143
9144         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
9145         Allow to apply decay on score files matching a regexp.
9146
9147 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9148
9149         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
9150         compatibility in %g and %c.
9151
9152 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9153
9154         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
9155         name for only %g and %c.
9156         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
9157         of gnus-tmp-group to decoded group name.
9158         (gnus-group-make-rss-group): Exclude `/'s from group names.
9159
9160 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * nnrss.el (nnrss-get-encoding): Fix regexp.
9163
9164 2004-12-27  Simon Josefsson  <jas@extundo.com>
9165
9166         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
9167         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
9168         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
9169
9170 2004-12-17  Kim F. Storm  <storm@cua.dk>
9171
9172         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
9173
9174         * gnus-sum.el (gnus-summary-mode-map): Likewise.
9175
9176 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9177
9178         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
9179
9180 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9181
9182         * nnrss.el: Require rfc2047 and mml.
9183         (nnrss-file-coding-system): New variable.
9184         (nnrss-format-string): Redefine it as an inline function.
9185         (nnrss-decode-group-name): New function.
9186         (nnrss-string-as-multibyte): Remove.
9187         (nnrss-retrieve-headers): Decode group name; don't use
9188         nnrss-format-string.
9189         (nnrss-request-group): Decode group name.
9190         (nnrss-request-article): Decode group name; allow a Message-ID as
9191         well as an article number; don't use nnrss-format-string; encode a
9192         Message-ID string which may contain non-ASCII characters; use
9193         mml-to-mime to compose a MIME article.
9194         (nnrss-request-expire-articles): Decode group name.
9195         (nnrss-request-delete-group): Decode group name.
9196         (nnrss-fetch): Clarify error message.
9197         (nnrss-read-server-data): Use insert-file-contents instead of load;
9198         bind file-name-coding-system; use multibyte buffer.
9199         (nnrss-save-server-data): Bind coding-system-for-write to the
9200         value of nnrss-file-coding-system; bind file-name-coding-system;
9201         add coding cookie.
9202         (nnrss-read-group-data): Use insert-file-contents instead of load;
9203         bind file-name-coding-system; use multibyte buffer.
9204         (nnrss-save-group-data): Bind coding-system-for-write to the
9205         value of nnrss-file-coding-system; bind file-name-coding-system.
9206         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
9207         make it work with non-ASCII text.
9208         (nnrss-find-el): Make it work with old xml.el as well.
9209
9210 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9211
9212         * nnrss.el (nnrss-get-encoding): New function.
9213         (nnrss-fetch): Use unibyte buffer initially; bind
9214         coding-system-for-read while performing mm-url-insert; remove ^Ms;
9215         decode contents according to the encoding attribute.
9216         (nnrss-save-group-data): Add coding cookie.
9217         (nnrss-mime-encode-string): New function.
9218         (nnrss-check-group): Use it to encode subject and author.
9219
9220 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
9221
9222         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9223         imaginary variable.
9224
9225 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9228         correctly even if there are wide characters.
9229
9230 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9231
9232         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9233         downcased symbol names; make a new cache instead of reusing
9234         bbdb-hashtable.
9235
9236 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9237
9238         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9239         concatenating segments rather than before concatenating them.
9240         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9241
9242         * message.el (message-get-reply-headers): Bind `extra'.
9243
9244 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9245
9246         * message.el (message-extra-wide-headers): New variable.
9247         (message-get-reply-headers): Use it.
9248
9249 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9250
9251         * gnus-agent.el (gnus-agent-group-path): Decode group name.
9252         (gnus-agent-group-pathname): Ditto.
9253
9254         * gnus-cache.el (gnus-cache-file-name): Decode group name.
9255
9256         * gnus-group.el (gnus-group-make-group): Decode group name.
9257         (gnus-group-make-rss-group): Register the group data after opening
9258         the nnrss group.
9259
9260 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
9261
9262         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9263         by expiry now get marked as read.
9264
9265 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9266
9267         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9268
9269 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
9270
9271         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9272         unify Latin characters in XEmacs.
9273         (mm-find-mime-charset-region): Use it.
9274
9275 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9276
9277         * gnus-util.el (gnus-delete-directory): New function.
9278
9279         * gnus-agent.el (gnus-agent-delete-group): Use it.
9280
9281         * gnus-cache.el (gnus-cache-delete-group): Use it.
9282
9283 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9284
9285         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9286         names.
9287
9288 2004-12-16  Simon Josefsson  <jas@extundo.com>
9289
9290         * hashcash.el (hashcash-payment-alist): Fix custom :type.
9291
9292 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9293
9294         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9295
9296         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9297         (gnus-group-set-current-level): Decode group name.
9298
9299 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
9300
9301         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9302         failed.
9303
9304 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9305
9306         * gnus-group.el (gnus-group-delete-group): Decode group name.
9307         (gnus-group-make-rss-group): Encode group name.
9308         (gnus-group-catchup-current): Decode group name.
9309         (gnus-group-kill-group): Decode group name.
9310
9311 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9312
9313         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9314
9315 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9316
9317         * gnus-group.el (gnus-group-make-rss-group):
9318         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9319
9320         * gnus-start.el (gnus-setup-news): Honor user's setting to
9321         gnus-message-archive-method.  Suggested by Lute Kamstra
9322         <lute@gnu.org>.
9323
9324 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
9325
9326         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9327         global counterparts of the buffer-local variables.
9328
9329 2004-11-16  Romain Francoise  <romain@orebokech.com>
9330
9331         * gnus-sum.el (gnus-summary-exit): Don't clear the global
9332         counterparts of the buffer-local variables.
9333
9334 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9335
9336         * message.el (message-forbidden-properties): Fixed typo in doc
9337         string.
9338
9339 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9340
9341         * gnus-util.el (gnus-replace-in-string): Added doc string.
9342
9343         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9344         to avoid problems when splitting mails with many recipients.
9345
9346 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9347
9348         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9349         pop-to-buffer, covered by the subsequent gnus-configure-windows.
9350
9351 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
9352
9353         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9354         if there is no hashtable in memory or file modification time is
9355         newer than cached timestamp.
9356
9357 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9358
9359         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9360         not-matching option.
9361
9362 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
9363
9364         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9365         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9366         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9367         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9368         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
9369         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9370
9371 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9372
9373         * message.el (message-forward-make-body-mml): Remove headers
9374         according to message-forward-ignored-headers if a message is decoded.
9375
9376 2004-12-02  Romain Francoise  <romain@orebokech.com>
9377
9378         * message.el (message-forward-make-body-plain): Always remove
9379         headers according to message-forward-ignored-headers.
9380
9381 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9382
9383         * spam.el (spam-summary-prepare-exit): Remove the
9384         gnus-summary-limit pop for now, it has problems with ham marks for
9385         me.
9386
9387 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
9388
9389         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9390         correctly.
9391
9392 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
9393
9394         * format-spec.el (format-spec): Message the char.
9395
9396 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9397
9398         * gnus-art.el (gnus-split-methods): Reformat comments.
9399
9400         * spam.el (spam-summary-prepare-exit): Remove article limits
9401         before exiting the summary buffer.
9402
9403 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9404
9405         * lpath.el: Remove bbdb-create-internal, bbdb-records,
9406         spam-BBDB-register-routine and spam-enter-ham-BBDB.
9407
9408         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9409         order to silence the byte compiler.
9410
9411         * spam.el: Fix the way to silence the byte compiler, which
9412         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9413         bbdb-search-simple, spam-BBDB-register-routine,
9414         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9415         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9416         spam-stat-buffer-is-spam, spam-stat-load,
9417         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9418         spam-stat-save and spam-stat-split-fancy.
9419
9420 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9421
9422         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9423         which may confuse users.
9424         (canlock-password-for-verify): Ditto.
9425
9426         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9427
9428         * gnus-art.el (gnus-emphasis-alist): Ditto.
9429
9430         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9431
9432         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9433
9434         * gnus-start.el (gnus-save-killed-list): Ditto.
9435
9436         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9437         (gnus-sum-thread-tree-root): Ditto.
9438         (gnus-sum-thread-tree-false-root): Ditto.
9439         (gnus-sum-thread-tree-single-indent): Ditto.
9440
9441         * message.el (message-courtesy-message): Ditto.
9442         (message-archive-note): Ditto.
9443         (message-subscribed-address-file): Ditto.
9444         (message-user-fqdn): Ditto.
9445
9446         * spam-report.el (spam-report-gmane-regex): Ditto.
9447
9448         * spam.el (spam-blackhole-good-server-regex): Ditto.
9449
9450 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9451
9452         * mml.el (mml-preview): Widen the message buffer before copying
9453         the contents to the preview buffer; sort headers before previewing.
9454
9455         * message.el (message-hidden-headers): Fix the way to avoid a bug
9456         in the `repeat' widget in Emacs 21.3 or earlier.
9457
9458 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9459
9460         * message.el (message-hidden-headers): Default to "^References:".
9461         Improve customization type.  Suggested by Reiner Steib
9462         <Reiner.Steib@gmx.de>.
9463
9464 2004-11-25  Romain Francoise  <romain@orebokech.com>
9465
9466         * message.el (message-strip-forbidden-properties): Remove check for
9467         obsolete `message-hidden' text property, hidden headers are not
9468         accessible in the buffer anymore.
9469
9470 2004-11-22  Romain Francoise  <romain@orebokech.com>
9471
9472         * message.el (message-header-format-alist): Add `From' in list
9473         so that it can be sorted.
9474         (message-fix-before-sending): Widen and sort headers before
9475         sending.
9476         (message-hide-headers): Use narrowing to hide headers by moving
9477         them to the top of the buffer and narrowing to the region
9478         underneath.
9479
9480 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9481
9482         * message.el (message-strip-forbidden-properties): Bind
9483         buffer-read-only (etc) to nil.
9484
9485 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9486
9487         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9488         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9489
9490 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9491
9492         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9493
9494 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9495
9496         * dns.el (query-dns): Use sit-for to time instead of
9497         accept-process-output, since that doesn't seem to work on udp
9498         sockets.
9499
9500 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9501
9502         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9503
9504 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9505
9506         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9507         doc string.  Improve doc string.
9508
9509 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9510
9511         * nntp.el (nntp-request-update-info): Return nil if
9512         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9513         may not call gnus-activate-group which uselessly issues the GROUP
9514         commands for all nntp groups and wastes time.  Reported by Romain
9515         Francoise <romain@orebokech.com>.
9516
9517         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9518
9519 2004-11-15  Simon Josefsson  <jas@extundo.com>
9520
9521         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9522         headers separately.
9523         (gnus-button-openpgp): New function, inspired by Jochen Küpper
9524         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9525
9526 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9527
9528         * gnus-start.el (gnus-convert-old-newsrc):
9529         Assign legacy-gnus-agent to 5.10.7.
9530
9531 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9532
9533         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9534         start of the lines.
9535
9536 2004-11-14  Magnus Henoch  <mange@freemail.hu>
9537
9538         * hashcash.el (hashcash-default-payment): Change default to 20
9539         (hashcash-default-accept-payment): Change default to 20
9540         (hashcash-process-alist): New variable
9541         (hashcash-generate-payment-async): Add
9542         (hashcash-already-paid-p): Add
9543         (hashcash-insert-payment): Don't generate payments twice
9544         (hashcash-insert-payment-async): Add
9545         (hashcash-insert-payment-async-2): Add
9546         (hashcash-cancel-async): Add
9547         (hashcash-wait-async): Add
9548         (hashcash-processes-running-p): Add
9549         (hashcash-wait-or-cancel): Add
9550         (mail-add-payment): New optional argument.  Conditionally start
9551         asynchronous calculation.
9552         (mail-add-payment-async): Add
9553
9554         * message.el (message-send-mail): Wait for asynchronous hashcash
9555         results.  Don't clobber existing X-Hashcash headers.
9556         (message-setup-1): Call mail-add-payment-async when
9557         message-generate-hashcash is non-nil.
9558
9559 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9560
9561         * message.el (message-use-alternative-email-as-from): Examine the
9562         From header as well; use message-make-from in order to include a
9563         user's full name.
9564
9565 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9566
9567         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9568         default; improve customization type.
9569         (gnus-emphasis-custom-with-format): New macro.
9570         (gnus-emphasis-custom-value-to-external): New function.
9571         (gnus-emphasis-custom-value-to-internal): New function.
9572
9573 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9574
9575         * dns.el (query-dns): Resolve reverse addresses.
9576
9577 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9578
9579         * gnus-group.el (gnus-group-get-new-news): Use it.
9580
9581         * gnus-start.el (gnus-check-reasonable-setup): New function.
9582
9583 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9584
9585         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9586         "Args out of range" error.  Reported by Arnaud Giersch
9587         <arnaud.giersch@free.fr>.
9588
9589 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9590
9591         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9592
9593 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9594
9595         * spam.el (spam group): Add :version.
9596
9597         * pgg-def.el (pgg group): Add :version.
9598
9599 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9600
9601         * gnus-art.el (gnus-article-edit-article): Don't associate the
9602         article buffer with a draft file.  This is a temporary measure
9603         against the 2004-08-22 change to gnus-article-edit-mode.
9604
9605 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9606
9607         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9608         (html2text-format-tags): Remove unused variable `attr'.
9609
9610 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9611
9612         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9613
9614         * tls.el (tls-process-connection-type, tls-success)
9615         (tls-certtool-program): Add :version.
9616
9617         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
9618         (starttls-extra-arguments, starttls-process-connection-type)
9619         (starttls-connect, starttls-failure, starttls-success): Add :version.
9620
9621         * spam-stat.el (spam-stat): Add :version.
9622
9623         * sieve.el (sieve): Add :version.
9624
9625         * sha1.el (sha1): Add :version.
9626         (sha1-use-external): Remove redundant version.
9627
9628         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9629         (nnmail-cache-ignore-groups, nnmail-spool-hook)
9630         (nnmail-split-fancy-match-partial-words)
9631         (nnmail-split-lowercase-expanded): Add :version.
9632
9633         * nndiary.el (nndiary): Add :version.
9634
9635         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9636
9637         * mml-sec.el (mml-default-sign-method)
9638         (mml-default-encrypt-method, mml-signencrypt-style-alist):
9639         Add :version.
9640
9641         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9642
9643         * mm-url.el (mm-url-use-external, mm-url-program)
9644         (mm-url-arguments): Add :version.
9645
9646         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9647         (mm-attachment-file-modes, mm-decrypt-option)
9648         (mm-w3m-safe-url-regexp): Add :version.
9649
9650         * message.el (message-cite-prefix-regexp)
9651         (message-sendmail-envelope-from, message-minibuffer-local-map)
9652         (message-user-fqdn, message-completion-alist): Add :version.
9653
9654         * gnus-win.el (gnus-configure-windows-hook)
9655         (gnus-use-frames-on-any-display): Add :version.
9656
9657         * gnus-art.el (gnus-article-address-banner-alist)
9658         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9659         (gnus-treat-from-picon, gnus-treat-mail-picon)
9660         (gnus-treat-x-pgp-sig): Add :version.
9661
9662         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9663         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9664         (gnus-summary-article-delete-hook)
9665         (gnus-summary-display-while-building): Add :version.
9666
9667         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9668         (gnus-get-top-new-news-hook):Add :version.
9669
9670         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9671         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9672
9673         * gnus-registry.el (gnus-registry): Add :version.
9674
9675         * gnus-spec.el (gnus-use-correct-string-widths)
9676         (gnus-make-format-preserve-properties): Add :version.
9677
9678         * gnus.el (gnus-group-charter-alist)
9679         (gnus-group-fetch-control-use-browse-url)
9680         (gnus-install-group-spam-parameters): Add :version.
9681
9682         * gnus-diary.el (gnus-diary): Add :version.
9683
9684         * gnus-delay.el (gnus-delay): Add :version.
9685
9686         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9687         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9688         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9689         Add :version.
9690
9691         * gnus-agent.el (gnus-agent-max-fetch-size)
9692         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9693         (gnus-agent-prompt-send-queue): Add :version.
9694
9695         * deuglify.el (gnus-outlook-deuglify): Add :version.
9696
9697         * html2text.el: Beautify code.  Improve doc strings.  Some
9698         checkdoc cleanup.
9699         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9700
9701 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
9702
9703         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9704
9705 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
9706
9707         * gnus-registry.el (gnus-registry-hashtb): Create the registry
9708         when package is loaded.
9709
9710         * spam.el (spam-summary-score-preferred-header): Add global preference
9711         for people who want to override the default SpamAssassin over
9712         Bogofilter preference (when both are set).
9713         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9714         (spam-user-format-function-S): Check
9715         spam-summary-score-preferred-header.
9716         (spam-extra-header-to-number): Add X-Bogosity header parsing.
9717         (spam-user-format-function-S): Format the score correctly.
9718
9719 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9720
9721         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9722         signature file.  Suggested by Manoj Srivastava
9723         <srivasta@golden-gryphon.com>.
9724
9725         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9726         iso-2022-jp even in the Japanese language environment.
9727         Suggested by Jason Rumney <jasonr@gnu.org>.
9728
9729 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9730
9731         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9732         use the same characters as the dummy marks; make it free from
9733         getting affected by the language environment.
9734         (gnus-summary-read-group-1): Update mark positions only when the
9735         format spec is updated.
9736
9737         * gnus-spec.el (gnus-update-format-specifications): Return a list
9738         of updated types.
9739
9740 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9741
9742         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9743         of boundp to check if display-warning is available.
9744
9745 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
9746
9747         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9748
9749 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9750
9751         * nnspool.el (nnspool-spool-directory): Use news-path if the
9752         news-directory variable is not bound.
9753
9754         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9755         function instead of display-warning if it is not available.
9756
9757 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9758
9759         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9760         v5-10: Use `point-at-bol'.
9761
9762 2004-10-26  Simon Josefsson  <jas@extundo.com>
9763
9764         * hashcash.el: Fix URL in comment, reported by Cheng Gao
9765         <chenggao@gmail.com>.
9766
9767 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9768
9769         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
9770         instead.
9771
9772 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
9773
9774         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9775         to remove a server from the nnimap-server-buffer-alist.
9776         (nnimap-open-connection, nnimap-close-server): Use it.
9777
9778         * gnus-encrypt.el: Remove file in favor of encrypt.el.
9779
9780 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9781
9782         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9783         running the major-mode function.
9784
9785 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9786
9787         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9788         dummy marks in the right way.
9789
9790 2004-10-18  David Edmondson  <dme@dme.org>
9791
9792         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9793         excessively.
9794
9795 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
9796
9797         * gnus-util.el (gnus-split-references): Accept a nil references
9798         string and go on blissfully.
9799
9800         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9801         cases where the references string is non-nil but has no references.
9802
9803         * encrypt.el: Add autoload tags.
9804
9805         * spam.el (spam-resolve-registrations-routine): Remove article
9806         from unregistration list too.  Reported by David Hanak
9807         <dhanak@isis.vanderbilt.edu>
9808
9809 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
9810
9811         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9812         nil.  Changed custom type.
9813
9814 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
9815
9816         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9817
9818         * gnus-sum.el (gnus-summary-move-article): Use it.
9819
9820 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
9821
9822         * encrypt.el: Add autoload cookies.
9823
9824         * spam.el (spam-backend-article-list-property)
9825         (spam-backend-get-article-todo-list)
9826         (spam-backend-put-article-todo-list, )
9827         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9828         Resolve registrations separately.
9829         (spam-register-routine): Format comments.
9830         (spam-unregister-routine, spam-register-routine): Always call with
9831         specific-articles, no default list.
9832         (spam-summary-prepare-exit): Use the spam-classifications function.
9833
9834         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9835         gnus-encrypt.el.
9836
9837         * encrypt.el: Copied from gnus-encrypt.el.
9838
9839         * gnus-encrypt.el: Commented that it's obsolete.
9840
9841 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9842
9843         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9844         (gnus-score-save): Use it.
9845
9846         * message.el (message-bury): Use `window-dedicated-p'.
9847
9848 2004-10-15  Simon Josefsson  <jas@extundo.com>
9849
9850         * pop3.el (top-level): Don't require nnheader.
9851         (pop3-read-timeout): Add.
9852         (pop3-accept-process-output): Add.
9853         (pop3-read-response, pop3-retr): Use it.
9854
9855 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
9856
9857         * spam.el (spam-register-routine): Move comment.
9858         (spam-verify-bogofilter): Use 'unknown for the initial
9859         spam-bogofilter-valid state, not 'never.
9860
9861         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9862         for netrc-machine.
9863
9864         * nnimap.el (nnimap-open-connection): Use
9865         netrc-machine-user-or-password.
9866
9867 2004-10-17  Richard M. Stallman  <rms@gnu.org>
9868
9869         * gnus-registry.el (gnus-registry-unload-hook):
9870         Set as a variable with add-hook.
9871
9872         * nnspool.el (nnspool-spool-directory): Use news-directory instead
9873         of news-path.
9874
9875         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9876
9877         * spam.el: Delete duplicate `provide'.
9878         (spam-unload-hook): Set as a variable with add-hook.
9879
9880 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9881
9882         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9883         in the doc string.
9884
9885         * message.el (message-ignored-news-headers)
9886         (message-ignored-supersedes-headers)
9887         (message-ignored-resent-headers)
9888         (message-forward-ignored-headers): Improve custom type.
9889
9890 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9891
9892         * message.el (message-tokenize-header): Fix 2004-09-06 change
9893         which used point-min in the wrong place.
9894
9895 2004-10-12  Simon Josefsson  <jas@extundo.com>
9896
9897         * tls.el (tls-certtool-program): New variable.
9898         (tls-certificate-information): New function, based on
9899         ssl-certificate-information.
9900
9901 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9902
9903         * compface.el: Move the version of ELisp-based uncompface program
9904         to the contrib directory because of the copyright problem.
9905
9906 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9907
9908         * message.el (message-kill-buffer): Raise the current frame.
9909
9910 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9911
9912         * gnus-sum.el: Mention that multibyte characters don't work as marks.
9913
9914         * gnus.el (message-y-or-n-p): Autoload.
9915
9916         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9917         (pop3-password-required, pop3-authentication-scheme)
9918         (pop3-leave-mail-on-server): Made customizable.
9919         (pop3): New custom group.
9920         (pop3-retr): Remove `sleep-for' statements.
9921         Suggested by Dave Love <fx@gnu.org>.
9922
9923         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9924         Windows/DOS.
9925
9926         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9927         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
9928         Dave Love <fx@gnu.org>.
9929
9930         * mml.el (mml-minibuffer-read-disposition): Require match.
9931         Suggested by Dave Love <fx@gnu.org>.
9932
9933 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9934
9935         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
9936         doc string.
9937
9938 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9939
9940         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9941
9942 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9943
9944         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9945         instead of calling `mm-insert-inline', to decode text/* parts
9946         before displaying them.
9947
9948 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9949
9950         * mm-uu.el (mm-uu-text-plain-type): New variable.
9951         (mm-uu-pgp-signed-extract-1): Use it.
9952         (mm-uu-pgp-encrypted-extract-1): Use it.
9953         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9954         bind mm-uu-text-plain-type with that value.
9955         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9956         mm-uu-dissect.
9957
9958 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9959
9960         * gnus-group.el (gnus-update-group-mark-positions):
9961         * gnus-sum.el (gnus-update-summary-mark-positions):
9962         * message.el (message-check-news-body-syntax):
9963         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9964         of string-as-multibyte.
9965
9966 2004-10-05  Juri Linkov  <juri@jurta.org>
9967
9968         * gnus-group.el (gnus-update-group-mark-positions):
9969         * gnus-sum.el (gnus-update-summary-mark-positions):
9970         * message.el (message-check-news-body-syntax):
9971         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9972         8-bit unibyte values to a multibyte string for search functions.
9973
9974 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9975
9976         * mm-uu.el (mm-uu-dissect): Allow optional arg.
9977         (mm-uu-dissect-text-parts): New function.
9978
9979         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9980         dissect text parts.
9981
9982         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9983         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9984
9985         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9986
9987         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9988         gnus-current-topics instead of gnus-current-topic.
9989
9990 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
9991
9992         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9993
9994 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
9995
9996         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9997         where approriate.
9998
9999         * nnml.el (nnml-generate-active-info): do.
10000
10001         * nndiary.el (nndiary-generate-active-info): do.
10002
10003         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
10004         (gnus-topic-move): do.
10005
10006         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
10007         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
10008
10009         * gnus-srvr.el (gnus-server-prepare)
10010         (gnus-server-open-all-servers): do.
10011
10012         * gnus-msg.el (gnus-summary-cancel-article)
10013         (gnus-summary-resend-message)
10014         (gnus-summary-mail-crosspost-complaint): do.
10015
10016         * gnus-move.el (gnus-change-server): do.
10017
10018         * gnus-group.el (gnus-group-unmark-all-groups)
10019         (gnus-group-set-current-level): do.
10020
10021 2004-10-04  Simon Josefsson  <jas@extundo.com>
10022
10023         * message.el (message-generate-hashcash): Doc fix.
10024
10025 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
10026
10027         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
10028         avoid infinite recursion via gnus-get-function.
10029
10030 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
10031
10032         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
10033
10034         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
10035
10036         * nnmail.el (nnmail-split-history): do.
10037
10038         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
10039         (nnml-request-delete-group): do.
10040
10041         * nnslashdot.el (nnslashdot-read-groups): do.
10042
10043         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
10044         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
10045
10046         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
10047         (nnspool-sift-nov-with-sed): Use last
10048         (nnspool-retrieve-headers-with-nov): Use mapc.
10049         (nnspool-request-newgroups): Use dolist.
10050         (nnspool-request-group): Use last.
10051
10052         * nntp.el (nntp-read-server-type): Use dolist.
10053
10054         * nnvirtual.el (nnvirtual-create-mapping)
10055         (nnvirtual-update-read-and-marked): Use dolist.
10056         (nnvirtual-convert-headers): Simplify.
10057
10058 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10059
10060         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
10061         support for sync'ing tick marks.
10062
10063 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
10066         there's no visible header.
10067
10068 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10069
10070         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
10071         necessary, pass full group name to gnus-request-set-marks.
10072
10073 2004-10-01  Simon Josefsson  <jas@extundo.com>
10074
10075         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
10076         acroread.
10077
10078 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10079
10080         * spam-report.el (spam-report-gmane): Fix interactive.
10081
10082         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
10083
10084         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
10085         when writing file.
10086         (gnus-agent-synchronize-flags): Don't default to being
10087         interactive.
10088
10089 2004-09-30  Simon Josefsson  <jas@extundo.com>
10090
10091         * message.el (message-generate-hashcash): Add.
10092         (message-send-mail): Use it, call mail-add-payment.
10093
10094 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10095
10096         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
10097
10098 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
10099
10100         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
10101         gnus-requst-update-info with explicit code to sync the in-memory
10102         info read flags with the marks being sync'd to the backend.
10103
10104         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
10105
10106 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10107
10108         * spam.el (spam-verify-bogofilter): Add new function.
10109         (spam-check-bogofilter)
10110         (spam-bogofilter-register-with-bogofilter): Use it.
10111         (spam-verify-bogofilter): Add small fixes.
10112
10113 2004-09-28  Simon Josefsson  <jas@extundo.com>
10114
10115         * hashcash.el (hashcash-generate-payment): Revert.
10116
10117 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10118
10119         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
10120         gnus-extract-references instead of gnus-split-references.
10121
10122         * gnus-util.el (gnus-extract-references): Add new function, analogous
10123         to gnus-split-references but extracts only the message-ID without
10124         anything extra.
10125
10126         * hashcash.el (hashcash-generate-payment)
10127         (hashcash-check-payment): Do the right thing if hashcash-path is
10128         nil (because the hashcash program could not be found).
10129
10130         * spam.el (spam-use-hashcash): Remove comment.
10131
10132 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
10133
10134         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
10135         (gnus-cache-enter-article, gnus-cache-remove-article)
10136         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
10137
10138         * gnus-async.el (gnus-async-prefetch-remove-group): do.
10139
10140         * gnus-art.el (article-hide-boring-headers)
10141         (article-translate-strings, article-display-face)
10142         (gnus-article-mime-match-handle-first)
10143         (gnus-article-highlight-headers)
10144         (gnus-article-add-buttons-to-head): do.
10145
10146 2004-09-27  Simon Josefsson  <jas@extundo.com>
10147
10148         * hashcash.el: New version, from
10149         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
10150         ../contrib/.
10151
10152 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10153
10154         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
10155
10156 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
10157
10158         * gnus-dup.el (gnus-dup-open): Use mapc.
10159         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
10160
10161         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
10162         Reported by Stefan Wiens <s.wi@gmx.net>.
10163
10164         * gnus.el (gnus-shutdown): Use dolist.
10165
10166         * gnus-undo.el (gnus-undo): Use mapc.
10167
10168         * nnrss.el (nnrss-generate-active): do.
10169
10170         * message.el (message-cite-original-without-signature)
10171         (message-cite-original): Use mapc.
10172         (message-do-actions, message-make-forward-subject): Use dolist.
10173
10174 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10175
10176         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
10177         deletion to remove entire duplicate line.  Fixes merged article
10178         number bug.
10179
10180 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10181
10182         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
10183         servers that are offline.  Avoids having gnus-agent-toggle-plugged
10184         first ask if you want to open a server and then, even when you
10185         responded with no, asking if you want to synchronize the server's
10186         flags.
10187         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
10188         multi-line expressions.
10189         (gnus-agent-synchronize-group-flags): New internal function.
10190         Updates marks in memory (in the info structure) AND in the
10191         backend.
10192
10193         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
10194
10195         * nnagent.el (nnagent-request-set-mark): Use
10196         gnus-agent-synchronize-group-flags, not backend's request-set-mark
10197         method, to ensure that synchronization updates marks in the
10198         backend and in the info (in memory) structure.
10199
10200 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10201
10202         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
10203         convention fully; don't miss the root article of a thread; make
10204         the X-Draft-From header with correct article numbers.
10205
10206 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
10207
10208         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
10209         unless plugged.  Disable the agent so that an open failure causes
10210         an error.
10211
10212         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
10213         Reverted 2004-09-21 change.  The backend must be opened while
10214         synchronizing flags even when the backend stores the flags
10215         locally.
10216
10217 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
10218
10219         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
10220         in `header' match.  Reported by Svend Tollak Munkejord.
10221
10222         * message.el (message-cite-original): Fix use of
10223         `message-cite-articles-with-x-no-archive'.
10224
10225 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10226
10227         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10228         (gnus-window-to-buffer): Ditto.
10229
10230         * mml.el (mml-preview-buffer): New variable.
10231         (mml-preview): Manage window layout with gnus-buffer-configuration.
10232
10233         * gnus-msg.el (gnus-setup-message): Put article numbers into the
10234         X-Draft-From header even if those articles aren't quoted.
10235
10236 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
10237
10238         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10239         (gnus-request-set-mark, gnus-request-update-mark): Use new
10240         g-s-t-u-l-m to decide to use backend even when unplugged.
10241
10242 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10243
10244         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10245         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
10246
10247 2004-09-20  Simon Josefsson  <jas@extundo.com>
10248
10249         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10250         "utf-16-le".
10251
10252 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10253
10254         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10255
10256 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10257
10258         * uudecode.el (uudecode-use-external): Add :version.
10259
10260         * smime.el (smime-CA-file, smime-encrypt-cipher)
10261         (smime-dns-server): Add :version.
10262
10263         * smiley.el (gnus-smiley-file-types): Add :version.
10264
10265         * sha1.el (sha1-use-external): Add :version.
10266
10267         * pgg-def.el (pgg-query-keyserver): Add :version.
10268
10269         * nnmail.el (nnmail-fancy-expiry-targets)
10270         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10271         Add :version.
10272
10273         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10274         (nnimap-retrieve-groups-asynchronous): Add :version.
10275         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
10276
10277         * mml.el (mml-content-disposition-parameters)
10278         (mml-insert-mime-headers-always): Add :version.
10279
10280         * mm-util.el (mm-coding-system-priorities): Add :version.
10281
10282         * mm-decode.el (mm-inline-text-html-with-images)
10283         (mm-keep-viewer-alive-types, mm-external-terminal-program)
10284         (mm-verify-option): Add :version.
10285         (mm-text-html-renderer): Change :version.
10286
10287         * message.el (message-fcc-externalize-attachments)
10288         (message-required-headers, message-draft-headers)
10289         (message-subject-trailing-was-query)
10290         (message-subject-trailing-was-ask-regexp)
10291         (message-subject-trailing-was-regexp, message-mark-insert-begin)
10292         (message-mark-insert-end, message-archive-header)
10293         (message-archive-note, message-cross-post-default)
10294         (message-cross-post-note, message-followup-to-note)
10295         (message-cross-post-note-function, message-use-mail-followup-to)
10296         (message-subscribed-address-functions)
10297         (message-subscribed-address-file, message-subscribed-addresses)
10298         (message-subscribed-regexps, message-allow-no-recipients)
10299         (message-yank-cited-prefix, message-signature-insert-empty-line)
10300         (message-hidden-headers, message-hierarchical-addresses)
10301         (message-mail-user-agent, message-use-idna)
10302         (message-valid-fqdn-regexp)
10303         (message-strip-special-text-properties, message-header-synonyms)
10304         (message-beginning-of-line, message-tab-body-function): Add :version.
10305         (message-insert-canlock, message-wide-reply-confirm-recipients):
10306         Change :version.
10307
10308         * mail-source.el (mail-source-ignore-errors): Add :group, :type
10309         and :version.
10310         (mail-source-delete-old-incoming-confirm)
10311         (mail-source-movemail-program): Add :version.
10312
10313         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10314         (gnus-agent-cache, gnus-agent): Change :version.
10315
10316         * gnus-util.el (gnus-use-byte-compile): Change :version.
10317
10318         * gnus-sum.el (gnus-summary-make-false-root-always)
10319         (gnus-summary-default-high-score)
10320         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10321         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10322         (gnus-read-all-available-headers, gnus-article-emulate-mime)
10323         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10324         (gnus-sum-thread-tree-single-indent)
10325         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10326         (gnus-sum-thread-tree-leaf-with-other)
10327         (gnus-sum-thread-tree-single-leaf): Add :version.
10328         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10329         (gnus-article-loose-mime): Change :version.
10330
10331         * gnus-start.el (gnus-backup-startup-file)
10332         (gnus-save-startup-file-via-temp-buffer): Add :version.
10333
10334         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10335         (gnus-server-offline-face): Add :version.
10336
10337         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10338
10339         * gnus-msg.el (gnus-gcc-externalize-attachments)
10340         (gnus-debug-files, gnus-debug-exclude-variables)
10341         (gnus-discouraged-post-methods): Change :version.
10342         (gnus-confirm-mail-reply-to-news)
10343         (gnus-confirm-treat-mail-like-news): Add :version.
10344
10345         * gnus-int.el (gnus-server-unopen-status): Add :version.
10346
10347         * gnus-group.el (gnus-group-jump-to-group-prompt)
10348         (gnus-large-ephemeral-newsgroup)
10349         (gnus-fetch-old-ephemeral-headers): Add :version.
10350
10351         * gnus-fun.el (gnus-x-face-directory)
10352         (gnus-convert-pbm-to-x-face-command)
10353         (gnus-convert-image-to-x-face-command)
10354         (gnus-convert-image-to-face-command): Add :version.
10355
10356         * gnus-delay.el (gnus-delay-default-hour): Add :version.
10357
10358         * gnus-cite.el (gnus-cite-blank-line-after-header)
10359         (gnus-article-boring-faces): Add :version.
10360
10361         * gnus-art.el (gnus-buttonized-mime-types)
10362         (gnus-inhibit-mime-unbuttonizing)
10363         (gnus-treat-display-face)
10364         (gnus-treat-body-boundary): Change :version.
10365         (gnus-body-boundary-delimiter, gnus-picon-databases)
10366         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10367         (gnus-treat-date-english, gnus-treat-fold-headers)
10368         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10369         (gnus-treat-mail-picon, gnus-treat-wash-html)
10370         (gnus-article-encrypt-protocol)
10371         (gnus-use-idna, gnus-article-over-scroll)
10372         (gnus-mime-display-multipart-alternative-as-mixed)
10373         (gnus-mime-display-multipart-related-as-mixed)
10374         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10375         (gnus-ctan-url, gnus-button-ctan-handler)
10376         (gnus-button-handle-ctan-bogus-regexp)
10377         (gnus-button-ctan-directory-regexp)
10378         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10379         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10380         (gnus-button-man-level, gnus-button-emacs-level)
10381         (gnus-button-message-level, gnus-button-browse-level): Add :version.
10382
10383         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10384         (gnus-agent-go-online): Change :version.
10385         (gnus-agent-expire-unagentized-dirs)
10386         (gnus-agent-auto-agentize-methods): Add :version.
10387
10388         * flow-fill.el (fill-flowed-display-column)
10389         (fill-flowed-encode-column): Add :version.
10390
10391         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10392         (gnus-outlook-deuglify-unwrap-max)
10393         (gnus-outlook-deuglify-cite-marks)
10394         (gnus-outlook-deuglify-unwrap-stop-chars)
10395         (gnus-outlook-deuglify-no-wrap-chars)
10396         (gnus-outlook-deuglify-attrib-cut-regexp)
10397         (gnus-outlook-deuglify-attrib-verb-regexp)
10398         (gnus-outlook-deuglify-attrib-end-regexp)
10399         (gnus-outlook-display-hook): Add :version.
10400
10401         * binhex.el (binhex-use-external): Add :version.
10402
10403 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
10404
10405         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10406         and `invisible'.
10407
10408 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10409
10410         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10411         in gnus-registry-trim.
10412
10413 2004-09-13  Simon Josefsson  <jas@extundo.com>
10414
10415         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10416
10417         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10418
10419         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10420         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10421         <yamaoka@jpl.org>.
10422         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10423         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10424         <yamaoka@jpl.org>.
10425
10426         * sieve.el (sieve-manage-mode): Ditto.
10427
10428 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10429
10430         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10431
10432 2004-09-11  Simon Josefsson  <jas@extundo.com>
10433
10434         * dns-mode.el: Add.
10435
10436         * mm-view.el (mm-display-dns-inline): Add.
10437
10438         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10439         (mm-automatic-display): Ditto.
10440
10441         * mailcap.el (mailcap-mime-data): Add text/dns.
10442         (mailcap-mime-extensions): Map .soa to text/dns.
10443
10444 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
10445
10446         * gnus-art.el (article-decode-mime-words, article-babel)
10447         (gnus-article-highlight-signature, gnus-article-add-buttons)
10448         (gnus-signature-toggle): Remove unnecessary bindings of
10449         `inhibit-read-only' inherited from v5.10 merge.
10450
10451 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10452
10453         * nntp.el (nntp): New customization group.
10454         (nntp-authinfo-file): Add customization group.
10455
10456         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10457
10458         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10459
10460         * gnus.el (to-address, to-list, subscribed)
10461         (large-newsgroup-initial): Ditto.
10462
10463         * flow-fill.el (fill-flowed-display-column)
10464         (fill-flowed-encode-column): Ditto.
10465
10466 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10467
10468         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10469         Use point-min rather than 1.
10470         (message-send-mail): Use buffer-size rather than point-max.
10471
10472         * gnus-sum.el (gnus-summary-search-article-forward):
10473         Signal a specific `search-failed' rather than a generic `error'.
10474
10475         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10476         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10477         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10478
10479 2004-09-10  Simon Josefsson  <jas@extundo.com>
10480
10481         * nndb.el (require): Remove tcp and duplicate cl.
10482
10483 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10484
10485         * gnus-agent.el (directory-files-and-attributes): Move forward.
10486
10487 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10488
10489         * gnus-agent.el (directory-files-and-attributes): Optionally
10490         defined to support XEmacs.
10491
10492 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10493
10494         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10495         to avoid run-time CL dependencies.
10496         (gnus-agent-unfetch-articles): New function.
10497         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10498         article numbers even when local .overview file is missing.
10499         (gnus-agent-read-article-number): New function.  Only accepts
10500         27-bit article numbers.
10501         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10502         gnus-agent-read-article-number.
10503         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10504         from backend while recognizing that article numbers in .overview
10505         must be valid.
10506         (gnus-agent-update-files-total-fetched-for): Use
10507         directory-files-and-attributes to improve performance.
10508         * gnus-int.el (gnus-request-move-article): Use
10509         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10510         improve performance.
10511
10512         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10513         some users confused by references to .newsrc when they only have a
10514         .newsrc.eld file.
10515         (gnus-convert-mark-converter-prompt)
10516         (gnus-convert-converter-needs-prompt): Fixed use of property list.
10517         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10518         New function.  Used internally to only display 'gnus converting
10519         files' message when actually necessary.
10520
10521         * gnus-sum.el (): Removed (require 'gnus-agent) as required
10522         methods now autoloaded.
10523
10524 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10525
10526         * gnus-sum.el (gnus-summary-insert-subject): Remove list
10527         identifiers.
10528
10529 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
10530
10531         * gnus-picon.el: Fix indentation and closing parenthesis.
10532
10533 2004-09-01  Simon Josefsson  <jas@extundo.com>
10534
10535         * message.el (message-canlock-generate): Require sha1, not
10536         sha1-el.  (Can we get rid of this require altogether?  It is ugly
10537         to require within a function.  Sadly, if sha1.el isn't loaded, the
10538         let binding in m-c-g will hide the defcustom definition, which is
10539         bad.)
10540
10541         * canlock.el: Require sha1, not sha1-el.
10542
10543         * message.el: Don't autoload sha1 (there is a autoload cookie in
10544         sha1.el).
10545
10546         * sha1-el.el: Renamed to sha1.el.
10547
10548 2004-08-30  Juanma Barranquero  <lektu@terra.es>
10549
10550         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10551
10552 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10553
10554         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10555
10556 2004-08-30  Kim F. Storm  <storm@cua.dk>
10557
10558         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10559
10560         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10561         Add :group 'nnimap.
10562
10563 2004-08-30  Andreas Schwab  <schwab@suse.de>
10564
10565         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10566         ?* and ?\;.
10567
10568         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10569         and ?\' to symbol instead of whitespace.
10570
10571 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10572
10573         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10574
10575         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10576         instead of re-search-forward.
10577
10578         * gnus-uu.el (gnus-uu-save-article): Ditto.
10579         (gnus-uu-post-encode-uuencode): Ditto.
10580
10581         * html2text.el (html2text-clean-list-items): Ditto.
10582         (html2text-clean-dtdd): Ditto.
10583         (html2text-format-tags): Ditto.
10584
10585         * message.el (message-send-mail-with-sendmail): Fix regexp.
10586         (message-fill-field-general): Use search-forward instead of
10587         re-search-forward.
10588         (unbold-region): Ditto.
10589
10590         * nnrss.el (nnrss-request-article): Ditto.
10591
10592         * nnslashdot.el (nnslashdot-request-article): Ditto.
10593
10594         * nnweb.el (nnweb-gmane-wash-article): Ditto.
10595
10596         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10597         "Unrecognized menu descriptor" error in XEmacs.
10598
10599 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10600
10601         * gnus-sum.el (gnus-read-header): Don't remove a header for the
10602         parent article of a sparse article in the thread hashtb.
10603
10604 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
10605
10606         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10607         (nnmail-expand-newtext): Lowercase expanded entries if
10608         nnmail-split-lowercase-expanded is non-nil.
10609
10610 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10611
10612         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10613
10614         * gnus-group.el (gnus-group-line-format-alist): Convert the value
10615         of gnus-tmp-news-method into string under XEmacs.  It will be
10616         passed to gnus-correct-length which takes only a string argument.
10617
10618 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10619
10620         * gnus-util.el (gnus-bind-print-variables): New macro.
10621         (gnus-prin1): Use it.
10622         (gnus-prin1-to-string): Use it.
10623         (gnus-pp): New function.
10624         (gnus-pp-to-string): New function.
10625
10626         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10627         Replace pp-to-string with gnus-pp-to-string.
10628         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10629         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10630         * gnus-msg.el (gnus-debug): Ditto.
10631         * gnus-score.el (gnus-score-save): Ditto.
10632         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10633         gnus-pp-to-string.
10634         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10635         with gnus-pp.
10636         * score-mode.el (gnus-score-pretty-print): Ditto.
10637         * webmail.el (webmail-debug): Ditto.
10638
10639 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10640
10641         * gnus-art.el (article-display-face, article-display-x-face):
10642         Use buffer-read-only.
10643
10644 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10645
10646         * gnus-art.el (article-hide-list-identifiers):
10647         Bind inhibit-read-only as t.
10648
10649 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10650
10651         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10652
10653 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10654
10655         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10656         (gnus-narrow-to-page): Don't assume point-min == 1.
10657         (gnus-article-edit-mode): Derive from message-mode.
10658
10659         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10660         point-min == 1.
10661
10662         * imap.el (imap-parse-address-list, imap-parse-body-ext):
10663         Disable incorrect use of `assert'.
10664
10665         * message.el (message-mode): Set comment-start-skip.
10666
10667
10668 2004-08-22  Sam Steingold  <sds@gnu.org>
10669
10670         * pop3.el (pop3-leave-mail-on-server): New user variable.
10671         (pop3-movemail): Delete mail only when it is nil.
10672
10673 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
10674
10675         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10676
10677         * mml.el (mml-preview): Use `pop-to-buffer'.
10678
10679         * message.el (message-goto-mail-followup-to): Insert after "To".
10680         (message-carefully-insert-headers): Add comment.
10681
10682         * gnus.el: Remove unused variable `gnus-article-check-size'.
10683
10684         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10685
10686         * gnus-art.el (gnus-button-alist): Improve
10687         `gnus-button-handle-library' entry.
10688
10689 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
10690
10691         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10692         downcase, since XEmacs capitalizes error messages differently.
10693
10694 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
10695
10696         * nntp.el: Add (require 'gnus) due to reference to
10697         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
10698
10699 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
10700
10701         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10702         `mm-fill-flowed'.
10703
10704         * mm-decode.el (mm-dissect-singlepart): Check it.
10705
10706 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
10707
10708         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10709         'imap' for netrc parsing.
10710
10711 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
10712
10713         * mailcap.el (mailcap-mime-data): Mark as risky.
10714
10715 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10716
10717         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10718         may be included in the encoded word.
10719         (rfc2047-encode): Don't append a space if the encoded word
10720         includes close parenthesis.
10721
10722 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10723
10724         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10725         of text within parentheses.
10726
10727 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
10728
10729         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10730         (gnus-encrypt-write-file-contents): Make the password key the file
10731         name PLUS the cipher, not just the cipher.  Also remove failed
10732         passwords from the cache.
10733
10734 2004-08-06  Simon Josefsson  <jas@extundo.com>
10735
10736         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
10737         fix.
10738
10739 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10740
10741         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10742         LWSP.
10743
10744 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
10745
10746         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10747         to append in-reply-to: data to the references: header.
10748
10749         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10750         (netrc-parse): Use gnus-encrypt.el functions.
10751
10752         * gnus-encrypt.el: Add new file for encryption support; currently
10753         does only a few GPG ciphers and an internal XOR cipher.
10754
10755         * password.el: Add comments on using password-read-and-add.
10756         (password-read-and-add): Add function to read and add the
10757         password to the cache at once.
10758
10759 2004-07-28  Simon Josefsson  <jas@extundo.com>
10760
10761         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10762         parameter (but don't use it, for now).
10763
10764         * imap.el (imap-ssl-open): Use imap-process-connection-type,
10765         instead of hard coding to nil.
10766
10767 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10768
10769         * mm-view.el (mm-inline-image-emacs): Open lines under an image
10770         as mm-inline-image-xemacs does.
10771
10772 2004-07-26  Simon Josefsson  <jas@extundo.com>
10773
10774         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10775         Revert part of 2004-07-17 change below.
10776
10777 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10778
10779         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
10780         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10781
10782 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10783
10784         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10785         quotes that actually start with ">" at the beginning of the
10786         lines.
10787
10788 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10789
10790         * rfc2047.el (rfc2047-encode-region): Fix last change.
10791         (rfc2047-encode-parameter): Remove useless concat.
10792
10793 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10794
10795         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10796         encode special characters; fix some kind of misconfigured headers;
10797         signal a real error if debug-on-quit or debug-on-error is non-nil.
10798         (rfc2047-encode-max-chars): New variable.
10799         (rfc2047-encode-1): Use it.
10800         (rfc2047-encode-parameter): New function.
10801
10802         * mml.el (mml-insert-parameter): Remove an excessive space.
10803
10804 2004-07-17  Simon Josefsson  <jas@extundo.com>
10805
10806         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10807         Kai Grossjohann <kai@emptydomain.de>.
10808         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10809         (gnus-group-make-menu-bar): Ditto.
10810
10811         * gnus-util.el (gnus-group-server): Add.
10812
10813 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
10814
10815         * message.el (message-clone-locals): Clone sendmail and smtp
10816         variables.
10817
10818 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10819
10820         * rfc2047.el (rfc2047-encode-region): Fix last change.
10821
10822 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10823
10824         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10825         characters as non-special.
10826
10827 2004-07-09  Simon Josefsson  <jas@extundo.com>
10828
10829         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10830         Users will lose all flag changes made while unplugged with
10831         e.g. nntp unless flag synchronization happens, thus `nil' is not a
10832         good default.  See numerous reports on ding mailing list.
10833
10834 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10835
10836         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10837         add generate-head-function and generate-article-function to the
10838         rfc822-forward entry.
10839         (nndoc-rfc822-forward-generate-article): New function.
10840         (nndoc-rfc822-forward-generate-head): New function.
10841
10842         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10843
10844 2004-07-06  Dan Christensen  <jdc@uwo.ca>
10845
10846         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10847         respect display group parameter and gnus-summary-expunge-below.
10848         (gnus-articles-to-read): Remove unused reference to display group
10849         parameter.
10850
10851 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10852
10853         * nnheader.el (nnheader-uniquify-message-id): New experimental
10854         variable.
10855         (nnheader-nov-read-message-id): Use it.
10856
10857         * spam-report.el (spam-report-gmane): Add interactive.
10858
10859 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10860
10861         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10862         qp-or-base64 for the application/* types.
10863
10864 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
10865
10866         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10867
10868 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
10869
10870         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10871         trim value.
10872
10873 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10874
10875         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10876         New macro and function.
10877         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10878
10879 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10880
10881         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10882         after-load-alist.
10883
10884 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10885
10886         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10887         update info that isn't there.
10888
10889 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
10890
10891         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10892         entry.
10893
10894 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10895
10896         * mm-view.el (mm-inline-render-with-function): Use multibyte
10897         buffer; decode html source by charset.
10898
10899         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10900
10901         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10902         Mule-UCS is loaded under XEmacs.
10903         (mm-mime-mule-charset-alist): Avoid duplicated entries.
10904
10905 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
10906
10907         * nnheader.el (nnheader-max-head-length): Increase to 8192.
10908
10909 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10910
10911         * mm-util.el (mm-coding-system-p): Return a coding-system.
10912         (mm-mime-mule-charset-alist): Use shift_jis instead of
10913         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10914         entries for the mime charsets iso-2022-jp-3 and shift_jis.
10915         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10916         instead of japanese-shift-jis and iso-latin-1 respectively in
10917         order to share the default value with both Emacs and XEmacs-mule.
10918         (mm-mule-charset-to-mime-charset): Make
10919         mm-coding-system-priorities effective.
10920         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10921         while predicating of candidates upon the priorities.
10922
10923 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
10924
10925         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10926         gnus-uu-invert-processable.
10927
10928         * gnus.el: Autoload gnus-uu-invert-processable.
10929
10930 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10931
10932         * mm-util.el (mm-with-multibyte-buffer): New macro.
10933
10934         * rfc2047.el (rfc2047-encode-string): Use it.
10935         (rfc2047-encode-region): Move point to the end of the region after
10936         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10937
10938 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10939
10940         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10941         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10942
10943 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10944
10945         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10946         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
10947         Karl Chen <quarl@nospam.quarl.org>.
10948
10949 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
10950
10951         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10952         invalid addresses.
10953
10954 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
10955
10956         * spam.el: Change section markers, revise TODO list.
10957         (spam-backends): Make new master list of all installed backends.
10958         (spam-summary-exit-behavior): Add new variable to determine how
10959         messages moves are done at summary exit.
10960         (spam-move-spam-nonspam-groups-only)
10961         (spam-process-ham-in-nonham-groups)
10962         (spam-process-ham-in-spam-groups): Remove variables, the
10963         spam-summary-exit-behavior variable should be used to manage this
10964         behavior.
10965         (spam-old-ham-articles, spam-old-spam-articles): Remove.
10966         (spam-old-articles): Add variable, replacing spam-old-ham-articles
10967         and spam-old-spam-articles.
10968         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10969         Add empty variables, placeholders for the backends they represent.
10970         (spam-set-difference): Move, unchanged.
10971         (spam-list-of-processors): Declare OBSOLETE, not used anymore
10972         unless the user has a processor variable.
10973         (spam-classifications, spam-classification-valid-p)
10974         (spam-backend-properties, spam-backend-property-valid-p)
10975         (spam-backend-function-type-valid-p)
10976         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10977         (spam-report-articles-gmane, spam-report-articles-resend):
10978         Remove functions, they are not needed.
10979         (spam-install-backend-super, spam-backend-list)
10980         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10981         (spam-backend-function, spam-backend-ham-registration-function)
10982         (spam-backend-spam-registration-function)
10983         (spam-backend-ham-unregistration-function)
10984         (spam-backend-spam-unregistration-function)
10985         (spam-backend-statistical-p, spam-backend-mover-p)
10986         (spam-install-backend-alias, spam-install-checkonly-backend)
10987         (spam-install-mover-backend, spam-install-nocheck-backend)
10988         (spam-install-backend, spam-install-statistical-backend)
10989         (spam-install-statistical-checkonly-backend): Add backend installation
10990         support.
10991         (spam-summary-prepare-exit): Rewrite to use the new backend code.
10992         (spam-group-processor-p): Use the new backend code and respect the
10993         summary exit behavior.
10994         (spam-mark-spam-as-expired-and-move-routine): Remove.
10995         (spam-summary-prepare): Change to use the new spam-old-articles
10996         variable.
10997         (spam-copy-or-move-routine, spam-copy-spam-routine)
10998         (spam-move-spam-routine, spam-copy-ham-routine)
10999         (spam-move-ham-routine): Add code to copy/move ham or spam.
11000         (spam-fetch-field-fast): Improve doc and code, plus allow the
11001         'number request.
11002         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
11003         variables.
11004         (spam-split, spam-find-spam): Use the new backend code.
11005         (spam-registration-functions): Remove variable.
11006         (spam-unregister-routine): Add convenience wrapper.
11007         (spam-log-undo-registration, spam-register-routine)
11008         (spam-log-processing-to-registry)
11009         (spam-log-unregistration-needed-p): Rename "check" to "backend"
11010         where possible.
11011         (spam-check-gmane-xref, spam-check-regex-headers)
11012         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
11013         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
11014         (spam-check-bogofilter-headers, spam-check-spamoracle)
11015         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
11016         (spam-check-crm114-headers): Use the spam-split-group that
11017         spam-split prepares, no need to determine it every time.
11018
11019         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
11020         to the nnheader-parse-naked-head call.
11021
11022         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
11023
11024         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
11025         the nnheader-nov-read-message-id call.
11026
11027 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11028
11029         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
11030         gnus-activate-group twice.  Suggested by Markus Peter
11031         <warp@spin.de>.
11032
11033 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11034
11035         * gnus-art.el (gnus-article-time-format): Exchange the order of
11036         day and month in the default value; fix customization type.
11037         (article-date-ut): Use add-text-properties.
11038         (article-make-date-line): Use message-make-date instead of
11039         current-time-string.
11040
11041         * message.el (message-fetch-field): Don't use set-text-properties.
11042         (message-make-date): Simplify.
11043
11044         * messagexmas.el (message-xmas-make-date): New function.
11045         (message-xmas-redefine): Defalias message-make-date to it.
11046
11047 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11048
11049         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
11050         (rfc2047-encode-region): Treat text within parentheses as special;
11051         show the original text when error has occurred.
11052
11053         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
11054         already-computed method to gnus-activate-group.
11055
11056         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
11057         same select-methods identical Lisp objects.
11058
11059         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
11060         object when modifying the info.
11061
11062 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11063
11064         * gnus-srvr.el (gnus-server-set-info): Remove the server from
11065         gnus-opened-servers since it has never been opened with the new
11066         configuration yet.
11067
11068 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11069
11070         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
11071         arg to nnheader-generate-fake-message-id.
11072
11073 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
11074
11075         * nnheader.el (nnheader-generate-fake-message-id): Accept a
11076         number and build a fake message ID localized to a group and
11077         article number (so it's repeatable from that point on).
11078         (nnheader-fake-message-id-p): Change regex to accomodate new fake
11079         ID format.
11080
11081         * gnus-sum.el (gnus-get-newsgroup-headers): Call
11082         nnheader-generate-fake-message-id with the article number.
11083
11084 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
11085
11086         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
11087         end-of-buffer.
11088
11089 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11090
11091         * message.el (message-ignored-supersedes-headers): Add Approved.
11092
11093 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11094
11095         * rfc2047.el (rfc2047-encode-message-header): Remove useless
11096         goto-char.
11097         (rfc2047-encode): Fold the line before encoding.
11098
11099 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11100
11101         * rfc2047.el (rfc2047-encode-message-header): Disabled header
11102         folding -- not all headers can be folded, and this should be done
11103         by the message composition mode.  Probably.  I think.
11104
11105 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11106
11107         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
11108         fast.
11109
11110         * gnus-ems.el (gnus-remove-image): Don't use
11111         message-text-with-property; remove only the image found first.
11112
11113         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
11114         found first.
11115
11116 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
11117
11118         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
11119
11120 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11121
11122         * message.el (message-text-with-property): Make it fast and accept
11123         optional arguments.
11124         (message-strip-forbidden-properties): Use it.
11125         (message-fix-before-sending): Follow the m-t-w-p change.
11126
11127         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
11128
11129 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11130
11131         * gnus-art.el (article-hide-headers): Don't change the buffer
11132         mistakenly when performing mml-preview even if
11133         gnus-single-article-buffer is nil.
11134
11135 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
11136
11137         * message.el (message-expand-name-databases): New user option.
11138         (message-expand-name): Use it.
11139
11140 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
11141
11142         * spam.el (spam-report-articles-resend)
11143         (spam-report-resend-register-routine): Allow ham reporting.
11144         (spam-report-resend-register-ham-routine): Add wrapper.
11145         (spam-registration-functions): Add ham resending functions.
11146         (spam-list-of-processors): Add ham resend processor.
11147
11148         * gnus.el (ham-resend-to): Add new group parameter.
11149         (spam-process): Add ham resend option.
11150
11151         * spam-report.el (spam-report-resend): Allow reporting ham.
11152         (spam-report-resend-ham): Add wrapper.
11153
11154 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11155
11156         * message.el (message-cite-articles-with-x-no-archive): New
11157         variable.
11158         (message-cite-original): Use it.
11159
11160 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11161
11162         * message.el (message-cite-original): Respect X-No-Archive.
11163
11164 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11165
11166         * gnus-art.el (article-hide-headers): Refer to the values for
11167         gnus-ignored-headers and gnus-visible-headers in the summary
11168         buffer since a user may have set them as group parameters.
11169
11170 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
11171
11172         * assistant.el (assistant-node-name): Add convenience function.
11173         (assistant-render-text, assistant-render-node): Add error handling,
11174         plus handle multiple next nodes.
11175         (assistant-find-next-node): Comment out for now.
11176         (assistant-find-next-nodes): Add function, returns list of next
11177         nodes.
11178
11179 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
11180
11181         * mail-source.el (mail-source-directory): Fix doc-string.
11182
11183 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
11184
11185         * assistant.el (assistant-render-text, assistant-eval): Add :set
11186         widget type, which is different because it takes and returns a
11187         list.  Much hilarity ensues.
11188
11189 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
11190
11191         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
11192
11193         * gnus-group.el (gnus-group-get-new-news-this-group): Added
11194         doc-string.
11195
11196         * gnus-start.el (gnus-activate-group): Added doc-string.
11197
11198 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11199
11200         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
11201
11202 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
11203
11204         * assistant.el (assistant-render-text): Try to add a :set
11205         widget, more to come.
11206
11207         * spam.el (spam-group-spam-contents-p): Handle empty groupname
11208         strings.
11209         (spam-report-articles-resend)
11210         (spam-register-routine): Do registration iff any articles warrant
11211         it.
11212         (spam-summary-prepare-exit): Change log message for nil group
11213         destinations.
11214
11215 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
11216
11217         * spam.el (spam-report-resend-register-routine): Allow
11218         spam-report-resend-to to be a group parameter or a global value.
11219
11220 2004-05-26  Simon Josefsson  <jas@extundo.com>
11221
11222         * starttls.el: Merge with my GNUTLS based starttls.el.
11223         (starttls-gnutls-program, starttls-use-gnutls)
11224         (starttls-extra-arguments, starttls-process-connection-type)
11225         (starttls-connect, starttls-failure, starttls-success): New
11226         variables.
11227         (starttls-program, starttls-extra-args): Doc fix.
11228         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
11229         functions.
11230         (starttls-negotiate, starttls-open-stream): Check
11231         `starttls-use-gnutls' and pass on to corresponding *-gnutls
11232         function if it is set.
11233
11234 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11235
11236         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11237         structured fields.
11238
11239 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11240
11241         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11242
11243 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
11244
11245         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11246         variable.
11247         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
11248         assigning the spam-mark to new messages.
11249
11250 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
11251
11252         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11253
11254 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11255
11256         * dgnushack.el: Autoload customize-set-variable for XEmacs.
11257
11258         * rfc2047.el (rfc2047-encodable-p): Don't move point.
11259         (rfc2047-decode): Treat the ascii coding-system as raw-text by
11260         default.
11261
11262 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
11263
11264         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11265         correct data.
11266
11267 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
11268
11269         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11270         (spam-group-processor-p): Fix function.
11271         (spam-group-processor-multiple-p)
11272         (spam-group-spam-processor-report-gmane-p)
11273         (spam-group-spam-processor-report-resend-p)
11274         (spam-group-spam-processor-bogofilter-p)
11275         (spam-group-spam-processor-blacklist-p)
11276         (spam-group-spam-processor-ifile-p)
11277         (spam-group-ham-processor-ifile-p)
11278         (spam-group-spam-processor-spamoracle-p)
11279         (spam-group-spam-processor-crm114-p)
11280         (spam-group-ham-processor-bogofilter-p)
11281         (spam-group-spam-processor-stat-p)
11282         (spam-group-ham-processor-stat-p)
11283         (spam-group-ham-processor-whitelist-p)
11284         (spam-group-ham-processor-BBDB-p)
11285         (spam-group-ham-processor-spamoracle-p)
11286         (spam-group-ham-processor-copy-p): Remove functions with some
11287         prejudice against unneeded code.
11288         (spam-report-articles-resend)
11289         (spam-report-resend-register-routine): Allow the group/topic
11290         spam-resend-to value to override spam-report-resend-to.
11291         (spam-summary-prepare-exit): Invoke spam-group-processor-p
11292         properly now.
11293
11294         * gnus.el (spam-resend-to): Add group/topic parameter.
11295         (spam-process): Move the OBSOLETE processors to the end of the
11296         choices.
11297
11298 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
11299
11300         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11301         with resend-to set to nil, and then ask the user if necessary.
11302         (spam-report-resend): spam-report-resend takes a list of articles, not
11303         separate article numbers.
11304
11305 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11306
11307         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11308         addition to emacs-w3m.
11309
11310 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11311
11312         * assistant.el (assistant-authinfo-data): New function.
11313         (assistant-eval): Eval for entire assistant.
11314
11315         * netrc.el (netrc-services-file): New variable.
11316         (netrc-parse-services): New function.
11317         (netrc-find-service-name): New function.
11318         (netrc-find-service-number): New function.
11319         (netrc-port-equal): New function.
11320         (netrc-machine): Use it.
11321
11322         * nnimap.el (nnimap-open-connection): Use netrc.
11323
11324         * gnus-util.el (gnus-netrc-get): Remove aliases.
11325
11326         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11327
11328         * assistant.el (wid-edit): Fix compilation.
11329
11330         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11331
11332 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
11333
11334         * gnus-util.el (gnus-set-file-modes): New function.  (small
11335         patch).
11336
11337 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11338
11339         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11340
11341         * assistant.el (assistant-render-node): Fix up rendering and
11342         read-only text.
11343         (assistant-render-node): Reset.
11344         (assistant-make-read-only): Not sticky.
11345
11346 2004-05-20  Danny Siu  <dsiu@adobe.com>
11347
11348         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11349         centered even when gnus-auto-center-summary is t
11350
11351 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11352
11353         * dns.el (dns-get-txt-answer): New function.
11354         (dns-read-txt): Ditto.
11355         (query-dns): Use it.
11356
11357 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11358
11359         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11360         active for foreign groups even if the group level is higher than
11361         the specified value.
11362
11363 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11364
11365         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11366         non-active groups.
11367
11368         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11369
11370 2004-05-20  Magnus Henoch  <mange@freemail.hu>
11371
11372         * dns.el (dns-read-type): Add support for SVR.  (small patch)
11373
11374 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11375
11376         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11377         (spam-crm114-header, spam-crm114-spam-switch)
11378         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11379         (spam-crm114-positive-spam-header)
11380         (spam-crm114-database-directory, spam-list-of-processors)
11381         (spam-group-spam-processor-crm114-p)
11382         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11383         (spam-generic-score, spam-list-of-checks)
11384         (spam-list-of-statistical-checks, spam-registration-functions)
11385         (spam-check-crm114-headers, spam-crm114-score)
11386         (spam-check-crm114, spam-crm114-register-with-crm114)
11387         (spam-crm114-register-spam-routine)
11388         (spam-crm114-unregister-spam-routine)
11389         (spam-crm114-register-ham-routine)
11390         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
11391         asjo@koldfront.dk (Adam Sjøgren).
11392
11393         * gnus.el: Add spam-use-crm114.
11394
11395         * spam.el (spam-list-of-processors, spam-registration-functions):
11396         Add spam-use-resend.
11397         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11398         (spam-report-articles-gmane): Add doc fix.
11399         (spam-report-articles-resend, spam-report-resend-register-routine):
11400         Add wrappers around spam-report-resend-to.
11401
11402         * spam-report.el (spam-report-resend-to, spam-report-resend):
11403         Add support for resending spam.
11404         (spam-report-gmane): Fix line length >80.
11405
11406         * gnus.el (spam-process): Add spam-use-resend.
11407
11408 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11409
11410         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11411         number of processed spam messages.
11412         (spam-ham-copy-or-move-routine): Return the number of processed
11413         ham messages.
11414         (spam-summary-prepare-exit): Use the above values to decide
11415         whether status messages shouled be displayed.
11416
11417 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11418
11419         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11420         `rfc2047-encoding-function-alist' in order to avoid conflicting
11421         with the old version.
11422         (rfc2047-encode-region): Concatenate words containing non-ASCII
11423         characters in structured fields; don't encode space-delimited
11424         ASCII words even in unstructured fields; don't break words at
11425         char-category boundaries.
11426         (rfc2047-encode-1): New function.
11427         (rfc2047-encode): Use it; encode text so that it occupies the
11428         maximum width within 76-column; work correctly on Q encoding for
11429         iso-2022-* charsets.
11430         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11431         sure not to break a line just after the header name.
11432         (rfc2047-b-encode-region): Removed.
11433         (rfc2047-b-encode-string): New function.
11434         (rfc2047-q-encode-region): Removed.
11435         (rfc2047-q-encode-string): New function.
11436
11437         * mm-util.el (mm-replace-in-string): New function.
11438
11439 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11440
11441         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11442         get it right.
11443         (gnus-inews-make-draft): Really.
11444
11445 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11446
11447         * nnmh.el (nnmh-request-list-1): Don't check the link count
11448         before descending.  (small patch)
11449
11450 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11451
11452         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11453         stuff.
11454
11455         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11456         on real group name.
11457
11458         * gnus-art.el (gnus-signature-limit): Doc fix.
11459
11460         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11461
11462         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
11463
11464 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
11465
11466         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
11467         isn't a string.
11468
11469 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11470
11471         * gnus-draft.el (gnus-draft-send): Bind
11472         rfc2047-encode-encoded-words.
11473
11474         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11475         (rfc2047-encodable-p): Say that =? needs encoding.
11476         (rfc2047-encode-encoded-words): New variable.
11477
11478         * gnus-group.el (gnus-group-select-group): Doc fix.
11479
11480         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11481
11482         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11483         to nil.
11484
11485         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11486
11487         * nnheader.el (nnheader-get-lines-and-char): New function.
11488
11489 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11490
11491         * gnus-msg.el (gnus-summary-followup-with-original): Document
11492         yanking of region when active.
11493
11494 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11495
11496         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11497         groups if the group level is higher than the specified value.
11498
11499 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11500
11501         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11502         (gnus-group-jump-to-group): Added prefix argument using
11503         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11504         non-active group.
11505
11506         * compface.el (uncompface): Be verbose when changing
11507         `uncompface-use-external'.
11508
11509         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11510         handle manual section.
11511
11512 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11513
11514         * gnus-art.el (gnus-button-alist): Revert previous change.
11515
11516 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11517
11518         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11519
11520 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11521
11522         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11523         whether backend can accept message.
11524
11525         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11526
11527 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
11528
11529         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11530         Avoid creating directory when nntp-marks-is-evil is true.
11531         Reported by Reiner Steib.
11532
11533 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11534
11535         * gnus-picon.el (gnus-picon-style): New variable.
11536         (gnus-picon-insert-glyph): Added optional `nostring' argument.
11537         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
11538         Jesper Harder <harder@ifa.au.dk>.
11539
11540 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11541
11542         * message.el (message-fill-field): Return point.
11543         (message-generate-headers): Go to end of field.
11544
11545         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11546         stuff for non-living groups.
11547
11548 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
11549
11550         * gnus-art.el (gnus-article-followup-with-original)
11551         (gnus-article-reply-with-original): gnus-mark-active-p ->
11552         gnus-region-active-p.
11553
11554 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
11555
11556         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11557         only when there is spam or ham to be processed.
11558
11559 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11560
11561         * mail-source.el (mail-source-delete-crash-box): Refactor.
11562         (mail-source-fetch): Use it.
11563         (mail-source-fetch-file): Ditto.
11564         (mail-source-fetch-directory): Run postscript in loop.
11565         (mail-source-fetch-pop): Delete.
11566         (mail-source-fetch-maildir): Ditto.
11567         (mail-source-fetch-imap): Ditto.
11568
11569         * imap.el (imap-authenticators): Comment out sasl.
11570
11571         * message.el (message-skip-to-next-address): New function.
11572         (message-fill-header-address): Refactor.
11573         (message-fill-address): Use it.
11574         (message-delete-address): Use it.
11575         (message-fill-header-general): Refactor.
11576         (message-fill-field-address): Rename.
11577         (message-narrow-to-field): Find the start of the header.
11578         (message-header-format-alist): Don't pre-fill.
11579         (message-fill-header): Removed.
11580         (message-insert-header): New function.
11581         (message-shorten-references): Use it.
11582
11583         * rfc2047.el (rfc2047-field-value): Strip props.
11584
11585         * mail-parse.el (mail-header-make-address): New alias.
11586
11587         * ietf-drums.el (ietf-drums-make-address): New function.
11588
11589         * imap.el: Add compiler directives.
11590
11591         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11592
11593         * gnus-art.el (article-decode-idna-rhs): Don't use
11594         message-idna-inside-rhs-p.
11595
11596 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11597
11598         * message.el (message-idna-inside-rhs-p): Removed.
11599         (message-idna-to-ascii-rhs-1): Use proper address parsing.
11600
11601         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11602         false positives.
11603
11604 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11605
11606         * imap.el (imap-sasl-make-mechanisms): Use sasl.
11607
11608 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11609
11610         * nneething.el (nneething-file-name): Don't create spurious
11611         files.
11612
11613         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11614         (gnus-inews-do-gcc): Remove sleep.
11615
11616         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11617         part under point.
11618
11619         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11620         (gnus-agent-regenerate-group): Using nil messages aren't valid.
11621
11622 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11623
11624         * spam.el (spam-summary-prepare-exit): Fixed (length).
11625
11626 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11627
11628         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11629         as expired without moving it" message when there are spam
11630         messages left.
11631
11632 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
11633
11634         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11635         header is not nil.
11636
11637 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
11638
11639         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11640         nntp-possibly-create-directory, not nntp-possibly-change-group.
11641         (nntp-marks-changed-p): New arg SERVER.
11642         (nntp-request-update-info): Adjust caller.
11643
11644 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
11645
11646         * nntp.el (nntp-save-marks): Pass missing arg.
11647
11648 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11649
11650         * nntp.el: Support marks.
11651         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11652         (nntp-marks-modtime, nntp-marks-directory): New variables.
11653         (nntp-request-set-mark, nntp-request-update-info)
11654         (nntp-possibly-create-directory, nntp-marks-changed-p)
11655         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11656         functions.
11657
11658 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
11659
11660         * gnus-xmas.el (gnus-xmas-select-lowest-window)
11661         (gnus-xmas-redefine): Rename.
11662
11663         * gnus-score.el (gnus-score-insert-help): Use
11664         gnus-select-lowest-window.
11665
11666         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11667         appt-select-lowest-window and rename to gnus-select-lowest-window.
11668
11669         * gnus.el: do.
11670
11671 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11672
11673         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11674         encodings of MIME-encoded words, in order to improve
11675         interoperability with several broken MUAs.
11676
11677 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11678
11679         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11680         tags, only when charsets are not specified in headers.
11681         (mm-inline-text-html-render-with-w3m): Ditto.
11682
11683         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
11684         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
11685
11686 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11687
11688         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11689         instead of MIME-decoded from fields when checking
11690         `gnus-article-address-banner-alist'.
11691
11692 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
11693
11694         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11695         description rather than subject.
11696
11697 2004-05-02  Steve Youngs  <steve@youngs.au.com>
11698
11699         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
11700
11701 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11702
11703         * gnus.el (gnus-version-number): Bump.
11704
11705 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11706
11707         * gnus.el: No Gnus v0.2 is released.
11708
11709 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11710
11711         * gnus-agent.el (gnus-agent-read-agentview): Inline
11712         gnus-uncompress-range.
11713
11714 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11715
11716         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11717         `exec-installed-p'.
11718
11719 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11720
11721         * gnus.el (spam-process, spam-autodetect-methods): Add
11722         bsfilter and bsfilter-headers.
11723
11724         * spam.el (spam-bsfilter): New customize group.
11725         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11726         (spam-bsfilter-header, spam-bsfilter-probability-header)
11727         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11728         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11729         (spam-bsfilter-database-directory): New options.
11730         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11731         (spam-list-of-statistical-checks, spam-registration-functions):
11732         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11733         (spam-bsfilter-score): New command.
11734         (spam-check-bsfilter-headers, spam-check-bsfilter)
11735         (spam-bsfilter-register-with-bsfilter)
11736         (spam-bsfilter-register-spam-routine)
11737         (spam-bsfilter-unregister-spam-routine)
11738         (spam-bsfilter-register-ham-routine)
11739         (spam-bsfilter-unregister-ham-routine): New functions.
11740         (spam-generic-score): Support bsfilter; Accept an optional argument
11741         to recalcurate spam score even if scoring header has already been
11742         added.
11743         (spam-bogofilter-score, spam-spamassassin-score): Accept an
11744         optional argument to recalcurate spam score even if scoring header
11745         has already been added.
11746
11747 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
11748
11749         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11750         strings!  Reported by David D. Smith <davidsmith@acm.org>.
11751         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11752         link is missing.
11753
11754 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
11755
11756         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11757         (html2text-get-attr): Rewrite.
11758
11759         * message.el (message-setup-1): Remove redundant put-text-property
11760         on mail-header-separator.
11761
11762 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
11763
11764         * gnus-registry.el (gnus-registry-cache-whitespace)
11765         (gnus-registry-action, gnus-registry-spool-action)
11766         (gnus-registry-split-fancy-with-parent): Change message levels
11767         from 5 to 3 or 7, as needed.
11768
11769         * spam.el (spam-summary-prepare-exit)
11770         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11771         (spam-split, spam-find-spam, spam-log-undo-registration)
11772         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11773         level from 5 to 6.
11774
11775 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11776
11777         * gnus-ems.el: Autoload appt-select-lowest-window (revert
11778         2004-03-04 change).
11779
11780 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
11781
11782         * sieve-manage.el (sieve-manage-open):
11783         * nnweb.el (nnweb-insert-html):
11784         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11785         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11786         * nnspool.el (nnspool-request-group):
11787         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11788         * nnml.el (nnml-request-update-info):
11789         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11790         (nnmh-request-create-group, nnmh-update-gnus-unreads):
11791         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11792         (nnimap-request-set-mark):
11793         * nnfolder.el (nnfolder-request-update-info):
11794         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11795         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11796         * gnus-uu.el (gnus-uu-find-articles-matching):
11797         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11798         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11799         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11800         * gnus-nocem.el (gnus-nocem-scan-groups):
11801         * gnus-int.el (gnus-start-news-server):
11802         * gnus-group.el (gnus-group-make-kiboze-group)
11803         (gnus-group-browse-foreign-server):
11804         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11805         Use mapc when appropriate.
11806
11807 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
11808
11809         FIXME: Make separate entries for each person.
11810
11811         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11812         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11813         <shields@msrl.com>:
11814
11815         * spam.el (spam-necessary-extra-headers): Get the extra headers we
11816         may need for spam sorting and scoring.
11817         (spam-user-format-function-S): Add user format function suitable for
11818         general use.
11819         (spam-article-sort-by-spam-status): Add sorting function for summary
11820         sorting.
11821         (spam-extra-header-to-number): Add function to get a score from a
11822         header.
11823         (spam-summary-score): Add function to  get a numeric score from the
11824         headers.
11825         (spam-generic-score): Fix function doc, was in wrong place.
11826         (spam-initialize): Take symbols when it's run, and install the
11827         extra headers that spam-necessary-extra-headers thinks we need.
11828
11829 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
11830
11831         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11832         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
11833
11834 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
11835
11836         * gnus-sum.el (gnus-set-global-variables)
11837         (gnus-build-all-threads, gnus-get-newsgroup-headers)
11838         (gnus-article-get-xrefs, gnus-summary-best-group)
11839         (gnus-summary-next-article, gnus-summary-enter-digest-group)
11840         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11841         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11842         Use with-current-buffer.
11843
11844 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
11845
11846         * spam.el (spam-summary-prepare-exit): Simplify logic.
11847         (spam-fetch-article-header): Read the article header if it's not
11848         available.
11849         (spam-list-articles): Simplify logic.
11850         (spam-filelist-register-routine): Fix bug with unregister-list.
11851
11852         * gnus-registry.el: Fix comments at beginning.
11853
11854 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
11855
11856         * message.el (message-cater-to-broken-inn): Remove.
11857         (message-shorten-references): Make sure the total folded length of
11858         References is shorter than 998 characters to cater to a bug in INN
11859         2.3.  Also, don't pretend that references aren't folded -- this
11860         hasn't worked for a while.
11861
11862 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11863
11864         * gnus-agent.el (gnus-agentize):
11865         gnus-agent-send-mail-real-function no longer set to current value
11866         of message-send-mail-function but rather a lambda that calls
11867         message-send-mail-function.  The change makes the agent real-time
11868         responsive to user changes to message-send-mail-function.
11869
11870 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11871
11872         * legacy-gnus-agent.el
11873         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11874         help from Florian Weimer <fw@deneb.enyo.de>
11875
11876 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11877
11878         * nnmail.el (nnmail-cache-insert): Revert last change.
11879
11880 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11881
11882         * nnmail.el (nnmail-cache-insert): Always check whether
11883         nnmail-cache-ignore-groups matches a group name.
11884
11885 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
11886
11887         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11888         (spam-find-spam, spam-log-processing-to-registry)
11889         (spam-log-registered-p, spam-log-unregistration-needed-p)
11890         (spam-log-undo-registration): Use gnus-message instead of
11891         gnus-error, none of these errors are fatal.
11892
11893         * gnus-registry.el (gnus-registry-clean-empty-function)
11894         (gnus-registry-clean-empty): Remove only empty entries without
11895         extra data.
11896
11897 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
11898
11899         * spam-stat.el (spam-stat-buffer-change-to-spam)
11900         (spam-stat-buffer-change-to-non-spam): Change (error) to
11901         (gnus-message 8) invocation.
11902
11903 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * nntp.el (nntp-via-netcat-command): New variable.
11906         (nntp-via-netcat-switches): New variable.
11907         (nntp-open-via-rlogin-and-netcat): New function.
11908         (nntp-open-connection-function): Doc fix.
11909         (nntp-telnet-command): Doc fix.
11910         (nntp-end-of-line): Doc fix.
11911         (nntp-via-rlogin-command): Doc fix.
11912         (nntp-via-user-name): Doc fix.
11913         (nntp-via-address): Doc fix.
11914
11915 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11916
11917         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11918         error in Emacs 21.1.
11919
11920 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
11921
11922         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11923
11924 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11925         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11926         (gnus-agent-with-refreshed-group): New macro.
11927         (gnus-agent-rename-group): New function.
11928         (gnus-agent-delete-group): New function.
11929         (gnus-agent-save-group-info): Use gnus-command-method when
11930         `method' parameter is nil.  Don't write nil entries into the
11931         active file.
11932         (gnus-agent-get-group-info): New function.
11933         (gnus-agent-fetch-articles): Use
11934         gnus-agent-update-files-total-fetched-for to increment disk space
11935         used.
11936         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11937         gnus-agent-update-view-total-fetched-for to increment disk space
11938         used.
11939         (gnus-agent-get-local): Added optional parameters to avoid calling
11940         gnus-group-real-name and gnus-find-method-for-group.
11941         (gnus-agent-set-local): Delete stored entry if either min, or max,
11942         are nil.
11943         (gnus-agent-fetch-session): Reworded error/quit messages.  On
11944         quit, use gnus-agent-regenerate-group to record existance of any
11945         articles fetched to disk before the quit occurred.
11946         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11947         gnus-agent-update-view-total-fetched-for, and
11948         gnus-agent-update-files-total-fetched-for to decrement disk space
11949         used.
11950         (gnus-agent-retrieve-headers): Use
11951         gnus-agent-update-view-total-fetched-for to increment disk space
11952         used.
11953         (gnus-agent-regenerate-group): Replace gnus-group-update-group
11954         with gnus-agent-update-files-total-fetched-for to decrement disk
11955         space and fresh group buffer.
11956         (gnus-agent-inhibit-update-total-fetched-for): New variable.
11957         (gnus-agent-need-update-total-fetched-for): New variable.
11958         (gnus-agent-update-files-total-fetched-for): New function.
11959         (gnus-agent-update-view-total-fetched-for): New function.
11960         (gnus-agent-total-fetched-for): New function.
11961
11962         * gnus-cache.el (gnus-cache-save-buffers): Use
11963         gnus-cache-update-overview-total-fetched-for to change disk space
11964         used by this group.
11965         (gnus-cache-possibly-enter-article): Use
11966         gnus-cache-update-file-total-fetched-for to increment disk space
11967         used by this group.
11968         (gnus-cache-possibly-remove-article): Use
11969         gnus-cache-update-file-total-fetched-for to decrement disk space
11970         used by this group.
11971         (gnus-cache-generate-nov-databases): Purge total fetched cache.
11972         (gnus-cache-rename-group): New function.
11973         (gnus-cache-delete-group): New function.
11974         (gnus-cache-inhibit-update-total-fetched-for): New variable.
11975         (gnus-cache-need-update-total-fetched-for): New variable.
11976         (gnus-cache-with-refreshed-group): New macro.
11977         (gnus-cache-update-file-total-fetched-for): New function.
11978         (gnus-cache-update-overview-total-fetched-for): New function.
11979         (gnus-cache-rename-group-total-fetched-for): New function.
11980         (gnus-cache-delete-group-total-fetched-for): New function.
11981         (gnus-cache-total-fetched-for): New function.
11982
11983         * gnus-group.el: Require gnus-sum and autoload functions to
11984         resolve warnings when gnus-group.el compiled alone.
11985         (gnus-group-line-format): Documented new %F
11986         (size of Fetched data) group line format; identifies disk space
11987         used by agent and cache.
11988         (gnus-group-line-format-alist): Defined new F format.
11989         (gnus-total-fetched-for): New function.
11990         (gnus-group-delete-group): No longer update
11991         gnus-cache-active-altered as gnus-request-delete-group now keeps
11992         the cache in sync.
11993         (gnus-group-list-active): Let the agent store a server's active
11994         list if currently plugged.
11995
11996         * gnus-int.el (gnus-request-delete-group):
11997         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11998         local disk in sync with the server.
11999         (gnus-request-rename-group):
12000         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
12001         local disk in sync with the server.
12002
12003         * gnus-start.el (gnus-get-unread-articles):
12004         Cosmetic simplification to logic.
12005
12006         * gnus-util.el (gnus-rename-file): New function.
12007
12008 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
12009
12010         * mm-util.el (mm-image-load-path): Handle nil in load-path.
12011
12012 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
12013
12014         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
12015         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
12016
12017 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
12018
12019         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
12020         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
12021
12022 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
12023
12024         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
12025
12026 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
12027
12028         * spam.el (spam-set-difference): Add function to replace
12029         gnus-set-difference in spam.el.
12030         (spam-summary-prepare-exit): Use spam-set-difference.
12031
12032 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12033
12034         * gnus-registry.el (gnus-registry-cache-file): Update to use
12035         gnus-dribble-directory OR gnus-home-directory OR ~.
12036         (gnus-registry-split-fancy-with-parent): Fix doc.
12037
12038 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12039
12040         * message.el (message-exchange-point-and-mark): Use
12041         message-mark-active-p.  Suggested by Jesper Harder
12042         <harder@ifa.au.dk>.
12043
12044 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12045
12046         * message.el (message-exchange-point-and-mark): Don't activate
12047         region if it was inactive.  Suggested by Hiroshi Fujishima
12048         <pooh@nature.tsukuba.ac.jp>.
12049
12050 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12051
12052         * gnus-art.el (article-display-face): Display Faces in the same
12053         order as X-Faces.
12054
12055 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
12058
12059 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12060
12061         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
12062         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
12063         (gnus-article-mime-hierarchy): Remove.
12064         (gnus-article-mime-hierarchy-next): Remove.
12065         (gnus-article-mode): Revert 2004-03-19 change.
12066         (gnus-article-setup-buffer): Revert 2004-03-19 change.
12067         (gnus-insert-mime-button): Revert 2004-03-19 change.
12068         (gnus-mime-accumulate-hierarchy): Remove.
12069         (gnus-mime-enter-multipart): Remove.
12070         (gnus-mime-leave-multipart): Remove.
12071         (gnus-mime-display-part): Revert 2004-03-19 change.
12072         (gnus-mime-display-alternative): Revert 2004-03-19 change.
12073
12074         * mml.el (mml-preview): Revert 2004-03-19 change.
12075
12076 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
12077
12078         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
12079
12080 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12081
12082         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
12083         t while entering a file name using the mm-with-multibyte macro.
12084         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12085
12086         * mm-util.el (mm-with-multibyte): New macro.
12087
12088 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12089
12090         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
12091         user option.
12092         (gnus-mime-multipart-functions): Doc and customization fix.
12093         (gnus-article-mime-hierarchy): New variable.
12094         (gnus-article-mime-hierarchy-next): New variable.
12095         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
12096         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
12097         gnus-article-mime-hierarchy-next to nil.
12098         (gnus-insert-mime-button): Show hierarchy numbers.
12099         (gnus-mime-accumulate-hierarchy): New function.
12100         (gnus-mime-enter-multipart): New function.
12101         (gnus-mime-leave-multipart): New function.
12102         (gnus-mime-display-part): Recompute hierarchical MIME structure.
12103         (gnus-mime-display-alternative): Show hierarchy numbers.
12104
12105         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
12106         gnus-article-mime-hierarchy-next to nil.
12107
12108 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
12109
12110         * dns.el: Don't require gnus-xmas.
12111
12112 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
12113
12114         * mml.el (mml-generate-mime-1): Don't use format=flowed with
12115         inline PGP.
12116         (mml-menu): Disable mml-quote-region if mark is inactive.
12117
12118 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12119
12120         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
12121         when the group's active is not available.
12122
12123 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12124
12125         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
12126         error.
12127
12128 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
12129
12130         * imap.el (imap-store-password): New variable.
12131         (imap-interactive-login): Use it.
12132         Suggested by Mark Plaksin <happy@mcplaksin.org>.
12133
12134 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12135
12136         * gnus-art.el (gnus-article-read-summary-keys): Restore new
12137         window-start and hscroll to summary window.
12138
12139 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12140
12141         * gnus-start.el (gnus-convert-old-newsrc): Only write the
12142         conversion message to newsrc-dribble when an actual conversion is
12143         performed.
12144
12145 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
12146
12147         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
12148
12149 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12150
12151         * mm-decode.el (mm-complicated-handles): New function reviving
12152         former definition of mm-multiple-handles.
12153
12154         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12155         (gnus-mime-delete-part): Use it.
12156
12157 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12158
12159         * gnus-agent.el (gnus-agent-read-local): Bind
12160         nnheader-file-coding-system to gnus-agent-file-coding-system to
12161         avoid the implicit assumption that they will always be equal.
12162         (gnus-agent-save-local): Bind buffer-file-coding-system, not
12163         coding-system-for-write, as the with-temp-file macro first prints
12164         to a buffer then saves the buffer.
12165
12166 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12167
12168         * gnus-art.el (gnus-article-edit-part): New function.
12169         (gnus-mime-save-part-and-strip): Use it; do query instead of
12170         signaling an error; don't use mm-multiple-handles.
12171         (gnus-mime-delete-part): Ditto.
12172
12173 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12174
12175         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
12176         old file versions.
12177         (gnus-group-prepare-hook): Removed function that converted list
12178         form of gnus-agent-expire-days to group properties.
12179
12180         * gnus-int.el: Autoload gnus-agent-regenerate-group.
12181         (gnus-request-accept-article): Re-indented.
12182
12183         * gnus-start.el (gnus-convert-old-newsrc): Registered new
12184         converters to handle old agent file formats.  Added logic for a
12185         "backup before upgrading warning".
12186         (gnus-convert-mark-converter-prompt): Developers can mark
12187         functions as needing (default), or not needing,
12188         gnus-convert-old-newsrc's "backup before upgrading warning".
12189         (gnus-convert-converter-needs-prompt): Tests whether the user
12190         should be protected from potentially irreversable changes by the
12191         function.
12192
12193         * legacy-gnus-agent.el: New.  Provides converters that are only
12194         loaded when gnus-convert-old-newsrc needs to call them.
12195
12196 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * mail-source.el (mail-source-touch-pop): Doc fix.
12199
12200         * message.el (message-smtpmail-send-it): Doc fix.
12201
12202 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
12203
12204         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
12205
12206         * nnmail.el (nnmail-split-fancy): do.
12207
12208         * gnus-kill.el (gnus-kill, gnus-execute): do.
12209
12210 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
12211
12212         * gnus-sum.el (gnus-widget-reversible-match)
12213         (gnus-widget-reversible-to-internal)
12214         (gnus-widget-reversible-to-external): New functions.
12215         (gnus-widget-reversible): New widget.
12216         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
12217
12218 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
12219
12220         * gnus-sum.el (gnus-thread-sort-functions)
12221         (gnus-article-sort-functions): Document `(not F)' items.
12222
12223 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12224
12225         * spam.el (spam-use-gmane-xref): Add new backend.
12226         (spam-gmane-xref-spam-group): Add variable to control the name of the
12227         Gmane spam group.
12228         (spam-blackhole-servers, spam-blackhole-good-server-regex)
12229         (spam-regex-headers-spam, spam-regex-headers-ham)
12230         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
12231         (spam-list-of-checks): Add spam-use-gmane-xref to list of
12232         backends and checks.
12233         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
12234
12235         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
12236         an autodetect method.
12237
12238 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12239
12240         * gnus-int.el (gnus-request-accept-article): Inform the agent that
12241         articles are being added to a group.
12242         (gnus-request-replace-article): Inform the agent that articles
12243         need to be uncached as the cached contents are no longer valid.
12244
12245 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12246
12247         * binhex.el: Don't autoload executable-find.
12248
12249         * canlock.el: Don't autoload mail-fetch-field.
12250
12251         * dgnushack.el: Autoload c-mode for XEmacs.
12252
12253         * gnus-ems.el: Don't autoload appt-select-lowest-window.
12254
12255         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12256         rmail-dont-reply-to and rmail-output.
12257
12258         * gnus-score.el: Don't autoload ffap-string-at-point.
12259
12260         * gnus-setup.el: Don't autoload sc-cite-original.
12261
12262         * imap.el: Don't autoload base64-decode-string,
12263         base64-encode-string and md5.
12264
12265         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12266         and rmail-msg-restore-non-pruned-header.
12267
12268         * mm-decode.el: Don't autoload executable-find.
12269
12270         * mm-url.el: Don't autoload executable-find.
12271
12272         * mm-view.el: Don't autoload diff-mode.
12273
12274         * nndb.el: Don't autoload news-reply-mode, news-setup,
12275         cancel-timer and telnet.
12276
12277         * password.el: Don't autoload run-at-time for Emacs.
12278
12279         * sha1-el.el: Don't autoload executable-find.
12280
12281         * sieve-mode.el: Don't autoload c-mode.
12282
12283         * uudecode.el: Don't autoload executable-find.
12284
12285 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12286
12287         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12288         (gnus-agent-possibly-alter-active): Avoid null in numeric
12289         comparison.
12290         (gnus-agent-set-local): Refuse to save null in local object table.
12291         (gnus-agent-regenerate-group): The REREAD parameter can now be a
12292         list of articles that will be marked as unread.
12293
12294 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12295
12296         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12297
12298 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12299
12300         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12301         language tags.
12302
12303 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12304
12305         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12306         Don't bind "obarray".
12307
12308         * gnus-sum.el (gnus-thread-sort-functions): Added
12309         `gnus-thread-sort-by-most-recent-number' and
12310         `gnus-thread-sort-by-most-recent-date'.
12311         Reported by Kai Grossjohann <kai@emptydomain.de>.
12312
12313 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12314
12315         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12316
12317 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12318
12319         * gnus-cus.el (gnus-agent-customize-category): Removed
12320         ignore-errors macro reference that required cl to be loaded at
12321         run-time.
12322
12323         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12324         single-interval range of the form (min . max).  Previously the
12325         range had to look like ((min . max)).  Likewise, return
12326         (min . max) rather than ((min . max)).
12327         (gnus-range-map): Use gnus-range-normalize to accept
12328         single-interval range.
12329
12330         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12331         the cache, but not the agent, now appear with their usual face.
12332
12333         * dgnushack.el (loaddir): New variable that is bound to the
12334         directory containing the dgnushack.el file. Use loaddir, rather
12335         than srcdir, to update load-path. Change lets dgnushack compile
12336         code in directories other than GNUS/lisp.
12337
12338 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12339
12340         * lpath.el: Don't bind w3m-safe-url-regexp.
12341
12342         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12343         w3m-safe-url-regexp variable buffer-local.
12344
12345         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12346
12347 2004-02-27  Simon Josefsson  <jas@extundo.com>
12348
12349         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12350         gnus-group-real-prefix.
12351         (gnus-summary-move-article): Use it, instead of
12352         gnus-group-real-prefix.
12353
12354 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12355
12356         * lpath.el: Bind w3m-safe-url-regexp.
12357
12358         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12359         w3m-safe-url-regexp variable buffer-local and set it as the value
12360         of mm-w3m-safe-url-regexp.
12361
12362         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12363
12364         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12365         parsing gnus-posting-styles when the message is not for replying.
12366
12367         * dgnushack.el: Autoload sgml-mode for XEmacs.
12368
12369         * nnrss.el (nnrss-opml-export): Use
12370         mm-set-buffer-file-coding-system instead of
12371         set-buffer-file-coding-system.
12372
12373 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
12374
12375         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12376         of checkdoc.el).
12377         * nnrss.el: do.
12378         * gnus-mlspl.el: do.
12379         * gnus-ml.el: do.
12380         * gnus-srvr.el: do.
12381
12382         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12383
12384 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12385
12386         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12387         Corrections to custom-manual links.
12388
12389         * gnus-art.el (gnus-article): Ditto.
12390
12391         * mm-decode.el (mime-display, mime-security): Ditto.
12392
12393 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12394
12395         * flow-fill.el: Typo.
12396
12397 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
12398
12399         * spam-wash.el: New file.
12400
12401 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
12402
12403         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12404
12405 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12406
12407         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12408         to be run with new-articles as LIST1, not LIST2.
12409         (spam-registration-functions): Add spam-use-ham-copy as a nil
12410         registration backend.
12411
12412 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12413
12414         * spam-stat.el (spam-stat-washing-hook): New option.
12415         (spam-stat-buffer-words): Use it.
12416         (spam-stat-process-directory, spam-stat-test-directory): Use
12417         insert-file-contents-literally.
12418         (spam-stat-coding-system): New variable.
12419         (spam-stat-load, spam-stat-save): Use it.
12420
12421 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12422
12423         * spam-report.el (spam-report-plug-agent): Quote
12424         spam-report-url-to-file and spam-report-url-ping-plain.
12425
12426 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12427
12428         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12429         / in mailto URLs.
12430
12431 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12432
12433         * spam-report.el (spam-report-process-queue): Fix interactive use.
12434         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12435         (spam-report-unplug-agent): Doc fixes.
12436         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12437         (spam-report-agentize, spam-report-deagentize): Autoload
12438
12439 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
12442
12443         * message.el (message-setup-fill-variables): Add mml tags to
12444         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12445         <ajk@iu.edu>.
12446         (message-mode): Don't modify paragraph-separate there.
12447
12448 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12449
12450         * compface.el (uncompface-use-external): Default to undecided.
12451         (uncompface-use-external-threshold): New variable.
12452         (uncompface-float-time): New macro.
12453         (uncompface): Determine whether to use the external decoder if
12454         uncompface-use-external is undecided.
12455
12456 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12457
12458         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12459         after images.
12460
12461         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12462
12463 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12464
12465         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12466
12467         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12468
12469         * gnus-sum.el (gnus-summary-limit-to-age)
12470         (gnus-summary-limit-children): do.
12471
12472         * gnus-int.el (gnus-request-scan): do.
12473
12474         * gnus-group.el (gnus-group-suspend): do.
12475
12476         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12477
12478         * gnus-cite.el (gnus-cite-parse-attributions): do.
12479
12480         * gnus-agent.el (gnus-summary-set-agent-mark)
12481         (gnus-agent-regenerate-group): do.
12482
12483         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12484
12485         * binhex.el (binhex-decode-region-internal): do.
12486
12487 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12488
12489         * gnus-fun.el (gnus-face-properties-alist): New user option.
12490         (gnus-display-x-face-in-from): Use it.
12491
12492         * gnus-art.el (article-display-face): Ditto.
12493
12494         * compface.el (uncompface-use-external): Default to nil.
12495
12496 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12497
12498         * nntp.el (nntp-erase-buffer): New function.
12499         (nntp-retrieve-data, nntp-send-command)
12500         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12501         (nntp-possibly-change-group): Use it.
12502
12503         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12504         with-current-buffer.
12505
12506 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12507
12508         * compface.el: Merge the ELisp-based uncompface program.
12509         (compface): New customization group.
12510         (uncompface-use-external): New user option.
12511         (uncompface): Call uncompface-internal if uncompface-use-external
12512         is nil.
12513         (uncompface-internal): New function.  Note that there are also
12514         some other functions and variables added for this function.
12515
12516 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
12517
12518         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12519         if necessary.
12520
12521 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
12522
12523         * spam-report.el (spam-report-unplug-agent)
12524         (spam-report-plug-agent, spam-report-deagentize)
12525         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12526         Add support for the Agent in spam-report: when unplugged, report to a
12527         file; when plugged, submit all the requests.
12528
12529         * spam.el (spam-register-routine): Fix message about
12530         registration.
12531
12532 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
12533
12534         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12535         dependencies.
12536         (rfc2047-encode): Use it.
12537
12538         * gnus-art.el (gnus-button-marker-list): Move before first
12539         reference.
12540
12541         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12542         (imap-parse-body): Fix format string mismatch.
12543
12544         * gnus-score.el (gnus-summary-increase-score): do.
12545
12546         * nnrss.el (nnrss-close): New function.
12547
12548 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
12549
12550         * nnrss.el (nnrss-make-filename): New function.
12551         (nnrss-request-delete-group, nnrss-read-server-data)
12552         (nnrss-save-server-data, nnrss-read-group-data)
12553         (nnrss-save-group-data): Use it.
12554         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12555         (nnrss-read-server-data, nnrss-read-group-data): Use load.
12556         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12557
12558 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
12559
12560         * mml.el (mml-compute-boundary-1): Don't uncompress files.
12561
12562 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
12563
12564         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12565         files.
12566
12567         * message.el (message-generate-headers-first): Don't quote nil
12568         and t in docstrings.
12569
12570         * imap.el (imap-id): do.
12571
12572         * gnus-agent.el (gnus-agent-consider-all-articles)
12573         (gnus-agent-queue-mail): do.
12574
12575 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
12576
12577         * spam-report.el (spam-report-process-queue): New function.
12578         Process requests from `spam-report-requests-file'.
12579         (spam-report-process-queue): Doc fix.
12580
12581 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
12582
12583         * spam.el (spam-register-routine)
12584         (spam-log-processing-to-registry, spam-log-registered-p)
12585         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12586         Change "check" to "spam-check" for semi-clarity.
12587
12588 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
12589
12590         * pop3.el: Require nnheader.
12591
12592         * mml-smime.el: Require cl.  Autoload message-fetch-field.
12593
12594         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12595
12596         * gnus-picon.el: Require cl.
12597
12598         * gnus-fun.el: Require gnus-ems and gnus-util.
12599
12600         * gnus.el (gnus-method-to-server): Move defsubst before first use.
12601
12602         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12603
12604         * gnus-art.el (gnus-article-edit-mode): Define before first
12605         reference.
12606
12607 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
12608
12609         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12610         (gnus-uu-post-encoded): Use point-at-bol.
12611
12612         * gnus-topic.el (gnus-group-active-topic-p): do.
12613
12614         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12615
12616         * gnus-group.el (gnus-group-kill-region): do.
12617
12618         * gnus-art.el (article-date-ut): do.
12619
12620         * message.el (message-fetch-field): Remove redundant
12621         case-fold-search binding.
12622         (message-narrow-to-field): Simplify.
12623
12624 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12625
12626         * spam.el (spam-directory): Derive from `gnus-directory'.
12627
12628         * spam-report.el (spam-report-url-to-file)
12629         (spam-report-requests-file): New function and variable for offline
12630         reporting.
12631         (spam-report-url-ping-function): Add `spam-report-url-to-file'
12632         and user defined function.
12633         (spam-report-url-ping-mm-url): Remove doubled slash.
12634
12635 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
12636
12637         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12638
12639 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
12640
12641         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12642         format string mismatch.
12643
12644         * sieve.el (sieve-deactivate-all): do.
12645
12646         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12647
12648         * nnlistserv.el (nnlistserv-kk-wash-article): do.
12649
12650         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12651
12652         * mm-bodies.el (mm-7bit-chars): Don't include \r.
12653
12654 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
12655
12656         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12657         the list of checks.
12658
12659 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
12660
12661         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12662         padding.
12663
12664 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
12665
12666         * mm-view.el (mm-fill-flowed): New variable.
12667         (mm-inline-text): Use it.
12668
12669 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
12670
12671         * spam.el (spam-spamassassin-register-ham-routine)
12672         (spam-spamassassin-register-spam-routine): Fix function names.
12673
12674 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12675
12676         * gnus.el (gnus-tmp-grouplens): Remove.
12677         (gnus-summary-line-format): Remove grouplens.
12678
12679         * gnus-group.el (gnus-group-line-format): Ditto.
12680
12681         * gnus-spec.el (gnus-format-specs): Ditto.
12682         (gnus-update-format-specifications): Flush the group format spec
12683         cache if there's the grouplens stuff.
12684         (gnus-parse-simple-format): Replace %l with the empty string.
12685
12686 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
12687
12688         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12689         omission.
12690
12691 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12692
12693         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12694         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12695
12696 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12697
12698         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12699         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12700         New macros and functions.
12701         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12702         Handle > NLINK_MAX messages.
12703         * nnmaildir.el (nnmaildir-request-set-mark): Use
12704         nnmaildir--emlink-p and nnmaildir--eexist-p.
12705
12706 2004-01-25  Alex Schroeder  <alex@gnu.org>
12707
12708         * spam-stat.el (spam-stat-process-directory-age): New option.
12709         (spam-stat-process-directory): Use it.
12710
12711 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
12712
12713         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12714         (spam-stat-save): Accept prefix argument.
12715
12716 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
12717
12718         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12719         links" error.
12720
12721 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12722
12723         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
12724         the rest of the and/or forms.
12725
12726 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12727
12728         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12729         compatibility with old .newsrc.eld files.
12730
12731         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
12732
12733         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12734
12735         * gnus-start.el (gnus-1): do.
12736
12737         * gnus-group.el (gnus-group-line-format-alist): do.
12738
12739         * gnus.el (gnus-use-grouplens, gnus-visual): do.
12740
12741         * gnus-gl.el: Remove.
12742
12743 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12744
12745         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12746         marks consisting of a single range {for example, (3 . 5)} rather
12747         than a list of a single range { ((3 . 5)) }.
12748
12749 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12750
12751         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12752         with-current-buffer.
12753         (spam-stat-store-current-buffer): Use insert-buffer-substring to
12754         avoid consing a string.
12755
12756         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12757         Remove obsolete entries for big5 and gb2312.
12758
12759 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12760
12761         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12762         uncompressed list.
12763
12764 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
12765
12766         * spam-stat.el (spam-stat-strip-xref): New function.
12767         (spam-stat-process-directory): Use it.
12768
12769         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12770         here -- it's done in message-fetch-field.
12771
12772 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12773
12774         * gnus-agent.el (gnus-agent-queue-mail)
12775         (gnus-agent-prompt-send-queue): New variables.
12776         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12777         * gnus-draft.el (gnus-group-send-queue): Pass the group name
12778         "nndraft:queue" along to gnus-draft-send.  Use
12779         gnus-agent-prompt-send-queue.
12780         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12781         is "nndraft:queue".  Suggested by Gaute Strokkenes
12782         <gs234@srcf.ucam.org>
12783
12784         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12785         (agent-enable-undownloaded-faces): Added
12786         (gnus-agent-cat-groups): Use eval-and-compile, not
12787         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12788         method of gnus-agent-cat-groups even when the buffer has been
12789         evaled.
12790         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12791         delete gnus-agent-save-active-1.
12792         (gnus-agent-save-groups): Deleted.  Identical to
12793         gnus-agent-save-active.
12794         (gnus-agent-write-active): No longer adjust agent's copy of active
12795         file as agent's adjustments are now stored in their own
12796         file.  Removed optional parameter.
12797         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12798         servers.  Add use of min/max range limits from server's local
12799         file.
12800         (gnus-agent-save-alist): Removed unused optional argument.
12801         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12802         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12803         (gnus-agent-set-local): A per-server file that keeps min/max range
12804         limits for articles known to the agent.  Provides a fast mechanism
12805         for altering many active ranges.
12806         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12807         active file (local makes it unnecessary).
12808         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12809
12810         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12811         (agent-enable-undownloaded-faces): Added
12812
12813         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12814         disable it when sending to "nndraft:queue".
12815         (gnus-group-send-queue): Add safety check to avoid sending queue
12816         when unplugged.
12817
12818         * gnus-group.el (gnus-group-catchup): Use new
12819         gnus-sequence-of-unread-articles, not
12820         gnus-list-of-unread-articles, to avoid exhausting memory with huge
12821         numbers of articles.  Use gnus-range-map to avoid having to
12822         uncompress the unread list.
12823         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12824         Fixed invalid ange-ftp reference.
12825
12826         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12827         (gnus-sorted-range-intersection): Intersection of two ranges
12828         without requiring that they first be uncompressed.
12829
12830         * gnus-start.el (gnus-activate-group): Unless blocked by the
12831         caller, possibly expand the active range to include both cached
12832         and agentized articles.
12833         (gnus-convert-old-newsrc): Rewrote in anticipation of having
12834         multiple version-dependent converters.
12835         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12836         gnus-agent-save-active.
12837         (gnus-save-newsrc-file): Save dirty agent range limits.
12838
12839         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12840         gnus-agent-possibly-alter-active.
12841         (gnus-adjust-marked-articles): Faster handling of simple lists
12842
12843 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
12844
12845         * spam-stat.el (spam-stat-test-directory): New optional argument
12846         displays a list of files detected.  Suggested by Andrew Cohen
12847         <cohen@andy.bu.edu>.
12848         (spam-stat-buffer-words-with-scores): Don't narrow and change
12849         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
12850
12851 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
12852
12853         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12854         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12855         (spam-spamassassin-arguments)
12856         (spam-spamassassin-spam-flag-header)
12857         (spam-spamassassin-positive-spam-flag-header)
12858         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12859         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12860         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12861         (spam-list-of-processors, spam-list-of-checks)
12862         (spam-list-of-statistical-checks, spam-registration-functions)
12863         (spam-check-spamassassin-headers, spam-check-spamassassin)
12864         (spam-spamassassin-score)
12865         (spam-spamassassin-register-with-sa-learn)
12866         (spam-spamassassin-register-spam-routine)
12867         (spam-spamassassin-register-ham-routine)
12868         (spam-assassin-register-spam-routine)
12869         (spam-assassin-register-ham-routine): Add SpamAssassin support.
12870         (spam-bogofilter-score): Fix to show article before scoring.
12871
12872 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
12873
12874         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12875         default scoring function.
12876         (spam-generic-score): Call spam-spamassassin-score if
12877         spam-use-spamassassin or spam-use-spamassassin-headers is on;
12878         spam-bogofilter-score otherwise.
12879
12880         * gnus.el (spam-process, spam-autodetect-methods): Add
12881         spamassassin and spamassassin-headers.
12882
12883 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
12884
12885         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12886         Suppress unnecessary messages.
12887
12888 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
12889
12890         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12891         make-hash-table.
12892
12893 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12894
12895         * canlock.el (base64-encode-string): Don't autoload it.
12896
12897 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12898
12899         * run-at-time.el: Remove useless (require 'itimer),
12900         eval-and-compile and (featurep 'xemacs).
12901
12902 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
12903
12904         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12905         GROUP is a virtual group.
12906
12907 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
12908
12909         * gnus.el: Autoload `message-y-or-n-p'.
12910
12911 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
12912
12913         * pgg-parse.el: Remove unnecessary (require 'custom).
12914
12915         * pgg-def.el: do.
12916
12917         * nnmail.el: do.
12918
12919         * gnus-undo.el: do.
12920
12921         * gnus-picon.el: do.
12922
12923         * gnus-util.el: do.
12924
12925 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
12926
12927         * gnus-sum.el (gnus-pick-line-number): Add autoload.
12928
12929 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12930
12931         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12932         handle, as well as a list.
12933
12934         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12935         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12936         (mm-w3m-cid-retrieve): Simplify.
12937
12938 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
12939
12940         * message.el (message-kill-to-signature): Allow prefix arg to
12941         specify number of lines to keep before signature.
12942
12943 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
12944
12945         (message-kill-to-signature): Change docstring.
12946
12947 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12948
12949         * canlock.el: Always require sha1-el.
12950         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12951
12952         * message.el: Autoload sha1 only when compiling.
12953
12954         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
12955         eudc-expand-inline for XEmacs.
12956
12957 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12958
12959         * message.el (message-canlock-generate): Require sha1-el.
12960
12961 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
12962
12963         * message.el (message-expand-name): Silence the byte compiler.
12964
12965         * lpath.el: Add detect-coding-system.
12966
12967         * dgnushack.el (dgnushack-compile): Remove obsolete check for
12968         cus-edit.
12969
12970 2004-01-13  Simon Josefsson  <jas@extundo.com>
12971
12972         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12973         Invoke gnus-score-mode.  Reported by
12974         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12975
12976         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
12977         Jim Blandy <jimb@redhat.com> (tiny change).
12978
12979 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12980
12981         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12982
12983 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
12984
12985         * spam.el (spam-get-article-as-string): Update to use
12986         gnus-request-article-this-buffer, much simpler.
12987         (spam-get-article-as-buffer): Remove.
12988
12989 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
12990
12991         * message.el (message-expand-name): Use EUDC if the user uses that.
12992
12993 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12994
12995         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12996         character for the encoding to avoid consing a string.
12997
12998         * rfc2047.el (rfc2047-decode-string): Don't cons a string
12999         unnecessarily.
13000
13001         * mm-util.el (mm-replace-chars-in-string): Remove.
13002
13003         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
13004         of mm-replace-chars-in-string.
13005
13006 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
13007
13008         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
13009
13010         * mm-util.el (mm-subst-char-in-string): Support inplace.
13011
13012         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
13013         a new string in every iteration.  Use shy groups.
13014
13015 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
13016
13017         * gnus-srvr.el (gnus-browse-unsubscribe-group):
13018         * gnus-soup.el (gnus-soup-group-brew):
13019         * gnus-msg.el (gnus-put-message):
13020         * gnus-move.el (gnus-group-move-group-to-server):
13021         * gnus-kill.el (gnus-batch-score):
13022         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
13023         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
13024         (gnus-group-update-group, gnus-group-read-group)
13025         (gnus-group-make-group, gnus-group-make-help-group)
13026         (gnus-group-make-archive-group, gnus-group-make-directory-group)
13027         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
13028         (gnus-group-sort-by-unread, gnus-group-catchup)
13029         (gnus-group-unsubscribe-group, gnus-group-kill-group)
13030         (gnus-group-yank-group, gnus-group-set-info)
13031         (gnus-group-list-groups):
13032         * gnus.el (gnus-generate-new-group-name):
13033         * gnus-delay.el (gnus-delay-send-queue):
13034         * nnvirtual.el (nnvirtual-catchup-group):
13035         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
13036         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
13037         (gnus-group-prepare-topics, gnus-topic-check-topology):
13038         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
13039         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
13040         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
13041         (gnus-group-make-articles-read):
13042         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
13043         (gnus-group-change-level, gnus-kill-newsgroup)
13044         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
13045         (gnus-get-unread-articles, gnus-make-articles-unread)
13046         (gnus-make-ascending-articles-unread): Use accessor
13047         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
13048         to get group information for improved readability.
13049
13050
13051 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13052
13053         * gnus-art.el (article-decode-mime-words, article-babel)
13054         (gnus-article-highlight-signature, gnus-article-add-buttons)
13055         (gnus-signature-toggle): Use gnus-with-article-buffer.
13056
13057         * gnus-art.el (gnus-article-highlight-headers)
13058         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
13059
13060         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
13061         (gnus-article-set-globals, gnus-request-article-this-buffer)
13062         (gnus-button-message-id, gnus-article-maybe-hide-headers)
13063         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
13064         (gnus-mime-display-alternative): Use with-current-buffer.
13065
13066 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13067
13068         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
13069         also under 80 char limit, and call gnus-error if needed.
13070         (spam-fetch-article-header): Fix - it was a
13071         buffer-local variable (gnus-newsgroup-data).
13072         (spam-find-spam): Use spam-generate-fake-headers, forget about
13073         spam-insert-fake-headers.
13074         (spam-insert-fake-headers): Remove.
13075
13076 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13077
13078         * deuglify.el (gnus-article-outlook-unwrap-lines)
13079         (gnus-outlook-rearrange-article)
13080         (gnus-outlook-repair-attribution-outlook)
13081         (gnus-outlook-repair-attribution-block)
13082         (gnus-outlook-repair-attribution-other): Remove redundant
13083         save-excursion.
13084
13085 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13086
13087         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
13088         (spam-fetch-field-subject-fast)
13089         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
13090         (spam-fetch-article-header): Add functions to deal with Gnus
13091         internals for fast retrieval of article header data.
13092         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
13093
13094 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13095
13096         * pop3.el (pop3-md5): Remove.
13097         (pop3-apop): Replace pop3-md5 with md5.
13098
13099         * mm-bodies.el: base64 is always built-in.
13100
13101         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
13102         with-current-buffer.
13103
13104 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13105
13106         * canlock.el (canlock-insert-header): Remove excessive grouping in
13107         regexp.
13108
13109         * gnus-sum.el (gnus-summary-read-document): Ditto.
13110
13111         * gnus-uu.el (gnus-uu-part-number): Ditto.
13112
13113         * html2text.el (html2text-remove-tags): Ditto.
13114         (html2text-format-tags): Ditto.
13115         (html2text-format-single-elements): Ditto.
13116
13117         * mml.el (mml-parse-1): Ditto.
13118
13119 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13120
13121         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
13122
13123         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
13124
13125         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
13126
13127         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
13128
13129 2003-11-15  Simon Josefsson  <jas@extundo.com>
13130
13131         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
13132         (pgg-gpg-lookup-key): Use regexp match instead of
13133         split-string (split-string is different between emacs 21.2 and
13134         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
13135
13136 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13137
13138         * gnus-art.el (gnus-mime-view-all-parts)
13139         (gnus-article-part-wrapper, gnus-article-view-part): Use
13140         with-current-buffer.
13141
13142 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13143
13144         * spam.el (spam-disable-spam-split-during-ham-respool)
13145         (spam-spamoracle-database, spam-cache-lookups)
13146         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
13147         (spam-group-ham-mark-p, spam-group-spam-mark-p)
13148         (spam-group-ham-marks, spam-group-spam-marks)
13149         (spam-group-spam-contents-p, spam-group-ham-contents-p)
13150         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
13151         also add spam-use-blackholes to the statistical checks.
13152         (spam-fetch-field-fast): Add interface to fetching fields, may
13153         become a macro.
13154         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
13155         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
13156         (spam-insert-fake-headers): Fake an article when needed.
13157         (spam-find-spam): Fake article when possible.
13158         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
13159         (spam-check-bogofilter-headers): Use message-fetch-field instead
13160         of nnmail-fetch-field.
13161
13162 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13163
13164         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
13165
13166 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13167
13168         * spam.el (spam-split): Do not require spam-use-CHECK to be
13169         enabled if that check is passed to spam-split explicitly; also
13170         fix so 'spam doesn't get converted to spam-split-group when
13171         spam-split-symbolic-return is t.
13172         (spam-find-spam): Find registrations of the article and use those
13173         instead of re-running spam-split to find the spam/ham
13174         classification of the article.
13175         (spam-log-processing-to-registry, spam-log-registered-p)
13176         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13177         Use gnus-error instead of gnus-message.
13178         (spam-log-registration-type): Add function to determine the
13179         classification of a message based on registry entries; will
13180         return nil if both 'spam and 'ham are found.
13181         (spam-check-BBDB): Expand all the BBDB macros here so we can have
13182         a reasonably fast local cache without the loading errors.
13183         (spam-cache-lookups): Set to t by default.
13184         (spam-find-spam): Don't try to guess spam-cache-lookups.
13185         (spam-enter-whitelist, spam-enter-blacklist): Clear the
13186         spam-caches entry.
13187         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
13188         caching of whitelist/blacklist entries.
13189         (spam-check-whitelist, spam-check-blacklist): Invoke
13190         spam-from-listed-p with a type, not a cache variable.
13191         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
13192
13193 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13194
13195         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
13196
13197         * nnmail.el (nnmail-split-fancy): do.
13198
13199         * mml.el (mml-parse): do.
13200
13201         * gnus-score.el (gnus-enter-score-words-into-hashtb)
13202         (gnus-score-adaptive): do.
13203
13204 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13205
13206         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
13207         (gnus-mime-button-map): Don't set keymap parent.
13208         (gnus-button-ctan-directory-regexp): Use shy grouping.
13209         (gnus-prev-page-map): Don't set keymap parent.
13210         (gnus-prev-page-map): Remove duplicated one.
13211         (gnus-next-page-map): Don't set keymap parent.
13212         (gnus-mime-security-button-map): Ditto.
13213
13214         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
13215         version number.
13216
13217         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
13218
13219 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13220
13221         * canlock.el (canlock-sha1-function): Remove.
13222         (canlock-sha1-function-for-verify): Remove.
13223         (canlock-openssl-program): Remove.
13224         (canlock-openssl-args): Remove.
13225         (canlock-ignore-errors): Remove.
13226         (canlock-sha1-with-openssl): Remove.
13227         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
13228         (canlock-verify): Don't use canlock-ignore-errors.
13229
13230         * sha1-el.el (sha1-string-external): Make it can return a string
13231         in binary form.
13232         (sha1-region-external): Ditto.
13233         (sha1-string-internal): Ditto.
13234         (sha1-region-internal): Ditto.
13235         (sha1-region): Ditto.
13236         (sha1-string): Ditto.
13237         (sha1): Ditto.
13238
13239 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13240
13241         * spam.el (spam-report-articles-gmane): New command.
13242
13243 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13244
13245         * gnus.el: Don't make unnecessary *Group* buffer when loading.
13246
13247         * run-at-time.el (run-at-time-saved): Remove.
13248         (run-at-time): Doc fix.
13249
13250 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13251
13252         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
13253         (gnus-summary-limit-map): Add it.
13254         (gnus-summary-make-menu-bar): do.
13255
13256 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
13257
13258         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
13259         Make attempt at some caching support (done for BBDB only now).
13260         (spam-find-spam): Set spam-cache-lookups if there are more than 2
13261         addresses to be checked.
13262         (spam-clear-cache-BBDB): Add function, to be invoked by
13263         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
13264         (spam-check-BBDB): Check and use the caches, if
13265         spam-cache-lookups is on, remove superfluous (provide).
13266
13267 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13268
13269         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
13270
13271 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
13272
13273         * run-at-time.el (run-at-time-saved): Move to after the definition
13274         of `run-at-time'.
13275
13276         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
13277
13278 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13279
13280         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13281         mm-w3m-local-map-property.
13282
13283         * mm-view.el (mm-w3m-mode-map): Remove.
13284         (mm-w3m-local-map-property): Remove.
13285         (mm-inline-text-html-render-with-w3m): Don't use
13286         mm-w3m-local-map-property.
13287
13288 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13289
13290         * run-at-time.el: New file.
13291
13292         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
13293         under Emacs.
13294
13295         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13296         of gnus-set-text-properties.
13297
13298         * gnus-uu.el (gnus-uu-save-article): Ditto.
13299
13300         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13301
13302         * gnus-cite.el (gnus-cite-parse): Ditto.
13303
13304         * gnus-art.el (gnus-button-push): Use set-text-properties instead
13305         of gnus-.
13306
13307         * gnus-xmas.el (run-at-time): Require run-at-time.
13308
13309         * gnus.el: Changed calls to nnheader-run-at-time and
13310         password-run-at-time throughout to use run-at-time directly.
13311
13312         * password.el: Removed definition of run-at-time.
13313
13314         * nnheaderxm.el: Remove definition of run-at-time.
13315
13316 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
13317
13318         * mml.el (mml-minibuffer-read-disposition): Show attachment type
13319         in prompt.
13320
13321 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13322
13323         * messagexmas.el (message-xmas-redefine): Alias
13324         `message-make-caesar-translation-table' to
13325         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
13326         version.
13327
13328         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
13329         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
13330         `gnus-xmas-set-text-properties'.
13331         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
13332         `gnus-xmas-completing-read'.
13333         (gnus-xmas-completing-read): Removed.
13334         (gnus-xmas-open-network-stream): Removed.
13335
13336         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13337         XEmacs version.
13338
13339         * dns.el (dns-make-network-process): Use `open-network-stream'
13340         instead of `gnus-xmas-open-network-stream'.
13341
13342         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
13343
13344         * .cvsignore: Add auto-autoloads.el, custom-load.el.
13345
13346 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13347
13348         * gnus-art.el (gnus-mime-display-alternative)
13349         (gnus-insert-mime-button, gnus-insert-mime-security-button)
13350         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13351         Don't use gnus-local-map-property.
13352
13353         * gnus-util.el (gnus-local-map-property): Remove.
13354
13355         * mm-view.el (mm-view-pkcs7-decrypt): Replace
13356         gnus-completing-read-maybe-default with completing-read.
13357
13358         * gnus-util.el (gnus-completing-read): do.
13359         (gnus-completing-read-maybe-default): Remove.
13360
13361 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13362
13363         * password.el: Only autoload `run-at-time' if not XEmacs.
13364         Only autoload the itimer functions if XEmacs.
13365
13366 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13367
13368         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
13369         XEmacsen.
13370
13371         * dgnushack.el: Autoload executable-find for XEmacs.
13372
13373 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13374
13375         * gnus-art.el (gnus-read-string): Remove.
13376         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13377         read-string.
13378
13379 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
13380
13381         * netrc.el: Autoload password-read.
13382         (netrc): Add configuration group.
13383         (netrc-encoding-method, netrc-openssl-path): Add
13384         variables for encoding and decoding of files with symmetric
13385         ciphers.
13386         (netrc-encode): Add assistant function to encode a file with
13387         netrc-encoding-method.
13388         (netrc-parse): Add interactive parameter, added optional
13389         decoding if netrc-encoding-method is non-nil but otherwise
13390         behavior is standard.
13391         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13392         Do s/encode/encrypt/ everywhere.
13393
13394         * spam.el: Remove executable-find autoload.
13395
13396 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13397
13398         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13399
13400         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13401
13402 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13403
13404         * gnus-art.el (gnus-treat-ansi-sequences,
13405         (article-treat-ansi-sequences): New variable and function.
13406         Suggested by Dan Jacobson <jidanni@jidanni.org>.
13407
13408         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13409         Use it.
13410
13411 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13412
13413         * mm-util.el (mm-quote-arg): Remove.
13414
13415         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13416         shell-quote-argument.
13417
13418         * gnus-uu.el (gnus-uu-command): do.
13419
13420         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13421
13422         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13423         with make-char.
13424
13425         * mm-util.el (mm-make-char): Remove.
13426
13427         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13428         add-minor-mode.
13429
13430         * gnus-undo.el (gnus-undo-mode): do.
13431
13432         * gnus-topic.el (gnus-topic-mode): do.
13433
13434         * gnus-sum.el (gnus-dead-summary-mode): do.
13435
13436         * gnus-start.el (gnus-slave-mode): do.
13437
13438         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13439
13440         * gnus-ml.el (gnus-mailing-list-mode): do.
13441
13442         * gnus-gl.el (gnus-grouplens-mode): do.
13443
13444         * gnus-draft.el (gnus-draft-mode): do.
13445
13446         * gnus-dired.el (gnus-dired-mode): do.
13447
13448         * gnus-ems.el (gnus-add-minor-mode): Remove.
13449
13450         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13451         Replace gnus-char-width with char-width.
13452
13453         * gnus-ems.el (gnus-char-width): Remove.
13454
13455         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13456         Replace gnus-char-width with char-width.
13457
13458         * gnus-ems.el (gnus-char-width): Remove.
13459
13460         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13461         definition.
13462         Remove Emacs 20 hash table compatibility code.
13463
13464         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13465         20 compatibility code.
13466
13467         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13468
13469         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13470
13471         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13472         with point-at-{eol,bol}.
13473
13474         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13475
13476         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13477
13478         * flow-fill.el (fill-flowed-point-at-bol)
13479         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13480
13481         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13482         Replace with point-at-{eol,bol} throughout all files.
13483
13484 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13485
13486         * ntlm.el (ntlm-string-as-unibyte): New macro.
13487         (ntlm-build-auth-response): Use it.
13488
13489         Remove Emacs 20 stuff:
13490         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
13491         (butlast, mapc, remove): Remove the compiler macros.
13492         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13493         of delq and copy-sequence.
13494         * gnus-art.el (popup-menu): Remove the compiler macro.
13495         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13496         Emacs 20.
13497
13498 2004-01-05  Simon Josefsson  <jas@extundo.com>
13499
13500         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13501         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13502         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13503         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13504         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13505         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13506         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13507         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13508         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13509         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13510         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13511         string-xor into ntlm-string-xor.  Suggested by
13512         Jesper Harder <harder@myrealbox.com>.
13513
13514         * ntlm.el: Don't include poem.
13515
13516         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13517         Jesper Harder <harder@myrealbox.com>.
13518
13519         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13520
13521         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13522         probably breaks emacs with DL patch, but do we care? Is anyone
13523         still using the DL stuff?)
13524
13525         * sieve-manage.el: Use the password package.
13526         (sieve-manage-read-passwd): Remove.
13527         (sieve-manage-interactive-login): Use password.  Re-add
13528         condition-case around loop.
13529
13530         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13531         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13532         the password package.
13533
13534 2003-02-19  Simon Josefsson  <jas@extundo.com>
13535
13536         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13537         token.
13538
13539 2002-08-07  Simon Josefsson  <jas@extundo.com>
13540
13541         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13542         (sieve-manage-authenticators):
13543         (sieve-manage-authenticator-alist): Add some SASL mechs.
13544         (sieve-sasl-auth): New function.
13545         (sieve-manage-cram-md5-auth):
13546         (sieve-manage-plain-auth): Rewrite using SASL library.
13547         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13548         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13549         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13550         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13551
13552 2004-01-05  Simon Josefsson  <jas@extundo.com>
13553
13554         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13555         New files.
13556
13557 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13558
13559         * gnus-group.el (gnus-no-groups-message): Update.
13560
13561         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13562
13563 2003-11-09  Simon Josefsson  <jas@extundo.com>
13564
13565         * imap.el: Support for ID IMAP extension (RFC 2971).
13566         (imap-local-variables): Add imap-id.
13567         (imap-id): New variable.
13568         (imap-id): New function.
13569         (imap-parse-response): Parse untagged ID response.
13570         * nnimap.el (nnimap-id): New variable.
13571         (nnimap-open-connection): Use it.
13572
13573 2003-12-28  Simon Josefsson  <jas@extundo.com>
13574
13575         * gnus-score.el (gnus-score-edit-all-score): New.
13576         * gnus-group.el (gnus-group-score-map): Bind it to W e.
13577
13578 2004-01-04  Simon Josefsson  <jas@extundo.com>
13579
13580         * password.el: Add.
13581
13582 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
13583
13584         * dns.el: Add support for AAAA records (see RFC 3596)
13585
13586         * Fix typo PRT -> PTR
13587
13588         * Parse MX, PTR and SOA replies (see RFC 1035)
13589
13590 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13591
13592         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13593
13594         * Moved to Changelog.2.
13595
13596 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13597
13598         * gnus.el (gnus-version-number): Bump version.
13599
13600 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13601
13602         * gnus.el: No Gnus v0.1 is released.
13603
13604 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13605
13606         * gnus.el: No Gnus v0.0 is released.
13607
13608 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13609
13610         * gnus.el (gnus-version-number): Bump.
13611         (gnus-version): No.
13612
13613 See ChangeLog.2 for earlier changes.
13614
13615     Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13616
13617   This file is part of GNU Emacs.
13618
13619   GNU Emacs is free software: you can redistribute it and/or modify
13620   it under the terms of the GNU General Public License as published by
13621   the Free Software Foundation, either version 3 of the License, or
13622   (at your option) any later version.
13623
13624   GNU Emacs is distributed in the hope that it will be useful,
13625   but WITHOUT ANY WARRANTY; without even the implied warranty of
13626   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13627   GNU General Public License for more details.
13628
13629   You should have received a copy of the GNU General Public License
13630   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13631
13632 ;; Local Variables:
13633 ;; coding: utf-8
13634 ;; fill-column: 79
13635 ;; add-log-time-zone-rule: t
13636 ;; End:
13637
13638 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4