a179b87b35db606012433dc7c59fd0cc7922c38d
[gnus] / lisp / ChangeLog
1 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4         (gnus-summary-sort-by-most-recent-date): New commands.
5         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6         and menu entries.
7
8 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9
10         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11         don't redisplay article for raw contents; remove plural articles stuff.
12
13         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
15         on gnus-summary-save-article; display results properly.
16
17 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18
19         * lpath.el: No need to fbind ns-focus-frame.
20
21 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22
23         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
24
25 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26
27         * gnus-art.el (gnus-summary-save-in-pipe): Consider
28         gnus-save-all-headers.
29
30 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
31
32         * gnus-util.el (ns-focus-frame): Remove declaration.
33         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
34         like x.
35
36 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
37
38         * rfc2104.el (rfc2104-zero): Delete defconst.
39         (rfc2104-hex-alist): Likewise.
40         (rfc2104-hex-to-int): Delete func.
41         (rfc2104-hexstring-to-bitstring): Likewise.
42         (rfc2104-nybbles): New defconst.
43         (rfc2104-hash): Rewrite for speed.
44
45 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
46
47         * tls.el (open-tls-stream): Make it work with the 2nd argument
48         BUFFER that is a string but does not exist as a buffer object, as
49         mentioned in the doc-string.
50
51 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
52
53         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
54         SXEmacs.
55
56 2008-07-16  Glenn Morris  <rgm@gnu.org>
57
58         * gnus-util.el (ns-focus-frame): Declare for compiler.
59
60 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
61
62         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
63         set as a group parameter.
64         (gnus-summary-save-in-pipe): Work when it is called independently.
65         (gnus-summary-pipe-to-muttprint): Don't modify
66         gnus-summary-pipe-output-default-command.
67
68 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
69
70         * message.el (message-send-mail-with-sendmail):
71         Display the error message.
72
73 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
74
75         * gnus-art.el (gnus-default-article-saver):
76         Add gnus-summary-save-in-pipe to choices.
77         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
78         gnus-summary-pipe-output-default-command as the default command.
79         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
80         instead of gnus-last-shell-command.
81
82         * gnus-sum.el (gnus-summary-pipe-output-default-command):
83         New user option.
84         (gnus-summary-muttprint-program): Mention the value will be changed.
85         (gnus-summary-save-article): Force showing of all headers.
86         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
87
88 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
89
90         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
91
92 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
93
94         * nnimap.el (nnimap-id):
95         * sieve-manage.el (sieve-manage-open): Doc fixes.
96
97 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
98
99         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
100         if available.
101
102 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
103
104         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
105
106         * nnkiboze.el (nnkiboze-generate-group):
107         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
108
109         * nnmairix.el: Require CL.
110
111 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
112
113         * dgnushack.el: Autoload get-display-table and put-display-table for
114         XEmacs 21.5.
115
116         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
117         21.4 and SXEmacs.
118
119 2008-06-15  David Engster  <dengste@eml.cc>
120
121         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
122
123 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
124
125         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
126         New macros that expand to an `aset'/`aref' call under Emacs, and to a
127         runtime choice under XEmacs.
128
129         * gnus-sum.el (gnus-summary-set-display-table):
130         Use `gnus-put-display-table', `gnus-get-display-table',
131         `gnus-set-display-table' for the display table, instead of `aset'.
132
133         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
134         Use `gnus-put-display-table', `gnus-get-display-table',
135         `gnus-set-display-table' for the display table.
136
137 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
138
139         * nnmairix.el: Add autoloads.
140
141 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
142
143         * nnmairix.el (nnmairix-delete-recreate-group)
144         (nnmairix-update-and-clear-marks): Fix error messages.
145
146 2008-06-14  David Engster  <dengste@eml.cc>
147
148         * nnmairix.el: Upgrade to version 0.6.
149         (nnmairix-group-toggle-propmarks-this-group)
150         (nnmairix-group-toggle-readmarks-this-group)
151         (nnmairix-group-delete-recreate-this-group)
152         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
153         (nnmairix-remove-tick-mark-original-article): New commands.
154         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
155         (nnmairix-propagate-marks-to-nnmairix-groups)
156         (nnmairix-only-use-registry, nnmairix-allowfast-default)
157         (nnmairix-marks-cache, nnmairix-version-output): New variables.
158         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
159         functions needed for marks propagation and manipulation of read marks.
160         (nnmairix-update-groups): New function.
161         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
162         (nnmairix-determine-original-group-from-registry)
163         (nnmairix-determine-original-group-from-path)
164         (nnmairix-get-group-from-file-path, nnmairix-map-range)
165         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
166         New helper functions.
167         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
168         keystrokes for new commands.
169         (nnmairix-delete-and-create-on-change): Doc string cleanup.
170         (nnmairix-request-group): Check allow-fast group parameter.
171         (nnmairix-request-create-group): Set allow-fast group parameter if
172         nnmairix-allowfast-default is set.
173         (nnmairix-close-group): Propagate marks upon closing if needed.
174         (nnmairix-group-toggle-threads-this-group): Use new.
175         nnmairix-group-toggle-parameter helper function.
176         (nnmairix-search): Better check for empty search result.
177         (nnmairix-goto-original-article): Use new helper functions for
178         determining original article.
179         (nnmairix-show-original-article): Make sure message-id is in brackets.
180         (nnmairix-call-mairix-binary): Change variable name.
181         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
182         helper function.
183         (nnmairix-widget-toggle-activate): Fix doc string.
184
185 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
186
187         * nnir.el: Require edmacro when compiling with XEmacs.
188         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
189         available in Emacs 21.
190
191 2008-06-11  Glenn Morris  <rgm@gnu.org>
192
193         * gnus-util.el (x-focus-frame):
194         * gnus.el (image-size):
195         * mm-decode.el (image-size): Declare.
196
197         * gnus-picon.el (declare-function): Add compat definition.
198         (image-size): Declare.
199
200         * gnus-group.el (tool-bar-map):
201         * gnus-sum.el (tool-bar-map): Define for compiler.
202
203         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
204
205         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
206
207         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
208         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
209         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
210         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
211         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
212         * sieve-manage.el, spam-report.el, spam.el:
213         Remove unnecessary eval-and-compile of autoloads.
214
215 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
216
217         * auth-source.el: Precise Tramp doc.
218
219 2008-06-07  Glenn Morris  <rgm@gnu.org>
220
221         * nnmairix.el: Remove unnecessary eval-when-compile.
222
223 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
224
225         * lpath.el: Fbind propertize for XEmacs 21.4.
226
227 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
228
229         * nnir.el: Move here from ../contrib.
230
231 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
232
233         * gnus-util.el (gnus-read-shell-command): New function.
234         * mm-decode.el (mm-pipe-part):
235         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
236
237 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
238
239         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
240
241 2008-06-03  Glenn Morris  <rgm@gnu.org>
242
243        * pop3.el (nnheader-accept-process-output): Autoload it.
244
245 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
246
247         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
248         are not 2-digit hexadecimal characters that follow `%'s.
249
250 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
251
252         * message.el (message-bogus-recipient-p): Fix type in doc string.
253         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
254         (message-bogus-addresses): Rename from message-bogus-address-regexp.
255         Improve custom options.
256         (message-bogus-recipient-p): Adjust accordingly.
257
258 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
259
260         * parse-time.el (parse-time-months, parse-time-weekdays): Add
261         long-form month and day names.
262
263 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
264
265         * dgnushack.el: Autoload debug, eudc-expand-inline and
266         pgg-snarf-keys-region for XEmacs.
267
268         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
269
270         * nnmairix.el: Require edmacro when compiling with XEmacs.
271
272 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
273
274         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
275         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
276
277 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
278
279         * auth-source.el: Add more docs.
280
281         * netrc.el (netrc-machine): Always match if the port is not given.
282
283 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
284
285         * nnheader.el (nnheader-read-timeout): Change the default timeout from
286         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
287         retrieval faster in some cases, but might make CPU usage larger.  If
288         this has any bad side effects, we might revert this change.
289
290         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
291         seems to make mail retrieval much, much faster.
292         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
293         unconditionally.
294
295         * gnus-draft.el (gnus-group-send-queue): Bind
296         message-send-mail-partially-limit to nil to avoid being prompted.
297
298 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
299
300         * mml.el (mml-attach-buffer): Prompt for `disposition'.
301
302         * message.el (message-bogus-address-regexp): Fix and improve custom
303         type.
304         (message-setup-hook): Add message-check-recipients as custom option.
305
306 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
307
308         * message.el (message-cite-function): Remove bogus autoload which crept
309         in during merge from v5-10.
310
311 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
312
313         * nnimap.el (nnimap-open-connection): Fix login/password bug.
314
315         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
316
317         * auth-source.el: Preliminary Tramp docs.
318         (auth-sources): Change the default auth-sources to use
319         EPA .gpg files.
320
321 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
322
323         * nntp.el: Autoload `auth-source-user-or-password'.
324         (nntp-send-authinfo): Use it.
325
326         * nnimap.el: Autoload `auth-source-user-or-password'.
327         (nnimap-open-connection): Use it.
328
329         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
330         for the gnus-message function.
331         (auth-source-user-or-password): Use it.
332
333 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
334
335         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
336         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
337         (rfc2104-hash): Use it.
338
339 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
340
341         * gnus-art.el (gnus-article-toggle-truncate-lines):
342         Don't use `iff' in docstring.
343
344 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
345
346         * gnus-registry.el: Adjusted copyright dates and added a keyword.
347
348         * gnus-util.el (gnus-extract-address-component-name)
349         (gnus-extract-address-component-email): Convenience functions around
350         `gnus-extract-address-components'.
351
352         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
353         Use `gnus-extract-address-component-email' to fix bug of comparing full
354         sender name to `user-mail-address'.
355
356 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
357
358         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
359         catch/throw to optimize.
360         (gnus-registry-find-keywords): Just use member to find a keyword.
361
362 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
363
364         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
365         is current before calling gnus-server-prepare.
366         (gnus-server-setup-buffer, gnus-server-update-server)
367         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
368
369 2008-05-04  Juri Linkov  <juri@jurta.org>
370
371         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
372         (mailcap-file-default-commands): Use mailcap-replace-in-string
373         instead of replace-regexp-in-string, and mailcap-delete-duplicates
374         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
375
376 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
377
378         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
379
380 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
381
382         * gnus.el: Bump version to 0.11
383
384 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
385
386         * gnus.el: No Gnus v0.10 is released.
387
388 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
389
390         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
391         hooks.
392         (gnus-update-read-articles): Speed up non-marks-using users.
393         (gnus-use-marks): Define gnus-use-marks.
394         (gnus-propagate-marks): Rename variable to something more sensible.
395
396 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
397
398         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
399         (gmm-image-load-path-for-library): Fix typos in docstrings.
400         (gmm-message): Reflow docstring.
401
402 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
403
404         * mail-source.el (mail-source-set-1, mail-source-bind):
405         Move auth-source code out of the macro to clean it up and fix bugs.
406
407 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
408
409         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
410         by sender if it's equal to user-mail-address, it's likely to be
411         useless.
412
413         * mail-source.el (mail-source-bind): Don't use user or password if they
414         are not bound.  Unintern them if they are nil.  Don't use server unless
415         it's bound, and default it to empty string otherwise.
416
417 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
418
419         * mail-source.el: Load auth-source.el.
420         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
421         get user name or password, if auth-sources is set up.
422
423         * gnus-registry.el (gnus-registry-split-strategy): New variable for
424         strategy of splitting with parent.
425         (gnus-registry-split-fancy-with-parent)
426         (gnus-registry-post-process-groups): Use it and fix prior
427         bug (returning a list as the split result).
428
429         * auth-source.el (auth-sources): Remove server parameter.
430         (auth-source-pick, auth-source-user-or-password)
431         (auth-source-user-or-password-imap)
432         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
433         (auth-source-user-or-password-sftp)
434         (auth-source-user-or-password-smtp): Remove server parameter.
435
436 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
437
438         * smime.el (smime-sign-region, smime-encrypt-region)
439         (smime-decrypt-region):
440         Remove redundant calls to `generate-new-buffer-name'.
441
442 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
443
444         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
445         Don't use QP for message/rfc822.
446         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
447
448 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
449
450         * sieve-manage.el (sieve-string-bytes): Remove.
451         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
452         correct byte-length only if the process's coding-system is the same as
453         the one used internally by Emacs to represent strings.
454
455 2008-04-22  Juri Linkov  <juri@jurta.org>
456
457         * mailcap.el (mailcap-file-default-commands): New function.
458
459 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
460
461         * message.el (message-signature-separator, message-cite-function):
462         Change custom version.
463
464 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
465
466         * tls.el (tls-program): Add -ign_eof argument to call the openssl
467         commands.
468         (tls-checktrust): Ditto.
469
470 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
471
472         * mm-decode.el (mm-display-external): Make temp file read-only.
473
474 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
475
476         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
477         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
478         `C-c C-f d'.
479
480 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
481
482         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
483
484 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
485
486         * gnus.el: Bump version to 0.9.
487
488 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
489
490         * gnus.el: No Gnus v0.8 is released.
491
492 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
493
494         * mail-source.el (mail-source-value):
495         Prefer fboundp to functionp so it works with macros as well.
496
497 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
498
499         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
500         Fix last change in case the element is not even a symbol.
501
502 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
503
504         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
505         Prefer fboundp to functionp so it works with macros as well.
506
507 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
508
509         * auth-source.el: Added docs.
510         (auth-sources): Modify format to support server.
511         (auth-source-pick, auth-source-user-or-password)
512         (auth-source-user-or-password-imap)
513         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
514         (auth-source-user-or-password-sftp)
515         (auth-source-user-or-password-smtp): Add server parameter.
516
517 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
518
519         * gnus-registry.el: Initialize the registry when gnus-registry-install
520         is t.
521
522 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
523
524         * compface.el (uncompface): Make buffer unibyte.
525
526 2008-04-05  Glenn Morris  <rgm@gnu.org>
527
528         * gnus-ems.el (mm-disable-multibyte): Autoload it.
529
530 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
531
532         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
533         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
534
535         * nnheader.el (nnheader-init-server-buffer): Change buffer's
536         multibyteness after rather than before erasing it.
537
538         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
539         mm-with-multibyte.
540         (gnus-request-article-this-buffer): Make sure the proper decoding is
541         used if gnus-original-article-buffer happens to be unibyte.
542
543         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
544         default-enable-multibyte-characters.
545
546         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
547         default-enable-multibyte-characters.
548
549         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
550
551         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
552
553 2008-04-02  Simon Josefsson  <simon@josefsson.org>
554
555         * imap.el (imap-enable-exchange-bug-workaround): New variable.
556         (imap-message-copyuid-1): Use it.
557         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
558         J. Williams in
559         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
560
561         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
562         imap-enable-exchange-bug-workaround.
563         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
564
565 2008-04-01  Simon Josefsson  <simon@josefsson.org>
566
567         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
568         a 100 byte status-checks into a 2-3MB transfer for each group.
569         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
570         to enable bug workaround or not.
571         (nnimap-find-minmax-uid): Only enable workaround conditionally.
572
573 2008-03-31  Glenn Morris  <rgm@gnu.org>
574
575         * message.el (mml2015-use): Declare for compiler.
576         (message-info): Require mml2015 when appropriate.
577
578 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
579
580         * Makefile.in (EMACS_COMP): Quote directory name that might contain
581         whitespace.
582
583 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
584
585         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
586         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
587         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
588         (nntp-service-to-port): New function.
589         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
590         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
591         (nntp-open-netcat-stream): New function.
592         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
593
594 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
595
596         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
597
598 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
599
600         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
601
602 2008-03-28  Magnus Henoch  <mange@freemail.hu>
603
604         * dns.el (dns-write): Use set-buffer-multibyte.
605
606 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
607
608         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
609
610 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
611
612         * message.el (message-signature-separator): Change default.
613         Improve custom type.
614         (message-cite-function): Change default to
615         message-cite-original-without-signature.
616
617         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
618         toggle.
619
620         * message.el (message-check-news-body-syntax): Fix signature check.
621         (message-setup-1): Mark buffer as unmodified _after_ running
622         message-setup-hook and handling message-alternative-emails.
623         (message-shorten-references): Be more strict when building list of
624         valid references to comply with GNKSA.
625
626         * gnus-group.el (gnus-read-ephemeral-bug-group)
627         (gnus-read-ephemeral-debian-bug-group)
628         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
629
630         * message.el (message-info): Don't use booleanp which isn't supported
631         in Emacs 21 and XEmacs.
632
633 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
634
635         * gnus-group.el (gnus-gmane-group-download-format): Rename from
636         gnus-group-gmane-group-download-format.
637         (gnus-group-read-ephemeral-gmane-group): Rename from
638         gnus-group-read-ephemeral-gmane-group.
639         (gnus-read-ephemeral-gmane-group-url): Rename from
640         gnus-group-read-ephemeral-gmane-group-url.
641         (gnus-bug-group-download-format-alist):  New variable.
642         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
643         (gnus-read-ephemeral-emacs-bug-group): New commands.
644
645 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
646
647         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
648         (gnus-visible-headers): Improve custom type.
649
650 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
651
652         * mml.el (mml-menu): Add workarounds for XEmacs.
653
654         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
655         X-Boundary header.
656
657         * message.el (message-simplify-recipients): Fix previous commit.
658
659 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
660
661         * mm-util.el (mm-set-buffer-multibyte): New function.
662         * mm-decode.el (mm-copy-to-buffer): Use it.
663
664 2008-03-19  Glenn Morris  <rgm@gnu.org>
665
666         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
667         Accidentally removed in the sync process with Emacs.
668
669 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
670
671         * message.el (message-alter-recipients-discard-bogus-full-name):
672         New function.
673         (message-alter-recipients-function): New variable.
674         (message-get-reply-headers): Use it.
675         (message-replace-header): New helper function.
676         (message-recipients-without-full-name): New variable.
677         (message-simplify-recipients): New command.
678
679         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
680
681         * message.el (message-info): Handle EasyPG manual.
682
683         * mml.el (mml-menu): Add entry for EasyPG.
684
685 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
686
687         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
688         parameter.
689
690         * message.el (message-disassociate-draft): Specify drafts group name
691         fully.
692
693 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
694
695         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
696         unnecessary duplicates from the match list.
697
698 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
699
700         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
701
702         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
703
704         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
705         args of `how-many' of which the XEmacs version doesn't take; declare
706         Info-index-next as function.
707
708 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
709
710         * gnus-score.el (gnus-score-headers): Fix handling of
711         gnus-inhibit-slow-scoring.
712
713         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
714         string.
715         (gnus-button-url-regexp): Improve handling of parenthesis.
716         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
717         (gnus-button-handle-info-keystrokes): Handle index entries.
718
719 2008-03-15  Glenn Morris  <rgm@gnu.org>
720
721         * parse-time.el (parse-time-string): Simplify.
722
723 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
724
725         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
726         Incoming* files.
727
728 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
729
730         * auth-source.el (auth-sources): Renamed from auth-source-choices.
731         (auth-source-pick): Use it.
732
733 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
734
735         * binhex.el (binhex-decode-region-internal):
736         * uudecode.el (uudecode-decode-region-internal):
737         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
738         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
739         setting default-enable-multibyte-characters.
740
741 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
742
743         * auth-source.el (auth-source-protocols)
744         (auth-source-protocols-customize, auth-source-choices): Added and
745         modified variable customizations and defaults.
746         (auth-source-pick, auth-source-user-or-password)
747         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
748         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
749         (auth-source-user-or-password-sftp)
750         (auth-source-user-or-password-smtp): Use new variables and provide an
751         interface to netrc.el.
752
753 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
754
755         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
756         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
757         Make sure the nntp port to specify is a string.
758
759 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
760
761         * nntp.el: Use with-current-buffer.
762         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
763         dubious mm-with-unibyte-current-buffer.
764         (nntp-with-open-group-function): New function extracted from
765         nntp-with-open-group macro.
766         (nntp-with-open-group): Use the function, so it's easier to debug.
767         Add indentation and debugging info.
768         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
769         the use of the netcat alternatives.
770
771         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
772         Avoid mm-string-as-multibyte as well.
773
774         * nnweb.el (nnweb-insert-html):
775         Remove use of nnheader-string-as-multibyte.
776
777         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
778         (nnheader-string-as-multibyte): Remove.
779
780         * mm-view.el: Use inhibit-read-only.
781         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
782         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
783         or unibyte-string.
784
785         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
786         (mm-uu-yenc-extract): Use with-current-buffer.
787
788         * gnus-soup.el (gnus-soup-send-packet): Don't use
789         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
790
791         * nnmh.el: Use with-current-buffer.
792         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
793         mm-string-as-multibyte on the output of mm-encode-coding-string.
794
795         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
796         (nnimap-request-move-article): Use with-current-buffer.
797
798         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
799         inserting the handle-buffer's text, so the implicit multibyte->unibyte
800         conversion uses string-make-unibyte rather than string-as-unibyte.
801
802         * gnus-msg.el: Use with-current-buffer.
803
804         * message.el (message-ignored-resent-headers): Add "Delivered-To".
805
806 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
807
808         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
809         string for caching if it is 'PIN.
810
811 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
812
813         * lpath.el: Consider the case without Emacs/W3.
814
815 2008-03-08  Glenn Morris  <rgm@gnu.org>
816
817         * time-date.el (date-to-time, time-subtract, time-add)
818         (safe-date-to-time): Doc fixes.
819
820 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
821
822         * mail-source.el (mail-source-delete-old-incoming-confirm):
823         Change default to nil.
824         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
825
826 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
827
828         * lpath.el: Rearrange.
829
830         * gnus-art.el (gnus-narrow-to-page): Position point properly.
831         (gnus-article-goto-prev-page): Work for articles having ^L's.
832
833         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
834
835         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
836
837 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
838
839         * gnus-bookmark.el: Adjust for renames in bookmark.el.
840         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
841         (gnus-bookmark-jump): Adjust some variable names.
842
843 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
844
845         * auth-source.el: New package.
846         (auth-source-choices): Add customization entry point variable.
847
848         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
849         bug.
850
851 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
852
853         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
854         (gnus-registry-initialize, gnus-registry-install-p): Use it.
855         (gnus-registry-install-shortcuts): Rename from
856         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
857         the `gnus-registry-mark-map' keymap dynamically from
858         `gnus-registry-marks'.  The generated functions update the summary line
859         when a registry mark is added or deleted, and will call
860         `gnus-registry-install-p' (see the comments in the code).
861         (gnus-registry-user-format-function-M): Use concat intelligently.
862
863         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
864         the registry mark functions.
865
866 2008-03-05  Glenn Morris  <rgm@gnu.org>
867
868         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
869         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
870         gnus-art.
871         (top-level): No need to load own source when compiling.
872
873 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
874
875         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
876         Suggested by <chris.anderton@zetnet.co.uk>.
877
878 2008-03-04  Glenn Morris  <rgm@gnu.org>
879
880         * gnus-sum.el (top-level): No need to require gnus when compiling,
881         since unconditionally required near start of file.
882         (gnus-summary-display-while-building): Move definition before use.
883
884 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
885
886         * gnus-registry.el (gnus-registry-user-format-function-M): Add
887         formatting function.
888
889 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
890
891         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
892         with plists.
893         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
894         Use new format.
895
896 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
897
898         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
899         `where-is-internal' that returns a range of key sequences.
900
901 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
902
903         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
904
905         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
906         (gnus-summary-jump-to-group): Consider windows on other displayed
907         frames as well.  Similar changes might be needed elsewhere, but that's
908         the one I've bumped into during my use.
909
910         * nndoc.el (nndoc-oe-dbx-type-p):
911         * gnus-msg.el (gnus-debug):
912         * gnus-group.el (gnus-update-group-mark-positions):
913         Use mm-string-to-multibyte.
914
915 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
916
917         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
918         doesn't handle NotDashEscaped.
919
920         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
921         (mml-dnd-attach-options): Fix typo in custom choice.
922
923         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
924         nndoc-article-type to mbox.
925         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
926
927         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
928         to nil, instead of html2text.
929
930         * imap.el (imap-debug): Add `imap-ping-server'.
931
932         * gnus-bookmark.el: Add FIXMEs.
933
934         * message.el (message-form-letter-separator)
935         (message-send-form-letter-delay): New variables.
936         (message-send-form-letter): Use them.  New command to send form
937         letters.  Requested by Uwe Siart.
938         (message-send-mail-function): Doc fix.  Add "Other" custom option.
939
940 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
941
942         * Update copyright years.
943
944 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
945
946         Sync from EMACS_22_BASE.
947
948         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
949
950 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
951
952         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
953         empty author.
954
955 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
956
957         * gnus-registry.el (gnus-registry-marks): Add variable for
958         customization of marks and their appearance.
959         (gnus-registry-read-mark): Use it.
960         (gnus-registry-do-marks): Add utility function to loop through
961         `gnus-registry-marks'.
962         (gnus-registry-install-shortcuts-and-menus): Add function to install
963         shortcuts and menus.
964         (gnus-registry-initialize): Use it.
965         (gnus-registry-default-mark): Clarify documentation.
966
967 2008-02-29  Glenn Morris  <rgm@gnu.org>
968
969         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
970         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
971         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
972         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
973         Change defcustom :version from 23.0 to 23.1.
974
975 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
976
977         * gnus-registry.el (gnus-registry-follow-group-p)
978         (gnus-registry-post-process-groups): Add functions to aid registry
979         splitting and improve logging.  Clarify behavior in function
980         documentation.
981         (gnus-registry-split-fancy-with-parent): Use them.
982
983 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
984
985         * gnus-art.el: Use with-current-buffer.
986
987 2008-02-27  David Engster  <dengste@eml.cc>
988
989         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
990         Express real group name in the response.
991
992 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
993
994         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
995         (nnmairix-last-server, nnmairix-current-server): Defvar them.
996         (nnmairix-goto-original-article): Defvar gnus-registry-install and
997         autoload gnus-registry-fetch-group when compiling.
998         (nnmairix-request-group-with-article-number-correction): Remove
999         unreferenced argument passed to nnmairix-call-backend.
1000
1001 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1002
1003         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1004         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
1005         Wilde.
1006
1007 2008-02-27  Glenn Morris  <rgm@gnu.org>
1008
1009         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1010         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1011         variables to defconsts.  Convert comments to doc-strings.
1012         (nnmairix-last-server, nnmairix-current-server): Convert from free
1013         variables to defvars.  Convert comments to doc-strings.
1014         (gnus-registry-fetch-group): Autoload.
1015         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1016         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1017         (nnmairix-widget-build-editable-fields): Use car cddr rather than
1018         caddr.
1019         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1020         nnmairix-request-group-with-article-number-correction call.
1021         (nnmairix-fast, nnmairix-group): New, less general names, for free
1022         variables passed from nnmairix-request-group to
1023         nnmairix-request-group-with-article-number-correction.  Declare.
1024         (nnmairix-request-group-with-article-number-correction):
1025         Use nnmairix-fast, nnmairix-group rather than fast, group.
1026
1027 2008-02-26  David Engster  <dengste@eml.cc>
1028
1029         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
1030         version 0.5.
1031
1032 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1033
1034         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1035         instead of making an extra function call.  Don't add the current group
1036         to articles only when they have the group.  Use
1037         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1038         Reported by David <de_bb@arcor.de>.
1039
1040 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1041
1042         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
1043         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
1044
1045 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
1046
1047         * mail-source.el (mail-source-delete-incoming): Change default.
1048         Supplement doc string.
1049
1050         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1051
1052 2008-02-14  Glenn Morris  <rgm@gnu.org>
1053
1054         * time-date.el (format-seconds): New function.
1055
1056 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1057
1058         * nnmail.el (nnmail-message-id-cache-file): Derive from
1059         `gnus-home-directory'.
1060
1061 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
1062
1063         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1064         Document negative prefix.
1065
1066         * gnus-group.el (gnus-group-read-group): Document negative prefix.
1067
1068 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1069
1070         * message.el (message-unsent-separator): Add the Exim bounce
1071         separator.
1072
1073 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
1074
1075         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1076         list.
1077         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1078         recipient/signer list.
1079
1080 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1081
1082         * Makefile.in (datarootdir): Define.
1083         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
1084         name that might contain whitespace.
1085
1086 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1087
1088         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1089         fbound (Emacs 23 unicode), signal an error.
1090
1091 2008-02-08  Glenn Morris  <rgm@gnu.org>
1092
1093         * gnus-art.el (pgg-display-output-buffer): Declare as function.
1094
1095 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
1096
1097         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1098         ports to the calls to `netrc-machine-user-or-password' in addition to
1099         "imap" and "imaps".
1100
1101 2008-02-01  Zhang Wei  <id.brep@gmail.com>
1102
1103         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1104
1105         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1106
1107 2008-02-01  Kenichi Handa  <handa@m17n.org>
1108
1109         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1110         rfc2104-hexstring-to-bitstring and changed to return a byte list.
1111         (rfc2104-hash): Convert the result of concat to unibyte string.
1112
1113 2008-02-01  Dave Love  <fx@gnu.org>
1114
1115         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1116         coding-system-for-read.
1117         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1118
1119 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
1120
1121         * gnus.el (gnus-group-startup-message): Add `find-image' call before
1122         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
1123         <hanche@math.ntnu.no>.
1124
1125 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1126
1127         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1128
1129         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1130
1131 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
1132
1133         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1134         * message.el (message-beginning-of-line): Use featurep instead of bound
1135         tests in order to resolve conditionals at compile time.
1136
1137 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
1138
1139         * mail-source.el (mail-sources): Add `group' choice.
1140
1141         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1142         parameter `in-group' to control into which group the articles go.
1143         Add treatment of `group' mail-source.
1144
1145 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1146
1147         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1148
1149         * mm-decode.el (mm-dissect-buffer): Decode description.
1150
1151         * mml.el (mml-to-mime): Encode message header first.
1152
1153 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1154
1155         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1156         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1157
1158         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
1159         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
1160
1161 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
1162
1163         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1164
1165 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1166
1167         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1168         prefix keys.
1169         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1170         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1171         gnus-xmas.el.
1172
1173         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
1174         (gnus-xmas-article-describe-bindings): New function.
1175         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
1176         gnus-xmas-article-describe-bindings.
1177
1178         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
1179
1180 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1181
1182         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1183         Add new variables for article mark management.
1184         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1185         list of extra data entries which, when present, will indicate that the
1186         article ID should not be trimmed from the registry.
1187         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1188         functions.
1189         (gnus-registry-read-mark): New function to read a mark name from the
1190         user.
1191         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1192         (gnus-registry-set-article-mark-internal): New functions to add and
1193         remove marks.
1194         (gnus-registry-get-article-marks): New function to show the marks for
1195         an article, or retrieve them for further use.
1196
1197 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1198
1199         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1200         keys when no argument is given.
1201
1202 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1203
1204         * imap.el (imap-ping-server): New variable.
1205         (imap-opened): On add extra ping if imap-ping-server is non-nil.
1206         (imap-ping-server): Minor doc string fixes.
1207
1208 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1209
1210         * imap.el (imap-ping-server): New function.
1211         (imap-opened): Call imap-ping-server.
1212
1213 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1214
1215         * gnus-sum.el (gnus-article-sort-by-random)
1216         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
1217         jidanni@jidanni.org.
1218
1219 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1220
1221         * gnus-art.el (gnus-article-describe-bindings): New function.
1222         (gnus-article-read-summary-keys): Use it.
1223         (gnus-article-mode-map): Bind `C-h b' to it.
1224
1225 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1226
1227         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1228         XEmacs.
1229         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1230         against non-character events.
1231
1232         * lpath.el: Fbind map-keymap for Emacs 21.
1233
1234 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
1235
1236         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1237         command.
1238         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1239         instead of END.  Change name of the temp file.
1240         (gnus-group-gmane-group-download-format): Add doc string.  Make it
1241         customizable.
1242
1243 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1244
1245         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1246         bind `S W' to gnus-article-wide-reply-with-original; set default
1247         binding to gnus-article-read-summary-send-keys.
1248         (gnus-article-read-summary-keys): Fix the order of keys; display
1249         continuation keys correctly in the echo area; describe bindings
1250         correctly when keys end with `C-h'.
1251         (gnus-article-read-summary-send-keys): New function.
1252         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1253         for gnus-article-read-summary-send-keys; display continuation keys
1254         correctly in the echo area.
1255         (gnus-article-reply-with-original): Ignore prefix argument.
1256         (gnus-article-wide-reply-with-original): New function.
1257
1258         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
1259         Emacs 21.
1260
1261 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1262
1263         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1264         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1265
1266 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
1267
1268         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1269         (gnus-group-read-ephemeral-gmane-group): New command.
1270
1271 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1272
1273         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1274
1275 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1276
1277         * message.el (message-send-mail-function): Increase custom version.
1278
1279         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1280         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
1281
1282 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
1283
1284         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
1285         for the cases where imap-authenticate is called with a nil buffer
1286         parameter.
1287
1288 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1289
1290         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1291         html parts correctly; support forwarded messages.
1292         (gnus-article-browse-html-article): Remove work buffers.
1293
1294         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1295         compiling.
1296         (netrc-bound-and-true-p): New macro.
1297         (netrc-parse): Use it instead of bound-and-true-p that is not available
1298         in XEmacs 21.4.
1299
1300 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1301
1302         * gnus-registry.el (gnus-registry-mark-article)
1303         (gnus-registry-article-marks): Add functionality to mark articles
1304         through the Gnus registry.
1305
1306         * encrypt.el: Clarify documentation for the new pgg method.
1307         (encrypt-file-alist): Add PGG option.
1308         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
1309         functionality.  Abstract password key and messaging to external
1310         functions.
1311         (encrypt-password-key, encrypt-get-passphrase-if-needed)
1312         (encrypt-message-method-and-cipher): Add new convenience external
1313         functions.
1314         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
1315         (encrypt-pgg-process-buffer): Add PGG functionality glue.
1316
1317         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1318         (netrc-parse): Use encrypt-file-alist to determine if
1319         encrypt-find-model or encrypt-insert-file-contents should be used.
1320
1321         * encrypt.el: Clarify documentation.  Load password-cache or
1322         password, whichever one is found first, instead of autoloading.
1323
1324 2007-12-19  Glenn Morris  <rgm@gnu.org>
1325
1326         * mml.el (message-options-set, message-narrow-to-head)
1327         (message-in-body-p, message-mail-p, message-encode-message-body):
1328         Autoload.
1329         (message-remove-header, message-narrow-to-headers-or-head)
1330         (message-subscribed-p, message-make-mail-followup-to)
1331         (message-position-on-field, message-news-p)
1332         (message-options-set-recipient, message-generate-headers)
1333         (message-sort-headers): Declare as functions.
1334
1335 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1336
1337         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1338         convention in doc string.
1339
1340 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1341
1342         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1343         title to html parts.
1344         (gnus-article-browse-html-article): Pass message header to it.
1345
1346         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1347
1348 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1349
1350         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1351         or password compatible with XEmacs.
1352
1353 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1354
1355         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1356         format document.
1357         (gnus-mime-delete-part): Don't write description line if empty.
1358         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1359
1360 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1361
1362         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1363         (gnus-summary-mark-read-and-unread-as-read)
1364         (gnus-summary-mark-current-read-and-unread-as-read)
1365         (gnus-summary-mark-unread-as-ticked): Doc fix.
1366         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1367
1368 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1369
1370         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1371         Christoph Conrad <christoph.conrad@gmx.de>.
1372
1373 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1374
1375         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1376         yes-or-no-p.
1377
1378 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1379
1380         * mm-decode.el (mm-add-meta-html-tag): New function.
1381         (mm-save-part-to-file, mm-pipe-part): Use it.
1382
1383         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1384         gnus-y-or-n-p instead of y-or-n-p.
1385         (gnus-article-browse-html-parts): Work with message/external-body; use
1386         mm-add-meta-html-tag.
1387
1388 2007-12-11  Glenn Morris  <rgm@gnu.org>
1389
1390         * gnus-cache.el: Require gnus-sum not just when compiling.
1391
1392         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1393
1394         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1395         definitions before use.
1396
1397         * mm-decode.el: Require gnus-util.
1398         (mm-remove-part): Only call delete-annotation on XEmacs.
1399
1400         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1401
1402         * nnmail.el: Require gnus-int.
1403
1404         * spam.el: Move `require's before `eval-when-compile's.
1405
1406         * gnus-ems.el (gnus-alive-p):
1407         * gnus-fun.el (message-goto-eoh):
1408         * gnus-util.el (gnus-group-name-decode):
1409         * mail-source.el (gnus-compress-sequence):
1410         * message.el (Info-goto-node, format-spec):
1411         * mm-bodies.el (message-options-get):
1412         * mm-decode.el (mm-view-pkcs7):
1413         * mm-util.el (gmm-write-region):
1414         * mml-smime.el (mml-compute-boundary)
1415         (gnus-completing-read-with-default):
1416         * mml.el (widget-button-press, gnus-make-hashtable):
1417         * mml1991.el (mm-decode-content-transfer-encoding)
1418         (mm-encode-content-transfer-encoding)
1419         (message-options-get, message-options-set):
1420         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1421         * nnfolder.el (gnus-request-group):
1422         * nnheader.el (ietf-drums-unfold-fws):
1423         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1424         * smime.el (gnus-run-mode-hooks):
1425         * spam-stat.el (gnus-message): Autoload.
1426
1427         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1428         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1429         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1430         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1431         Add declare-function compatibility definition.
1432
1433         * gnus-cache.el (nnvirtual-find-group-art):
1434         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1435         (gnus-add-image, gnus-add-wash-type):
1436         * gnus-group.el (nnkiboze-score-file):
1437         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1438         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1439         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1440         (message-tokenize-header, gnus-get-buffer-create)
1441         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1442         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1443         * gnus.el (gnus-group-decoded-name):
1444         * mail-source.el (imap-capability):
1445         * mm-bodies.el (message-options-set):
1446         * mm-decode.el (gnus-configure-windows):
1447         * mm-extern.el (message-goto-body):
1448         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1449         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1450         (epg-sub-key-validity, message-options-set):
1451         * mml.el (widget-event-point, gnus-configure-windows):
1452         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1453         * mml2015.el (epg-check-configuration, epg-configuration)
1454         (message-options-set):
1455         * nndb.el (nndb-request-article):
1456         * nnfolder.el (gnus-request-create-group):
1457         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1458         * nnmaildir.el (gnus-group-mark-article-read):
1459         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1460         * rfc1843.el (message-fetch-field):
1461         * spam.el (gnus-extract-address-components):
1462         Declare as functions.
1463
1464 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1465
1466         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1467
1468         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1469
1470         * lpath.el: Fbind run-mode-hooks for Emacs 21;
1471         bind show-trailing-whitespace for XEmacs.
1472
1473 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1474
1475         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
1476         new no-op macro for backward compatibility.
1477
1478         * imap.el (imap-string-to-integer): New function.
1479
1480 2007-12-09  Glenn Morris  <rgm@gnu.org>
1481
1482         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1483
1484         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1485         * message.el, mm-view.el, sieve-manage, smime.el:
1486         Add declare-function compatibility definition.
1487
1488         * gnus-art.el (w3-region, w3m-region, Info-menu):
1489         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1490         * gnus-sum.el (gnus-get-predicate):
1491         * gnus-util.el (mm-append-to-file, w32-focus-frame):
1492         * message.el (mail-abbrev-in-expansion-header-p):
1493         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1494         (w3m-detect-meta-charset, w3m-region):
1495         * sieve-manage.el (password-read, password-cache-add)
1496         (password-cache-remove):
1497         * smime.el (password-read-and-add): Declare as functions.
1498
1499 2007-12-08  David Kastrup  <dak@gnu.org>
1500
1501         * gnus-sum.el (gnus-summary-simplify-subject-query):
1502         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1503         `message'.
1504
1505 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1506
1507         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
1508         it to bind idna-program, installation-directory, defined-colors, and
1509         face-attribute for XEmacs of the version that compiles defcustom forms.
1510
1511 2007-12-07  Glenn Morris  <rgm@gnu.org>
1512
1513         * gnus-art.el (article-make-date-line): Revert previous change.
1514
1515 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1516
1517         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1518
1519 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
1520
1521         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1522         Call gnus-add-to-range ranges only once with a prepared article-list.
1523
1524 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
1525
1526         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1527         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1528         group names with backslashes.  Reported by Tassilo Horn
1529         <tassilo@member.fsf.org>.
1530
1531 2007-12-06  D. Goel  <deego3@gmail.com>
1532
1533         * gnus-art.el (article-make-date-line):
1534         * gnus-start.el (gnus-load):
1535         * pop3.el (pop3-read-response): Fix buggy call to `error'.
1536
1537 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1538
1539         * gnus-art.el (gnus-use-idna)
1540         * gnus-start.el (gnus-site-init-file)
1541         * message.el (message-use-idna)
1542         * mm-uu.el (mm-uu-hide-markers)
1543         * smiley.el (smiley-style): Revert changes that suppress warnings.
1544
1545 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1546
1547         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1548         specify charset to html source.  Reported by Christoph Conrad
1549         <christoph.conrad@gmx.de>.
1550
1551 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1552
1553         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1554         idna-program in order to suppress byte compile warning issued by XEmacs
1555         that came to byte compile the default value section of defcustom forms
1556         recently.
1557
1558         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1559         value of installation-directory.
1560
1561         * message.el (message-use-idna): Don't directly refer to the value of
1562         idna-program.
1563
1564         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1565
1566         * smiley.el (smiley-style): Don't directly call face-attribute.
1567
1568 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
1569
1570         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1571
1572         * gnus-dired.el: Reduce Gnus dependencies.
1573         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1574         require.  Use autoloads instead.
1575         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1576         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1577         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1578         (gnus-dired-mode): Adjust doc string.
1579         (gnus-dired-mail-mode): New variable.
1580         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1581         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1582         (gnus-dired-mail-buffers): New function.  Return mail or message
1583         composition buffers.
1584         (gnus-dired-attach): Use it.
1585         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1586         NO-DECODE.
1587         (gnus-dired-print): Use `gnus-print-buffer' depending on
1588         `gnus-dired-mail-mode'.
1589
1590 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1591
1592         * rfc2047.el (rfc2047-encoded-word-regexp)
1593         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1594         explaining what regexp patterns are for.
1595
1596 2007-12-04  Glenn Morris  <rgm@gnu.org>
1597
1598         * password.el: Move to password-cache.el.
1599
1600         * mml1991.el (password-read, password-cache-add, password-cache-remove):
1601         * mml2015.el (password-read, password-cache-add, password-cache-remove):
1602         * mml-smime.el (password-read, password-cache-add)
1603         (password-cache-remove):
1604         No need to autoload, since mml-sec requires password.
1605
1606         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1607         * message.el (gnus-extract-address-components):
1608         * mml-smime.el (gnus-extract-address-components): Define for compiler.
1609
1610         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1611         password.
1612
1613 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
1614
1615         * mailcap.el: Reduce dependencies.
1616         (mail-header-parse-content-type): Autoload.
1617         (mailcap-delete-duplicates): New alias.
1618         (mailcap-mime-info): Add optional argument NO-DECODE.
1619         (mailcap-mime-types): Use mailcap-delete-duplicates.
1620
1621         * message.el (message-ignored-supersedes-headers): Add "X-ID".
1622
1623 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
1624
1625         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
1626         (imap-parse-status): Upcase status-att for servers that sends them
1627         lower-case (e.g., MS Exchange 2007).
1628
1629 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1630
1631         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1632         function.
1633
1634         * gnus-uu.el (gnus-uu-decode-yenc): New command.
1635         (gnus-uu-yenc-article): New function.
1636
1637         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1638
1639         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1640         buffer.
1641
1642 2007-12-02  Glenn Morris  <rgm@gnu.org>
1643
1644         * binhex.el (binhex): New custom group.
1645         (binhex-decoder-program, binhex-decoder-switches)
1646         (binhex-use-external): Move to the binhex custom group.
1647
1648         * uudecode.el (uudecode): New custom group.
1649         (uudecode-decoder-program, uudecode-decoder-switches)
1650         (uudecode-use-external): Move to the uudecode custom group.
1651
1652         * netrc.el (top-level): Don't load `encrypt' features.
1653         (netrc-parse): Don't use encrypt.
1654         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
1655
1656         * encrypt.el: Remove file.
1657
1658 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1659
1660         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1661         matches on patches.
1662
1663         * gnus-art.el (gnus-article-browse-html-article): Mention
1664         `mm-text-html-renderer' in the doc string.
1665
1666         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1667         string.  Add comments.
1668
1669         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1670         if rhs is ASCII.
1671
1672 2007-12-01  Glenn Morris  <rgm@gnu.org>
1673
1674         * mail-source.el (top-level): Require format-spec before
1675         eval-when-compile.
1676
1677 2007-11-30  Glenn Morris  <rgm@gnu.org>
1678
1679         * encrypt.el: Require password, rather than autoloading password-read.
1680
1681 2007-11-29  Glenn Morris  <rgm@gnu.org>
1682
1683         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
1684         (sasl-make-client, sasl-next-step, sasl-step-data)
1685         (sasl-step-set-data): Declare as functions.
1686
1687 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
1688
1689         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
1690
1691 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
1692
1693         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
1694         certs should be verified and what is to be done in the event of a
1695         verification failure.
1696
1697         * gnus.el (gnus-method-to-server): Add an optional parameter so the
1698         caller can indicate whether the cache should be disregarded for this
1699         call.  This way the result of the call is reproducible at all times and
1700         can be considered a canonical server name for the supplied method.
1701         (gnus-agent-method-p): Canonicalize server names by pushing their
1702         method through `gnus-method-to-server' using the no-cache argument.
1703
1704         * gnus-srvr.el (gnus-server-insert-server-line): Call
1705         `gnus-method-to-server' with `no-cache' argument.
1706
1707         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1708         gnus-agent-possibly-synchronize-flags as this should be called when the
1709         server is actually being opened.
1710         (gnus-agent-possibly-synchronize-flags)
1711         (gnus-agent-possibly-synchronize-flags-server): Move check for the
1712         flags file of an agentized server to the latter function.
1713
1714         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1715         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1716         after a connection has been established successfully.
1717
1718 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1719
1720         * gnus-art.el (article-display-face): Force to display face if called
1721         interactively; check if gnus-article-x-face-too-ugly matches author.
1722         (article-display-x-face): Display face even if From header is missing
1723         as article-display-face does.
1724
1725 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
1726
1727         * hashcash.el (message-narrow-to-headers-or-head)
1728         (message-fetch-field, message-goto-eoh)
1729         (message-narrow-to-headers): Declare as functions.
1730
1731 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
1732
1733         * mail-source.el (mail-sources): Default to fetch from file for
1734         compatibility with default of nnmail-spool-file.
1735
1736 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1737
1738         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1739         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1740         to look for encoded word that should be encoded again.
1741         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1742         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1743         encoding pattern.
1744         (rfc2047-decode-region): Switch strict regexp and loose one according
1745         to rfc2047-allow-irregular-q-encoded-words.
1746
1747 2007-11-25  Romain Francoise  <romain@orebokech.com>
1748
1749         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1750
1751 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
1752
1753         * tls.el (tls-program): Provide more custom choices from
1754         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
1755         (tls-process-connection-type, tls-success): Remove "*" in doc string.
1756
1757 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1758
1759         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1760         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1761
1762         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1763         `nnmail-spool-file'.
1764
1765         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1766         `nnmail-spool-file'.
1767
1768         * gnus-move.el (gnus-change-server): Ditto.
1769
1770         * gnus-kill.el (gnus-batch-score): Ditto.
1771
1772         * gnus-cache.el (gnus-jog-cache): Ditto.
1773
1774         * gnus-msg.el (gnus-summary-reply):
1775         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1776
1777 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1778
1779         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
1780         version.  Minor improvement to doc strings.
1781         (tls-program): Add comment.
1782
1783 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
1784
1785         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
1786         (tls-checktrust): New variable.  Check if GNU TLS complained about a
1787         mismatch between the hostname provided in the certificate and the name
1788         of the host connnecting to.
1789         (open-tls-stream): Use them.  Check certificates against trusted root
1790         certificates.
1791
1792 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1793
1794         * gnus-cache.el (gnus-cache-generate-nov-databases):
1795         Use nnml-generate-nov-databases-directory instead of
1796         nnml-generate-nov-databases-1.
1797
1798 2007-11-24  Glenn Morris  <rgm@gnu.org>
1799
1800         * message.el (message-tool-bar-retro): Update for rename
1801         mail_send.xpm->mail-send.xpm.
1802
1803 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
1804
1805         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1806         `smime-ldap-search' for Emacs 22 and up.
1807
1808 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1809
1810         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1811
1812         * message.el (message-send-mail-function): Fix error convention.
1813         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1814         (message-widen-reply, message-send-mail, message-talkative-question)
1815         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1816         (message-clone-locals, message-send-news): Use with-current-buffer.
1817         (message-insert-or-toggle-importance): Remove unused var `valid'.
1818         (message-make-references): Remove unused var `new-references'.
1819         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1820
1821 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
1822
1823         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1824         (spam-split-symbolic-return-positive): Reflow docstring.
1825         (spam-backends, spam-summary-exit-behavior)
1826         (spam-mark-ham-unread-before-move-from-spam-group)
1827         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1828         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1829         (spam-clear-cache, spam-backend-check, spam-install-backend)
1830         (spam-install-statistical-backend, spam-list-of-processors)
1831         (spam-group-processor-p, spam-split, spam-bogofilter-score)
1832         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1833         (spam-check-crm114, spam-initialize, spam-unload-hook):
1834         Fix typos in docstrings.
1835
1836 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1837
1838         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1839         been checked if they have never been read and those group levels are
1840         higher than the one that a user specified.
1841
1842 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1843
1844         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1845         foreign groups unless a group level is specified by a user.
1846         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1847
1848 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
1849
1850         * message.el (message-send-mail-function): Require sendmail.
1851
1852 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
1853
1854         * message.el (message-send-mail-function): Check for smtpmail too.
1855
1856         * utf7.el (utf7-encode, utf7-decode): Use coding system
1857         `utf-7'/`utf-7-imap' from utf-7.el' if available.
1858
1859         * message.el (message-send-mail-function): New function.
1860         (message-send-mail-function): Set default using
1861         message-send-mail-function.  Adjust doc string.
1862         (message-send-mail-with-mailclient): New function.
1863
1864 2007-11-17  Richard Stallman  <rms@gnu.org>
1865
1866         * assistant.el: Remove file.
1867
1868 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
1869
1870         * smime.el (from):
1871         * rfc2047.el (message-posting-charset):
1872         * qp.el (mm-use-ultra-safe-encoding):
1873         * pop3.el (parse-time-months):
1874         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1875         * nnml.el (files):
1876         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1877         (jka-compr-compression-info-list, ange-ftp-path-format)
1878         (efs-path-regexp):
1879         * nndiary.el (files):
1880         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1881         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1882         (epg-digest-algorithm-alist, inhibit-redisplay)
1883         (password-cache-expiry):
1884         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1885         (pgg-output-buffer, password-cache-expiry):
1886         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1887         (efs-path-regexp):
1888         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1889         (inhibit-redisplay):
1890         * mm-uu.el (file-name, start-point, end-point, entry)
1891         (gnus-newsgroup-name, gnus-newsgroup-charset):
1892         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1893         (latin-unity-ucs-list):
1894         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1895         (mm-uu-binhex-decode-function):
1896         * message.el (gnus-message-group-art, gnus-list-identifiers, )
1897         (rmail-enable-mime-composing, gnus-local-organization)
1898         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1899         (gnus-read-active-file, facemenu-add-face-function)
1900         (facemenu-remove-face-function, gnus-article-decoded-p)
1901         (tool-bar-mode):
1902         * mail-source.el (display-time-mail-function):
1903         * gnus-util.el (nnmail-pathname-coding-system)
1904         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1905         (gnus-original-article-buffer, gnus-user-agent)
1906         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1907         (xemacs-codename, sxemacs-codename, emacs-program-version):
1908         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1909         * gnus-start.el (gnus-agent-covered-methods)
1910         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1911         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1912         (gnus-newsgroup-headers, gnus-group-list-mode)
1913         (gnus-group-mark-positions, gnus-newsgroup-data)
1914         (gnus-newsgroup-unreads, nnoo-state-alist)
1915         (gnus-current-select-method, mail-sources)
1916         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1917         (nnmail-spool-file, gnus-cache-active-hashtb):
1918         * gnus-mh.el (mh-lib-progs):
1919         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1920         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1921         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1922         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1923         (gnus-group-buffer):
1924         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1925         (font-lock-set-defaults):
1926         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1927         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1928         (gnus-summary-post-menu, total-parts, type, condition, length):
1929         * gnus-agent.el (gnus-agent-read-agentview):
1930         * flow-fill.el (show-trailing-whitespace):
1931         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1932         eval-and-compile wrappers for byte compiler pacifiers.
1933
1934         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1935         (mm-display-inline-fontify): Check for featurep 'xemacs not
1936         extent-list.
1937
1938         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1939         itimer-list.
1940         (mm-create-image-xemacs): Only do something for XEmacs.
1941         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1942
1943         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1944
1945         * gnus-registry.el (gnus-adaptive-word-syntax-table):
1946         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1947
1948 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
1949
1950         * nnimap.el (nnimap-split-download-body):
1951         * gnus-demon.el (gnus-demon):
1952         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1953
1954 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1955
1956         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1957         macros.
1958         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1959         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1960         copy data from unibyte buffer to multibyte current buffer.
1961         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1962         to copy data from unibyte current buffer to multibyte buffer.
1963         (nntp-make-process-buffer): Make process buffer unibyte.
1964
1965         * pop3.el (pop3-open-server): Fix typo in Lisp code.
1966
1967 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
1968
1969         * pop3.el (pop3-open-server): Accept and process data more robustly at
1970         connexion start to avoid spurious "POP SSL connexion failed" errors.
1971
1972 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1973
1974         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1975         read group names.
1976
1977 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
1978
1979         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1980
1981 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1982
1983         * nnmail.el (nnmail-parse-active): Make group names unibyte.
1984         (nnmail-save-active): Use a unibyte buffer when saving active file,
1985         which may contain non-ASCII group names.
1986
1987         * nnml.el (nnml-request-group): Decode group names in messages.
1988
1989 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
1990
1991         * message.el (message-citation-line-function)
1992         (message-insert-formatted-citation-line): Fix spelling of
1993         `message-insert-formated-citation-line'.
1994
1995 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
1996
1997         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1998
1999 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2000
2001         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2002         nnmail-pathname-coding-system.
2003
2004         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2005         that a user enters; decode group names in messages.
2006
2007         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2008
2009 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2010
2011         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2012
2013         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2014
2015         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2016         risky local variable.
2017
2018         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2019
2020 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2021
2022         * encrypt.el: Improve documentation to fix function name typo.
2023         Reported by Daiki Ueno <ueno@unixuser.org>.
2024
2025 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2026
2027         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2028         even if the point is not in the last page of an article.
2029         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2030         back to the previous page.
2031
2032 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
2033
2034         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2035
2036 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2037
2038         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2039
2040 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2041
2042         * message.el (message-check-news-body-syntax): Avoid
2043         mm-string-as-multibyte.
2044         (message-hide-headers): Don't assume (point-min)==1.
2045
2046 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2047
2048         * message.el (message-remove-blank-cited-lines): Fix if remove is
2049         given.
2050         (message-bogus-address-regexp): New variable.
2051         (message-bogus-recipient-p): New function.
2052         (message-check-recipients): New command.
2053         (message-syntax-checks): Add `bogus-recipient'.
2054         (message-fix-before-sending): Add `bogus-recipient'.
2055
2056         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2057         (gnus-treat-body-boundary): Don't test window-system.
2058
2059 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
2060
2061         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2062
2063 2007-10-28  Miles Bader  <miles@gnu.org>
2064
2065         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2066         at compile-time too.
2067
2068 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2069
2070         * gnus-msg.el (gnus-message-setup-hook): Add
2071         `message-remove-blank-cited-lines' to options.
2072
2073 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2074
2075         * message.el (message-remove-blank-cited-lines): New function.
2076         Suggested by Karl Plästerer.
2077
2078 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2079
2080         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2081         mapc.
2082
2083         * imap.el (imap-open): Replace mapcar called for effect with mapc.
2084         (top-level): Use mapc to set functions to be traced for debugging.
2085
2086         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2087         called for effect with while loop.
2088
2089         * message.el (message-talkative-question): Replace mapcar called for
2090         effect with mapc.
2091
2092         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2093         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2094         called for effect with dolist.
2095
2096         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2097
2098         * nndiary.el: Use dolist instead of mapcar to add diary headers to
2099         gnus-extra-headers and nnmail-extra-headers.
2100
2101         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2102         called for effect with dolist.
2103         (top-level): Use mapc to set functions to be traced for debugging.
2104
2105         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2106         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2107         dolist.
2108
2109         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2110         Replace mapcar called for effect with mapc.
2111         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2112         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2113         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2114         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2115
2116         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2117         remove-if that's a cl function.
2118
2119         * webmail.el (webmail-debug): Replace mapcar called for effect with
2120         dolist.
2121
2122         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
2123         with mapc.
2124
2125 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2126
2127         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2128         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2129         with while loop.
2130
2131         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2132         functions from article-* functions.
2133         (gnus-multi-decode-header): Replace mapcar called for effect with
2134         dolist.
2135
2136         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2137         (gnus-bookmark-show-details): Replace mapcar called for effect with
2138         while loop.
2139
2140         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2141         called for effect with while loop.
2142
2143         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2144         with dolist.
2145
2146         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2147         mapcar called for effect with dolist.
2148
2149         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2150
2151         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2152         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2153         Replace mapcar called for effect with dolist.
2154         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2155         mapc.
2156
2157         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2158         Replace mapcar called for effect with dolist.
2159         (gnus-topic-list): Replace mapcar called for effect with mapc.
2160
2161         * gnus.el: Use mapc instead of mapcar to add autoloads.
2162
2163 2007-10-23  Richard Stallman  <rms@gnu.org>
2164
2165         * gnus-group.el (gnus-group-highlight): Mark as risky.
2166
2167 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2168
2169         * gnus.el (gnus-server-to-method): Return method found first in
2170         gnus-newsrc-alist.
2171
2172         * gnus-art.el (gnus-article-highlight-signature)
2173         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2174         button overlay without the front stickiness.
2175
2176 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
2177
2178         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2179         overview buffer needed a catch to receive its throw.
2180         (gnus-agent-flush-cache): Declared as interactive to make this function
2181         easier to use.
2182
2183 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2184
2185         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2186         `next-line'.
2187
2188 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2189
2190         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2191         exclude address matching message-dont-reply-to-names.
2192
2193 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2194
2195         * gnus-util.el (gnus-string<): New function.
2196
2197         * gnus-sum.el (gnus-article-sort-by-author)
2198         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2199
2200 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2201
2202         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2203         the frame-focus tag is set in gnus-buffer-configuration.
2204
2205 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2206
2207         * gnus-art.el (gnus-article-add-button): Make a button overlay without
2208         the front stickiness.
2209
2210 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2211
2212         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2213         url pattern; remove duplicate one.
2214         (gnus-article-extend-url-button): New function.
2215         (gnus-article-add-buttons): Use it.
2216         (gnus-button-push): Use concatenated url that it makes.
2217
2218 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
2219
2220         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2221
2222 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2223
2224         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2225         Don't hardcode point-min==1.
2226
2227 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
2228
2229         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2230         Fix comment about "iso8859-1".
2231
2232 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
2233
2234         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2235         ones returned from the verify-function.
2236
2237         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2238         mml2015-extract-cleartext-signature if extraction failed.
2239
2240 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
2241
2242         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2243         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2244         failed.
2245
2246 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2247
2248         * Relicense "GPLv2 or later" files to "GPLv3 or later".
2249
2250 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
2251
2252         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
2253         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
2254         recommends to use EasyPG instead of PGG.
2255
2256         * pgg.el: Revert to revision 6.23.2.16
2257
2258         * pgg-def.el: Revert to revision 6.6.2.14.
2259
2260         * pgg-gpg.el: Revert to revision 6.23.2.34.
2261
2262 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2263
2264         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2265         to mark a thread as expirable.  Add variable `hide' to handle hiding of
2266         thread for both the null and zero (kill/expire thread) universal prefix
2267         cases.
2268         (gnus-summary-expire-thread): Add new function to expire a thread,
2269         using gnus-summary-kill-thread.
2270         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2271         shortcuts for gnus-summary-expire-thread.
2272         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2273         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
2274
2275 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2276
2277         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2278         extras value, so an extras entry can be deleted.
2279         (gnus-registry-delete-extra-entry): Use it.
2280         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2281         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2282         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2283         storage through the gnus-registry, and provide an appropriate API for
2284         it.
2285
2286 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2287
2288         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2289         Suggested by Leo <sdl.web@gmail.com>.
2290
2291         * gnus.el: Do.
2292
2293 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2294
2295         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2296         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
2297
2298         * gnus-agent.el (gnus-agent-fetch-headers): Do.
2299
2300         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2301         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2302
2303 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2304
2305         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2306         newline.
2307         (nnmbox-request-accept-article): Don't change article in source buffer;
2308         narrow to header to use message-fetch-field rather than
2309         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2310         (nnmbox-request-replace-article): Quote lines that'll be misidentified
2311         as delimiters; make sure article ends with newline.
2312         (nnmbox-delete-mail): Correct last position of article to be deleted;
2313         ignore X-Gnus-Newsgroup header in article body.
2314         (nnmbox-save-mail): Quote lines looking like delimiters at the right
2315         positions; make sure article ends with newline.
2316
2317         * message.el (message-display-abbrev): Don't infloop when a user
2318         inserts SPC in the beginning of header.
2319
2320         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
2321         coding-system-for-read and coding-system-for-write for XEmacs having no
2322         file-coding feature.
2323
2324         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
2325
2326 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
2327
2328         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2329         list of groups not followed by default.  Fix type to be regexp.
2330         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2331
2332 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2333
2334         * hmac-def.el (define-hmac-function): Switch from old-style to
2335         new-style backquotes.
2336
2337         * md4.el (md4-make-step): Likewise.
2338
2339 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2340
2341         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2342         raw-text coding system when saving .newsrc file, which may contain
2343         non-ASCII group names.
2344
2345 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2346
2347         * gnus-cus.el (gnus-score-extra): New widget.
2348         (gnus-score-extra-convert): New function.
2349         (gnus-score-customize): Use it for Extra.
2350
2351 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2352
2353         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2354         (mml2015-mailcrypt-clear-verify): Use it.
2355         (mml2015-gpg-clear-verify): Use it.
2356         (mml2015-pgg-clear-verify): Use it.
2357         (mml2015-epg-clear-verify): Replace the current part with the output
2358         from GnuPG; don't extract the plaintext by itself.
2359
2360         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2361         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2362         mml2015-clear-verify-function; don't touch the armor headers or
2363         dash-escaped text here.
2364
2365 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2366
2367         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2368         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2369         parts, or application/octet-stream as a last resort.
2370         (gnus-mime-view-part-as-type): Don't toggle display.
2371         (gnus-mime-view-part-as-charset): Don't turn off display before
2372         querying charset.
2373
2374         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2375         stuff to undisplayer function in Emacs.
2376         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2377
2378         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2379         text/calendar parts.
2380
2381 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2382
2383         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2384         decoding text/calendar parts.
2385
2386         * message.el (message-forward-make-body-mime): Always mark body as
2387         having no illegible text; remove signed-or-encrypted argument.
2388         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2389
2390         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2391         (mml-generate-mime-1): Don't encode body if it is specified to be in
2392         raw form; don't make buffer be unibyte when inserting multibyte string.
2393
2394 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2395
2396         * sha1.el: Fix up comment style.
2397         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2398         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2399
2400         * hex-util.el: Fix up comment style.
2401         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2402
2403         * gnus-salt.el: Use with-current-buffer.
2404         (gnus-pick-setup-message): Fix long-standing typo.
2405
2406 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2407
2408         * imap.el (imap-logout-timeout): New variable.
2409         (imap-logout, imap-logout-wait): New functions.
2410         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2411
2412         * nnimap.el (nnimap-logout-timeout): New server variable.
2413         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2414         nnimap-logout-timeout.
2415
2416         * gnus-art.el (gnus-article-summary-command-nosave)
2417         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2418
2419 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2420
2421         * gnus.el (gnus-maximum-newsgroup): New variable.
2422
2423         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2424         according to gnus-maximum-newsgroup.
2425
2426         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2427         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2428         Limit the range of articles according to gnus-maximum-newsgroup.
2429
2430 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2431
2432         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2433         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2434         Don't perform gnus-configure-windows here; reuse existing sticky
2435         article buffer.
2436
2437         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2438         it doesn't exist in gnus-article-mode.
2439
2440 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2441
2442         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2443         (gnus-agent-decoded-group-name): New function.
2444         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2445         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2446
2447 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
2448
2449         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2450         Add binding for gnus-sticky-article.
2451         (gnus-summary-exit): Don't kill sticky article buffers.
2452
2453         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2454         article buffer.
2455         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2456         (gnus-kill-sticky-article-buffers): New commands.
2457
2458 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2459
2460         * nntp.el (nntp-xref-number-is-evil): New server variable.
2461         (nntp-find-group-and-number): If it is non-nil, don't trust article
2462         numbers in the Xref header.
2463
2464 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2465
2466         * gnus-agent.el (gnus-agent-read-group): New function.
2467         (gnus-agent-flush-group, gnus-agent-expire-group)
2468         (gnus-agent-regenerate-group): Use it.
2469         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2470         nnmail-pathname-coding-system.
2471
2472 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2473
2474         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2475
2476         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2477         that are unread as unread, and also as selected so that information of
2478         marks having been changed by a user may be updated when exiting group.
2479
2480 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2481
2482         * gnus-art.el (gnus-mime-display-single): Pass part number that is
2483         calculated ignoring signature parts to gnus-treat-article.
2484
2485 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2486
2487         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2488         a point here in order to keep the window start.
2489         (gnus-insert-mime-security-button): Make a button overlay without the
2490         front stickiness.
2491         (gnus-mime-display-security): Goto the end of a button.
2492
2493         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2494
2495 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2496
2497         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2498         group-name-at-point.
2499         (gnus-group-completing-read): New function that offers decoded
2500         non-ASCII group names for completion.
2501         (gnus-fetch-group, gnus-group-read-ephemeral-group)
2502         (gnus-group-jump-to-group, gnus-group-make-group-simple)
2503         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2504         (gnus-group-fetch-control): Use it.
2505         (gnus-fetch-group): Use group-name-at-point for the initial value
2506         rather than the default value; use gnus-alive-p.
2507
2508         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2509         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2510         (gnus-summary-post-news): Use gnus-group-completing-read.
2511
2512         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2513         (gnus-read-move-group-name): Decode group name for completion.
2514
2515 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
2516
2517         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2518         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2519         Yamaoka slightly modified the code).
2520
2521 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2522
2523         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2524         (nnmail-split-incoming): Bind it.
2525
2526         * nnml.el (nnml-group-name-charset): New function.
2527         (nnml-decoded-group-name): Use it; don't decode group name if
2528         nnmail-group-names-not-encoded-p is non-nil.
2529         (nnml-encoded-group-name): New function.
2530         (nnml-group-pathname): Inline nnml-decoded-group-name.
2531         (nnml-request-expire-articles): Decode group name in message.
2532         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2533         nnmail-pathname-coding-system.
2534         (nnml-save-mail, nnml-active-number): Work with decoded group names and
2535         not decoded ones according to nnmail-group-names-not-encoded-p.
2536         (nnml-generate-active-info): Use nnml-encoded-group-name.
2537
2538 2007-08-08  Glenn Morris  <rgm@gnu.org>
2539
2540         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2541         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2542         doc-strings and comments.
2543
2544 2007-07-25  Glenn Morris  <rgm@gnu.org>
2545
2546         * Relicense all FSF files to GPLv3 or later.
2547
2548 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2549
2550         * gnus-sum.el (gnus-summary-move-article): Make
2551         gnus-summary-respool-article work.
2552
2553 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
2554
2555         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2556         string.
2557
2558 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
2559
2560         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
2561         that should be ignored when comparing distant RSS articles with local
2562         ones.
2563         (nnrss-make-hash-index): New function.  Create a hash index according
2564         to the ignored fields.
2565         (nnrss-check-group): Use it.
2566
2567 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2568
2569         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2570
2571         * gnus-art.el (article-decode-group-name): Decode Xref header too.
2572
2573         * gnus-group.el (gnus-group-make-group): Encode group name here unless
2574         the new optional argument ENCODED is non-nil.
2575         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2576         coding system for encoding group name.
2577         (gnus-group-make-rss-group): Pass un-encoded group name to
2578         gnus-group-make-group.
2579         (gnus-group-set-info): Tell gnus-group-make-group that group name is
2580         encoded.
2581
2582         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2583         Encode group name to which articles are moved or copied.
2584         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2585         coding system for encoding Newsgroup, Followup-To and Xref headers.
2586
2587         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2588         marks; use nnheader-file-coding-system to write a file.
2589         (nnagent-retrieve-headers): Bind file-name-coding-system to
2590         nnmail-pathname-coding-system.
2591
2592         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2593
2594         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2595         (nnml-request-article, nnml-request-create-group)
2596         (nnml-request-rename-group, nnml-find-id)
2597         (nnml-possibly-change-directory, nnml-possibly-create-directory)
2598         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2599         (nnml-save-marks): Use nnml-group-pathname instead of
2600         nnmail-group-pathname.
2601
2602         (nnml-request-create-group, nnml-request-expire-articles)
2603         (nnml-request-move-article, nnml-request-delete-group)
2604         (nnml-deletable-article-p, nnml-possibly-create-directory)
2605         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2606         (nnml-open-marks): Bind file-name-coding-system to
2607         nnmail-pathname-coding-system.
2608
2609         (nnml-request-article): Pass server argument to nnml-find-group-number.
2610         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2611         server argument to nnml-possibly-create-directory.
2612         (nnml-request-accept-article): Pass server argument to
2613         nnml-active-number and nnml-save-mail.
2614         (nnml-find-group-number): Pass server argument to nnml-find-id.
2615         (nnml-request-update-info): Pass server argument to
2616         nnml-marks-changed-p.
2617
2618         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2619         (nnml-save-mail, nnml-active-number): Add server argument.
2620
2621         (nnml-request-delete-group): Warn if group is missing.
2622         (nnml-get-nov-buffer): Decode group name.
2623         (nnml-generate-active-info): Encode group name.
2624         (nnml-open-marks): Decode group name in messages.
2625
2626 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2627
2628         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2629         if it is not specified.
2630         (gnus-article-pipe-part, gnus-article-save-part)
2631         (gnus-article-interactively-view-part, gnus-article-copy-part)
2632         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2633         (gnus-article-inline-part, gnus-article-save-part-and-strip)
2634         (gnus-article-replace-part, gnus-article-delete-part)
2635         (gnus-article-view-part-as-type): Pass raw prefix argument to
2636         gnus-article-part-wrapper.
2637
2638 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2639
2640         * gnus-agent.el (gnus-agent-save-active): Bind
2641         nnheader-file-coding-system to gnus-agent-file-coding-system.
2642
2643         * gnus-cache.el (gnus-cache-save-buffers)
2644         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2645         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2646         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2647         (gnus-cache-braid-nov, gnus-cache-braid-heads)
2648         (gnus-cache-generate-active, gnus-cache-rename-group)
2649         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2650         (gnus-cache-update-overview-total-fetched-for): Bind
2651         file-name-coding-system to nnmail-pathname-coding-system.
2652         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2653         variables.
2654         (gnus-cache-decoded-group-name): New function.
2655         (gnus-cache-file-name): Use it.
2656         (gnus-cache-generate-active): Use non-decoded group name for active.
2657
2658         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2659         right place.
2660         (gnus-write-active-file): Don't break non-ASCII group names.
2661
2662         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2663         nnmail-pathname-coding-system.
2664
2665         * lpath.el: Bind default-file-name-coding-system,
2666         file-name-coding-system and language-info-alist for XEmacs.
2667
2668         * gnus-uu.el (gnus-uu-decode-save): Typo.
2669
2670 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2671
2672         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2673
2674 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2675
2676         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2677         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2678         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2679         (gnus-agent-flush-group, gnus-agent-flush-cache)
2680         (gnus-agent-fetch-headers, gnus-agent-load-alist)
2681         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2682         (gnus-agent-retrieve-headers, gnus-agent-request-article)
2683         (gnus-agent-regenerate-group)
2684         (gnus-agent-update-files-total-fetched-for)
2685         (gnus-agent-update-view-total-fetched-for): Bind
2686         file-name-coding-system to nnmail-pathname-coding-system.
2687         (gnus-agent-group-pathname): Don't encode file names by
2688         nnmail-pathname-coding-system.
2689         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2690         coding-system-for-write instead of buffer-file-coding-system to
2691         gnus-agent-file-coding-system.
2692
2693         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2694         Decode group name.
2695
2696         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2697
2698         * gnus-start.el (gnus-update-active-hashtb-from-killed)
2699         (gnus-read-newsrc-el-file): Make group names unibyte.
2700
2701         * nnmail.el (nnmail-group-pathname): Don't encode file names by
2702         nnmail-pathname-coding-system.
2703
2704         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2705         (nnrss-request-delete-group): Bind file-name-coding-system to
2706         nnmail-pathname-coding-system.
2707         (nnrss-read-server-data, nnrss-read-group-data): Bind
2708         file-name-coding-system correctly.
2709         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2710
2711         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2712         (nntp-server-to-method-cache): New variable.
2713         (nntp-group-pathname): New function that decodes non-ASCII group names.
2714         (nntp-possibly-create-directory, nntp-marks-changed-p)
2715         (nntp-save-marks, nntp-open-marks): Use it.
2716         (nntp-possibly-create-directory, nntp-open-marks):
2717         Bind file-name-coding-system to nnmail-pathname-coding-system.
2718         (nntp-open-marks): Decode group names when bootstrapping marks.
2719
2720         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2721         Newsgroups and Folowup-To headers.
2722
2723 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2724
2725         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2726         (gnus-server-closed-face, gnus-server-denied-face)
2727         (gnus-server-offline-face): Remove variable.
2728         (gnus-server-font-lock-keywords): Use faces that are not aliases.
2729
2730         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2731         of modifying message-stack directly for XEmacs.
2732
2733         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2734         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2735         if the coding-system argument is nil for XEmacs.
2736
2737         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2738         mm-charset-override-alist.
2739
2740         * rfc2047.el: Don't require base64; require rfc2045 for the function
2741         rfc2045-encode-string.
2742         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2743         to quote the parameter value.
2744
2745 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2746
2747         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2748         form in gnus-group-name-charset-method-alist.
2749
2750         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2751         overrides the default layout edit-form.
2752
2753         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2754
2755         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2756
2757 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2758
2759         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2760         as unfetched articles.
2761
2762 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
2763
2764         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2765
2766 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2767
2768         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2769         original back end that keeps marks in the local system.
2770
2771 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2772
2773         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2774         arg of pop-to-buffer for XEmacs.
2775         (gnus-article-read-summary-keys): Ditto; don't restore window
2776         configuration if summary command ends up with neither article buffer
2777         nor summary buffer; describe bindings if summary keys end with C-h.
2778
2779 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2780
2781         * message.el (message-fix-before-sending): Skip raw message part to be
2782         forwarded while checking illegible text.
2783         (message-forward-make-body-mime, message-forward-make-body): Mark
2784         signed or encrypted raw message as having no illegible text.
2785
2786 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2787
2788         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2789         (gnus-message-with-timestamp-1): New macro.
2790         (gnus-message-with-timestamp): New function.
2791         (gnus-message): Use them.
2792
2793         * nnheader.el (nnheader-message): Use them.
2794
2795 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
2796
2797         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2798         .newsrc.eld file.
2799
2800 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2801
2802         * gnus-agent.el (gnus-agent-fetch-headers)
2803         (gnus-agent-retrieve-headers): Bind
2804         gnus-decode-encoded-address-function to identity.
2805
2806         * nntp.el (nntp-send-xover-command): Recognize an xover command is
2807         available also when the server returns simply a dot.
2808
2809         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2810
2811 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2812
2813         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2814
2815 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2816
2817         * gnus-ems.el (gnus-x-splash): Make it work.
2818
2819         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2820         from being used.
2821
2822         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
2823
2824 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2825
2826         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
2827         4th and the 5th arguments.
2828
2829         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2830         the front stickiness.
2831         (gnus-article-summary-command-nosave): Correct the order of the
2832         arguments passed to pop-to-buffer.
2833         (gnus-article-read-summary-keys): Ditto; make it work properly when the
2834         summary command ends up with the article buffer.
2835
2836         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2837         the same faces.
2838
2839 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2840
2841         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2842
2843 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2844
2845         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2846         * gnus-sum.el (gnus-summary-highlight):
2847         * pgg.el (pgg-sign-region, pgg-sign):
2848         * mail-source.el (mail-source-delete-old-incoming-confirm):
2849         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2850
2851 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2852
2853         * gnus-art.el (gnus-mime-view-part-externally)
2854         (gnus-mime-view-part-internally): Fix predicate function passed to
2855         completing-read.
2856
2857         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2858
2859         * gnus.el (gnus-update-message-archive-method): Add :version.
2860
2861 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2862
2863         * gnus.el (gnus-update-message-archive-method): New variable.
2864
2865         * gnus-start.el (gnus-setup-news): Update saved "archive" method
2866         according to gnus-message-archive-method if
2867         gnus-update-message-archive-method is non-nil.
2868
2869 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2870
2871         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
2872         by Loic Dachary <loic@dachary.org>.
2873         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2874
2875 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2876
2877         * message.el (message-pop-to-buffer): Add switch-function argument.
2878         (message-mail): Pass switch-function argument to it.
2879
2880 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
2881
2882         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2883         Improve doc string.
2884
2885 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2886
2887         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2888         (gnus-header-content)
2889         * gnus-cite.el (gnus-cite-10)
2890         * gnus-srvr.el (gnus-server-closed)
2891         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2892         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2893         (gnus-group-mail-3-empty, gnus-group-mail-low)
2894         (gnus-group-mail-low-empty, gnus-splash)
2895         * message.el (message-header-to, message-header-cc)
2896         (message-header-subject, message-header-other, message-header-name)
2897         (message-header-xheader, message-separator, message-cited-text)
2898         (message-mml): Lighten colors of faces used for dark background.
2899
2900 2007-05-24  Simon Josefsson  <simon@josefsson.org>
2901
2902         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2903         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
2904
2905 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2906
2907         * message.el (message-narrow-to-headers-or-head):
2908         Ignore mail-header-separator in the body.
2909
2910 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2911
2912         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2913         same as window size.
2914
2915 2007-05-22  Kevin Ryde  <user42@zip.com.au>
2916
2917         * message.el (message-font-lock-keywords): Use message-header-xheader
2918         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
2919         ahead of the anything pattern, to get it recognised.
2920
2921 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2922
2923         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
2924         spam.el loads uses it in the compiled defadvice form.
2925
2926 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
2927
2928         * gnus-sum.el (gnus-articles-to-read)
2929         (gnus-summary-insert-old-articles): Don't truncate group name for
2930         `read-string'.
2931
2932         * gnus-util.el (gnus-limit-string): Delete this function.
2933
2934         * gnus-sum.el (gnus-simplify-subject-fully): Use
2935         `truncate-string-to-width' instead.
2936
2937 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
2938
2939         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
2940         if, on summary exit, the next group has to be selected.
2941         (gnus-summary-exit): Use it.
2942
2943 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
2944
2945         * gnus-art.el (gnus-article-mode): Fix comment about displaying
2946         non-break space.
2947
2948 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2949
2950         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2951         Check if group is not a directory.
2952         (nnfolder-request-expire-articles): Don't delete articles if the target
2953         group is not available.
2954
2955         * nnml.el (nnml-request-create-group): Properly check if group is not a
2956         file.
2957         (nnml-request-expire-articles): Don't delete articles if the target
2958         group is not available.
2959
2960         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2961         Don't quote characters that are within parentheses.
2962
2963 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2964
2965         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2966         (gnus-handle-ephemeral-exit): Select article according to it.
2967
2968 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2969
2970         * message.el (message-insert-formated-citation-line): Remove newline.
2971         (message-citation-line-format): Add final \n here so that the user can
2972         avoid a blank line.
2973
2974 2007-05-03  Dan Christensen  <jdc@uwo.ca>
2975
2976         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2977         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2978         Update lanl/arXiv support.
2979
2980 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2981
2982         * gnus.el: Bump version number.
2983
2984 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2985
2986         * gnus.el (gnus-version-number): Bump version.
2987
2988 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2989
2990         * gnus.el: No Gnus v0.6 is released.
2991
2992 2007-04-27  Didier Verna  <didier@xemacs.org>
2993
2994         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2995         * gmm-utils.el (gmm-regexp-concat): here.
2996         * message.el: Don't require 'gnus-util.
2997         (message-dont-reply-to-names): Handle name change above.
2998         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2999
3000 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3001
3002         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3003         since the initial value varies according to the system.
3004
3005 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3006
3007         * mm-util.el (mm-charset-synonym-alist): Defcustom.
3008
3009 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
3010
3011         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3012
3013 2007-04-24  Didier Verna  <didier@xemacs.org>
3014
3015         Improve the type of gnus-ignored-from-addresses.
3016         * gnus-util.el (gnus-orify-regexp): New function.
3017         * message.el (gnus-util): Require it.
3018         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3019         * gnus-sum.el (gnus-ignored-from-addresses): New function.
3020         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3021
3022 2007-04-24  Didier Verna  <didier@xemacs.org>
3023
3024         * gnus-sum.el:
3025         * gnus-utils.el: Fix some trailing whitespaces.
3026
3027 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3028
3029         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3030         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3031         article's Message-ID; refer parent article in summary buffer.
3032
3033         * message.el (message-bounce): Call mime-to-mml.
3034
3035         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
3036         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
3037         optimize and/or forms properly.
3038
3039 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
3040
3041         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
3042         URL.
3043
3044 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3045
3046         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3047
3048 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3049
3050         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3051         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3052         displayed of multipart/alternative part if it is invoked from summary
3053         buffer.
3054
3055         * mm-view.el (mm-inline-text-html-render-with-w3m)
3056         (mm-inline-text-html-render-with-w3m-standalone)
3057         (mm-inline-render-with-function): Use mail-parse-charset by default.
3058
3059 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
3060
3061         * parse-time.el (parse-time-string-chars): Check if CHAR
3062         is less than the length of parse-time-syntax.
3063
3064 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3065
3066         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3067         from gnus-newsgroup-processable.
3068
3069 2007-04-16  Didier Verna  <didier@xemacs.org>
3070
3071         * gnus-msg.el (gnus-configure-posting-styles): Handle
3072         message-signature-directory properly with :file syntax.  Reported by
3073         "Leo".
3074
3075 2007-04-11  Didier Verna  <didier@xemacs.org>
3076
3077         New user option: message-signature-directory.
3078         * gnus-msg.el (gnus-configure-posting-styles): Support it.
3079         * message.el (message-insert-signature): Ditto.
3080         * message.el (message-signature-file): Doc update.
3081         * message.el (message-signature-directory): New.
3082
3083 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3084
3085         * gnus-msg.el (gnus-inews-yank-articles): Use
3086         message-exchange-point-and-mark instead of exchange-point-and-mark.
3087
3088 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3089
3090         * message.el (message-yank-original): Make sure cited text ends with
3091         newline; don't exchange point and mark.
3092
3093 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
3094
3095         * tls.el (open-tls-stream): Properly handle case where there
3096         is no associated buffer.
3097
3098 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
3099
3100         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3101         message-yank-original, make sure (< mark TEXT point).
3102
3103 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3104
3105         * message.el (message-fill-column): New variable.
3106         (message-mode): Use it.  Add comment on a possible new hook.
3107
3108         * nnmail.el (nnmail-spool-file): Mark as obsolete.
3109         (nnmail-get-new-mail): Reformat.
3110
3111         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3112
3113         * gmm-utils.el: Fix Commentary.
3114         (gmm-tool-bar-from-list): Fix typo in doc string.
3115
3116 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
3117
3118         * message.el (message-yank-original): Don't switch point and mark
3119         unnecessarily to put point and mark as documented.
3120
3121 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3122
3123         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3124         from the message heads.
3125
3126 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
3127
3128         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3129         article buffer does not have a window.  This may not be the best
3130         solution but is certainly better than setting the start of the null,
3131         that is the current, window.
3132
3133 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3134
3135         * gnus-draft.el (gnus-draft-setup-hook): New hook.
3136         (gnus-draft-setup): Run it.
3137
3138         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3139         gnus-score-fast-scoring.  Allow regexp.
3140         (gnus-score-headers): Use it.
3141
3142         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3143         XEmacs.
3144
3145         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3146         string.
3147         (gnus-button-alist): Also catch `<f1> k ...'.
3148         (gnus-treat-display-x-face): Fix doc string.
3149
3150 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3151
3152         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3153         evaluation of gnus-extended-version to ensure correct generation of the
3154         User-Agent header when message-generate-headers-first is used.
3155
3156 2007-03-24  Simon Josefsson  <simon@josefsson.org>
3157
3158         * hashcash.el (hashcash-generate-payment-async): Don't crash if
3159         hashcash-path is nil.  Don't call callback with incorrect number of
3160         parameters if val is 0.
3161
3162 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3163
3164         * message.el (message-required-news-headers):
3165         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3166
3167 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3168
3169         * tls.el (open-tls-stream): In handshake-waiting loop,
3170         don't wait more if there is output available to process.
3171
3172 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3173
3174         * tls.el (tls-program): Doc fix.
3175
3176 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3177
3178         * message.el (message-generate-new-buffers): Change the meaning of the
3179         nil value; add `standard' to the choices; treat t as `unique'; improve
3180         doc string.
3181         (gnus-select-frame-set-input-focus): Autoload.
3182         (message-buffer-name): Search for the existing message buffer if
3183         message-generate-new-buffers is nil or `standard'; treat the value t of
3184         message-generate-new-buffers as `unique'.
3185         (message-pop-to-buffer): Raise the frame already displaying the message
3186         buffer; clear the echo area after querying.
3187         (message-setup): Pass the `continue' argument to compose-mail.
3188         (message-mail): Prefer `switch-function' if it is given; search for the
3189         existing message buffer if the `continue' argument is non-nil; pass
3190         continue and switch-function arguments to compose-mail by way of
3191         message-setup.
3192         (message-mail-other-window): Adjust argument of message-setup.
3193         (message-mail-other-frame): Ditto.
3194
3195 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3196
3197         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3198         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3199         to turn font-lock on when turning gnus-message-citation-mode on.
3200
3201 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
3202
3203         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3204         (mml-smime-function-alist): New variable; add epg as the backend.
3205         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3206         mml-smime- functions instead.
3207         * mm-view.el: Require smime.
3208
3209 2007-03-05  Didier Verna  <didier@xemacs.org>
3210
3211         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3212         instead of just inheritance for posting styles.
3213         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3214
3215 2007-02-24  Chris Moore  <dooglus@gmail.com>
3216
3217         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3218         * pgg-pgp.el (pgg-pgp-encrypt-region):
3219         * pgg-gpg.el (pgg-gpg-encrypt-region):
3220         Check pgg-encrypt-for-me if no other recipients.
3221
3222 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3223
3224         * tls.el (tls-certtool-program): Fix custom type.
3225
3226 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3227
3228         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3229         and point-at-eol instead of line-(beginning|end)-position.
3230
3231         * assistant.el (assistant-parse-buffer): Ditto.
3232
3233         * netrc.el (netrc-parse-services): Ditto.
3234
3235 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
3236
3237         * mml2015.el (mml2015-epg-find-usable-key): New function.
3238         (mml2015-epg-sign): Use it.
3239         (mml2015-epg-encrypt): Use it.
3240
3241 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3242
3243         * message.el (message-make-in-reply-to): Quote name containing
3244         non-ASCII characters.  It will make the RFC2047 encoder cause an error
3245         if there are special characters.  Reported by NAKAJI Hiroyuki
3246         <nakaji@jp.freebsd.org>.
3247
3248 2007-02-27  Didier Verna  <didier@xemacs.org>
3249
3250         Include the group parameters as well as the topic ones in the
3251         inheritance filter process.
3252         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3253         argument GROUP-PARAMS-LIST.
3254         * gnus-topic.el (gnus-group-topic-parameters): Use it.
3255
3256 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3257
3258         * nntp.el (nntp-never-echoes-commands)
3259         (nntp-open-connection-functions-never-echo-commands): New variables.
3260         (nntp-send-command): Use them.
3261
3262 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
3263
3264         * mml2015.el (mml2015-epg-verify): Simplified.
3265
3266 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3267
3268         * mml.el (mml-content-disposition-alist): New user option.
3269         (mml-content-disposition): New function.
3270         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3271         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3272
3273 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
3274
3275         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3276         verification.
3277
3278 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3279
3280         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3281         articles posted in the last 24 hours.
3282
3283 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
3284
3285         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3286
3287 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
3288
3289         * nntp.el (nntp-send-command): Don't wait for echoes when
3290         nntp-open-ssl-stream is used.
3291
3292 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3293
3294         * gnus-cite.el (gnus-test-font-lock-add-keywords)
3295         (gnus-message-add-citation-keywords)
3296         (gnus-message-remove-citation-keywords): Remove.
3297         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3298         directly, make the variables in font-lock-defaults buffer-local, add
3299         gnus-message-citation-keywords to them and then update the value of
3300         font-lock-keywords.
3301
3302 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3303
3304         * message.el (message-cite-original-1): Don't call
3305         gnus-article-highlight-citation.
3306
3307         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3308         citations; fix line count.
3309
3310 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3311
3312         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3313         (gnus-message-add-citation-keywords)
3314         (gnus-message-remove-citation-keywords): Use it; fix the emulating
3315         versions of font-lock-add-keywords and font-lock-remove-keywords to
3316         work with XEmacs correctly.
3317
3318 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3319
3320         * gnus-cite.el (gnus-cite-face-list): Set the values of
3321         gnus-message-max-citation-depth and gnus-message-citation-keywords.
3322         (gnus-message-max-citation-depth): Use defvar rather than defconst.
3323         (gnus-message-cite-prefix-regexp): New variable.
3324         (gnus-message-search-citation-line): Use it; protect against long
3325         citation prefix; fill match data with nil rather than 0 for XEmacs; set
3326         the 0th match data for Emacs.
3327         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3328         (gnus-message-add-citation-keywords): Append keywords rather than
3329         prepending; emulate font-lock-add-keywords if it is not available.
3330         (gnus-message-remove-citation-keywords): Emulate
3331         font-lock-remove-keywords if it is not available.
3332
3333         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3334
3335         * message.el (message-cite-prefix-regexp): Set the value of
3336         gnus-message-cite-prefix-regexp.
3337
3338 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3339
3340         * nnweb.el (nnweb-google-parse-1): Update parser.
3341
3342 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3343
3344         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3345
3346 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3347
3348         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3349         regexp.
3350
3351 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3354         string-to-multibyte.
3355         (uudecode-decode-region-internal): Use it.
3356
3357         * lpath.el: Fbind string-as-multibyte for XEmacs.
3358
3359 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3360
3361         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3362         custom choice.
3363
3364         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3365
3366 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3367
3368         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3369
3370         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3371         `write-region' to respect `mm-inhibit-file-name-handlers'.
3372
3373 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3374
3375         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3376         Use gnus-home-directory instead of "~/" or "$HOME".
3377
3378 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3379
3380         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3381         to mention filename.
3382         Add comments at beginning regarding usage.
3383         (encrypt-write-file-contents): Change interactive so a string is
3384         acceptable.  If the file has no associated model, show an error instead
3385         of a nonsense prompt.
3386
3387 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3388
3389         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3390         Thanks to Yoshihiko Yamada for kind notification of this typo.
3391
3392 2007-01-12  Kenichi Handa  <handa@m17n.org>
3393
3394         * uudecode.el (uudecode-decode-region-internal): Make it work in a
3395         multibyte buffer.
3396
3397 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3398
3399         * gnus-score.el (gnus-score-fast-scoring): New variable.
3400         (gnus-score-headers): Use it.
3401
3402         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3403
3404         * message.el (message-cite-original-1): Call
3405         gnus-article-highlight-citation if requested.
3406         (message-make-from): Allow name and address as optional arguments.
3407
3408         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3409
3410         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3411         bugs to doc string.
3412         (gnus-button-alist): Add mid\\|message-id.
3413         (gnus-button-fetch-group): Extend for use in
3414         `browse-url-browser-function'.
3415         (gnus-button-url-regexp): Try to catch paired parentheses like in
3416         Wikipedia URLs.
3417
3418         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3419         Suggested by Simon Krahnke <overlord@gmx.li>.
3420
3421 2007-01-13  Romain Francoise  <romain@orebokech.com>
3422
3423         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3424         Update copyright.
3425
3426 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
3427
3428         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3429
3430 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3431
3432         * gnus-registry.el (gnus-registry-unfollowed-groups)
3433         (gnus-registry-split-fancy-with-parent): Fix documentation.
3434
3435 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3436
3437         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3438         from nnweb groups.
3439
3440 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3441
3442         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3443         Xref urls.  Erase buffer before requesting head.
3444
3445 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3446
3447         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
3448         customizable.
3449
3450 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
3451
3452         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3453         no signing key is found.
3454         (mml2015-epg-encrypt): Ask user whether to skip or abort if
3455         no encrypting and/or signing key is found.
3456
3457 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3458
3459         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3460
3461 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3462
3463         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3464         headers read from disk with the ones newly found in the current search.
3465         This should no longer cause problems, because the article numbers in
3466         Gmane's `nov.php' output are ignored since the previous change.
3467
3468 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3469
3470         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3471
3472 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3473
3474         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
3475         replace-regexp-in-string; bind url-version; fbind display-images-p and
3476         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
3477         find-face and set-itimer-function for Emacs; bind itimer-list for
3478         Emacs.
3479
3480         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3481
3482 2007-01-01  Romain Francoise  <romain@orebokech.com>
3483
3484         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3485
3486 2006-12-31  Steve Youngs  <steve@sxemacs.org>
3487
3488         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3489         `define-minor-mode' macro definition expanded properly.
3490         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3491         exclude it there.
3492
3493         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3494         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
3495         `fboundp' test.
3496         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3497         This is OK to autoload in (S)XEmacs now.
3498
3499 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3500
3501         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3502         keystroke.
3503         (gnus-summary-limit-to-singletons): Fix typo.
3504
3505         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3506         else fails.
3507
3508 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3509
3510         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3511         docstring.
3512
3513         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3514         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3515         (gnus-summary-insert-dormant-articles): Fix typo in message.
3516
3517 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3518
3519         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3520         nil for XEmacs.
3521         (gnus-message-citation-mode): Don't autoload in XEmacs.
3522
3523         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3524
3525 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
3526
3527         * nnimap.el (nnimap-expunge-search-string): Mention
3528         nnimap-search-uids-not-since-is-evil in docstring.
3529
3530 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3531
3532         * spam.el: Revert to make-obsolete-variable because
3533         define-obsolete-variable-alias is not supported in Emacs 21.
3534
3535         * spam.el (spam-ifile-path, spam-ifile-database-path)
3536         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3537         make-obsolete-variable.
3538         (spam-bsfilter-path, spam-bsfilter-program)
3539         (spam-spamassassin-path, spam-spamassassin-program)
3540         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
3541         use "path" inappropriately.
3542         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3543         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3544         variable names.
3545
3546 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
3547
3548         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3549         summary buffer.
3550
3551         * password.el (password-cache-remove): Use clear-string to burn
3552         password, if available.
3553
3554 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3555
3556         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3557
3558         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3559
3560         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3561         (gnus-message-highlight-citation): Move defcustom here from
3562         gnus-cite.el.
3563         (gnus-message-citation-mode): Autoload.
3564
3565         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
3566         checks to make it compile with XEmacs.
3567         (gnus-message-citation-mode): New minor mode.
3568         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3569         (gnus-message-highlight-citation): New variables.
3570         (gnus-message-search-citation-line)
3571         (gnus-message-add-citation-keywords)
3572         (gnus-message-remove-citation-keywords)
3573         (turn-on-gnus-message-citation-mode)
3574         (turn-off-gnus-message-citation-mode): New functions.
3575
3576 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
3577
3578         * gnus-cite.el: Enable highlighting of different citation levels in
3579         message-mode.
3580
3581 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3582
3583         * message.el (message-make-fqdn): Fix comment.
3584         (message-bogus-system-names): Add ".local".
3585
3586         * spam.el (spam-ifile-path, spam-ifile-program)
3587         (spam-ifile-database-path, spam-ifile-database)
3588         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3589         Don't use "path" inappropriately.
3590         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3591         strings.
3592         (spam-check-ifile, spam-ifile-register-with-ifile)
3593         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3594         new variable names.
3595
3596         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3597         (gnus-treat-display-smileys): Simplify using
3598         gnus-image-type-available-p.
3599
3600         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3601         available.
3602
3603         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
3604         `display-images-p' if available.
3605
3606 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3607
3608         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3609         one after turning on the buffer's multibyteness instead of decoding
3610         them directly in the unibyte buffer that causes unexpected conversion
3611         in Emacs 23 (unicode).
3612
3613 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3614
3615         * message.el (message-generate-hashcash): Fix custom type.
3616
3617 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3618
3619         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3620
3621 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3622
3623         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3624         disconnect icons.  Add help text.
3625
3626 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
3627
3628         * spam.el (spam-extra-header-to-number): CRM114 spam score is
3629         negated to be consistent with the others we handle.
3630
3631 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3632
3633         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3634         version of gnus-summary-buffer to something, so that we can use two
3635         article buffers at the same time.
3636
3637 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
3638
3639         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3640         trigger all the extra headers.
3641         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3642         sorting.
3643
3644 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3645
3646         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3647         solid groups.
3648
3649 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
3650
3651         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3652
3653 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3654
3655         * legacy-gnus-agent.el: Add Copyright notice.
3656
3657 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
3658
3659         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3660
3661 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3662
3663         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3664
3665         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3666         to make it work reliably in CVS Emacs.
3667         (gnus-summary-limit-strange-charsets-predicate)
3668         (gnus-summary-limit-to-predicate): New functions.
3669
3670 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
3671
3672         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3673         specifying array size.
3674         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3675         array if it is too small.
3676         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3677         (gnus-sort-threads-loop): New function.
3678
3679 2006-12-06  Chris Moore  <dooglus@gmail.com>
3680
3681         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3682         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3683
3684 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
3685
3686         * mm-url.el (mm-url-predefined-programs): Call curl with correct
3687         options.
3688
3689 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3690
3691         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3692         DOS-ing the recipient.
3693
3694         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3695         the headers when creating the mapping to avoid mismappings.
3696         (nnweb-gmane-create-mapping): Always nix out old mapping.
3697
3698 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3699
3700         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3701         and mm-verify-option to never.
3702
3703 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3704
3705         * message.el (message-signed-or-encrypted-p): New function.
3706         (message-forward-make-body): Use it.
3707
3708         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3709         Replace encode-coding-string with mm-encode-coding-string.
3710
3711 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3712
3713         * nneething.el (nneething-decode-file-name): Replace
3714         decode-coding-string with mm-decode-coding-string.
3715
3716         * gnus-int.el (gnus-open-server): Say failed server's name.
3717
3718 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3719
3720         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3721         strings to a single string.  Quote `errors-file-name'.
3722         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3723         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3724         Adjust calls.  Use `shell-quote-argument'.
3725
3726 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3727
3728         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3729         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3730
3731         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3732         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3733         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3734         (gnus-group-make-directory-group, gnus-group-transpose-groups):
3735         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3736         (gnus-subscribe-newsgroup, gnus-1):
3737         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3738         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3739         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3740         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3741
3742 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3743
3744         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3745         keystroke.
3746         (gnus-summary-limit-to-bodies): Implement headersp.
3747
3748 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3749
3750         * dns.el (query-dns): Protect against "Process dns deleted" strings.
3751
3752 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3753
3754         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3755
3756 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3757
3758         * message.el (message-generate-hashcash): Expand range of values to
3759         include `opportunistic'.
3760         (message-send-mail): Use it.
3761
3762 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3763
3764         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3765         and comment it.
3766
3767         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3768
3769 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
3770
3771         * gnus-util.el (gnus-extract-address-components): Improve comment.
3772
3773 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3774
3775         * gnus-util.el (gnus-extract-address-components): Work with address in
3776         which the name portion contains @.
3777
3778         * lpath.el: Fbind custom-autoload.
3779
3780 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3781
3782         * gnus.el (gnus-start): Move custom group up.
3783         (gnus-select-method): Don't autoload, but make it available for
3784         `customize-variable'.
3785         (gnus-getenv-nntpserver): Don't autoload.
3786
3787 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
3788
3789         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3790
3791 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3792
3793         * message.el (message-sendmail-extra-arguments): New variable.
3794         (message-send-mail-with-sendmail): Use it.
3795
3796 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3797
3798         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3799         mm-with-unibyte-current-buffer to make string unibyte.
3800
3801         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3802         mm-string-as-multibyte.
3803
3804 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
3805
3806         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3807         Reported by Werner Koch <wk@gnupg.org>.
3808
3809 2006-11-14  Daiki Ueno  <ueno@p360>
3810
3811         * mml2015.el: Autoload epa-select-keys when compiling.
3812
3813 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3814
3815         * mml2015.el (mml2015-epg-sign): Save the signing keys in
3816         message-options.
3817         (mml2015-epg-encrypt): Save the recipient keys in message-options.
3818
3819 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3820
3821         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3822         EasyPG (< 0.0.6).
3823         (mml2015-always-trust): New user option.
3824         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3825         prompt.
3826
3827 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3828
3829         * nntp.el (nntp-authinfo-force): New variable.
3830         (nntp-send-authinfo): Use it.
3831
3832 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
3833
3834         * message.el (message-strip-subject-encoded-words): Allow _not_ to
3835         decode encoded words.  Improve prompt.  Add comment about forwarding.
3836         (message-replacement-char): Move up.
3837
3838 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3839
3840         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3841         instead of gnus-intersection because arguments of gnus-sorted-nunion
3842         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
3843
3844 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
3845
3846         * message.el (message-strip-subject-encoded-words): Reformat prompt.
3847         (message-simplify-subject-functions): Enable
3848         message-strip-subject-encoded-words by default.
3849
3850 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
3851
3852         * message.el (message-strip-subject-encoded-words): New function
3853         (message-simplify-subject-functions): New variable.
3854         (message-simplify-subject): Use it.  Fix typo in doc string.
3855         Support message-strip-subject-encoded-words.
3856
3857 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
3858
3859         * gnus-diary.el (gnus-diary-delay-format-function):
3860         * nndiary.el (nndiary-reminders):
3861         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3862
3863 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3864
3865         * gnus-art.el (article-hide-boring-headers): Fetch date from
3866         gnus-original-article-buffer to avoid problems with localized date
3867         strings.
3868
3869 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3870
3871         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3872
3873 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
3874
3875         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3876         New variables.
3877         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3878         (mm-charset-synonym-alist): Move some entries to
3879         mm-codepage-iso-8859-list.
3880         (mm-charset-synonym-alist, mm-charset-override-alist): Add
3881         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3882
3883 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3884
3885         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3886
3887 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3888
3889         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3890         with Emacs 21 and XEmacs.
3891
3892 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3893
3894         * spam.el (spam-parse-address): New function for better parsing,
3895         catching errors, etc.
3896         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3897
3898 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3899
3900         * mm-view.el: Add interactive arg to html2text autoload.
3901
3902 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3903
3904         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3905
3906 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
3907
3908         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3909         variables.
3910         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3911         (mm-charset-synonym-alist): Move some entries to
3912         mm-codepage-iso-8859-list.
3913
3914         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3915
3916 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
3917
3918         * message.el (message-citation-line-format)
3919         (message-insert-formated-citation-line): Fix implementation of %E, %N
3920         and %n according to the doc string.
3921
3922 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
3923
3924         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3925         car-safe to avoid bad parses.
3926
3927 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3928
3929         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3930         names.
3931
3932         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3933
3934 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3935
3936         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3937         header.
3938
3939         * message.el (message-draft-headers): Add Date.
3940         (message-headers-to-generate): Fix typo in docstring.
3941
3942         * nndraft.el (nndraft-required-headers): New variable.
3943         (nndraft-generate-headers): Use it.
3944
3945         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3946
3947 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3948
3949         * gnus-registry.el (gnus-registry-wash-for-keywords)
3950         (gnus-registry-find-keywords): New functions to allow easy searching of
3951         articles that are in the registry.
3952
3953 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3954
3955         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3956         ietf-drums-parse-address instead of gnus-extract-address-components.
3957         Reported by Damien Elmes <damien@repose.cx>.
3958
3959 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3960
3961         * gnus.el (gnus-mime): Remove unused custom group.
3962
3963 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3964
3965         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3966         "blank line" when searching for end of armor headers.
3967
3968 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3969
3970         * gmm-utils.el (gmm-write-region): Fix variable name.
3971
3972 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
3973
3974         * gmm-utils.el (gmm-write-region): New function based on compatibility
3975         code from `mm-make-temp-file'.
3976
3977         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3978
3979         * nnmaildir.el (nnmaildir--update-nov)
3980         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3981         Use `gmm-write-region'.
3982
3983 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3984
3985         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3986         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3987
3988         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3989
3990         * message.el (message-replacement-char): New variable.
3991         (message-fix-before-sending): Use it.
3992         (message-simplify-subject): New function to remove duplicate code.
3993         (message-reply, message-followup): Use it.
3994
3995         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3996         gnus-summary-limit-to-articles.
3997
3998 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3999
4000         * gnus-util.el (gnus-with-local-quit): New macro.
4001
4002         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
4003
4004 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
4005
4006         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4007         ignore non-string data.
4008
4009 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
4010
4011         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4012         non-string data (needs to be done in the registry too).
4013
4014 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4015
4016         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4017         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4018         (gnus-registry-split-fancy-with-parent)
4019         (gnus-registry-fetch-simplified-message-subject-fast)
4020         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4021         Remove text properties on ingress into the registry and when it's saved.
4022         (gnus-registry-clean-empty-function): Fix bug with cleaning the
4023         registry from entries with no groups.
4024
4025 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4026
4027         * gnus-util.el (gnus-string-remove-all-properties): Add utility
4028         function to remove string properties.
4029
4030 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4031
4032         * gmm-utils.el (gmm): Adjust custom version.
4033
4034         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4035         custom version.
4036
4037         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4038
4039 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4040
4041         * gnus-art.el (gnus-insert-prev-page-button)
4042         (gnus-insert-next-page-button): Simplify.  Reformat.
4043
4044 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4045
4046         * gnus-art.el (gnus-insert-prev-page-button)
4047         (gnus-insert-next-page-button): Apply gnus-article-button-face.
4048
4049 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4050
4051         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4052
4053 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4054
4055         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4056         gnus-article-button-face to MIME and security buttons.
4057
4058 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
4059
4060         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4061         readable.
4062
4063 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4064
4065         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
4066
4067 2006-09-20  Steve Youngs  <steve@sxemacs.org>
4068
4069         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4070         `browse-url-of-file' instead of `browse-url'.
4071
4072 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4073
4074         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4075         regexp.  Articles containing quotation were cut prematurely.
4076
4077 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4078
4079         * message.el (message-cite-original-1): Use nobody by default for the
4080         value of From header.
4081         (message-reply): Ditto.
4082
4083 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
4084
4085         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4086         to the gnus-info.  This fixes a bug of inline-PGP message verification.
4087         Reported by Michael Piotrowski <mxp@dynalabs.de>.
4088
4089 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
4090
4091         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4092         mails in the doc string.  Add some URLs in comment.
4093         (pop3-movemail): Warn about pop3-leave-mail-on-server.
4094
4095 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4096
4097         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4098         backslashes handling and the way to find boundaries of quoted strings.
4099
4100 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
4101
4102         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4103         mml1991-encrypt-to-self is set and mml1991-signers is not set.
4104         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4105         mml2015-encrypt-to-self is set and mml2015-signers is not set.
4106
4107 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4108
4109         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
4110         doc string.
4111         (gnus-button-regexp, gnus-button-last): Remove unused variables.
4112
4113 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4114
4115         * lpath.el: Fbind epg-check-configuration.
4116
4117 2006-09-06  Simon Josefsson  <jas@extundo.com>
4118
4119         * mml2015.el (mml2015-use): Doc fix, mention epg.
4120
4121 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4122
4123         * mml2015.el (mml2015-use): Default to epg, if available.
4124
4125 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4126
4127         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4128         message-sender.
4129         (mml1991-epg-encrypt): Ditto.
4130         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4131         message-sender.
4132         (mml2015-epg-encrypt): Ditto.
4133
4134 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
4135
4136         * message.el (message-send-mail-with-sendmail): Look for sendmail in
4137         several common directories.
4138
4139 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
4140
4141         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4142         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4143
4144 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4145
4146         * gnus-art.el (article-decode-encoded-words): Make it fast.
4147
4148 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4149
4150         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4151
4152         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4153         in quoted string into `\'.
4154
4155 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4156
4157         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4158         Use standard-syntax-table.
4159
4160 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4161
4162         * gnus-art.el (gnus-decode-address-function): New variable.
4163         (article-decode-encoded-words): Use it to decode headers which are
4164         assumed to contain addresses.
4165         (gnus-mime-delete-part): Remove useless `or'.
4166
4167         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4168         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4169         (gnus-nov-parse-line): Use it to decode From header.
4170         (gnus-get-newsgroup-headers): Ditto.
4171         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4172
4173         * mail-parse.el (mail-decode-encoded-address-region): New alias.
4174         (mail-decode-encoded-address-string): New alias.
4175
4176         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4177         New function.
4178         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4179         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4180         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4181         (rfc2047-decode-string): Ditto.
4182         (rfc2047-decode-address-region): New function.
4183         (rfc2047-decode-address-string): New function.
4184
4185 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
4186
4187         * message.el (message-caesar-buffer-body): Allow rotating headers.
4188
4189         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4190
4191         * message.el (message-insert-formated-citation-line): Fix %f.
4192         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4193
4194 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4195
4196         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4197         (gnus-bookmark-mouse-available-p): New macro.
4198         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4199         (gnus-bookmark-bmenu-show-infos): Use it.
4200         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4201         (gnus-bookmark-bmenu-hide-infos): Ditto.
4202         (gnus-bookmark-remove-properties): New function.
4203         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4204         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4205         (gnus-bookmark-write-file): Bind coding-system-for-write.
4206         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4207         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4208         group before selecting it.
4209         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4210         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4211         quit-window if it is not available; use gnus-mouse-2 and bind it to
4212         gnus-bookmark-bmenu-select-by-mouse.
4213         (gnus-bookmark-show-details): Remove unused variable `details-list'.
4214         (gnus-bookmark-bmenu-select-by-mouse): New function.
4215
4216 2006-08-13  Romain Francoise  <romain@orebokech.com>
4217
4218         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4219         space.
4220
4221 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4222
4223         * compface.el (uncompface): Use binary rather than raw-text-unix.
4224
4225 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4226
4227         * compface.el (uncompface): Make sure the eol conversion doesn't take
4228         place when communicating with the external programs.  Reported by
4229         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4230
4231 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4232
4233         * nnheader.el (nnheader-insert-head): Fix typo in comment.
4234
4235 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4236
4237         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4238         Make it more robust by parsing author and date independently.
4239
4240 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4241
4242         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4243
4244 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
4245
4246         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4247         first matching secret key.
4248         (mml2015-epg-encrypt): Ditto.
4249
4250         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4251         first matching secret key.
4252         (mml1991-epg-encrypt): Ditto.
4253
4254         * mml2015.el (mml2015-encrypt-to-self): New user option.
4255         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4256         mml2015-epg-encrypt-to-self is set.
4257
4258         * mml1991.el (mml1991-encrypt-to-self): New variable.
4259         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4260         mml1991-epg-encrypt-to-self is set.
4261
4262         * mml2015.el (mml2015-signers): New user option.
4263         (mml2015-epg-sign): Reflect the value of mml2015-signers.
4264         (mml2015-epg-encrypt): Allow to select signing keys.
4265
4266         * mml1991.el (mml1991-signers): New variable.
4267         (mml1991-epg-sign): Reflect the value of mml1991-signers.
4268         (mml1991-epg-encrypt): Allow to select signing keys.
4269
4270 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4271
4272         * nnheader.el (nnheader-insert-head): Make it work even if the file
4273         uses CRLF for the line-break code.
4274
4275 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
4276
4277         * mml2015.el: Require mml-sec instead of password.
4278         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4279         (mml2015-cache-passphrase): Inherit the default value from
4280         mml-secure-cache-passphrase.
4281         (mml2015-passphrase-cache-expiry): Inherit the default value from
4282         mml-secure-passphrase-cache-expiry.
4283
4284         * mml1991.el: Require mml-sec instead of password.
4285         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4286         (mml1991-cache-passphrase): Inherit the default value from
4287         mml-secure-cache-passphrase.
4288         (mml1991-passphrase-cache-expiry): Inherit the default value from
4289         mml-secure-passphrase-cache-expiry.
4290
4291         * mml-sec.el: Require password.
4292         (mml-secure-verbose): New user option.
4293         (mml-secure-cache-passphrase): New user option.
4294         (mml-secure-passphrase-cache-expiry): New user option.
4295
4296 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
4297
4298         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4299         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
4300         andreas@altroot.de (Andreas Vögele).
4301
4302         FIXME: Use `tiny change'?
4303
4304 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4305
4306         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4307         workaround for the url package included with Emacs.
4308
4309         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4310
4311 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4312
4313         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4314         correctly.  This fixes a bug caused by the 2006-05-12 change.
4315
4316 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
4317
4318         * nnmail.el (nnmail-article-group): If splitting raises an error, give
4319         some information about the error when saying that the `bogus' mail
4320         group will be used.
4321
4322 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
4323
4324         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4325         string.
4326
4327 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
4328
4329         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4330
4331 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4332
4333         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4334
4335 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4336
4337         * mml1991.el (mml1991-function-alist): Add epg.
4338         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4339         (mml1991-epg-encrypt): New functions.
4340
4341 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4342
4343         * mml2015.el (mml2015-verbose): New variable.
4344         (mml2015-cache-passphrase): Ditto.
4345         (mml2015-passphrase-cache-expiry): Ditto.
4346         (mml2015-function-alist): Add epg.
4347         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4348         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4349         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4350         functions.
4351
4352 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4353
4354         * message.el (message-cite-original-1): Preserve region when removing
4355         quoted text due to X-No-Archive in order to avoid bogus attribution
4356         when citing multiple messages.
4357
4358 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4359
4360         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4361         Kenneth Jacker <khj@be.cs.appstate.edu>.
4362
4363 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4364
4365         * gnus-diary.el (gnus-user-format-function-d)
4366         (gnus-user-format-function-D): Autoload.
4367
4368         * imap.el (Commentary): Fix typo.
4369
4370         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4371         2006-04-22 contribution.
4372
4373 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4374
4375         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4376         It didn't really fix the bogosity I'm seeing with solid web groups.
4377
4378 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4379
4380         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4381         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4382         created using server names.  If we use the feature without declaring
4383         it, Gnus does not properly manage server and group state.
4384
4385         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4386         bound.
4387
4388 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4389
4390         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4391         looking up the method using GROUP's prefix before inventing a new one.
4392         It is used on killed/unknown groups in various places where returning
4393         an all-new method isn't expected by the caller.
4394
4395         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4396         and match semantics of gnus-group-real-prefix.
4397
4398 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
4399
4400         * nnmail.el (nnmail-broken-references-mailers): New variable.
4401         (nnmail-ignore-broken-references): New function generalizing
4402         nnmail-fix-eudora-headers.
4403         (nnmail-fix-eudora-headers): Now obsolete.
4404
4405         * gnus-art.el (gnus-button-handle-custom): Support
4406         `customize-apropos*'.
4407
4408 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4409
4410         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4411
4412         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4413         articles.
4414
4415 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4416
4417         * message.el (message-cite-reply-above): New variable.
4418         (message-yank-original): Use it.
4419
4420 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4423
4424 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
4425
4426         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4427         as read.
4428
4429         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4430
4431 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
4432
4433         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4434         (gnus-bookmark-default-file): Use gnus-directory.
4435         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4436         Remove "*" in doc string.
4437         (gnus-bookmark-write-file): Simplify.
4438         (gnus-bookmark-maybe-sort-alist): Use `when'.
4439         (gnus-bookmark-get-bookmark): Fix typo in doc string.
4440         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4441         FIXME about Emacs 21 and XEmacs compatibility.
4442         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4443         compatibility.
4444         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4445         compatibility.
4446         (gnus-bookmark-menu-heading): Fix version.
4447
4448 2006-06-19  Bastien Guerry  <bzg@altern.org>
4449
4450         * gnus-bookmark.el: New file.
4451
4452 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4453
4454         * message.el (message-syntax-checks): Doc fix.
4455
4456 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4457
4458         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4459         unsubscribed groups as if they were killed ones.  It causes duplicate
4460         entries in gnus-newsrc-alist.
4461
4462 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4463
4464         * message.el (message-syntax-checks): Doc fix.
4465         (message-send-mail): Add check for continuation headers.
4466         (message-check-news-header-syntax): Fix regexp used to check for
4467         continuation headers.
4468
4469 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4470
4471         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4472
4473 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
4474
4475         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4476
4477 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4478
4479         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4480         default-truncate-lines.
4481
4482 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4483
4484         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4485         to fill the utf-8 entry.
4486
4487         * lpath.el: Fbind unicode-precedence-list.
4488
4489 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4490
4491         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4492
4493 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
4494
4495         * gnus-agent.el (directory-files-and-attributes): Move all the way
4496         forward (the third and final move).
4497         (gnus-agent-read-agentview): Trap reconstruction errors due to
4498         nonexistant directory.  Handle by returning nil.
4499
4500 2006-05-30  Didier Verna  <didier@xemacs.org>
4501
4502         * message.el (message-dont-reply-to-names): Update the custom type.
4503         * message.el (message-dont-reply-to-names): New defsubst: potentially
4504         convert a list of regexps into a single one.
4505         * message.el (message-get-reply-headers): Use it.
4506         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4507
4508 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4509
4510         * gnus-agent.el (directory-files-and-attributes): Move forward.
4511
4512 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4513
4514         * gnus-ml.el (gnus-mailing-list-subscribe)
4515         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4516         (gnus-mailing-list-message): Fix doc strings.
4517
4518 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4519
4520         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4521         of doing it manually.
4522
4523 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4524
4525         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4526         comment.
4527
4528 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
4529
4530         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4531         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4532         (gnus-agent-read-local): All symbols allocated in my-obarray
4533         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4534         (gnus-agent-regenerate-group): Check numeric names to see if they are
4535         messages or groups.
4536         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4537         better way of do this...)
4538
4539         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4540         'dummy.group' (there should be a better way of do this...)
4541
4542 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4543
4544         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4545         (gnus-saved-headers): Ditto.
4546         (gnus-default-article-saver): Mention functions may have properties.
4547         (gnus-article-save): Override gnus-save-all-headers and
4548         gnus-saved-headers by :headers property which saver function may have.
4549         (gnus-summary-save-in-file): Add :headers property.
4550         (gnus-summary-write-to-file): Ditto.
4551
4552         * gnus-sum.el (gnus-summary-save-article): Bind
4553         gnus-prompt-before-saving to t when saving many articles in a file;
4554         always show all headers.
4555
4556         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
4557
4558 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4559
4560         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4561         marks.
4562
4563         * message.el (message-indent-citation): Add optional arguments to allow
4564         using it outside of message buffers.
4565
4566         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4567         (gnus-article-treat-unfold-headers): Use it.
4568         (gnus-article-truncate-lines): New variable.
4569         (gnus-article-mode): Use it.
4570         (gnus-article-toggle-truncate-lines): New function.
4571
4572         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4573         gnus-article-toggle-truncate-lines.
4574
4575         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4576         coding system in XEmacs, use binary.
4577
4578 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4579
4580         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4581         after-load-alist.
4582
4583         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4584         this function should save decoded articles.
4585         (gnus-summary-write-to-file): Use property to specify this function
4586         should save decoded articles and specify gnus-summary-save-in-file
4587         should be used to save articles other than the first one when saving
4588         many articles.
4589         (gnus-summary-save-body-in-file): Use property to specify this
4590         function should save decoded articles.
4591         (gnus-summary-write-body-to-file): Use property to specify this
4592         function should save decoded articles and specify
4593         gnus-summary-save-body-in-file should be used to save articles other
4594         than the first one when saving many articles.
4595
4596         * gnus-sum.el (gnus-summary-save-article): Simplify.
4597
4598 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4599
4600         * gnus-art.el (gnus-default-article-saver): Add
4601         gnus-summary-write-body-to-file.
4602         (gnus-article-save-coding-system): Don't use coding system object
4603         in XEmacs.
4604         (gnus-read-save-file-name): Add optional `dir-var' argument which
4605         specifies directory in which files are saved; work even if optional
4606         `variable' argument is not specified.
4607         (gnus-summary-write-to-file): Read file name.
4608         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4609         (gnus-summary-write-body-to-file): New function.
4610
4611         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4612         (gnus-summary-local-variables): Add it.
4613         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4614         (gnus-summary-save-article): Remove optional `decode' argument;
4615         determine whether to decode articles by the value of
4616         gnus-default-article-saver; when saving many files using
4617         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4618         it first and use gnus-summary-save-in-file or
4619         gnus-summary-save-body-in-file thereafter unless
4620         gnus-prompt-before-saving is always; move point to article which
4621         will be saved.
4622         (gnus-summary-save-article-file): Revert.
4623         (gnus-summary-write-article-file): Revert.
4624         (gnus-summary-save-article-body-file): Revert.
4625         (gnus-summary-write-article-body-file): New function.
4626
4627 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4628
4629         * gnus-art.el (gnus-default-article-saver): Doc fix.
4630         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4631         from gnus-summary-save-article-coding-system, and default to a
4632         certain coding system.
4633         (gnus-output-to-file): Add coding cookie and encode text according
4634         to gnus-article-save-coding-system; don't use mm-append-to-file.
4635
4636         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4637         gnus-art.el and rename to gnus-article-save-coding-system.
4638         (gnus-summary-save-article): Require gnus-art; don't show all
4639         headers if it decodes articles; don't add coding cookie here;
4640         don't bind mm-text-coding-system-for-write.
4641         (gnus-summary-save-article-file): Save decoded articles.
4642         (gnus-summary-write-article-file): When saving many files, use
4643         gnus-summary-write-to-file first and gnus-summary-save-in-file
4644         thereafter unless gnus-prompt-before-saving is always.
4645         (gnus-summary-save-article-body-file): Save decoded articles.
4646
4647         * lpath.el: Fbind select-safe-coding-system for XEmacs.
4648
4649 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4650
4651         * nnrss.el (nnrss-check-group): Bind hash-index.
4652
4653 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
4654
4655         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4656         its hash index.  Store this hash in `nnrss-group-data'.
4657         (nnrss-read-group-data): Update accordingly.
4658
4659 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4660
4661         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4662         entry.
4663
4664         * gnus-sum.el (gnus-summary-make-menu-bar): Add
4665         gnus-article-browse-html-article.
4666
4667 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
4668
4669         * gnus-sum.el (gnus-summary-mime-map): Add
4670         gnus-article-browse-html-article.
4671
4672         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4673
4674 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4675
4676         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4677         suitable coding systems in customize.
4678
4679 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
4680
4681         * mail-source.el (mail-sources): Fix custom type.
4682
4683 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
4684
4685         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4686         (gnus-summary-expire-articles-now): Shorten prompt.
4687
4688         * gmm-utils.el (wid-edit): Require.
4689         (defun-gmm): Renamed from `gmm-defun-compat'.
4690         (gmm-image-search-load-path): Use it.
4691         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
4692
4693 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4694
4695         * gnus-sum.el (gnus-summary-save-article-coding-system): New
4696         variable.
4697         (gnus-summary-save-article): Add optional `decode' argument.  If
4698         it is set and gnus-summary-save-article-coding-system is non-nil,
4699         save decoded article.
4700         (gnus-summary-write-article-file): Save decoded article if
4701         gnus-summary-save-article-coding-system is non-nil.
4702
4703         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4704         type.
4705
4706 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4707
4708         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4709
4710 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4711
4712         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4713         first to test gnus-single-article-buffer which may be buffer-local.
4714
4715         * gnus-sum.el (gnus-summary-setup-buffer): Make
4716         gnus-single-article-buffer buffer-local and nil in ephemeral
4717         group; make gnus-article-buffer, gnus-article-current, and
4718         gnus-original-article-buffer always buffer-local.
4719         (gnus-summary-exit): Kill article buffer belonging to ephemeral
4720         group.
4721         (gnus-handle-ephemeral-exit): Don't move to next summary line.
4722
4723 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4724
4725         * nnml.el (nnml-request-compact-group): Compressed files might not
4726         have .gz extension.
4727
4728 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4729
4730         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4731         (mm-copy-to-buffer): Use with-current-buffer.
4732         (mm-display-part): Simplify.
4733         (mm-inlinable-p): Add optional arg `type'.
4734
4735 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4736
4737         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4738         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4739         Try harder to show the attachment internally or externally using
4740         gnus-mime-view-part-as-type.
4741
4742 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4743
4744         * message.el (message-from-style, message-signature-separator)
4745         (message-user-organization-file, message-send-mail-function)
4746         (message-citation-line-function, message-yank-prefix)
4747         (message-indent-citation-function, message-signature)
4748         (message-signature-file, message-signature-insert-empty-line):
4749         Remove autoloads.
4750
4751         * gnus-art.el (gnus-buttonized-mime-types): Remove
4752         "multipart/signed".  Revert 2006-04-26 change.
4753
4754 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4755
4756         * gnus.el (gnus-version-number): Bump version.
4757
4758 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4759
4760         * gnus.el: No Gnus v0.5 is released.
4761
4762 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4763
4764         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4765         fetching articles by message-id.
4766
4767 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4768
4769         * message.el (hashcash): Require hashcash as normal.
4770
4771         * ecomplete.el (ecomplete-highlight-match-line): Use
4772         point-at-eol.
4773         (ecomplete-highlight-match-line): Use `highlight', because that
4774         face exists in both Emacs and XEmacs.
4775
4776         * message.el (message-display-abbrev): Use point-at-bol.
4777
4778         * mail-source.el: Don't require timer/timer-funcs.
4779
4780         * gnus-async.el: Ditto.
4781
4782         * password.el: Ditto.
4783
4784         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
4785
4786         * mm-url.el: Ditto.
4787
4788         * gnus-xmas.el: Don't require timer-funcs.
4789
4790         * mm-util.el: Require timer/timer-funcs.
4791
4792 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4793
4794         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4795         Close.
4796
4797 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4798
4799         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4800         unibyte after clear-decrypt function runs.
4801
4802         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4803         returns as a unibyte string.
4804
4805 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4806
4807         * lpath.el: Revert.
4808
4809         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
4810         (pgg-gpg-process-sentinel): Revert.
4811
4812         * pgg-pgp.el (pgg-pgp-process-region): Revert.
4813         (pgg-pgp-lookup-key): Revert.
4814
4815         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
4816         (pgg-pgp5-lookup-key): Revert.
4817
4818         * pgg.el (pgg-fetch-key): Revert.
4819
4820 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4821
4822         * lpath.el: Fbind string-as-multibyte for XEmacs.
4823
4824         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4825         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4826         (mml1991-pgg-encrypt): Ditto.
4827
4828         * pgg-gpg.el (pgg-string-to-multibyte): New function.
4829         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
4830         a multibyte buffer.
4831
4832         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
4833         (pgg-pgp-lookup-key): Ditto.
4834
4835         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
4836         (pgg-pgp5-lookup-key): Ditto.
4837
4838         * pgg.el (pgg-fetch-key): Ditto.
4839
4840 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
4841
4842         * message.el (message-user-organization-file): Check several
4843         locations of the organization file.
4844
4845         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4846         Add gnus-article-view-part-as-type.
4847
4848         * gnus-art.el (gnus-article-view-part-as-type): New function.
4849
4850         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4851         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
4852
4853         * mml.el: Simplify autoload.
4854         (mml-mode): defvar dnd-protocol-alist instead of using
4855         symbol-value.
4856         (mml-default-directory): New variable.
4857         (mml-minibuffer-read-file): Use it.
4858         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4859
4860         * message.el (message-citation-line-format): New variable.
4861         (message-insert-formated-citation-line): New function.
4862         (message-citation-line-function): Add
4863         `message-insert-formated-citation-line' to custom type.
4864
4865         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4866         to doc string.
4867
4868         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4869         depending on mm-verify-option.
4870
4871 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4872
4873         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4874         binding pgg-* variables; reimplement the section which prevents
4875         MIME header from being signed.
4876         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4877         pgg-text-mode; remove a blank line at the top of body.
4878
4879         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4880         lines at the top of body; use gnus-newsgroup-charset if there's no
4881         Charset header.
4882
4883 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4884
4885         * message.el (message-self-insert-commands): Doc fix.
4886
4887         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4888         (mm-uu-pgp-encrypted-test): Ditto.
4889         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4890         between header and body; return application/pgp-encrypted handle
4891         if decryption failed; decode decrypted body by charset.
4892
4893         * mm-decode.el (mm-automatic-display): Don't make application/pgp
4894         element match to application/pgp-*.
4895
4896 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4897
4898         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4899         HTML.
4900
4901 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4902
4903         * mail-source.el (mail-source-call-script): Message the error
4904         string.
4905
4906 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4907
4908         * gnus-util.el (gnus-byte-compile): Use it.
4909
4910 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
4911
4912         * gnus-util.el (kill-empty-logs): New function.
4913
4914 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4915
4916         * message.el (message-mail-alias-type): Doc fix.
4917         (message-mail-alias-type-p): New function.
4918         (message-send): Use it.
4919         (message-mode): Ditto.
4920         (message-strip-forbidden-properties): Ditto.
4921
4922         * ecomplete.el (ecomplete-database-file-coding-system): New
4923         variable.
4924         (ecomplete-save): Use it.
4925         (ecomplete-setup): Use it.
4926
4927 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4928
4929         * message.el (message-self-insert-commands): New variable.
4930         (message-strip-forbidden-properties): Use it.
4931
4932 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4933
4934         * message.el (message-put-addresses-in-ecomplete): Use a regexp
4935         that doesn't make XEmacs choke.
4936
4937 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
4938
4939         * gnus-util.el (gnus-replace-in-string):
4940         Prefer replace-regexp-in-string over of replace-in-string.
4941
4942 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4943
4944         * gnus-util.el (gnus-select-frame-set-input-focus):
4945         Use select-frame-set-input-focus if it is available in XEmacs; use
4946         definition defined in Emacs 22 for old Emacsen.
4947
4948         * dgnushack.el: Autoload unmorse-region for XEmacs.
4949
4950         * lpath.el: Bind cursor-in-non-selected-windows and
4951         select-frame-set-input-focus for XEmacs.
4952
4953 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * mm-view.el (mm-inline-text): Use equal instead of equalp.
4956
4957 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
4958
4959         * gnus-registry.el (gnus-registry-cache-save): Remove text
4960         properties when saving via the temp buffer.
4961
4962 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4963
4964         * message.el (message-generate-hashcash): Honor custom type.
4965
4966 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4967
4968         * message.el (message-generate-hashcash): Default to non-nil when
4969         hashcash is found.
4970
4971         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4972         (gnus-refer-thread-limit): Increase default to 500.
4973
4974         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4975
4976         * flow-fill.el (fill-flowed): Allow delete-space.
4977
4978 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4979
4980         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4981         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4982         Remove autoloads.
4983
4984 2006-04-18  Simon Josefsson  <jas@extundo.com>
4985
4986         * message.el (message-generate-hashcash): Default to.
4987
4988 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4989
4990         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4991         concatenating segments rather than before concatenating them.
4992
4993 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
4994
4995         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4996
4997 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4998
4999         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
5000
5001         * message.el (message-forward-make-body-plain): Allow
5002         message-forward-ignored-headers to be a list.
5003         (message-remove-ignored-headers): Factor out into function.
5004         (message-forward-make-body-mml): Use it.
5005
5006         * imap.el (imap-quote-specials): New function.
5007         (imap-login-auth): Quote specials.
5008
5009         * rfc2231.el (rfc2231-parse-string): Remove dead code.
5010         (rfc2231-parse-string): Allow concatanation of parameters that
5011         aren't contiguous.  The test case is
5012           (mail-header-parse-content-type "message/external-body;
5013             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
5014             access-type=LOCAL-FILE;
5015             name*1*=plugh%2fhello-sailor%2fbing.pdf")
5016
5017 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5018
5019         * nntp.el (nntp-accept-process-output): Return the value of
5020         `nnheader-accept-process-output'.
5021
5022 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5023
5024         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
5025         (gnus-button-alist): Recognize more diff formats.
5026         (gnus-button-patch): Strip directory.
5027
5028 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5029
5030         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
5031         Emacs 22 when setting focus.
5032
5033 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5034
5035         * gnus-art.el (gnus-article-treat-types): Do treatment of
5036         text/x-verbatim parts.
5037         (gnus-button-patch): New command.
5038
5039         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5040         addresses that contain invalid characters.
5041
5042 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5043
5044         * message.el (message-put-addresses-in-ecomplete): Use
5045         gnus-replace-in-string.
5046         (message-is-yours-p): Use the more correct
5047         mail-header-parse-address instead of
5048         mail-extract-address-components.
5049         (message-put-addresses-in-ecomplete): Fix typo.
5050
5051         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5052         keystroke.
5053
5054         * gnus-art.el (gnus-treatment-function-alist): Change order of
5055         newsgroups/generic header folding to avoid double-folding.
5056
5057         * message.el (message-hidden-headers): Add X-Draft-From.
5058
5059         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5060         command.
5061         (gnus-summary-repeat-search-article-backward): New command.
5062
5063         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5064         groups in the parent topic.
5065
5066 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
5067
5068         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5069         (spam-extra-header-to-number): Return the CRM114 number as a
5070         number instead of a string.
5071
5072 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5073
5074         * gnus-art.el (gnus-face-properties-alist): Moved here from
5075         gnus-fun.
5076
5077         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5078
5079 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5080
5081         * message.el (message-strip-forbidden-properties): Only display on
5082         self-insert-command.
5083
5084         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5085         reindent.
5086         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5087
5088 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
5089
5090         * smiley.el (smiley-style): Fix typo.
5091
5092 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5093
5094         * hashcash.el (hashcash-insert-payment-async-2): Use
5095         message-goto-eoh instead of doing it manually.
5096         (mail-add-payment): Use message-narrow-to-header instead of trying
5097         to do the same itself.
5098
5099         * message.el (message-hidden-headers): Add Face.
5100
5101         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5102         reparenting code.
5103         (gnus-summary-reparent-children): Refactored out code.
5104         (gnus-summary-thread-map): New keystroke.
5105         (gnus-summary-reparent-children): Make into command.
5106
5107         * smiley.el (smiley-style): Default to `medium' if using a large
5108         font.
5109
5110         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5111         does it itself.
5112
5113         * message.el (message-point-in-header-p): Simplify definition.
5114
5115 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5116
5117         * nnagent.el (nnagent-request-set-mark): Silence log file
5118         writing.
5119         (nnagent-request-set-mark): Use write-region instead of
5120         append-to-file.
5121
5122         * gnus-sum.el (gnus-read-header): Fudge article number if using a
5123         strange select method.
5124
5125         * ecomplete.el (ecomplete-display-matches): Get highlightling
5126         right.
5127         (ecomplete-display-matches): Use literals.
5128         (ecomplete-display-matches): Disable message logging.
5129
5130         * message.el (message-display-abbrev): Small optimization.
5131
5132         * ecomplete.el (ecomplete-display-matches): Allow automatic
5133         display.
5134
5135         * message.el (message-strip-forbidden-properties): Display
5136         abbrevs.
5137         (message-display-abbrev): Get automatic display right.
5138
5139         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5140         keystrokes.
5141
5142 2006-04-13  Romain Francoise  <romain@orebokech.com>
5143
5144         TODO: Backport to v5-10!
5145
5146         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5147         Moved here (and renamed) from gnus-registry.el.
5148
5149         * gnus-registry.el: Require gnus-util.
5150         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5151
5152 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5153
5154         * gnus-group.el (gnus-group-catchup-current): Change
5155         if-then-else-if-then-else into cond.
5156         (gnus-group-catchup): Indent.
5157         (group-name-at-point): New function.
5158         (gnus-fetch-group): Provide default from thing at point.
5159
5160 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5161
5162         * message.el (message-display-abbrev): Fix regexp.
5163
5164         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5165         choosing.
5166         (ecomplete-highlight-match-line): Fix up code rewrite, remove
5167         dead variables.
5168
5169         * message.el (message-newline-and-indent): Remove debugging.
5170         (message-display-abbrev): Use new implementation.
5171
5172 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5173
5174         * gnus-art.el (gnus-article-mode): Set
5175         cursor-in-non-selected-windows to nil.
5176
5177         * smiley.el: Revert previous change.
5178         (smiley-data-directory): defvar it before using it in the
5179         defcustom of `smiley-style'.
5180
5181 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5182
5183         * message.el (message-newline-and-indent): New function.
5184
5185         * ecomplete.el: Implement more bits.
5186
5187         * message.el (message-put-addresses-in-ecomplete): Clean up the
5188         string.
5189
5190         * ecomplete.el (ecomplete-add-item): Chop off decimals.
5191
5192         * gnus-sum.el (gnus-summary-save-parts): Bind
5193         gnus-summary-save-parts-counter and use it to make unique file
5194         names.
5195
5196         * gnus-art.el (gnus-ignored-headers): Add some more headers.
5197
5198         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5199         parameter to say whether to actually parse the individual
5200         addresses.
5201
5202         * message.el (message-put-addresses-in-ecomplete): New function.
5203         (ecomplete): Require.
5204         (message-mail-alias-type): Add ecomplete as an option.
5205
5206 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
5207
5208         * flow-fill.el (fill-flowed): Remove trailing space from blank
5209         quoted lines.
5210
5211 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5212
5213         * smiley.el (smiley-style): Move definition later to avoid a
5214         compilation warning.
5215
5216 2006-04-12  Kenichi Handa  <handa@m17n.org>
5217
5218         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5219         buffer and then decode the buffer text if necessary.
5220         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5221         first, and after mm-encode-body, change the buffer to unibyte.
5222         Use mm-disable-multibyte instead of set-buffer-multibyte.
5223
5224 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5225
5226         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5227         Content-Type header instead of Content-Disposition header.
5228         (gnus-mime-inline-part): Ditto.
5229         (gnus-mime-view-part-as-charset): Ignore charset that the part
5230         specifies.
5231
5232         * mm-decode.el (mm-display-part): Work with external parts and
5233         usual parts similarly.
5234
5235         * mm-extern.el (mm-inline-external-body): Use mm-display-part
5236         instead of gnus-display-mime.
5237
5238         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5239         instead of with-temp-buffer.
5240
5241         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5242         tag to summarized topics part in order to encode non-ASCII text.
5243
5244 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5245
5246         * smiley.el (smiley-style): New variable.
5247         (smiley-directory): New function.
5248         (smiley-data-directory): Derive from `smiley-style' using
5249         `smiley-directory'.
5250         (smiley-regexp-alist): Add new entries.
5251
5252         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5253         (gnus-article-browse-delete-temp): Add :version.
5254
5255 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
5256
5257         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5258         the sieve region.
5259
5260 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5261
5262         * gnus.el (gnus-version-number): Bump version.
5263
5264 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5265
5266         * gnus.el: No Gnus v0.4 is released.
5267
5268 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5269
5270         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5271         layout.
5272
5273         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5274         unknown charset.
5275
5276         * message.el (message-header-synonyms): Add Original-To to the
5277         default.
5278
5279         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5280         optional parameter.
5281
5282 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5283
5284         * gnus-fun.el (gnus): Require it for gnus-directory.
5285
5286 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5287
5288         * gnus-fun.el (gnus-face-properties-alist): Add :version.
5289
5290 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5291
5292         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5293
5294 2006-04-05  Simon Josefsson  <jas@extundo.com>
5295
5296         * password.el (password-reset): New function.
5297
5298 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5299
5300         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5301         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5302
5303 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5304
5305         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5306         Some whitespace was matched into the url, which broke browsing hits
5307         > 100 when mm-url-use-external was nil.
5308
5309 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5310
5311         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5312         gnus-extra-headers for 'Newsgroups.
5313
5314         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5315         bound.
5316
5317 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5318
5319         * pgg-gpg.el: Clean up process buffers every time gpg processes
5320         complete.
5321
5322 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5323
5324         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5325         doc string.
5326
5327 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5328
5329         * pgg-gpg.el (pgg-gpg-process-filter)
5330         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5331
5332         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5333         lines, temporary fix.
5334
5335 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5336
5337         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5338
5339 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5340
5341         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5342         default-enable-multibyte-characters.  This reverts the change from
5343         revision 6.17 which is no longer necessary because the passphrase
5344         is sent separately now.  GnuPG messages are unreadable under
5345         multibyte locales with default-enable-multibyte-characters set to
5346         nil.
5347
5348 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5349
5350         * message.el (message-tool-bar-gnome): Move "spell".
5351
5352 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5353
5354         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5355         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5356         instead.
5357
5358 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5359
5360         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5361         newsgroups handling for NNTP overviews which don't include
5362         Newsgroups.
5363
5364 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5365
5366         * message.el (message-resend): Bind message-generate-hashcash to nil.
5367
5368 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5369
5370         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5371         when searching for already-paid recipients.
5372
5373 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5374
5375         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5376         passphrases when it is not needed.
5377         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5378         passphrase stuff from gpg, should only be necessary when you use
5379         gpg with a smartcard.
5380
5381 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * mml.el (mml-insert-mime): Ignore cached contents of
5384         message/external-body part.
5385
5386         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5387         (mm-insert-part): Ditto.
5388
5389 2006-03-23  Simon Josefsson  <jas@extundo.com>
5390
5391         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5392         Reiner.
5393         (pgg-gpg-use-agent-p): Use it again.
5394
5395 2006-03-23  Simon Josefsson  <jas@extundo.com>
5396
5397         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5398         older emacsen.
5399         (pgg-gpg-use-agent-p): Don't use it.
5400
5401 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
5402
5403         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5404         if we can.
5405
5406 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5407
5408         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5409         (pgg-gpg-update-agent): New function.
5410         (pgg-gpg-use-agent-p): New function.
5411         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5412         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5413         (pgg-gpg-sign-region): Use it.
5414
5415 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5416
5417         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5418         Reported by Ralf Wachinger <rwachinger@gmx.de>.
5419
5420 2006-03-21  Simon Josefsson  <jas@extundo.com>
5421
5422         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5423         <wilde@sha-bang.de>.
5424         (pgg-gpg-use-agent): New variable.
5425         (pgg-gpg-process-region): Use it.
5426         (pgg-gpg-encrypt-region): Likewise.
5427         (pgg-gpg-encrypt-symmetric-region): Likewise.
5428         (pgg-gpg-decrypt-region): Likewise.
5429         (pgg-gpg-sign-region): Likewise.
5430         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5431
5432 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5433
5434         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5435
5436         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5437         Add comment on version.
5438
5439 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5440
5441         * smiley.el: Add missing test smiley.
5442
5443 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5444
5445         * mm-decode.el (mm-with-part): New macro.
5446         (mm-get-part): Use it; work with message/external-body as well.
5447         (mm-save-part): Treat name and filename equally.
5448
5449         * mm-extern.el (mm-extern-cache-contents): New function.
5450         (mm-inline-external-body): Use it; force the part to be displayed;
5451         move undisplayer added to the cached handle to the parent.
5452
5453         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5454         (gnus-mime-view-part-as-type): Work with message/external-body.
5455
5456         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5457
5458 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5459
5460         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5461         images in image-load-path.  [Sync with image.el, revision 1.60, in
5462         Emacs.]
5463
5464 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5465
5466         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5467         path rather than symbol.  Always return list of directories.
5468         Guarantee that image directory comes first.  [Sync with image.el,
5469         revision 1.59, in Emacs.]
5470
5471         * message.el (message-make-tool-bar): Adjust to new API of
5472         `gmm-image-load-path-for-library'.
5473
5474         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5475
5476         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5477
5478 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5479
5480         * gnus-art.el (gnus-article-only-boring-p):
5481         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5482         intangible text.
5483         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5484
5485 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
5486
5487         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
5488         `defun' instead of `gmm-defun-compat'.
5489
5490 2006-03-14  Simon Josefsson  <jas@extundo.com>
5491
5492         * message.el (message-unique-id): Don't use message-number-base36
5493         if (user-uid) is a float.
5494         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5495
5496 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5497
5498         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5499
5500         * gnus-art.el (gnus-mime-display-single): Make sure there is an
5501         empty line between a part and a message part.
5502
5503 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5504
5505         * smiley.el: Add more test smileys.
5506         (smiley-data-directory, smiley-regexp-alist)
5507         (gnus-smiley-file-types): Fix doc strings.
5508         (smiley-update-cache): Clear smiley-cached-regexp-alist before
5509         adding new elements.
5510         (smiley-mouse-map): Unused code.  Make it a comment.
5511
5512 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5513
5514         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5515         scan latest NoCeM messages instead of old ones.
5516         (gnus-nocem-check-article): Fix regexps so as to match to PGP
5517         delimiters that are recently used.
5518         (gnus-nocem-load-cache): Add autoload cookie.
5519
5520         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5521
5522         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5523         level which is larger than gnus-use-nocem is specified.
5524
5525         * gnus-group.el (gnus-group-get-new-news): Ditto.
5526
5527 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5528
5529         * gnus-util.el (gnus-tool-bar-update): New function.
5530
5531         * gnus-group.el (gnus-group-update-tool-bar): New variable.
5532         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5533
5534         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5535
5536         * gnus-group.el (gnus-group-redraw-when-idle)
5537         (gnus-group-redraw-check): Remove.
5538         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5539
5540 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5541
5542         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5543         if optional last element is specified in splits (FIELD VALUE...).
5544
5545 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
5546
5547         * message.el (message-make-tool-bar): Rename gmm-image-load-path
5548         to gmm-image-load-path-for-library.  Call with no-error argument.
5549         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5550
5551         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5552
5553         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5554
5555         * gmm-utils.el (gmm-image-load-path): Remove alias.
5556
5557 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
5558
5559         * gmm-utils.el (gmm-image-load-path): Add alias.
5560
5561         * nnml.el (nnml-generate-nov-databases-directory): Rename from
5562         nnml-generate-nov-databases-1.
5563         (nnml-generate-nov-databases): Use it.
5564         (nnml-generate-nov-databases-directory): Document no-active
5565         argument.
5566
5567         * gmm-utils.el (gmm-image-load-path-for-library): Return single
5568         directory if path is t.  Add no-error.
5569
5570         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5571         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5572
5573         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5574         resetting gnus-article-browse-html-temp-list.
5575
5576         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5577         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
5578         Add example to docstring.  Rename local variables.  Move error
5579         checks to default case in cond and simplify.
5580
5581 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5582
5583         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5584         handle is multipart when calling it recursively.
5585         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5586
5587 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
5588
5589         * nnimap.el (nnimap-request-update-info-internal): Optimize.
5590         Don't `gnus-uncompress-range' to avoid excessive memory usage.
5591
5592 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5593
5594         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5595         is loaded.
5596
5597         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5598         loaded.
5599
5600 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5601
5602         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5603         to "Emacs 23 (unicode)" in doc string.
5604
5605         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5606         "Emacs 23 (unicode)" in comment.
5607
5608 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5611
5612         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5613         characters 160 through 255 in Emacs 23.
5614
5615 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5616
5617         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5618         gnus-article-browse-html-temp.
5619         (gnus-article-browse-delete-temp): Make it customizable.  Add
5620         `file'.  Adjust doc string.
5621         (gnus-article-browse-delete-temp-files): Add argument.  Allow
5622         query for each file.  Adjust doc string.
5623         (gnus-article-browse-html-parts): Add
5624         `gnus-article-browse-delete-temp-files' to
5625         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5626
5627 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
5628
5629         * gnus-art.el (gnus-article-browse-html-temp)
5630         (gnus-article-browse-delete-temp): New variables.
5631         (gnus-article-browse-delete-temp-files): New function.
5632         (gnus-article-browse-html-parts): Use it.
5633
5634 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5635
5636         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5637
5638         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5639         string.
5640
5641         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5642         gnus-summary-insert-new-articles when unplugged.  Remove
5643         gnus-summary-search-article-forward.
5644
5645         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5646         display-visual-class instead of display-color-cells.
5647
5648 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5649
5650         * dgnushack.el: Autoload customize-group for XEmacs.
5651
5652         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5653         message/* containing non-ASCII text properly.
5654
5655 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5656
5657         * message.el: Require gmm-utils, remove autoloads.
5658         (message-tool-bar): Set default based on
5659         gmm-tool-bar-style.
5660         (message-tool-bar-gnome): Add gmm-customize-mode.
5661
5662         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5663         gmm-tool-bar-style.
5664         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5665
5666         * gnus-group.el (gnus-group-tool-bar): Set default based on
5667         gmm-tool-bar-style.
5668         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5669
5670         * gmm-utils.el (gmm-image-directory): Rename variable from
5671         gmm-image-load-path.
5672         (gmm-image-load-path): Use gmm-image-directory.
5673         (gmm-customize-mode): New function.
5674         (gmm-tool-bar-style): New variable.
5675
5676         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5677         gnus-group-redraw-line-number.
5678         (gnus-group-redraw-check): Simplify.
5679         (gnus-group-tool-bar-update): Remove redraw check.
5680         (gnus-group-make-tool-bar): Add redraw check.
5681
5682 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
5683
5684         * gnus-art.el (gnus-button): Add missing parentheses.
5685
5686 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * lpath.el: Fbind line-number-at-pos.
5689
5690 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5691
5692         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5693
5694 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5695
5696         * gnus-art.el (gnus-button): New face.
5697         (gnus-article-button-face): Use it.
5698
5699         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5700         gnus-summary-next-page.  Re-order.
5701
5702         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5703         next-node are now included.
5704         (gnus-group-redraw-line-number): New internal variable.
5705         (gnus-group-redraw-check): Helper function for updating the tool
5706         bar.
5707         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5708
5709         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5710
5711         * spam.el (spam-spamassassin-score-regexp): New internal variable.
5712         (spam-extra-header-to-number, spam-check-spamassassin-headers):
5713         Use it to match format of Spamassassin 3.0 and later.  Reported by
5714         IRIE Tetsuya <irie@t.email.ne.jp>.
5715         (spam-check-bogofilter)
5716         (spam-bogofilter-register-with-bogofilter): Fix args of
5717         `gnus-error' calls.
5718
5719 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5720
5721         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5722         unnecessary interaction when sending queued mails.  Reported by
5723         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5724
5725 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5726
5727         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5728         first or last are nil.
5729
5730 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5731
5732         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5733
5734 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5735
5736         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5737
5738 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5739
5740         * dns.el (query-dns): Protect more against buggy tcp output.
5741
5742 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5743
5744         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5745         nov.php.
5746
5747 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5748
5749         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5750         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5751         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
5752         output on the server side.
5753         (nnweb-google-create-mapping): Update regexps and add some
5754         progress indication.
5755
5756 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
5757
5758         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5759         gnus-agent-toggle-plugged.  Re-order icons.
5760         (gnus-group-tool-bar-gnome): Add
5761         gnus-group-{prev,next}-unread-group.
5762         (gnus-group-tool-bar-gnome): Re-order icons.
5763
5764         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5765         gnus-summary-insert-new-articles.
5766
5767         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5768         comments.
5769
5770         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
5771         also available in Emacs 21.3.
5772
5773         * message.el (message-fix-before-sending): Change "Emacs 22" to
5774         "Emacs 23 (unicode)" in comment.
5775
5776         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5777         "Emacs 23 (unicode)" in comment.
5778
5779         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5780         comment.
5781         (mm-coding-system-p): Add comment about no-MULE XEmacs.
5782
5783         * mm-view.el (mm-fill-flowed): Add :version.
5784
5785 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5786
5787         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5788         and load-path.
5789
5790 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
5791
5792         * message.el: Autoload gmm-image-load-path.
5793         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5794         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
5795         consitency.
5796
5797         * gmm-utils.el (gmm-image-load-path): Also search in
5798         "../etc/images".  Don't set gmm-image-load-path if we don't find
5799         the image.
5800
5801 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5802
5803         * gmm-utils.el (gmm-image-load-path): Don't make
5804         `gmm-image-load-path' include subdirectories which the second arg
5805         `image' might specify.
5806
5807         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5808         subdirectory to icon file names.
5809
5810         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5811
5812 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5813
5814         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5815         gmm-image-load-path calls.
5816
5817         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5818
5819         * message.el (message-make-tool-bar): Ditto.
5820
5821         * mml.el (mml-preview): Added comment concerning tool bar icons.
5822
5823         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5824         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5825
5826         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5827         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5828
5829         * message.el (message-tool-bar-gnome): Use new icon names.
5830         (message-make-tool-bar): Use `gmm-image-load-path'.
5831
5832         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5833         functions from MH-E.
5834         (gmm-image-load-path): New variable from MH-E.
5835         (gmm-image-load-path): New function from MH-E.  Added arguments
5836         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
5837         *-image-load-path-called-flag.
5838
5839 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
5840
5841         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5842
5843 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
5844
5845         * nnimap.el (nnimap-request-move-article): Change folder back to
5846         source group before deleting.
5847
5848 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
5849
5850         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5851
5852         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5853         mm-url.
5854
5855         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5856
5857 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5858
5859         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5860         coding system which mm-charset-to-coding-system returns for a
5861         given charset is valid.
5862
5863 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
5864
5865         * html2text.el (html2text-remove-tag-list):
5866         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5867
5868 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
5869
5870         * gnus-cus.el: Revert 2005-10-17 change.
5871
5872 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5873
5874         * gnus-art.el (article-strip-banner): Call
5875         article-really-strip-banner only when the regexp match is made.
5876
5877 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5878
5879         * gnus-art.el (article-strip-banner): Use
5880         gnus-extract-address-components instead of
5881         mail-header-parse-addresses to make it work with non-ASCII text;
5882         remove mail-encode-encoded-word-string.
5883
5884         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5885         values which are surrounded with \"...\"; make it never cause a
5886         Lisp error; give up parsing of parameters if it failed in
5887         extracting type.
5888
5889 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
5890
5891         * smime.el (smime-cert-by-ldap-1): Fix bug where
5892         `smime-ldap-search' returns results without userCertificates.
5893
5894 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5895
5896         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5897
5898 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5899
5900         * spam.el (spam-check-spamassassin-headers): Adapt format for
5901         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
5902         <ari@mbf.ocn.ne.jp>.
5903         (spam-list-of-processors): Add spam-use-gmane.
5904
5905 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5906
5907         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5908         make-temp-file; make it work with XEmacs as well.
5909
5910         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5911         mm-make-temp-file.
5912
5913         * mm-decode.el (mm-display-external): Use the 3rd arg of
5914         mm-make-temp-file.
5915         (mm-create-image-xemacs): Ditto.
5916
5917 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5918
5919         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5920         with message-narrow-to-headers.
5921         (gnus-draft-setup): Narrow to header to run message-fetch-field.
5922         (gnus-draft-check-draft-articles): New function.
5923         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5924
5925 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5926
5927         * gnus-art.el (gnus-article-browse-html-parts):
5928         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5929         Don't use suffix argument for mm-make-temp-file for Emacs 21
5930         compatibility.  Remove useless `format'.
5931
5932 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5933
5934         * nnweb.el (nnweb-google-wash-article): Update regexps.
5935         (nnweb-group-alist): Use defvoo instead of defvar.
5936
5937 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5938
5939         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5940         re-loading nn* modules.
5941
5942 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5943
5944         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5945         for `tool-bar-mode' and don't check it's default-value.
5946
5947         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5948
5949         * message.el (message-make-tool-bar): Ditto.
5950
5951         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5952         `substring'.  Shorten tmp-file name.
5953
5954         * gnus.el: Remove bogus comment.
5955
5956 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
5957
5958         * gnus-art.el (gnus-article-browse-html-parts): New function.
5959         (gnus-article-browse-html-article): New function for viewing html
5960         articles with a browser.
5961
5962 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
5963
5964         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
5965         in elisp.
5966         (pgg-gpg-encrypt-symmetric-region): Ditto.
5967         (pgg-gpg-sign-region): Ditto.
5968
5969         * pgg-def.el (pgg-text-mode): New variable.
5970
5971         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5972         (mml2015-pgg-encrypt): Ditto.
5973
5974         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5975         (mml1991-pgg-encrypt): Ditto.
5976
5977 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5978
5979         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5980         message-make-date instead of current-time-string.
5981
5982         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5983         to gnus-decoded which mm-uu might set.
5984
5985 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5986
5987         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5988         don't decode quoted parameters; remove misimported Emacs code.
5989         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5990         (rfc2231-decode-encoded-string): Don't use split-string which
5991         behaves differently according to Emacs version; use
5992         mm-decode-coding-region to convert charset to coding-system.
5993         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5994         (rfc2231-encode-string): Remove misimported Emacs code.
5995
5996 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5997
5998         * gnus-art.el (article-decode-charset): Don't use ignore-errors
5999         when calling mail-header-parse-content-type.
6000         (article-de-quoted-unreadable): Ditto.
6001         (article-de-base64-unreadable): Ditto.
6002         (article-wash-html): Ditto.
6003
6004         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6005         calling mail-header-parse-content-type and
6006         mail-header-parse-content-disposition.
6007         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6008         mail-header-parse-content-type.
6009
6010         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6011         insert charset and format parameters; encode description after
6012         inserting it to buffer.
6013         (mml-insert-parameter): Fold lines properly even if a parameter is
6014         segmented into two or more lines; change the max column to 76.
6015
6016         * rfc1843.el (rfc1843-decode-article-body): Don't use
6017         ignore-errors when calling mail-header-parse-content-type.
6018
6019         * rfc2231.el (rfc2231-parse-string): Return at least type if
6020         possible; don't cause an error even if it fails in parsing of
6021         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6022         (rfc2231-encode-string): Don't break lines at the beginning, leave
6023         it to mml-insert-parameter.
6024
6025         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
6026         calling mail-header-parse-content-type.
6027
6028 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
6029
6030         * spam-report.el (spam-report-gmane-use-article-number):
6031         Improve doc string.
6032         (spam-report-gmane-internal): Check if a suitable header was found
6033         in the article.
6034
6035 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6036
6037         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
6038         (rfc2231-encode-string): Make param*=value always begin with LWSP.
6039
6040 2006-02-05  Romain Francoise  <romain@orebokech.com>
6041
6042         Update copyright notices of all files in the gnus directory.
6043
6044 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6045
6046         * nnweb.el (nnweb-request-group): Avoid growing overview files.
6047
6048 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6049
6050         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6051         segmented lines of parameter value to cope with Thunderbird 1.5
6052         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6053         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6054         (rfc2231-encode-string): Don't make lines exceeding 76 column.
6055
6056 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
6057
6058         * mml.el (mml-generate-mime-1): Correct the order of inline signed
6059         parts.
6060
6061 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6062
6063         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6064         there's only one active file for all servers.
6065         (nnweb-request-scan): Make sure nnweb-articles is initialized on
6066         solid groups.  Gnus might have used a FAST request to select the group.
6067         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6068         and nnweb-search redundantly in the active file.
6069         (nnweb-request-list): Don't list bogus groups.  There can only be one.
6070         (nnweb-request-create-group): Don't use ARGS.
6071         (nnweb-possibly-change-server, nnweb-request-group): Remove some
6072         initialisations.  Let nnoo do the work.
6073
6074 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6075
6076         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6077         Say the part has been decoded.
6078
6079         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
6080
6081 2006-01-31  Kevin Ryde  <user42@zip.com.au>
6082
6083         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6084         mailcap-viewer-test-cache when there's no 'test clause, since that
6085         will invert the meaning of a "nil" test previously determined by
6086         mailcap-mailcap-entry-passes-test.
6087
6088 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6089
6090         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6091         compiling.
6092
6093         * gnus-sum.el: Ditto.
6094
6095         * message.el: Don't bind tool-bar-map when compiling.
6096
6097 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
6098
6099         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6100
6101 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6102
6103         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6104         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6105         current Google Groups.
6106
6107 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
6108
6109         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6110         and tool-bar-mode.
6111
6112         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6113         and tool-bar-mode.
6114
6115         * message.el (message-tool-bar-update): Simplify.
6116         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6117
6118         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6119         gnus-summary-buffer.
6120         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6121         gnus-summary-reply.
6122
6123         * gmm-utils.el (gmm): Add :version.
6124
6125 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6126
6127         * Makefile.in (clean): New rule.
6128         (distclean): Use it.
6129
6130 2006-01-26  Steve Youngs  <steve@sxemacs.org>
6131
6132         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6133         autoload.
6134
6135 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6136
6137         * gmm-utils.el (gmm-verbose): Add :group.
6138
6139 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
6140
6141         * message.el: Change some comments WRT tool-bars.
6142
6143         * gnus-sum.el (gnus-summary-tool-bar)
6144         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6145         (gnus-summary-tool-bar-zap-list): New variables.
6146         (gnus-summary-make-tool-bar): Complete rewrite using
6147         `gmm-tool-bar-from-list'.
6148
6149         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6150         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6151         variables.
6152         (gnus-group-make-tool-bar): Complete rewrite using
6153         `gmm-tool-bar-from-list'.
6154         (gnus-group-tool-bar-update): New function.
6155
6156         * message.el (message-mode-field-menu): Add "Show hidden Headers".
6157
6158 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6159
6160         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6161         is dissected into a single part of which the type is the same as
6162         the given one; decode charset.
6163
6164 2006-01-21  Kevin Ryde  <user42@zip.com.au>
6165
6166         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6167         into alists as symbol not string, since that's what
6168         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6169         look for.
6170
6171 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
6172
6173         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6174         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6175
6176         * message.el (message-tool-bar-gnome): Use gmm-ignore.
6177
6178 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6179
6180         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
6181         (gnus-xmas-mime-security-button-menu): New function.
6182
6183         * gnus-art.el (gnus-mime-security-button-commands): New variable.
6184         (gnus-mime-security-button-menu): New definition.
6185         (gnus-mime-security-button-map): Use them.
6186         (gnus-mime-security-button-menu): New function.
6187         (gnus-insert-mime-security-button): Addition to help echo.
6188         (gnus-mime-security-run-function, gnus-mime-security-save-part)
6189         (gnus-mime-security-pipe-part): New functions.
6190
6191         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6192         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6193
6194         * mm-decode.el (mm-handle-set-disposition): Remove.
6195         (mm-handle-set-description): Remove.
6196
6197 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6198
6199         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6200         (mm-w3m-standalone-supports-m17n-p): New function.
6201         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6202         w3m usage.
6203
6204         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6205         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6206
6207 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6208
6209         * message.el (message-tool-bar-zap-list): Use
6210         gmm-tool-bar-zap-list as custom type.
6211         (message-tool-bar-update): New function.
6212         (message-tool-bar, message-tool-bar-gnome)
6213         (message-tool-bar-retro): Add message-tool-bar-update.
6214         (message-tool-bar-gnome): Add flyspell-buffer.
6215
6216         * gnus-util.el (gnus-error): Describe `args'.
6217
6218         * gmm-utils.el (gmm-error): Describe `args'.
6219         (gmm-tool-bar-zap-list): New widget.
6220         (gmm-tool-bar-from-list): Improve description of `zap-list'.
6221
6222 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6225         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6226         the number of recursive calls.
6227
6228         * mm-decode.el (mm-handle-set-disposition): New macro.
6229         (mm-handle-set-description): New macro.
6230
6231 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6232
6233         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6234         encoding.
6235
6236 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6237
6238         * message.el (message-tool-bar-zap-list, message-tool-bar)
6239         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6240         (message-tool-bar-local-item-from-menu): Remove.
6241         (message-tool-bar-map): Replace by `message-make-tool-bar'.
6242         (message-make-tool-bar): New function.
6243         (message-mode): Use `message-make-tool-bar'.
6244
6245         * gmm-utils.el: New file.
6246         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6247         (gmm-lazy): New widget copied from `nnmail.el'.
6248         (gmm-tool-bar-from-list): New function for creating customizable
6249         tool bars.
6250         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
6251         output.
6252         (gmm): Add :prefix to defgroup.
6253
6254 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6255
6256         * gmm-utils.el (gmm-widget-p): New function.
6257
6258 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6259
6260         * mml.el (mml-attach-file): Describe `description' in doc string.
6261         (mml-menu): Add Emacs MIME manual and PGG manual.
6262
6263 2006-01-20  Richard M. Stallman  <rms@gnu.org>
6264
6265         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6266
6267 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
6268
6269         * nntp.el (nntp-end-of-line): Doc fix.
6270
6271 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
6272
6273         * imap.el (imap-open): Handle case where buffer is a buffer
6274         object.
6275
6276 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6277
6278         * gnus-delay.el (gnus-delay): Don't autoload.
6279         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6280         to be re-loaded when customizing the `gnus-delay' group.
6281
6282 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
6283
6284         * message.el (message-insert-citation-line): Use newlines.
6285
6286 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6287
6288         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6289         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
6290         these routines, so the passphrase can be managed externally and
6291         passed in to the system.
6292         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6293         pgg-add-passphrase-to-cache function.
6294
6295         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6296         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
6297         these routines, so the passphrase can be managed externally and
6298         passed in to the system.
6299         (pgg-pgp5-sign-region): Use new name of
6300         pgg-add-passphrase-to-cache function.
6301
6302 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6303
6304         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6305         part of the decoded armor to find the key-identifier.
6306         (pgg-gpg-lookup-key-owner): New function to return the
6307         human-readable identifier of a key owner.
6308         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
6309         itself.
6310         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6311         the key value) if we have a key and can match it against a secret
6312         key.  Also, added a note pointing out fact that the prompt only
6313         indicates the first matching key.
6314
6315         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
6316         pgg-decrypt-region.
6317         (pgg-add-passphrase-to-cache): Rename from
6318         `pgg-add-passphrase-cache' to reduce confusion (all callers
6319         changed).
6320         (pgg-remove-passphrase-from-cache): Rename from
6321         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6322         changed).
6323         (pgg-read-passphrase, pgg-add-passphrase-cache)
6324         (pgg-remove-passphrase-cache): Add informative docstrings.
6325         (pgg-decrypt): Convey provided passphrase in subordinate call to
6326         pgg-decrypt-region.
6327
6328 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
6329
6330         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6331         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6332         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6333         'passphrase' argument, so the passphrase can be managed externally
6334         and then passed in to the system.
6335
6336         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6337         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
6338         so the passphrase cache can be used reliably with identifiers
6339         besides a pgp packet's key id.
6340
6341         * pgg-gpg.el (pgg-gpg-encrypt-region)
6342         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6343         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
6344         these routines, so the passphrase can be managed externally and
6345         passed in to the system.
6346
6347         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6348         'notruncate' argument, so the passphrase cache can be used
6349         reliably with identifiers besides a pgp packet's key id.
6350
6351 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
6352
6353         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6354         symmetric encryption.
6355         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6356         encrypted session key.
6357         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6358         message ask for the passphrase in a proper way.
6359
6360         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6361         New user commands for symmetric encryption.
6362
6363 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6364
6365         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6366
6367         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6368
6369 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6370
6371         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6372
6373 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6374
6375         * mm-decode.el (mm-inlined-types): Add application/pgp.
6376         (mm-automatic-display): Ditto.
6377
6378         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6379         part as text.
6380
6381 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6382
6383         * nnrss.el: Update copyright.
6384         (nnrss-opml-import): Query whether to subscribe to each entry.
6385
6386         * gnus-art.el:
6387         * gnus-sum.el:
6388         * gnus-xmas.el:
6389         * messagexmas.el:
6390         * mm-uu.el:
6391         * mm-view.el: Update copyright.
6392
6393 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
6394
6395         * message.el (message-info): New function.
6396         (message-mode-menu): Add it.
6397         Update copyright.
6398
6399         * ChangeLog: Fix and update copyright.
6400
6401 2006-01-13  Romain Francoise  <romain@orebokech.com>
6402
6403         * message.el (message-forward-subject-name-subject): Prefer the
6404         address to 'nowhere' if the sender has no name.
6405         Fix typo.  Update copyright year.
6406
6407 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6408
6409         * gnus-art.el (article-wash-html): Use
6410         gnus-summary-show-article-charset-alist if a numeric arg is given.
6411         (gnus-article-wash-html-with-w3m-standalone): New function.
6412
6413         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6414         mm-inline-text-html-render-with-w3m-standalone.
6415         (mm-text-html-washer-alist): Map w3m-standalone to
6416         gnus-article-wash-html-with-w3m-standalone.
6417         (mm-inline-text-html-render-with-w3m-standalone): New function.
6418
6419 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6420
6421         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6422         Improve LaTeX.
6423
6424 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6425
6426         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6427         (nnrss-request-article): Render text/plain parts as HTML.
6428
6429         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6430         the buffer.
6431
6432 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6433
6434         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6435         custom definition of `gnus-posting-styles'.
6436
6437         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6438         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6439
6440 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6441
6442         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6443         Use nntp for bug archive.
6444
6445 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6446
6447         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6448         parts.
6449         (nnrss-normalize-date): New function converts ISO 8601 date into
6450         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6451         (nnrss-check-group): Use it.
6452
6453 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6454
6455         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6456
6457         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6458         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6459         (nnrss-insert-w3): Ditto.
6460
6461 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6462
6463         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6464         the articles to be forwarded including the case where neither a
6465         number of articles nor a region is specified.
6466
6467 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6468
6469         * nnrss.el (nnrss-request-article): Fix last change; fill
6470         text/plain parts.
6471
6472 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6473
6474         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6475         in text/plain part.
6476         (nnrss-check-group): Don't add excessive newline to dc:subject.
6477
6478 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
6479
6480         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6481         article.
6482
6483 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6484
6485         * nnml.el: Don't require gnus-bcklg.  Autoload it.
6486         (nnml-use-compressed-files, nnml-save-mail): Support other
6487         comression programs such as bzip2.
6488
6489 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6490
6491         * dns.el (query-dns): Make sure we check the buffer size before
6492         removing tcp headers.
6493
6494 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6495
6496         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6497         remove MIME buttons associated with multipart/alternative parts.
6498         (gnus-mime-display-alternative): Tag buttons using `article-type'
6499         text property.
6500
6501         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6502         associated with multipart/alternative parts.
6503
6504         * gnus-art.el (gnus-signature-separator): Fix custom type.
6505
6506         * mm-decode.el (mm-inlined-types): Fix custom type.
6507         (mm-keep-viewer-alive-types): Ditto.
6508         (mm-automatic-display): Ditto.
6509         (mm-attachment-override-types): Ditto.
6510         (mm-inline-override-types): Ditto.
6511         (mm-automatic-external-display): Ditto.
6512
6513 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6514
6515         * spam-report.el (spam-report-user-mail-address)
6516         (spam-report-user-agent): New variables.
6517         (spam-report-url-ping-plain): Use spam-report-user-agent.
6518
6519 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
6520
6521         * gnus-art.el (gnus-button-handle-custom): Do not just use
6522         `customize-apropos' for any "M-x customize-*" button but the
6523         function called for.  Accept both the function name and its
6524         argument in order to achieve this.
6525         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
6526         function name to `gnus-button-handle-custom' in case of "M-x
6527         customize-*" buttons.
6528
6529 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6530
6531         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6532         multipart/alternative and add xref to mm-discouraged-alternatives
6533         in doc string.
6534
6535         * mm-decode.el (mm-discouraged-alternatives): Add xref to
6536         gnus-buttonized-mime-types in doc string.
6537
6538 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
6539
6540         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6541         Suggest image/.* in the doc string.
6542
6543 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6544
6545         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6546         message-marks (Debian bug #342521).
6547
6548 2005-12-12  Simon Josefsson  <jas@extundo.com>
6549
6550         * password.el (password-read-from-cache): Add.
6551         (password-read): Use it.
6552
6553 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6554
6555         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6556         us-ascii as a MIME charset.
6557
6558         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6559         against the case where the 2nd arg TYPE is nil.
6560
6561 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6562
6563         * pop3.el (pop3-stream-type): Fix custom version.
6564
6565         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6566
6567 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6568
6569         * mm-decode.el (mm-display-external): Add missing cdr.
6570
6571 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6572
6573         * mm-decode.el (mm-display-external): Use nametemplate (defined in
6574         RFC1524) if it is in mailcap or add a suffix according to
6575         mailcap-mime-extensions when generating a temp filename; postpone
6576         deleting a temp file for 2 seconds for some wrappers, shell
6577         scripts, and so on, which might exit right after having started a
6578         viewer command as a background job.
6579
6580 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6581
6582         * nntp.el (nntp-marks-directory): Fix custom group.
6583
6584         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6585         steps when < 10.
6586
6587         * gnus-start.el (gnus-no-server-1): Mention
6588         `gnus-level-default-subscribed' in doc string.
6589
6590 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6591
6592         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6593         parens.
6594
6595 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6596
6597         * gnus-xmas.el (gnus-use-toolbar): Revert.
6598         (gnus-xmas-setup-toolbar): Use global default-toolbar if
6599         gnus-use-toolbar is default.
6600
6601         * messagexmas.el (message-use-toolbar): Revert.
6602         (message-setup-toolbar): Use global default-toolbar if
6603         message-use-toolbar is default.
6604
6605 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6606
6607         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
6608         according to default-toolbar-visible-p.
6609
6610         * messagexmas.el (message-use-toolbar): Ditto.
6611
6612 2005-11-26  Dave Love  <fx@gnu.org>
6613
6614         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6615         (tls-program, tls-success): Provide openssl alternative.
6616
6617         * starttls.el: Doc fixes.
6618         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6619         SERVICE to PORT.
6620
6621         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
6622         port null or service name.
6623         (starttls-negotiate): Autoload.
6624
6625 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6626
6627         * message.el (message-kill-to-signature): Fix interactive spec.
6628
6629 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6630
6631         * pop3.el (pop3-open-server): Recognize a string as a service name.
6632
6633 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
6634
6635         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6636
6637 2005-11-23  Dave Love  <fx@gnu.org>
6638
6639         Add pop3s, pop3/starttls.
6640
6641         * pop3.el (pop3-authentication-scheme): Clarify doc.
6642         (open-tls-stream, starttls-open-stream): Autoload.
6643         (pop3-stream-type): New.
6644         (pop3-open-server): Use it.
6645
6646         * mail-source.el (mail-sources): Fix some :types.  Add stream type
6647         for POP.
6648         (mail-source-keyword-map): Add :stream for POP.
6649         (mail-source-fetch-pop): Use pop3-stream-type.
6650
6651 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6652
6653         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6654         of current-time-string.
6655
6656 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
6657
6658         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6659         date header.
6660
6661 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6662
6663         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6664         it can seriously impact performance as it bypasses the agent's
6665         local caches.
6666
6667 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6668
6669         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6670         must be explicitly online rather than "not explicitly offline" for
6671         its flags to be synchronized.
6672
6673         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6674         that gnus-uu-unmark-thread will function correctly.
6675
6676         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6677         1024K is instead displayed as 1M.
6678
6679 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6680
6681         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6682
6683 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
6684
6685         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6686
6687 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
6688
6689         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6690         error message to display actual error condition.
6691         (gnus-agent-save-local): Avoid saving symbols that are bound to
6692         nil as they simply result in a warning message in
6693         gnus-agent-read-local.
6694
6695 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6696
6697         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6698         rather than make-variable-buffer-local for file-precious-flag.
6699
6700 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6701
6702         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6703         for duplicates which are removed.  The invalid sort check then
6704         triggers a rescan after the sort as sorting may have moved
6705         duplicate entries such that they can be cheaply detected.
6706
6707 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6708
6709         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6710
6711 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6712
6713         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6714         internal variable to a custom variable.  Changed default value
6715         from compressed(2) to uncompressed(1).
6716         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6717         support for uncompressed agentview files.  Taken together, reading
6718         the agentview file should now be 6-7 times faster.
6719
6720 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6721
6722         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6723         as a buffer-local variable.  This avoids creating truncated
6724         dribble files as a result of a hang up, eg.
6725
6726 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
6727
6728         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
6729         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
6730         XEmacs.
6731
6732 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6733
6734         * gnus-start.el (gnus-start-draft-setup): Enforce
6735         `gnus-draft-mode' for nndraft:drafts at startup.
6736
6737         * gnus.el (gnus-splash): Change custom group.
6738         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6739         allow-list argument.
6740
6741         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6742         string.
6743
6744 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6745
6746         * gnus-art.el (gnus-default-article-saver): Add user-defined
6747         `function' to custom type.
6748
6749 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6750
6751         * imap.el (imap-open): Handle case where buffer is a buffer
6752         object.
6753
6754 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6755
6756         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6757         long lines.
6758         (gnus-cache-delete-group): Wrap doc strings.
6759
6760         * gnus-agent.el (gnus-agent-rename-group)
6761         (gnus-agent-delete-group): Wrap doc strings.
6762
6763 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6764
6765         * messagexmas.el (message-use-toolbar): Change the valid values
6766         into default, top, bottom, left, and right.
6767         (message-toolbar-thickness): New variable.
6768         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
6769         well.
6770         (message-setup-toolbar): Make it work.
6771
6772         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
6773         (gnus-use-toolbar): Change the valid values into default, top,
6774         bottom, left, and right.
6775         (gnus-toolbar-thickness): New variable.
6776         (gnus-xmas-setup-toolbar): New function.
6777         (gnus-xmas-setup-group-toolbar): Use it.
6778         (gnus-xmas-setup-summary-toolbar): Use it.
6779
6780 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6781
6782         * gnus-start.el (gnus-1): Add "native" to
6783         gnus-predefined-server-alist.
6784
6785         * gnus.el (gnus-method-to-server): Don't add "native" to the
6786         lists here, because that leads to problems when
6787         gnus-select-method is bound.
6788
6789 2005-11-09  Simon Josefsson  <jas@extundo.com>
6790
6791         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6792         use (not sort-by-date) instead.
6793
6794 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6795
6796         * gnus-delay.el (gnus-delay-group): Don't autoload.
6797         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6798         to be re-loaded when customizing the `gnus-delay' group.
6799
6800 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
6801
6802         * message.el: Revert last changes.
6803         (message-insert-citation-line): Use newlines.
6804
6805 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6806
6807         * message.el (message-courtesy-message)
6808         (message-mark-insert-begin, message-mark-insert-end)
6809         (message-elide-ellipsis, message-cancel-message)
6810         (message-add-header, message-change-subject)
6811         (message-cross-post-followup-to-header)
6812         (message-cross-post-insert-note, message-reduce-to-to-cc)
6813         (message-widen-reply, message-delete-not-region)
6814         (message-kill-to-signature, message-insert-signature)
6815         (message-insert-importance-high, message-insert-importance-low)
6816         (message-insert-or-toggle-importance)
6817         (message-insert-disposition-notification-to)
6818         (message-indent-citation, message-yank-original)
6819         (message-cite-original-without-signature, message-cite-original)
6820         (message-insert-citation-line, message-position-on-field)
6821         (message-fix-before-sending, message-send-mail-partially)
6822         (message-send-mail, message-send-mail-with-sendmail)
6823         (message-send-mail-with-qmail, message-send-news)
6824         (message-check-news-header-syntax, message-generate-headers)
6825         (message-insert-courtesy-copy, message-fill-address)
6826         (message-fill-header, message-shorten-references)
6827         (message-setup-1, message-cancel-news)
6828         (message-forward-make-body-plain, message-forward-make-body-mime)
6829         (message-forward-make-body-mml, message-encode-message-body)
6830         (message-forward-make-body-digest-plain)
6831         (message-forward-make-body-digest-mime)
6832         (message-use-alternative-email-as-from): Insert `hard-newline'
6833         instead of ordinary newlines.
6834
6835 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6836
6837         * message.el (message-generate-headers): Downcase the argument
6838         given to message-check-element.
6839
6840 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
6841
6842         * nntp.el (nntp-authinfo-rejected): New error condition.
6843         (nntp-wait-for): Use new error condition to signal authentication
6844         error.
6845         (nntp-retrieve-data): Rethrow new error condition to break out of
6846         recursive call to nntp-send-authinfo.
6847
6848 2005-11-08  Romain Francoise  <romain@orebokech.com>
6849
6850         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6851         (gnus-summary-exit-map): Bind to `Z p'.
6852         (gnus-summary-make-menu-bar): Add menu item.
6853
6854 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
6855
6856         * gnus-art.el (gnus-article-treat-custom): Add `first'.
6857         (gnus-treat-*): Add `first' in all doc strings.
6858
6859         * gnus-group.el (gnus-group-compact-group): Fix typo.
6860
6861 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6862
6863         * gnus.el (gnus-parameters-case-fold-search): New variable.
6864         (gnus-parameters-get-parameter): Use it.
6865
6866         * gnus-score.el (gnus-home-score-file): Doc fix.
6867
6868 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
6869
6870         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6871
6872 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6873
6874         * mm-util.el (mm-special-display-p): New function.
6875
6876         * mml.el (mml-preview): Use it; doc fix.
6877
6878 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6879
6880         * imap.el (imap-open): Handle case where buffer is a buffer object.
6881
6882 2005-10-29  Romain Francoise  <romain@orebokech.com>
6883
6884         * message.el (message-fix-before-sending): Fix comment.
6885
6886 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6887
6888         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6889
6890 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6891
6892         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6893         Used in gnus-score.el.
6894
6895 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6896
6897         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6898
6899 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6900
6901         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6902         whitespace removed in revision 7.8.  Use concatenated string to
6903         protect trailing whitespace.
6904
6905 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
6906
6907         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6908         (nnimap-request-expire-articles): Use it to avoid sending 'UID
6909         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6910         Courier IMAP ("some version from 2004").  Mostly based on similar
6911         code in the same function.
6912
6913 2005-10-26  Didier Verna  <didier@xemacs.org>
6914
6915         * gnus-group.el (gnus-group-compact-group): Invalidate original
6916         article buffer.
6917         * gnus-srvr.el (gnus-server-compact-server): Ditto.
6918         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6919         NOV database and in article itself.
6920         Invalidate article backlog.
6921
6922 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6923
6924         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6925
6926 2005-10-26  Simon Josefsson  <jas@extundo.com>
6927
6928         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6929         part of 2004-07-25 change.
6930
6931 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6932
6933         * message.el (message-display-completion-list): New function.
6934         (message-expand-group): Use it; make sure the Completions buffer
6935         is modifiable.
6936 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
6937
6938         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6939         user-mail-name is an empty string.
6940
6941 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6942
6943         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6944         depending on gnus-score-decay-constant.
6945
6946         * encrypt.el (encrypt-insert-file-contents)
6947         (encrypt-write-file-contents): Don't use `gnus-message'.
6948
6949         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6950         arguments.
6951         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
6952         arguments to mm-uu-verbatim-marks-extract.
6953         (mm-uu-hide-markers): New variable.
6954         (mm-uu-extract): Use face similar to `gnus-cite-3'.
6955
6956         * gnus-fun.el (gnus-convert-image-to-x-face-command)
6957         (gnus-convert-image-to-face-command): Use "convert" by default to
6958         allow other input image formats.
6959         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6960         accordingly.
6961
6962 2005-10-23  Simon Josefsson  <jas@extundo.com>
6963
6964         * imap.el (imap-gssapi-program): Align command line parameters
6965         with latest GNU SASL.
6966         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6967
6968 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6969
6970         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6971         HTML.
6972         (nnslashdot-request-article): Ditto.
6973
6974         * lpath.el (featurep): Add nobreak-char-display.
6975
6976 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
6977
6978         * mail-source.el (mail-source-fetch-pop): Require pop3.
6979         (mail-source-check-pop): Ditto.
6980
6981 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6982
6983         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6984         errors.
6985
6986 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6987
6988         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6989         (gnus-treat-strip-leading-blank-lines): Improve doc string.
6990
6991         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6992
6993         * mm-bodies.el (mm-decode-string): Call
6994         `mm-charset-to-coding-system' with allow-override argument.
6995
6996 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6997
6998         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6999         (rfc2047-charset-to-coding-system): New function.
7000         (rfc2047-decode-encoded-words): New function.
7001         (rfc2047-decode-region): Use them.
7002         (rfc2047-decode-cte): Remove.
7003         (rfc2047-parse-and-decode): Remove.
7004         (rfc2047-decode): Remove.
7005
7006 2005-10-15  Kenichi Handa  <handa@m17n.org>
7007
7008         * rfc2047.el (rfc2047-decode-cte): New function.
7009         (rfc2047-decode-region): Change the way to decode successive
7010         encoded-words: decode B- or Q-encoding in each encoded-word,
7011         concatenate them, and decode it as charset.
7012
7013 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * lpath.el: Fbind codepage-setup for XEmacs.
7016
7017 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
7018
7019         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
7020         widget-move-and-invoke.
7021         (gnus-custom-mode): Use gnus-custom-map.
7022
7023 2005-10-15  Bill Wohler  <wohler@newt.com>
7024
7025         * message.el (message-tool-bar-map): Renamed image file from
7026         mail_send to mail/send.
7027
7028 2005-10-16  Masatake YAMATO  <jet@gyve.org>
7029
7030         * message.el (message-expand-group): Pass the common
7031         prefix substring of completion to `display-completion-list'.
7032
7033 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
7034
7035         * mml-sec.el (mml-secure-method): New internal variable.
7036         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7037         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7038         functions using mml-secure-method.
7039
7040         * mml.el (mml-mode-map): Add key bindings for those functions.
7041         (mml-menu): Simplify security menu entries.  Suggested by Jesper
7042         Harder <harder@myrealbox.com>.
7043         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7044         end of message if point is the headers of the message.
7045
7046         * message.el (message-in-body-p): New function.
7047
7048         * assistant.el: Autoload gnus-util and netrc.
7049
7050         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7051         Use `mm-charset-override-alist' only when decoding.
7052
7053         * mm-bodies.el (mm-decode-body): Call
7054         `mm-charset-to-coding-system' with allow-override argument.
7055
7056         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7057         `filename' from Content-Disposition if Content-Type doesn't
7058         provide `name'.
7059         (gnus-mime-view-part-as-type): Set default instead of
7060         initial-input.
7061
7062 2005-10-09  Daniel Brockman  <daniel@brockman.se>
7063
7064         * format-spec.el (format-spec): Propagate text properties of % spec.
7065
7066 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7067
7068         * gnus-art.el (gnus-treat-predicate): Add `first'.
7069
7070 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7071
7072         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7073         (mm-charset-override-alist): New variable.
7074         (mm-charset-to-coding-system): Use it.
7075         (mm-codepage-setup): New helper function.
7076         (mm-charset-eval-alist): New variable.
7077         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
7078         about unknown charsets.
7079
7080         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
7081
7082 2005-10-04  David Hansen  <david.hansen@gmx.net>
7083
7084         * nnrss.el (nnrss-request-article): Add support for the comments tag.
7085         (nnrss-check-group): Ditto.
7086
7087 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7088
7089         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7090         Rename x-gnus-verbatim to x-verbatim.
7091         (mm-uu-type-alist): Fix regexp for verbatim-marks.
7092
7093         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7094         x-verbatim.
7095
7096         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7097
7098         * gnus-util.el (gnus-remove-duplicates): Remove.
7099
7100         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7101         instead of gnus-remove-duplicates.
7102
7103         * message.el (message-remove-duplicates): Remove.
7104         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7105         message-remove-duplicates.
7106
7107         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7108         available, else use implementation from `delete-dups'.
7109
7110         * message.el (message-insert-expires): New function.
7111         (message-mode-map): Add key binding.
7112         (message-mode-field-menu): Add menu entry.
7113         (message-mode): Document it.
7114         (message-make-expires-date): Use `message-make-date'.
7115
7116 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
7117
7118         * message.el (message-make-expires-date): New function.
7119
7120 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7121
7122         * Makefile.in (list-installed-shadows): New entry.
7123         (install): Use it.
7124         (remove-installed-shadows): New entry.
7125
7126         * dgnushack.el (dgnushack-default-load-path): New variable.
7127         (dgnushack-find-lisp-shadows): New function.
7128         (dgnushack-remove-lisp-shadows): New function.
7129
7130 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7131
7132         * Makefile.in (install-el-elc): New entry.
7133         (install): Use it so that .el files are necessarily installed.
7134
7135 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7136
7137         * time-date.el: Autoload parse-time-string, XEmacs needs it.
7138
7139 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7140
7141         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7142         function rather than the diff-mode.el package.
7143         (mm-display-external): Use with-current-buffer.
7144         (mm-viewer-completion-map, mm-viewer-completion-map):
7145         Move initialization inside declaration.
7146
7147 2005-09-29  Simon Josefsson  <jas@extundo.com>
7148
7149         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
7150         autoload mail-check-payment.
7151         (spam-check-hashcash): Define unconditionally, since hashcash.el
7152         is part of Gnus now.  Ignore errors from payment checking.
7153
7154 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7155
7156         * message.el (message-bold-region, message-unbold-region): Rename
7157         from `bold-region' and `unbold-region'.
7158
7159         * message.el: Remove useless autoloads.
7160
7161 2005-09-28  Simon Josefsson  <jas@extundo.com>
7162
7163         * message.el (message-use-idna): Default to t.
7164         (message-use-idna): Test whether encoding works too.  Doc fix.
7165
7166 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7167
7168         * nntp.el (nntp-warn-about-losing-connection): Remove.
7169
7170 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7171
7172         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7173         customizable.  Change default value.
7174         (mm-uu-diff-groups-regexp): Change default value.
7175         (mm-uu-type-alist): Add doc string.
7176         (mm-uu-configure): Add doc string.  Make it interactive.
7177         (mm-uu-tex-groups-regexp): New variable.
7178         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7179         (mm-uu-type-alist): Add LaTeX documents.
7180         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7181         of "text/verbatim".
7182         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7183
7184         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7185         instead of "text/verbatim".
7186
7187         * message.el (message-mark-inserted-region)
7188         (message-mark-insert-file): Use slrn style marks when called with
7189         prefix argument.
7190
7191 2005-09-27  Simon Josefsson  <jas@extundo.com>
7192
7193         * message.el (message-idna-to-ascii-rhs-1): Reformat.
7194
7195 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
7196
7197         * message.el (message-remove-duplicates): New function.
7198         Implementation borrowed from `gnus-remove-duplicates'.
7199         (message-idna-to-ascii-rhs): Also encode idna addresses in
7200         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7201         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7202         only ask about the same idna domain once per header and also tell
7203         in what header to replace the idna domain.
7204
7205         * gnus-art.el (article-decode-idna-rhs): Also decode idna
7206         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7207         (article-decode-idna-rhs): Fix regexp so that all idna-address in
7208         a header is decoded and not just the last one.
7209
7210 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7211
7212         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7213         has been decoded.
7214
7215         * mm-decode.el (mm-automatic-display): Add text/verbatim.
7216         (mm-insert-part): Don't modify text if it has been decoded.
7217
7218         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7219         decoded.
7220
7221         * mm-view.el (mm-inline-text): Don't strip text props unless
7222         decoding enriched or richtext parts.
7223
7224 2005-09-25  Romain Francoise  <romain@orebokech.com>
7225
7226         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7227         * gnus-start.el (gnus-subscribe-interactively):
7228         * gnus-uu.el (gnus-uu-grab-articles):
7229         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7230         space.
7231
7232 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7233
7234         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7235         * mm-view.el (mm-view-pkcs7-decrypt):
7236         * gnus-sum.el (gnus-summary-limit-to-extra)
7237         (gnus-summary-respool-article, gnus-read-move-group-name):
7238         * gnus-score.el (gnus-summary-increase-score):
7239         * gnus-util.el (gnus-completing-read-with-default):
7240         * gnus-art.el (gnus-read-save-file-name)
7241         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7242         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7243         * message.el (message-check-news-header-syntax):
7244         Follow convention for reading with the minibuffer.
7245
7246 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
7247
7248         * spam-report.el (spam-report-url-ping-plain):
7249         Use gnus-extended-version as User-Agent.
7250
7251         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7252         default value is nil.
7253
7254         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7255         (mm-uu-verbatim-marks-extract): New function.
7256         (mm-uu-extract): New face.
7257         (mm-uu-copy-to-buffer): Use it.
7258
7259         * spam-report.el (spam-report-gmane-ham): Renamed from
7260         `spam-report-gmane-unspam'.
7261         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7262         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
7263
7264         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7265         Autoload.
7266         (spam-report-gmane-unregister-routine): Renamed
7267         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7268
7269 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
7270
7271         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7272         (spam-report-gmane-unregister-routine): Add support for gmane
7273         unregistration.
7274
7275         * spam-report.el (spam-report-gmane-unspam)
7276         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7277         (spam-report-gmane): Change to take a single article and do unspam
7278         registration.
7279
7280 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7281
7282         * mm-url.el (mm-url-decode-entities): Fix regexp.
7283
7284 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7285
7286         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7287         default to nil, to be able to use Gnus at all.  If the default
7288         switches to something else, then the function should be fixed not
7289         be exceedingly slow.
7290
7291 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
7292
7293         * gnus-start.el (gnus-activate-group): If the server is nil, don't
7294         fail hard.
7295
7296         * spam-report.el: Add better Keywords line.
7297
7298         * spam.el: Add Maintainer and better Keywords line.
7299
7300 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7301
7302         * gnus-art.el (gnus-article-replace-part)
7303         (gnus-mime-replace-part): New functions.
7304         (gnus-mime-action-alist, gnus-mime-button-commands)
7305         (gnus-mime-save-part-and-strip): Added file argument.
7306         (gnus-article-part-wrapper): Added interactive argument.
7307
7308         * gnus-sum.el (gnus-summary-mime-map): Add
7309         `gnus-article-replace-part'.
7310
7311 2005-09-19  Didier Verna  <didier@xemacs.org>
7312
7313         The nnml compaction feature:
7314         * nnml.el (nnml-request-compact-group): New function.
7315         * nnml.el (nnml-request-compact): New function.
7316         * gnus-int.el (gnus-request-compact-group): New function.
7317         * gnus-int.el (gnus-request-compact): New function.
7318         * gnus-group.el (gnus-group-compact-group): New function.
7319         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7320         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7321         * gnus-srvr.el (gnus-server-compact-server): New function.
7322         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7323         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7324
7325 2005-09-18  Deepak Goel  <deego@gnufans.org>
7326
7327         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7328         format spec.
7329
7330 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7331
7332         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7333
7334 2005-09-15  Romain Francoise  <romain@orebokech.com>
7335
7336         * message.el (message-fill-paragraph): Clarify docstring.
7337
7338 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7339
7340         * gnus-art.el (gnus-mime-display-part): Protect against broken
7341         MIME messages.
7342
7343 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7346         before parsing header.
7347
7348 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7349
7350         * html2text.el (html2text-replace-list): Add new entities.
7351
7352 2005-09-11  Romain Francoise  <romain@orebokech.com>
7353
7354         * message.el (message-alternative-emails): Improve docstring.
7355         (message-setup-1): Call `message-use-alternative-email-as-from'
7356         after `message-setup-hook' to give it precedence over posting
7357         styles, etc.
7358         (message-use-alternative-email-as-from): Add docstring.  Remove
7359         the original From header if present.
7360
7361         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7362         (nnml-save-mail): Use it.
7363
7364         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7365         articles.  Add new argument `silent'.
7366         (gnus-uu-mark-all): Report the total number of marked articles.
7367
7368 2005-09-10  Romain Francoise  <romain@orebokech.com>
7369
7370         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7371         (gnus-uu-mark-series): Likewise.
7372
7373 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7374
7375         * spam-report.el (spam-report-gmane): Fix generation of spam
7376         report URL.
7377
7378 2005-09-10  Simon Josefsson  <jas@extundo.com>
7379
7380         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7381         t, based on discussion on the ding list with Robert Epprecht
7382         <epprecht@solnet.ch>.
7383
7384 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7385
7386         * spam-report.el (spam-report-gmane): Make it work without
7387         X-Report-Spam header.  Gmane now only provides Archived-At.
7388         This is only used if `spam-report-gmane-use-article-number' is nil.
7389         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7390
7391         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7392         make `gnus-summary-sort-by-recipient' work with threading.
7393
7394         * nnweb.el (nnweb-google-wash-article): Print a message if article
7395         is not available.
7396
7397 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7398
7399         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7400         change.  Decode text/* parts content before displaying.
7401
7402 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7403
7404         * mml-smime.el: Remove defvar of gnus-extract-address-components.
7405
7406 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7407
7408         * mm-view.el (mm-display-inline-fontify): Disable support modes.
7409
7410         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
7411         url-package-name, url-package-version,
7412         w3m-cid-retrieve-function-alist, w3m-current-buffer,
7413         w3m-display-inline-images, and w3m-minor-mode-map.
7414
7415 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
7416
7417         * message.el (message-tab-body-function): Fix mismatched custom type.
7418
7419         * gnus.el (gnus-group-change-level-function): Ditto.
7420
7421         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7422
7423         * gnus-art.el (gnus-signature-limit)
7424         (gnus-article-mime-part-function): Ditto.
7425
7426 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * mml.el (mml-mode): Silence the byte compiler.
7429
7430         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7431         using `(sit-for 0)' before moving the point to the specified part;
7432         skip unbuttonized parts.
7433         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7434         return to the summary window if gnus-auto-select-part is non-nil.
7435
7436 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
7437
7438         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7439         variables.
7440         (mml-dnd-attach-file, mml-mode): Use them.
7441
7442         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7443         Make fetching article by MID work again for Google Groups.  Added
7444         FIXME concerning gnus-group-make-web-group.
7445
7446         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7447         Don't depend on Gnus by using mail-extract-address-components if
7448         gnus-extract-address-components is not bound.
7449
7450 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7451
7452         * gnus-art.el (gnus-mime-display-security): Don't display the
7453         signature, but only the signed part.
7454
7455 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7456
7457         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7458
7459         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7460         list, not listp.
7461
7462 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
7463
7464         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7465         when encoding.
7466
7467         * mm-bodies.el (mm-decode-content-transfer-encoding):
7468         De-canonicalize CRLF for all text content types, not just
7469         text/plain.
7470
7471 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7472
7473         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7474         valid article; point arrow and cursor at the MIME button.
7475
7476 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7477
7478         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7479         Suggested by Dan Christensen <jdc@uwo.ca>.
7480
7481         * mm-decode.el (mm-save-part): Enable change of prompt.
7482
7483 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
7484
7485         * gnus-msg.el (gnus-inews-add-send-actions): Made
7486         `message-post-method' lambda parameter ARG `&optional'.
7487
7488 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7489
7490         * gnus-sum.el (gnus-summary-mime-map): Added
7491         gnus-article-save-part-and-strip, gnus-article-delete-part and
7492         gnus-article-jump-to-part.
7493
7494         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7495         (gnus-article-edit-part): Use it.
7496         (gnus-article-part-wrapper): Added no-handle argument.
7497         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7498         functions.
7499
7500 2005-08-29  Romain Francoise  <romain@orebokech.com>
7501
7502         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7503         docstring.
7504         (gnus-face-from-file): Likewise.
7505
7506 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7507
7508         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7509         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7510         non-nil.
7511         (gnus-auto-select-part): New variable.
7512         (gnus-article-jump-to-part): New function.
7513         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7514         (gnus-mime-delete-part): Allow selecting specified part after
7515         deleting or stripping parts.
7516         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
7517         part if argument is bogus.
7518
7519 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7520
7521         * gnus-art.el (w3m-minor-mode-map):
7522         * gnus-spec.el (gnus-newsrc-file-version):
7523         * gnus-util.el (nnmail-active-file-coding-system)
7524         (gnus-original-article-buffer, gnus-user-agent):
7525         * gnus.el (gnus-ham-process-destinations)
7526         (gnus-parameter-ham-marks-alist)
7527         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7528         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7529         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7530         * mm-decode.el (gnus-current-window-configuration):
7531         * mm-extern.el (gnus-article-mime-handles):
7532         * mm-url.el (url-current-object, url-package-name)
7533         (url-package-version):
7534         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7535         (smime-keys, w3m-cid-retrieve-function-alist)
7536         (w3m-current-buffer, w3m-display-inline-images)
7537         (w3m-minor-mode-map):
7538         * mml-smime.el (gnus-extract-address-components):
7539         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7540         (gnus-newsrc-hashtb, message-default-charset)
7541         (message-deletable-headers, message-options)
7542         (message-posting-charset, message-required-mail-headers)
7543         (message-required-news-headers):
7544         * mml1991.el (mc-pgp-always-sign):
7545         * mml2015.el (mc-pgp-always-sign):
7546         * nnheader.el (nnmail-extra-headers):
7547         * rfc1843.el (gnus-decode-encoded-word-function)
7548         (gnus-decode-header-function, gnus-newsgroup-name):
7549         * spam-stat.el (gnus-original-article-buffer): Add defvars.
7550
7551 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
7552
7553         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7554         the end of the date treatments.
7555
7556 2005-08-15  Simon Josefsson  <jas@extundo.com>
7557
7558         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7559         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
7560         Capello and Romain Francoise.
7561         (pgg-fetch-key-function): Removed, not used?
7562         (pgg-insert-url-with-w3): Require url, to get
7563         url-insert-file-contents regardless of where it is defined.
7564
7565 2005-08-13  Romain Francoise  <romain@orebokech.com>
7566
7567         * message.el (message-cite-original-1): New function.
7568         (message-cite-original): Use it.
7569         (message-cite-original-without-signature): Ditto.
7570
7571 2005-08-08  Romain Francoise  <romain@orebokech.com>
7572
7573         * message.el (message-yank-empty-prefix): New variable.
7574         (message-indent-citation): Use it.
7575         (message-cite-original-without-signature): Respect X-No-Archive.
7576
7577 2005-08-08  Simon Josefsson  <jas@extundo.com>
7578
7579         * pgg.el: Autoload url-insert-file-contents instead of loading
7580         w3/url.
7581         (pgg-insert-url-with-w3): Don't load url here.
7582
7583 2005-08-07  Jesper Harder  <harder@phys.au.dk>
7584
7585         * message.el (message-kill-to-signature): Don't insert newline at
7586         bol.
7587         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7588
7589 2005-08-06  Romain Francoise  <romain@orebokech.com>
7590
7591         * message.el (message-user-fqdn): Fix typo in docstring.
7592
7593 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
7594
7595         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7596
7597         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7598
7599 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7600
7601         * mm-bodies.el (mm-encode-body): Use coding system rather than
7602         charset to encode text.
7603
7604         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7605         number of charsets if utf-8 is available (XEmacs).
7606
7607 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
7608
7609         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7610         taken from `gnus-button-mid-or-mail-regexp'.
7611         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7612         (gnus-button-alist): Improve regexp for domain part of the MIDs
7613         for news:localpart@domain buttons.
7614         (gnus-button-ctan-directory-regexp): Update.
7615
7616 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7617
7618         * sieve-manage.el (sieve-manage-interactive-login): Use
7619         make-local-variable rather than make-variable-buffer-local.
7620         (sieve-manage-open): Ditto.
7621         (sieve-manage-authenticate): Ditto.
7622
7623         * mml.el (mml-generate-mime-1): Make the content type default to
7624         text/plain if the filename is not specified.
7625
7626 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7627
7628         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7629         instead of insert-buffer.
7630
7631         * message.el (message-yank-original): Ditto; set the mark at the
7632         end of the yanked message.
7633
7634 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7635
7636         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7637         lines to scroll rather than to stop it.
7638
7639         * mml.el (mml-generate-default-type): Add doc string.
7640         (mml-generate-mime-1): Use mm-default-file-encoding or make it
7641         default to application/octet-stream when determining the content
7642         type if it is not specified for the part or the mml contents; add
7643         a comment about mml-generate-default-type.
7644
7645 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
7646
7647         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7648         make it default to application/octet-stream when determining the
7649         content type if it is not specified for the external contents.
7650
7651 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7652
7653         * rfc2231.el (rfc2231-parse-string): Take care that not only a
7654         segmented parameter but also other parameters might be there.
7655
7656 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7657
7658         * mm-decode.el (mm-display-external): Delete temp file, directory
7659         and buffer immediately if the external process is exited.
7660
7661 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7662
7663         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7664         fewer lines than that of scroll-margin.
7665         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7666
7667 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7668
7669         * gnus-art.el (gnus-article-next-page): Revert.
7670         (gnus-article-beginning-of-window): New macro.
7671         (gnus-article-next-page-1): Use it.
7672         (gnus-article-prev-page): Ditto.
7673         (gnus-article-edit-part): Use insert-buffer-substring instead of
7674         insert-buffer.
7675         (gnus-article-edit-exit): Ditto.
7676
7677         * gnus-util.el (gnus-beginning-of-window): Remove.
7678         (gnus-end-of-window): Remove.
7679
7680         * lpath.el: Don't bind header-line-format and scroll-margin.
7681
7682 2005-07-25  Simon Josefsson  <jas@extundo.com>
7683
7684         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7685         to have the url package without w3.  Reported by Daiki Ueno
7686         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7687
7688 2005-07-20  Didier Verna  <didier@xemacs.org>
7689
7690         * gnus-diary.el: Remove the description comment (nndiary is now
7691         properly documented in the Gnus manual).
7692         Fix the spelling of "Back End".
7693         * nndiary.el: Ditto.
7694         Fix the copyright notice.
7695
7696 2005-07-18  Romain Francoise  <romain@orebokech.com>
7697
7698         * gnus-sum.el (gnus-summary-to-prefix)
7699         (gnus-summary-newsgroup-prefix): New variables.
7700         (gnus-summary-from-or-to-or-newsgroups): Use them.
7701
7702 2005-07-17  Romain Francoise  <romain@orebokech.com>
7703
7704         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7705         space as it's generally not especially interesting to the user.
7706
7707 2005-07-16  Romain Francoise  <romain@orebokech.com>
7708
7709         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7710         nil to avoid prompting and file modification if one of the
7711         messages at the top of the nnfolder file contains a copyright
7712         notice.
7713         Update copyright notice.
7714
7715         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7716         instead of `current-time-string' as the latter creates a time
7717         string that is not RFC 2822 compliant (it lacks the zone).
7718         Update copyright notice.
7719
7720 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7721
7722         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7723         for text/rtf.  Display default in prompt.  Pass default for M-n.
7724
7725         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7726
7727 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7728
7729         * gnus-msg.el (gnus-button-mailto): Remove
7730         save-selected-window-window hackery because it relies on
7731         save-selected-window internals.
7732
7733 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7734
7735         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7736         (gnus-article-next-page-1): Use gnus-beginning-of-window.
7737         (gnus-article-prev-page): Ditto.
7738
7739         * gnus-util.el (gnus-beginning-of-window): New function.
7740         (gnus-end-of-window): New function.
7741
7742         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
7743
7744 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7745
7746         * gnus-score.el (gnus-score-edit-all-score): Set
7747         gnus-score-edit-exit-function to gnus-score-edit-done and call
7748         gnus-message.
7749
7750 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7751
7752         * gnus-msg.el (gnus-button-mailto): Remove
7753         save-selected-window-window hackery because it relies on
7754         save-selected-window internals.
7755
7756 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7757
7758         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7759         add-minor-mode.
7760         (gnus-binary-mode): Ditto.
7761
7762         * gnus-topic.el (gnus-topic-mode): Ditto.
7763
7764 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
7765
7766         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7767         (gnus-article-prev-page): Take scroll-margin into consideration.
7768
7769 2005-07-04  Lute Kamstra  <lute@gnu.org>
7770
7771         Update FSF's address in GPL notices.
7772
7773 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
7774
7775         * gnus.el (gnus-exit):
7776         * gnus-group.el (gnus-group-icons):
7777         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7778
7779         * gnus-nocem.el (gnus-nocem):
7780         * message.el (message-various, message-buffers, message-sending)
7781         (message-interface, message-forwarding, message-insertion)
7782         (message-headers, message-news, message-mail):
7783         * pgg-gpg.el (pgg-gpg):
7784         * pgg-parse.el (pgg-parse):
7785         * pgg-pgp.el (pgg-pgp):
7786         * pgg-pgp5.el (pgg-pgp5):
7787         * pop3.el (pop3): Finish `defgroup' description with period.
7788
7789 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7790
7791         * gnus-art.el (article-display-face): Improve the efficiency.
7792         (article-display-x-face): Ditto; remove grey x-face stuff.
7793
7794 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7795
7796         * gnus-art.el (article-display-face): Correct the position in
7797         which Faces are inserted.
7798
7799 2005-06-29  Didier Verna  <didier@xemacs.org>
7800
7801         * gnus-art.el (article-display-face): Display faces in correct
7802         order.
7803
7804 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7805
7806         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7807         (gnus-fill-real-hashtb): Use hash table instead of obarray.
7808         (gnus-nocem-check-article): Fetch the Type header.
7809         (gnus-nocem-message-wanted-p): Fix the way to examine types.
7810         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7811         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7812         make sure gnus-nocem-hashtb is initialized.
7813         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7814         (gnus-nocem-unwanted-article-p): Ditto.
7815
7816         * pgg.el (pgg-verify): Return the verification result.
7817
7818 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7819
7820         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7821         is ascii.
7822
7823 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7824
7825         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7826         `show-nonbreak-escape'.
7827
7828 2005-06-23  Lute Kamstra  <lute@gnu.org>
7829
7830         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7831
7832         * dig.el (dig-mode):
7833         * smime.el (smime-mode): Use gnus-run-mode-hooks.
7834
7835 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
7836
7837         * nnimap.el (nnimap-split-download-body): Fix spellings.
7838
7839 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7840
7841         * gnus-art.el (gnus-article-encrypt-body):
7842         * gnus-cus.el (gnus-score-customize):
7843         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7844         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7845
7846 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
7847
7848         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7849         header by looking for magic "MII" at the beginnig.
7850
7851 2005-06-16  Miles Bader  <miles@gnu.org>
7852
7853         * gnus-xmas.el (gnus-xmas-group-startup-message):
7854         Use renamed gnus-splash face.
7855
7856         * assistant.el (assistant-field): Remove "-face" suffix from face name.
7857         (assistant-field-face): New backward-compatibility alias for renamed
7858         face.
7859         (assistant-render-text): Use renamed assistant-field face.
7860
7861         * spam.el (spam): Remove "-face" suffix from face name.
7862         (spam-face): New backward-compatibility alias for renamed face.
7863         (spam-face, spam-initialize): Use renamed spam face.
7864
7865         * message.el (message-header-to, message-header-cc)
7866         (message-header-subject, message-header-newsgroups)
7867         (message-header-other, message-header-name)
7868         (message-header-xheader, message-separator, message-cited-text)
7869         (message-mml): Remove "-face" suffix from face names.
7870         (message-header-to-face, message-header-cc-face)
7871         (message-header-subject-face, message-header-newsgroups-face)
7872         (message-header-other-face, message-header-name-face)
7873         (message-header-xheader-face, message-separator-face)
7874         (message-cited-text-face, message-mml-face):
7875         New backward-compatibility aliases for renamed faces.
7876         (message-font-lock-keywords): Use renamed message faces.
7877
7878         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7879         (sieve-test-commands, sieve-tagged-arguments):
7880         Remove "-face" suffix from face names.
7881         (sieve-control-commands-face, sieve-action-commands-face)
7882         (sieve-test-commands-face, sieve-tagged-arguments-face):
7883         New backward-compatibility aliases for renamed faces.
7884         (sieve-control-commands-face, sieve-action-commands-face)
7885         (sieve-test-commands-face, sieve-tagged-arguments-face):
7886         Use renamed sieve faces.
7887
7888         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7889         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7890         (gnus-group-news-3-empty, gnus-group-news-4)
7891         (gnus-group-news-4-empty, gnus-group-news-5)
7892         (gnus-group-news-5-empty, gnus-group-news-6)
7893         (gnus-group-news-6-empty, gnus-group-news-low)
7894         (gnus-group-news-low-empty, gnus-group-mail-1)
7895         (gnus-group-mail-1-empty, gnus-group-mail-2)
7896         (gnus-group-mail-2-empty, gnus-group-mail-3)
7897         (gnus-group-mail-3-empty, gnus-group-mail-low)
7898         (gnus-group-mail-low-empty, gnus-summary-selected)
7899         (gnus-summary-cancelled, gnus-summary-high-ticked)
7900         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7901         (gnus-summary-high-ancient, gnus-summary-low-ancient)
7902         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7903         (gnus-summary-low-undownloaded)
7904         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7905         (gnus-summary-low-unread, gnus-summary-normal-unread)
7906         (gnus-summary-high-read, gnus-summary-low-read)
7907         (gnus-summary-normal-read, gnus-splash):
7908         Remove "-face" suffix from face names.
7909         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7910         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7911         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7912         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7913         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7914         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7915         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7916         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7917         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7918         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7919         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7920         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7921         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7922         (gnus-summary-normal-ticked-face)
7923         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7924         (gnus-summary-normal-ancient-face)
7925         (gnus-summary-high-undownloaded-face)
7926         (gnus-summary-low-undownloaded-face)
7927         (gnus-summary-normal-undownloaded-face)
7928         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7929         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7930         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7931         (gnus-splash-face):
7932         New backward-compatibility aliases for renamed faces.
7933         (gnus-group-startup-message): Use renamed gnus faces.
7934
7935         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7936         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7937         (gnus-server-agent): Remove "-face" suffix from face names.
7938         (gnus-server-agent-face, gnus-server-opened-face)
7939         (gnus-server-closed-face, gnus-server-denied-face)
7940         (gnus-server-offline-face):
7941         New backward-compatibility aliases for renamed faces.
7942         (gnus-server-agent-face, gnus-server-opened-face)
7943         (gnus-server-closed-face, gnus-server-denied-face)
7944         (gnus-server-offline-face): Use renamed gnus faces.
7945
7946         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7947         Remove "-face" suffix from face names.
7948         (gnus-picon-xbm-face, gnus-picon-face):
7949         New backward-compatibility aliases for renamed faces.
7950
7951         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7952         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7953         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7954         (gnus-cite-11): Remove "-face" suffix from face names.
7955         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7956         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7957         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7958         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7959         New backward-compatibility aliases for renamed faces.
7960         (gnus-cite-attribution-face, gnus-cite-face-list)
7961         (gnus-article-boring-faces): Use renamed gnus faces.
7962
7963         * gnus-art.el (gnus-signature, gnus-header-from)
7964         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7965         (gnus-header-content): Remove "-face" suffix from face names.
7966         (gnus-signature-face, gnus-header-from-face)
7967         (gnus-header-subject-face, gnus-header-newsgroups-face)
7968         (gnus-header-name-face, gnus-header-content-face):
7969         New backward-compatibility aliases for renamed faces.
7970         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7971
7972         * gnus-sum.el (gnus-summary-selected-face)
7973         (gnus-summary-highlight): Use renamed gnus faces.
7974         * gnus-group.el (gnus-group-highlight): Likewise.
7975
7976 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
7977
7978         * gnus-sieve.el (gnus-sieve-article-add-rule):
7979         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7980         * spam-stat.el (spam-stat-buffer-change-to-spam)
7981         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7982
7983         * message.el (message-is-yours-p):
7984         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7985
7986 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7987
7988         * mm-view.el (mm-inline-text): Withdraw the last change.
7989
7990 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7991
7992         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7993         executing enriched-decode.
7994
7995 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7996
7997         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7998         charset of tar files.
7999
8000 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
8001
8002         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
8003
8004 2005-06-04  Lute Kamstra  <lute@gnu.org>
8005
8006         * nnfolder.el (nnfolder-read-folder): Make sure that undo
8007         information is never recorded.
8008
8009 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8010
8011         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
8012
8013 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8014
8015         * pop3.el (pop3-apop): Run md5 in the binary mode.
8016
8017         * starttls.el (starttls-set-process-query-on-exit-flag):
8018         Use eval-and-compile.
8019
8020 2005-05-31  Simon Josefsson  <jas@extundo.com>
8021
8022         * smime.el (smime-replace-in-string): Define.
8023         (smime-cert-by-ldap-1): Use it.
8024
8025 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8026
8027         * gnus-art.el (article-display-x-face): Replace
8028         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8029
8030         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
8031         set-process-query-on-exit-flag or process-kill-without-query.
8032
8033         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
8034         loop instead of replace-regexp.
8035
8036         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
8037         instead of process-kill-without-query if it is available.
8038
8039         * lpath.el: Fbind ldap-search-entries.
8040
8041         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
8042         instead of find-file-hooks if it is available.
8043
8044         * mml1991.el: Bind pgg-default-user-id when compiling.
8045
8046         * mml2015.el: Bind pgg-default-user-id when compiling.
8047
8048         * nndraft.el (nndraft-request-associate-buffer):
8049         Use write-contents-functions instead of write-contents-hooks if it is
8050         available.
8051
8052         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
8053         instead of find-file-hooks if it is available.
8054
8055         * nntp.el (nntp-open-connection): Replace
8056         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8057         (nntp-open-ssl-stream): Ditto.
8058         (nntp-open-tls-stream): Ditto.
8059
8060         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8061         set-process-query-on-exit-flag or process-kill-without-query.
8062         (starttls-open-stream-gnutls): Use it instead of
8063         process-kill-without-query.
8064         (starttls-open-stream): Ditto.
8065
8066 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
8067
8068         * smime.el (smime-cert-by-ldap-1): Don't use
8069         replace-regexp-in-string.
8070
8071 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
8072
8073         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8074
8075         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
8076         in PEM format.  Adjust to the XEmacs compability.
8077
8078 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
8079
8080         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8081         by `string-to-number'.
8082         * gnus-agent.el (gnus-agent-regenerate-group)
8083         (gnus-agent-fetch-articles): Ditto.
8084         * gnus-art.el (gnus-button-fetch-group): Ditto.
8085         * gnus-cache.el (gnus-cache-generate-active)
8086         (gnus-cache-articles-in-group): Ditto.
8087         * gnus-group.el (gnus-group-set-current-level)
8088         (gnus-group-insert-group-line): Ditto.
8089         * gnus-score.el (gnus-score-set-expunge-below)
8090         (gnus-score-set-mark-below, gnus-summary-score-effect)
8091         (gnus-summary-score-entry): Ditto.
8092         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8093         (gnus-soup-pack): Ditto.
8094         * gnus-spec.el (gnus-xmas-format): Ditto.
8095         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8096         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8097         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8098         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8099         * nndb.el (nndb-get-remote-expire-response): Ditto.
8100         * nndiary.el (nndiary-parse-schedule-value)
8101         (nndiary-string-to-number, nndiary-request-replace-article)
8102         (nndiary-request-article): Ditto.
8103         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8104         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8105         * nneething.el (nneething-make-head): Ditto.
8106         * nnfolder.el (nnfolder-request-article)
8107         (nnfolder-retrieve-headers): Ditto.
8108         * nnheader.el (nnheader-file-to-number): Ditto.
8109         * nnkiboze.el (nnkiboze-request-article): Ditto.
8110         * nnmail.el (nnmail-process-unix-mail-format)
8111         (nnmail-process-babyl-mail-format): Ditto.
8112         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8113         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8114         (nnmh-request-create-group, nnmh-request-list-1)
8115         (nnmh-request-group, nnmh-request-article): Ditto.
8116         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8117         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8118         * nnsoup.el (nnsoup-make-active): Ditto.
8119         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8120         * nntp.el (nntp-find-group-and-number)
8121         (nntp-retrieve-headers-with-xover): Ditto.
8122         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8123         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8124         (pgg-format-key-identifier): Ditto.
8125         * pop3.el (pop3-last, pop3-stat): Ditto.
8126         * qp.el (quoted-printable-decode-region): Ditto.
8127
8128         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8129         of concat.
8130
8131 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8132
8133         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8134
8135         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8136
8137         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8138
8139         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8140
8141         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8142
8143         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8144
8145         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8146         (gnus-carpal-mode): Ditto.
8147
8148         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8149         (gnus-browse-mode): Ditto.
8150
8151         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8152
8153         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8154
8155 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8156
8157         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8158
8159 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * gnus-util.el (gnus-run-mode-hooks): New function.
8162
8163         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8164
8165         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
8166         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
8167
8168 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8169
8170         * gnus-agent.el (gnus-agent-make-mode-line-string):
8171         Use mode-line-highlight as mouse-face.
8172
8173 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8174
8175         * canlock.el (canlock): Change the parent group to news.
8176
8177         * deuglify.el (gnus-outlook-deuglify): Add :group.
8178
8179         * dig.el (dig): Add :group.
8180
8181         * dns-mode.el (dns-mode): Add :group.
8182
8183         * encrypt.el (encrypt): Add :group.
8184
8185         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8186         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8187         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8188         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8189         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8190
8191         * gnus-diary.el (gnus-diary): Add :group.
8192
8193         * gnus.el (gnus-group-news-1-face): Add :group.
8194         (gnus-group-news-1-empty-face): Ditto.
8195         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8196         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8197         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8198         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8199         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8200         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8201         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8202         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8203         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8204         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8205         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8206         (gnus-summary-high-ticked-face): Ditto.
8207         (gnus-summary-low-ticked-face): Ditto.
8208         (gnus-summary-normal-ticked-face): Ditto.
8209         (gnus-summary-high-ancient-face): Ditto.
8210         (gnus-summary-low-ancient-face): Ditto.
8211         (gnus-summary-normal-ancient-face): Ditto.
8212         (gnus-summary-high-undownloaded-face): Ditto.
8213         (gnus-summary-low-undownloaded-face): Ditto.
8214         (gnus-summary-normal-undownloaded-face): Ditto.
8215         (gnus-summary-high-unread-face): Ditto.
8216         (gnus-summary-low-unread-face): Ditto.
8217         (gnus-summary-normal-unread-face): Ditto.
8218         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8219         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8220
8221         * hashcash.el (hashcash): New custom group.
8222         (hashcash-default-payment): Add :group.
8223         (hashcash-payment-alist): Ditto.
8224         (hashcash-default-accept-payment): Ditto.
8225         (hashcash-accept-resources): Ditto.
8226         (hashcash-path): Ditto.
8227         (hashcash-extra-generate-parameters): Ditto.
8228         (hashcash-double-spend-database): Ditto.
8229         (hashcash-in-news): Ditto.
8230
8231         * message.el (message-minibuffer-local-map): Add :group.
8232
8233         * netrc.el (netrc): Add :group.
8234
8235         * sieve-manage.el (sieve-manage-log): Add :group.
8236         (sieve-manage-default-user): Diito.
8237         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8238         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8239         (sieve-manage-authenticators): Ditto.
8240         (sieve-manage-authenticator-alist): Ditto.
8241         (sieve-manage-default-port): Ditto.
8242
8243         * sieve-mode.el (sieve-control-commands-face): Add :group.
8244         (sieve-action-commands-face): Ditto.
8245         (sieve-test-commands-face): Ditto.
8246         (sieve-tagged-arguments-face): Ditto.
8247
8248         * smime.el (smime): Add :group.
8249
8250         * spam-report.el (spam-report): Add :group.
8251
8252         * spam.el (spam, spam-face): Add :group.
8253
8254 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8255
8256         * nntp.el (nntp-next-result-arrived-p): Some news servers may
8257         return \n.\n.\n at the end of articles.  Protect against that.
8258         (nntp-with-open-group): Allow debugging.
8259
8260         * nnheader.el (mail-header-set-extra): Make into a function
8261         because I just could't understand how to quote the list properly.
8262
8263         * dns.el (query-dns-cached): New function.
8264
8265 2005-05-26  Lute Kamstra  <lute@gnu.org>
8266
8267         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8268
8269 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8270
8271         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
8272
8273         * gnus-art.el: Don't autoload mail-extract-address-components.
8274
8275         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8276         eval-and-compile to evaluate it.
8277
8278         * hashcash.el: Don't autoload executable-find.
8279
8280         * nndb.el: Don't declare the nndb back end two or more times; don't
8281         autoload news-reply-mode, news-setup, cancel-timer and telnet.
8282
8283         * nntp.el: Autoload format-spec instead of format; use
8284         eval-and-compile to evaluate autoload forms.
8285
8286 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
8287
8288         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8289
8290 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8291
8292         * gnus.el (gnus-version-number): Bump version.
8293
8294 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8295
8296         * gnus.el: No Gnus v0.3 is released.
8297
8298 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8299
8300         * lpath.el (featurep): Bind show-nonbreak-escape.
8301
8302 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8303
8304         * gnus-art.el (gnus-article-edit-part): Disable undo.
8305
8306 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8307
8308         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8309         gnus-article-date-lapsed-new-header is t if date timer is active;
8310         skip headers in which the original date value is empty.
8311         (gnus-article-save-original-date): Redefine it as a macro.
8312         (gnus-display-mime): Use it.
8313
8314 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8315
8316         * gnus-art.el (article-date-ut): Support converting date in
8317         forwarded parts as well.
8318         (gnus-article-save-original-date): New function.
8319         (gnus-display-mime): Use it.
8320
8321 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
8322
8323         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8324         enclosure element of <item>.
8325
8326 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
8327
8328         * message.el (message-kill-buffer-query): Renamed from
8329         `message-kill-buffer-query-if-modified'.  Added :version.
8330
8331 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8332
8333         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8334         window layout.
8335
8336 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8337
8338         * mml.el: Autoload dnd when compiling.
8339
8340 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8341
8342         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8343         x-dnd-*.
8344
8345 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8346
8347         * qp.el (quoted-printable-encode-region): Save excursion.
8348
8349 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8350
8351         * message.el (message-kill-buffer-query-if-modified): Add new variable
8352         so the user can kill a modified message buffer quickly.
8353         (message-kill-buffer): Use it.
8354
8355 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8356
8357         * lpath.el: Fbind display-time-event-handler; don't fbind
8358         string-to-multibyte.
8359
8360         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8361
8362 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8363
8364         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8365         contained in text because xml.el decodes entities) with LFs.
8366
8367 2005-04-11  Lute Kamstra  <lute@gnu.org>
8368
8369         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8370         differently.
8371
8372 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8373
8374         * mm-util.el (mm-detect-coding-region): Typo.
8375
8376 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8377
8378         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8379
8380 2005-04-06  D Goel  <deego@gnufans.org>
8381
8382         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8383         user-function allow user modifications of the scores.
8384         (spam-stat-score-buffer-user): New function, to allow
8385         user-computed modifications to the score.
8386         (spam-stat-score-buffer-user-functions): List of additional
8387         scoring functions.
8388         (spam-stat-error-holder): Global temporary error holder.
8389         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8390         variable.
8391
8392 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
8393
8394         * gnus-registry.el (gnus-registry-clean-empty-function)
8395         (gnus-registry-trim, gnus-registry-fetch-groups)
8396         (gnus-registry-delete-group): Groups that match
8397         `gnus-registry-ignored-groups' are removed from the registry
8398         entries, not just ignored for splitting.  This helps clean up the
8399         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
8400         to get all the groups a message ID is in.
8401
8402         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8403         (spam-stat-split-fancy): Change "threshhold" to "threshold"
8404         (spam-stat-score-buffer-user-functions): Add :number custom type.
8405
8406 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8407
8408         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8409         argument in XEmacs.
8410
8411         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8412         (nnrss-request-group): Decode group name first.
8413         (nnrss-request-article): Make a text/plain article if mml-to-mime
8414         failed.
8415         (nnrss-get-encoding): Return a compatible encoding according to
8416         nnrss-compatible-encoding-alist.
8417         (nnrss-find-el): Use consp instead of listp.
8418         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8419
8420 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8421
8422         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8423         which Emacs 20 doesn't support.
8424         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8425
8426 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8427
8428         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8429         silence the byte compiler inside the defun.
8430
8431         * gnus-demon.el (parse-time-string): Add autoload.
8432
8433         * gnus-delay.el (parse-time-string): Add autoload.
8434
8435         * gnus-art.el (parse-time-string): Add autoload.
8436
8437         * nnultimate.el (parse-time): Require for `parse-time-string'.
8438
8439 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8440
8441         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8442
8443         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8444
8445         * smime.el (smime-ldap-host-list): Add :version.
8446
8447 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8448
8449         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8450         pass it to `gnus-browse-read-group'.
8451         (gnus-browse-read-group): Add NUMBER argument and pass it to
8452         `gnus-group-read-ephemeral-group'.
8453
8454         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8455         argument and pass it to `gnus-group-read-group'.
8456
8457 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
8458
8459         * mm-util.el (mm-xemacs-find-mime-charset): Only call
8460         mm-xemacs-find-mime-charset-1 if we have the mule feature
8461         available at runtime.
8462
8463 2005-03-25  Werner Lemberg  <wl@gnu.org>
8464
8465         * nnmaildir.el: Replace `illegal' with `invalid'.
8466
8467 2005-03-23  Lute Kamstra  <lute@gnu.org>
8468
8469         * time-date.el: Add comment on time value formats.
8470         Don't require parse-time.
8471         (with-decoded-time-value): New macro.
8472         (encode-time-value): New function.
8473         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8474         (days-to-time): Return a valid time value when arg is huge.
8475         (time-since): Use time-subtract.
8476         (time-to-number-of-days): Use time-to-seconds.
8477
8478 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8479
8480         * gnus-start.el (gnus-display-time-event-handler):
8481         Check display-time-timer at runtime rather than only at load time
8482         in case display-time-mode is turned off in the mean time.
8483
8484 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8485
8486         * nnimap.el (nnimap-open-connection): Print which authinfo file is
8487         used.
8488
8489         * nneething.el (nneething-map-file-directory): Derive from
8490         `gnus-directory'.
8491
8492         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8493         the To/Cc button.
8494
8495 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8496
8497         * nnmaildir.el (nnmaildir-request-accept-article):
8498         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8499
8500 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8501
8502         * gnus-async.el: Require timer-funcs at compile time when in
8503         XEmacs for `run-with-idle-timer'.
8504
8505 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8506
8507         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8508         autoloaded function.
8509
8510 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8511
8512         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8513
8514 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
8515
8516         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8517
8518 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8519
8520         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8521         gnus-expert-user to default.
8522
8523 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
8524
8525         * nnimap.el (nnimap-open-server): Ditto.
8526
8527         * imap.el (imap-authenticate): Fix typo.
8528
8529 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
8530
8531         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8532         buffer (since IMAP server might return FETCH response out of
8533         order, and the nntp buffer must be sorted).
8534
8535 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
8536
8537         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8538         comparison on string.
8539
8540         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8541         (gnus-agent-score): Renamed category keywords to match gnus-cus.
8542         (gnus-agent-summary-fetch-series): Modified to protect against
8543         gnus-agent-summary-fetch-group clearing processable flags.
8544         (gnus-agent-synchronize-group-flags): Update live group buffer as
8545         synchronization may occur due to the user toggle the plugged
8546         status.
8547         (gnus-agent-fetch-group-1): Clear downloadable flag when article
8548         successfully downloaded.
8549         (gnus-agent-expire-group-1): Avoid using markers when the overview
8550         is in ascending order; greatly improves performance.
8551         (gnus-agent-regenerate-group): Use
8552         gnus-agent-synchronize-group-flags to reset read status in both
8553         gnus and server.
8554         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8555
8556 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8557
8558         * message.el: Don't autoload former message-utils variables.
8559         (message-strip-subject-trailing-was): Change doc string.
8560
8561         * nnweb.el: Fixes for `gnus-group-make-web-group'.
8562         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
8563         (nnweb-google-search): Add "hl=en" here.
8564         (nnweb-google-parse-1, nnweb-google-create-mapping):
8565         Don't hardcode URL.
8566
8567 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8568
8569         * message.el (message-get-reply-headers, message-followup):
8570         Mention related variables `message-use-followup-to' and
8571         `message-use-mail-followup-to', in the information buffer.
8572
8573         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8574         of broken groups(-beta).google.com.
8575
8576 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8577
8578         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8579         parameter to invoked gnus-request-move-article; remove the
8580         redundant gnus-sum-hint-move-is-internal variable; apply the marks
8581         all at once instead of once per article.
8582         (gnus-summary-remove-process-mark): Accept a list of articles as
8583         well as a single article for processing.
8584
8585         * gnus-int.el (gnus-request-move-article): Add move-is-internal
8586         parameter.
8587
8588         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8589
8590         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8591
8592         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8593         parameter.
8594
8595         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8596         parameter.
8597
8598         * nnimap.el (nnimap-request-move-article): Add move-is-internal
8599         parameter and remove the gnus-sum-hint-move-is-internal variable.
8600
8601         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8602         parameter.
8603
8604         * nndraft.el (nndraft-request-move-article): Add move-is-internal
8605         parameter.
8606
8607         * nndiary.el (nndiary-request-move-article): Add move-is-internal
8608         parameter.
8609
8610         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8611
8612         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8613         parameter.
8614
8615         * nnagent.el (nnagent-request-move-article): Add move-is-internal
8616         parameter.
8617
8618 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8619
8620         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8621         a more conservative way.
8622
8623 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8624
8625         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8626         buffer, so it moves the window's cursor.
8627
8628 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
8629
8630         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8631         `mm-dissect-multipart' and receive the from field as an (optional)
8632         argument from `mm-dissect-multipart'.
8633         (mm-dissect-multipart): Receive the from field as an argument and
8634         pass it on when we call `mm-dissect-buffer' on MIME parts.
8635         Fixes verification/decryption of signed/encrypted MIME parts.
8636
8637 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
8638
8639         * gnus-sum.el (gnus-summary-move-article): Set
8640         gnus-sum-hint-move-is-internal for gnus-request-move-article and
8641         whatever it calls (right now, only nnimap-request-move article
8642         respects it).
8643
8644         * nnimap.el (nnimap-request-move-article): When
8645         gnus-sum-hint-move-is-internal is set, don't do the extra
8646         nnimap-request-article.
8647
8648 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8649
8650         * nnheader.el (nnheader-find-file-noselect): Add doc string.
8651
8652         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8653         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8654
8655         * gnus-sum.el (gnus-summary-caesar-message):
8656         Apply `gnus-treat-article' after rotation.
8657
8658         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8659         doc string.
8660
8661 2005-02-22  Simon Josefsson  <jas@extundo.com>
8662
8663         * encrypt.el (encrypt-password-cache-expiry): Remove (use
8664         `password-cache-expiry' instead).  Reported by Arne Jørgensen
8665         <arne@arnested.dk>.
8666         (encrypt): Add password-cache and password-cache-expiry as group
8667         members.
8668
8669 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
8670
8671         * smime.el (smime-ldap-host-list): Doc fix.
8672         (smime-ask-passphrase): Use `password-read-and-add' to read (and
8673         cache) password.
8674         (smime-sign-region): Use it.
8675         (smime-decrypt-region): Use it.
8676         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8677         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8678         fails.
8679         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8680         certificate from DER to PEM format rather than calling openssl.
8681
8682         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8683
8684         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8685         for signing/encryption.
8686
8687         * mml.el (mml-parse-1): Use them.
8688
8689 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
8690
8691         * nnrss.el (nnrss-verbose): Removed.
8692         (nnrss-request-group): Use `nnheader-message' instead.
8693
8694 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
8695
8696         * nnrss.el (nnrss-verbose): New variable.
8697         (nnrss-request-group): Make it say nnrss is requesting a group.
8698
8699 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8700
8701         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8702         Handle news URL with given port correctly.
8703
8704 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8705
8706         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8707         containing special characters.
8708
8709         * gnus-sum.el (gnus-summary-edit-article): Ditto.
8710
8711         * mml.el (mime-to-mml): Ditto.
8712
8713         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8714         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8715         (rfc2047-decode-region): Quote decoded words containing special
8716         characters when rfc2047-quote-decoded-words-containing-tspecials
8717         is non-nil.
8718
8719 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8720
8721         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8722
8723         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8724
8725 2005-02-15  Simon Josefsson  <jas@extundo.com>
8726
8727         * nnimap.el (nnimap-debug): Doc fix.
8728
8729         * imap.el (imap-debug): Doc fix.
8730
8731 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8732
8733         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8734
8735 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8736
8737         * gnus.el (spam-contents): Improve docs for spam-contents
8738         parameter in its variable incarnation.
8739
8740 2005-02-14  Simon Josefsson  <jas@extundo.com>
8741
8742         * smime-ldap.el: Use require instead of load-library for ldap.
8743         (smime-ldap-search): Indent.
8744         (smime-ldap-search-internal): Shorten line.
8745
8746         * smime.el (smime-cert-by-dns): Add doc-string.
8747         (smime-cert-by-ldap-1): Indent.
8748
8749         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8750         mml-smime-get-dns-ldap.
8751         (mml-smime-encrypt-query): Use new function.  Default to ldap.
8752
8753 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
8754
8755         * smime.el: Require smime-ldap.
8756         (smime-ldap-host-list): New variable.
8757         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8758
8759         * mml-smime.el (mml-smime-encrypt-query): New function.
8760         (mml-smime-encrypt-query): Use it.
8761
8762         * smime-ldap.el: New file.
8763
8764 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8765
8766         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8767
8768 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8769
8770         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8771         argument in doc string.  Make query for type more clear.
8772
8773 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8774
8775         * gnus.el (gnus-group-startup-message): Search for gnus images in
8776         etc/images/gnus.
8777         * mm-util.el (mm-image-load-path): Likewise.
8778         * smiley.el (smiley-data-directory): Search for smilies in
8779         etc/images/smilies.
8780
8781 2005-02-09  Kim F. Storm  <storm@cua.dk>
8782
8783         Change Emacs release version from 21.4 to 22.1 throughout.
8784         Change Emacs development version from 21.3.50 to 22.0.50.
8785
8786 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8787
8788         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8789
8790         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8791         non-Mule XEmacs as well.
8792         (mm-decompress-buffer): Signal an error intentionally if it does
8793         not decompress compressed data because auto-compression-mode is
8794         disabled.
8795
8796 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
8797
8798         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8799         an ID in the registry even if it has no groups.
8800
8801 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8804         merge it into mm-decompress-buffer.
8805         (gnus-mime-copy-part): Use the MIME part charset, the value which
8806         a user specified or gnus-newsgroup-charset for decoding, like
8807         gnus-mime-inline-part does; set buffer-file-coding-system to tell
8808         save-buffer what was used.  Suggested by Kevin Ryde
8809         <user42@zip.com.au>.
8810         (gnus-mime-inline-part): Allow the name parameter as well as the
8811         filename parameter; force decompressing of compressed data; always
8812         display contents being not decoded as unibyte.
8813
8814         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8815         as well as the filename parameter.
8816
8817         * mm-util.el (mm-decompress-buffer): Merge
8818         gnus-mime-jka-compr-maybe-uncompress.
8819         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8820         of compressed data.
8821
8822 2005-02-08  Simon Josefsson  <jas@extundo.com>
8823
8824         * imap.el (imap-log): Doc fix.
8825
8826 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8827
8828         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8829         the coding cookies; decompress compressed parts.
8830
8831         * mml.el (mml-generate-mime-1): Add the charaset parameter according
8832         to the value which a user specified manually or the coding cookie.
8833
8834         * mm-util.el (mm-string-to-multibyte): New function.
8835         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8836         (mm-coding-system-to-mime-charset): New function.
8837         (mm-decompress-buffer): New function.
8838         (mm-find-buffer-file-coding-system): New function.
8839
8840         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8841         (mm-display-inline-fontify): Rewrite for decoding and decompressing
8842         parts.
8843
8844 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8845
8846         * mm-view.el (mm-display-inline-fontify): Decode a part according
8847         to the charset parameter.
8848
8849 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8850
8851         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8852         prefix arg is neither nil nor a number, as info specifies.
8853
8854 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8855
8856         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8857         timestamps.
8858
8859 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
8860
8861         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8862         groups error checking and notify user.
8863
8864 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
8865
8866         * message.el (message-send-mail-function): Check existence of
8867         sendmail-program first before using default value
8868         `message-send-mail-with-sendmail'.  Otherwise use more generic
8869         `smtpmail-send-it'.
8870
8871 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8872
8873         * nntp.el (nntp-request-update-info): Always return nil.
8874
8875 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8876
8877         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8878
8879 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8880
8881         * message.el (message-beginning-of-line): Change the behavior when
8882         invoked between BOL and : so that it first moves backward.
8883
8884 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8885
8886         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8887         article buffer when editing of the article is discarded.
8888         (gnus-article-prepare): Revert.
8889
8890 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8891
8892         * gnus-art.el (gnus-article-prepare):
8893         Remove message-strip-forbidden-properties from the local hook.
8894
8895 2005-01-27  Simon Josefsson  <jas@extundo.com>
8896
8897         * password.el (password-cache-add): Only start one timer per key.
8898         Reported by Derek Atkins <warlord@MIT.EDU>.
8899
8900 2005-01-26  Steve Youngs  <steve@sxemacs.org>
8901
8902         * run-at-time.el: Removed.  It is no longer needed as
8903         timer-funcs.el in the xemacs-base package has a working version of
8904         `run-at-time'.
8905
8906         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
8907
8908         * password.el: Require timer-funcs instead of run-at-time in
8909         XEmacs.
8910         Remove `password-run-at-time' macro.
8911         (password-cache-add): Use `run-at-time' instead of
8912         `password-run-at-time'.
8913
8914         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
8915         Remove `nnheader-cancel-function-timers' alias,
8916         `cancel-function-timers' exists in XEmacs in timer-funcs.
8917
8918         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8919         for `run-with-idle-timer'.
8920
8921         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8922         for `run-at-time'.
8923
8924         * mm-url.el: Require timer-funcs at compile time when in XEmacs
8925         for `with-timeout'.
8926
8927         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
8928         the same as for XEmacs 21.4.
8929         No need to ignore `run-with-idle-timer', this function exists in
8930         XEmacs now in timer-funcs.el in the xemacs-base package.
8931         (dgnushack-compile): No need to delete
8932         run-at-time.el from the list of files to compile because it
8933         doesn't exist anymore.
8934
8935 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8936
8937         * mml.el (mml-generate-mime-1): Convert string into unibyte when
8938         inserting " *mml*" buffer's contents into a unibyte temp buffer.
8939
8940 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
8941
8942         * mail-source.el (mail-source-fetch-imap): Search for ^From case
8943         sensitively.
8944
8945 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
8946
8947         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8948
8949 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8950
8951         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8952         which will be inserted according to the multibyteness of a buffer
8953         rather than the type of contents.  Suggested by ARISAWA Akihiro
8954         <ari@mbf.ocn.ne.jp>.
8955
8956         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8957         of string which old xml.el may return rather than a string.
8958
8959 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8960
8961         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8962
8963 2005-01-16  Simon Josefsson  <jas@extundo.com>
8964
8965         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8966         idn/idna.el isn't available.
8967         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
8968         <michael@waxrat.com>.
8969
8970         * hashcash.el: Remove non-FSF copyright header.
8971
8972         * hashcash.el (hashcash-extra-generate-parameters): New variable.
8973         (hashcash-generate-payment): Use it.
8974         (hashcash-generate-payment-async): Use it.
8975
8976 2005-01-15  Simon Josefsson  <jas@extundo.com>
8977
8978         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8979         Suggested by Raymond Scholz <ray-2005@zonix.de>.
8980
8981         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8982         gnus-summary-idna-message.
8983         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8984         (gnus-summary-idna-message): New function.
8985
8986 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8987
8988         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8989         gnus-novice-user.
8990
8991 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8992
8993         * nnrss.el (nnrss-request-delete-group): Delete entries in
8994         nnrss-group-alist as well.
8995         (nnrss-save-server-data): Insert newline.
8996
8997 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
8998
8999         * gnus.el (gnus-user-agent): Use list of symbols instead of
9000         symbols.  Display full version number for (S)XEmacs.  Optionally
9001         display (S)XEmacs codename.
9002
9003         * gnus-util.el (gnus-emacs-version): Update for new
9004         `gnus-user-agent'.
9005
9006         * gnus-msg.el (gnus-extended-version): Make it possible to omit
9007         Gnus version.
9008
9009 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9010
9011         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
9012         which is unreadable in some setups.
9013
9014 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9015
9016         * gnus-spec.el (gnus-update-format-specifications): Flush the
9017         group format spec cache if it doesn't support decoded group names.
9018
9019 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9020
9021         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
9022         Allow to apply decay on score files matching a regexp.
9023
9024 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9025
9026         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
9027         compatibility in %g and %c.
9028
9029 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9030
9031         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
9032         name for only %g and %c.
9033         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
9034         of gnus-tmp-group to decoded group name.
9035         (gnus-group-make-rss-group): Exclude `/'s from group names.
9036
9037 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9038
9039         * nnrss.el (nnrss-get-encoding): Fix regexp.
9040
9041 2004-12-27  Simon Josefsson  <jas@extundo.com>
9042
9043         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
9044         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
9045         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
9046
9047 2004-12-17  Kim F. Storm  <storm@cua.dk>
9048
9049         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
9050
9051         * gnus-sum.el (gnus-summary-mode-map): Likewise.
9052
9053 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9054
9055         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
9056
9057 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9058
9059         * nnrss.el: Require rfc2047 and mml.
9060         (nnrss-file-coding-system): New variable.
9061         (nnrss-format-string): Redefine it as an inline function.
9062         (nnrss-decode-group-name): New function.
9063         (nnrss-string-as-multibyte): Remove.
9064         (nnrss-retrieve-headers): Decode group name; don't use
9065         nnrss-format-string.
9066         (nnrss-request-group): Decode group name.
9067         (nnrss-request-article): Decode group name; allow a Message-ID as
9068         well as an article number; don't use nnrss-format-string; encode a
9069         Message-ID string which may contain non-ASCII characters; use
9070         mml-to-mime to compose a MIME article.
9071         (nnrss-request-expire-articles): Decode group name.
9072         (nnrss-request-delete-group): Decode group name.
9073         (nnrss-fetch): Clarify error message.
9074         (nnrss-read-server-data): Use insert-file-contents instead of load;
9075         bind file-name-coding-system; use multibyte buffer.
9076         (nnrss-save-server-data): Bind coding-system-for-write to the
9077         value of nnrss-file-coding-system; bind file-name-coding-system;
9078         add coding cookie.
9079         (nnrss-read-group-data): Use insert-file-contents instead of load;
9080         bind file-name-coding-system; use multibyte buffer.
9081         (nnrss-save-group-data): Bind coding-system-for-write to the
9082         value of nnrss-file-coding-system; bind file-name-coding-system.
9083         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
9084         make it work with non-ASCII text.
9085         (nnrss-find-el): Make it work with old xml.el as well.
9086
9087 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9088
9089         * nnrss.el (nnrss-get-encoding): New function.
9090         (nnrss-fetch): Use unibyte buffer initially; bind
9091         coding-system-for-read while performing mm-url-insert; remove ^Ms;
9092         decode contents according to the encoding attribute.
9093         (nnrss-save-group-data): Add coding cookie.
9094         (nnrss-mime-encode-string): New function.
9095         (nnrss-check-group): Use it to encode subject and author.
9096
9097 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
9098
9099         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9100         imaginary variable.
9101
9102 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9103
9104         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9105         correctly even if there are wide characters.
9106
9107 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9108
9109         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9110         downcased symbol names; make a new cache instead of reusing
9111         bbdb-hashtable.
9112
9113 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9116         concatenating segments rather than before concatenating them.
9117         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9118
9119         * message.el (message-get-reply-headers): Bind `extra'.
9120
9121 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9122
9123         * message.el (message-extra-wide-headers): New variable.
9124         (message-get-reply-headers): Use it.
9125
9126 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9127
9128         * gnus-agent.el (gnus-agent-group-path): Decode group name.
9129         (gnus-agent-group-pathname): Ditto.
9130
9131         * gnus-cache.el (gnus-cache-file-name): Decode group name.
9132
9133         * gnus-group.el (gnus-group-make-group): Decode group name.
9134         (gnus-group-make-rss-group): Register the group data after opening
9135         the nnrss group.
9136
9137 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
9138
9139         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9140         by expiry now get marked as read.
9141
9142 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9143
9144         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9145
9146 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
9147
9148         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9149         unify Latin characters in XEmacs.
9150         (mm-find-mime-charset-region): Use it.
9151
9152 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9153
9154         * gnus-util.el (gnus-delete-directory): New function.
9155
9156         * gnus-agent.el (gnus-agent-delete-group): Use it.
9157
9158         * gnus-cache.el (gnus-cache-delete-group): Use it.
9159
9160 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9163         names.
9164
9165 2004-12-16  Simon Josefsson  <jas@extundo.com>
9166
9167         * hashcash.el (hashcash-payment-alist): Fix custom :type.
9168
9169 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9172
9173         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9174         (gnus-group-set-current-level): Decode group name.
9175
9176 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
9177
9178         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9179         failed.
9180
9181 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9182
9183         * gnus-group.el (gnus-group-delete-group): Decode group name.
9184         (gnus-group-make-rss-group): Encode group name.
9185         (gnus-group-catchup-current): Decode group name.
9186         (gnus-group-kill-group): Decode group name.
9187
9188 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9189
9190         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9191
9192 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9193
9194         * gnus-group.el (gnus-group-make-rss-group):
9195         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9196
9197         * gnus-start.el (gnus-setup-news): Honor user's setting to
9198         gnus-message-archive-method.  Suggested by Lute Kamstra
9199         <lute@gnu.org>.
9200
9201 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
9202
9203         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9204         global counterparts of the buffer-local variables.
9205
9206 2004-11-16  Romain Francoise  <romain@orebokech.com>
9207
9208         * gnus-sum.el (gnus-summary-exit): Don't clear the global
9209         counterparts of the buffer-local variables.
9210
9211 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9212
9213         * message.el (message-forbidden-properties): Fixed typo in doc
9214         string.
9215
9216 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9217
9218         * gnus-util.el (gnus-replace-in-string): Added doc string.
9219
9220         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9221         to avoid problems when splitting mails with many recipients.
9222
9223 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9224
9225         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9226         pop-to-buffer, covered by the subsequent gnus-configure-windows.
9227
9228 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
9229
9230         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9231         if there is no hashtable in memory or file modification time is
9232         newer than cached timestamp.
9233
9234 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9235
9236         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9237         not-matching option.
9238
9239 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
9240
9241         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9242         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9243         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9244         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9245         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
9246         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9247
9248 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * message.el (message-forward-make-body-mml): Remove headers
9251         according to message-forward-ignored-headers if a message is decoded.
9252
9253 2004-12-02  Romain Francoise  <romain@orebokech.com>
9254
9255         * message.el (message-forward-make-body-plain): Always remove
9256         headers according to message-forward-ignored-headers.
9257
9258 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9259
9260         * spam.el (spam-summary-prepare-exit): Remove the
9261         gnus-summary-limit pop for now, it has problems with ham marks for
9262         me.
9263
9264 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
9265
9266         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9267         correctly.
9268
9269 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
9270
9271         * format-spec.el (format-spec): Message the char.
9272
9273 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9274
9275         * gnus-art.el (gnus-split-methods): Reformat comments.
9276
9277         * spam.el (spam-summary-prepare-exit): Remove article limits
9278         before exiting the summary buffer.
9279
9280 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9281
9282         * lpath.el: Remove bbdb-create-internal, bbdb-records,
9283         spam-BBDB-register-routine and spam-enter-ham-BBDB.
9284
9285         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9286         order to silence the byte compiler.
9287
9288         * spam.el: Fix the way to silence the byte compiler, which
9289         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9290         bbdb-search-simple, spam-BBDB-register-routine,
9291         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9292         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9293         spam-stat-buffer-is-spam, spam-stat-load,
9294         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9295         spam-stat-save and spam-stat-split-fancy.
9296
9297 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9298
9299         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9300         which may confuse users.
9301         (canlock-password-for-verify): Ditto.
9302
9303         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9304
9305         * gnus-art.el (gnus-emphasis-alist): Ditto.
9306
9307         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9308
9309         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9310
9311         * gnus-start.el (gnus-save-killed-list): Ditto.
9312
9313         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9314         (gnus-sum-thread-tree-root): Ditto.
9315         (gnus-sum-thread-tree-false-root): Ditto.
9316         (gnus-sum-thread-tree-single-indent): Ditto.
9317
9318         * message.el (message-courtesy-message): Ditto.
9319         (message-archive-note): Ditto.
9320         (message-subscribed-address-file): Ditto.
9321         (message-user-fqdn): Ditto.
9322
9323         * spam-report.el (spam-report-gmane-regex): Ditto.
9324
9325         * spam.el (spam-blackhole-good-server-regex): Ditto.
9326
9327 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9328
9329         * mml.el (mml-preview): Widen the message buffer before copying
9330         the contents to the preview buffer; sort headers before previewing.
9331
9332         * message.el (message-hidden-headers): Fix the way to avoid a bug
9333         in the `repeat' widget in Emacs 21.3 or earlier.
9334
9335 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9336
9337         * message.el (message-hidden-headers): Default to "^References:".
9338         Improve customization type.  Suggested by Reiner Steib
9339         <Reiner.Steib@gmx.de>.
9340
9341 2004-11-25  Romain Francoise  <romain@orebokech.com>
9342
9343         * message.el (message-strip-forbidden-properties): Remove check for
9344         obsolete `message-hidden' text property, hidden headers are not
9345         accessible in the buffer anymore.
9346
9347 2004-11-22  Romain Francoise  <romain@orebokech.com>
9348
9349         * message.el (message-header-format-alist): Add `From' in list
9350         so that it can be sorted.
9351         (message-fix-before-sending): Widen and sort headers before
9352         sending.
9353         (message-hide-headers): Use narrowing to hide headers by moving
9354         them to the top of the buffer and narrowing to the region
9355         underneath.
9356
9357 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9358
9359         * message.el (message-strip-forbidden-properties): Bind
9360         buffer-read-only (etc) to nil.
9361
9362 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9363
9364         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9365         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9366
9367 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9368
9369         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9370
9371 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9372
9373         * dns.el (query-dns): Use sit-for to time instead of
9374         accept-process-output, since that doesn't seem to work on udp
9375         sockets.
9376
9377 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9378
9379         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9380
9381 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9382
9383         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9384         doc string.  Improve doc string.
9385
9386 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9387
9388         * nntp.el (nntp-request-update-info): Return nil if
9389         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9390         may not call gnus-activate-group which uselessly issues the GROUP
9391         commands for all nntp groups and wastes time.  Reported by Romain
9392         Francoise <romain@orebokech.com>.
9393
9394         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9395
9396 2004-11-15  Simon Josefsson  <jas@extundo.com>
9397
9398         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9399         headers separately.
9400         (gnus-button-openpgp): New function, inspired by Jochen Küpper
9401         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9402
9403 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9404
9405         * gnus-start.el (gnus-convert-old-newsrc):
9406         Assign legacy-gnus-agent to 5.10.7.
9407
9408 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9409
9410         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9411         start of the lines.
9412
9413 2004-11-14  Magnus Henoch  <mange@freemail.hu>
9414
9415         * hashcash.el (hashcash-default-payment): Change default to 20
9416         (hashcash-default-accept-payment): Change default to 20
9417         (hashcash-process-alist): New variable
9418         (hashcash-generate-payment-async): Add
9419         (hashcash-already-paid-p): Add
9420         (hashcash-insert-payment): Don't generate payments twice
9421         (hashcash-insert-payment-async): Add
9422         (hashcash-insert-payment-async-2): Add
9423         (hashcash-cancel-async): Add
9424         (hashcash-wait-async): Add
9425         (hashcash-processes-running-p): Add
9426         (hashcash-wait-or-cancel): Add
9427         (mail-add-payment): New optional argument.  Conditionally start
9428         asynchronous calculation.
9429         (mail-add-payment-async): Add
9430
9431         * message.el (message-send-mail): Wait for asynchronous hashcash
9432         results.  Don't clobber existing X-Hashcash headers.
9433         (message-setup-1): Call mail-add-payment-async when
9434         message-generate-hashcash is non-nil.
9435
9436 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9437
9438         * message.el (message-use-alternative-email-as-from): Examine the
9439         From header as well; use message-make-from in order to include a
9440         user's full name.
9441
9442 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9443
9444         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9445         default; improve customization type.
9446         (gnus-emphasis-custom-with-format): New macro.
9447         (gnus-emphasis-custom-value-to-external): New function.
9448         (gnus-emphasis-custom-value-to-internal): New function.
9449
9450 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9451
9452         * dns.el (query-dns): Resolve reverse addresses.
9453
9454 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9455
9456         * gnus-group.el (gnus-group-get-new-news): Use it.
9457
9458         * gnus-start.el (gnus-check-reasonable-setup): New function.
9459
9460 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9461
9462         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9463         "Args out of range" error.  Reported by Arnaud Giersch
9464         <arnaud.giersch@free.fr>.
9465
9466 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9467
9468         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9469
9470 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9471
9472         * spam.el (spam group): Add :version.
9473
9474         * pgg-def.el (pgg group): Add :version.
9475
9476 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9477
9478         * gnus-art.el (gnus-article-edit-article): Don't associate the
9479         article buffer with a draft file.  This is a temporary measure
9480         against the 2004-08-22 change to gnus-article-edit-mode.
9481
9482 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9483
9484         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9485         (html2text-format-tags): Remove unused variable `attr'.
9486
9487 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9488
9489         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9490
9491         * tls.el (tls-process-connection-type, tls-success)
9492         (tls-certtool-program): Add :version.
9493
9494         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
9495         (starttls-extra-arguments, starttls-process-connection-type)
9496         (starttls-connect, starttls-failure, starttls-success):
9497
9498         * spam-stat.el (spam-stat): Add :version.
9499
9500         * sieve.el (sieve): Add :version.
9501
9502         * sha1.el (sha1): Add :version.
9503         (sha1-use-external): Remove redundant version.
9504
9505         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9506         (nnmail-cache-ignore-groups, nnmail-spool-hook)
9507         (nnmail-split-fancy-match-partial-words)
9508         (nnmail-split-lowercase-expanded): Add :version.
9509
9510         * nndiary.el (nndiary): Add :version.
9511
9512         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9513
9514         * mml-sec.el (mml-default-sign-method)
9515         (mml-default-encrypt-method, mml-signencrypt-style-alist):
9516         Add :version.
9517
9518         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9519
9520         * mm-url.el (mm-url-use-external, mm-url-program)
9521         (mm-url-arguments): Add :version.
9522
9523         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9524         (mm-attachment-file-modes, mm-decrypt-option)
9525         (mm-w3m-safe-url-regexp): Add :version.
9526
9527         * message.el (message-cite-prefix-regexp)
9528         (message-sendmail-envelope-from, message-minibuffer-local-map)
9529         (message-user-fqdn, message-completion-alist): Add :version.
9530
9531         * gnus-win.el (gnus-configure-windows-hook)
9532         (gnus-use-frames-on-any-display): Add :version.
9533
9534         * gnus-art.el (gnus-article-address-banner-alist)
9535         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9536         (gnus-treat-from-picon, gnus-treat-mail-picon)
9537         (gnus-treat-x-pgp-sig): Add :version.
9538
9539         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9540         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9541         (gnus-summary-article-delete-hook)
9542         (gnus-summary-display-while-building): Add :version.
9543
9544         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9545         (gnus-get-top-new-news-hook):Add :version.
9546
9547         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9548         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9549
9550         * gnus-registry.el (gnus-registry): Add :version.
9551
9552         * gnus-spec.el (gnus-use-correct-string-widths)
9553         (gnus-make-format-preserve-properties): Add :version.
9554
9555         * gnus.el (gnus-group-charter-alist)
9556         (gnus-group-fetch-control-use-browse-url)
9557         (gnus-install-group-spam-parameters): Add :version.
9558
9559         * gnus-diary.el (gnus-diary): Add :version.
9560
9561         * gnus-delay.el (gnus-delay): Add :version.
9562
9563         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9564         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9565         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9566         Add :version.
9567
9568         * gnus-agent.el (gnus-agent-max-fetch-size)
9569         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9570         (gnus-agent-prompt-send-queue): Add :version.
9571
9572         * deuglify.el (gnus-outlook-deuglify): Add :version.
9573
9574         * html2text.el: Beautify code.  Improve doc strings.  Some
9575         checkdoc cleanup.
9576         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9577
9578 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
9579
9580         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9581
9582 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
9583
9584         * gnus-registry.el (gnus-registry-hashtb): Create the registry
9585         when package is loaded.
9586
9587         * spam.el (spam-summary-score-preferred-header): Add global preference
9588         for people who want to override the default SpamAssassin over
9589         Bogofilter preference (when both are set).
9590         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9591         (spam-user-format-function-S): Check
9592         spam-summary-score-preferred-header.
9593         (spam-extra-header-to-number): Add X-Bogosity header parsing.
9594         (spam-user-format-function-S): Format the score correctly.
9595
9596 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9597
9598         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9599         signature file.  Suggested by Manoj Srivastava
9600         <srivasta@golden-gryphon.com>.
9601
9602         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9603         iso-2022-jp even in the Japanese language environment.
9604         Suggested by Jason Rumney <jasonr@gnu.org>.
9605
9606 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9607
9608         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9609         use the same characters as the dummy marks; make it free from
9610         getting affected by the language environment.
9611         (gnus-summary-read-group-1): Update mark positions only when the
9612         format spec is updated.
9613
9614         * gnus-spec.el (gnus-update-format-specifications): Return a list
9615         of updated types.
9616
9617 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9618
9619         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9620         of boundp to check if display-warning is available.
9621
9622 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
9623
9624         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9625
9626 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9627
9628         * nnspool.el (nnspool-spool-directory): Use news-path if the
9629         news-directory variable is not bound.
9630
9631         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9632         function instead of display-warning if it is not available.
9633
9634 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9635
9636         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9637         v5-10: Use `point-at-bol'.
9638
9639 2004-10-26  Simon Josefsson  <jas@extundo.com>
9640
9641         * hashcash.el: Fix URL in comment, reported by Cheng Gao
9642         <chenggao@gmail.com>.
9643
9644 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9645
9646         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
9647         instead.
9648
9649 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
9650
9651         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9652         to remove a server from the nnimap-server-buffer-alist.
9653         (nnimap-open-connection, nnimap-close-server): Use it.
9654
9655         * gnus-encrypt.el: Remove file in favor of encrypt.el.
9656
9657 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9658
9659         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9660         running the major-mode function.
9661
9662 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9663
9664         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9665         dummy marks in the right way.
9666
9667 2004-10-18  David Edmondson  <dme@dme.org>
9668
9669         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9670         excessively.
9671
9672 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
9673
9674         * gnus-util.el (gnus-split-references): Accept a nil references
9675         string and go on blissfully.
9676
9677         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9678         cases where the references string is non-nil but has no references.
9679
9680         * encrypt.el: Add autoload tags.
9681
9682         * spam.el (spam-resolve-registrations-routine): Remove article
9683         from unregistration list too.  Reported by David Hanak
9684         <dhanak@isis.vanderbilt.edu>
9685
9686 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
9687
9688         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9689         nil.  Changed custom type.
9690
9691 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
9692
9693         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9694
9695         * gnus-sum.el (gnus-summary-move-article): Use it.
9696
9697 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
9698
9699         * encrypt.el: Add autoload cookies.
9700
9701         * spam.el (spam-backend-article-list-property)
9702         (spam-backend-get-article-todo-list)
9703         (spam-backend-put-article-todo-list, )
9704         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9705         Resolve registrations separately.
9706         (spam-register-routine): Format comments.
9707         (spam-unregister-routine, spam-register-routine): Always call with
9708         specific-articles, no default list.
9709         (spam-summary-prepare-exit): Use the spam-classifications function.
9710
9711         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9712         gnus-encrypt.el.
9713
9714         * encrypt.el: Copied from gnus-encrypt.el.
9715
9716         * gnus-encrypt.el: Commented that it's obsolete.
9717
9718 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9719
9720         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9721         (gnus-score-save): Use it.
9722
9723         * message.el (message-bury): Use `window-dedicated-p'.
9724
9725 2004-10-15  Simon Josefsson  <jas@extundo.com>
9726
9727         * pop3.el (top-level): Don't require nnheader.
9728         (pop3-read-timeout): Add.
9729         (pop3-accept-process-output): Add.
9730         (pop3-read-response, pop3-retr): Use it.
9731
9732 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
9733
9734         * spam.el (spam-register-routine): Move comment.
9735         (spam-verify-bogofilter): Use 'unknown for the initial
9736         spam-bogofilter-valid state, not 'never.
9737
9738         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9739         for netrc-machine.
9740
9741         * nnimap.el (nnimap-open-connection): Use
9742         netrc-machine-user-or-password.
9743
9744 2004-10-17  Richard M. Stallman  <rms@gnu.org>
9745
9746         * gnus-registry.el (gnus-registry-unload-hook):
9747         Set as a variable with add-hook.
9748
9749         * nnspool.el (nnspool-spool-directory): Use news-directory instead
9750         of news-path.
9751
9752         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9753
9754         * spam.el: Delete duplicate `provide'.
9755         (spam-unload-hook): Set as a variable with add-hook.
9756
9757 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9758
9759         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9760         in the doc string.
9761
9762         * message.el (message-ignored-news-headers)
9763         (message-ignored-supersedes-headers)
9764         (message-ignored-resent-headers)
9765         (message-forward-ignored-headers): Improve custom type.
9766
9767 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9768
9769         * message.el (message-tokenize-header): Fix 2004-09-06 change
9770         which used point-min in the wrong place.
9771
9772 2004-10-12  Simon Josefsson  <jas@extundo.com>
9773
9774         * tls.el (tls-certtool-program): New variable.
9775         (tls-certificate-information): New function, based on
9776         ssl-certificate-information.
9777
9778 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9779
9780         * compface.el: Move the version of ELisp-based uncompface program
9781         to the contrib directory because of the copyright problem.
9782
9783 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9784
9785         * message.el (message-kill-buffer): Raise the current frame.
9786
9787 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9788
9789         * gnus-sum.el: Mention that multibyte characters don't work as marks.
9790
9791         * gnus.el (message-y-or-n-p): Autoload.
9792
9793         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9794         (pop3-password-required, pop3-authentication-scheme)
9795         (pop3-leave-mail-on-server): Made customizable.
9796         (pop3): New custom group.
9797         (pop3-retr): Remove `sleep-for' statements.
9798         Suggested by Dave Love <fx@gnu.org>.
9799
9800         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9801         Windows/DOS.
9802
9803         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9804         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
9805         Dave Love <fx@gnu.org>.
9806
9807         * mml.el (mml-minibuffer-read-disposition): Require match.
9808         Suggested by Dave Love <fx@gnu.org>.
9809
9810 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9811
9812         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
9813         doc string.
9814
9815 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9816
9817         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9818
9819 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9820
9821         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9822         instead of calling `mm-insert-inline', to decode text/* parts
9823         before displaying them.
9824
9825 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9826
9827         * mm-uu.el (mm-uu-text-plain-type): New variable.
9828         (mm-uu-pgp-signed-extract-1): Use it.
9829         (mm-uu-pgp-encrypted-extract-1): Use it.
9830         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9831         bind mm-uu-text-plain-type with that value.
9832         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9833         mm-uu-dissect.
9834
9835 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9836
9837         * gnus-group.el (gnus-update-group-mark-positions):
9838         * gnus-sum.el (gnus-update-summary-mark-positions):
9839         * message.el (message-check-news-body-syntax):
9840         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9841         of string-as-multibyte.
9842
9843 2004-10-05  Juri Linkov  <juri@jurta.org>
9844
9845         * gnus-group.el (gnus-update-group-mark-positions):
9846         * gnus-sum.el (gnus-update-summary-mark-positions):
9847         * message.el (message-check-news-body-syntax):
9848         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9849         8-bit unibyte values to a multibyte string for search functions.
9850
9851 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9852
9853         * mm-uu.el (mm-uu-dissect): Allow optional arg.
9854         (mm-uu-dissect-text-parts): New function.
9855
9856         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9857         dissect text parts.
9858
9859         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9860         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9861
9862         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9863
9864         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9865         gnus-current-topics instead of gnus-current-topic.
9866
9867 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
9868
9869         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9870
9871 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
9872
9873         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9874         where approriate.
9875
9876         * nnml.el (nnml-generate-active-info): do.
9877
9878         * nndiary.el (nndiary-generate-active-info): do.
9879
9880         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9881         (gnus-topic-move): do.
9882
9883         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9884         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9885
9886         * gnus-srvr.el (gnus-server-prepare)
9887         (gnus-server-open-all-servers): do.
9888
9889         * gnus-msg.el (gnus-summary-cancel-article)
9890         (gnus-summary-resend-message)
9891         (gnus-summary-mail-crosspost-complaint): do.
9892
9893         * gnus-move.el (gnus-change-server): do.
9894
9895         * gnus-group.el (gnus-group-unmark-all-groups)
9896         (gnus-group-set-current-level): do.
9897
9898 2004-10-04  Simon Josefsson  <jas@extundo.com>
9899
9900         * message.el (message-generate-hashcash): Doc fix.
9901
9902 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
9903
9904         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9905         avoid infinite recursion via gnus-get-function.
9906
9907 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
9908
9909         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9910
9911         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9912
9913         * nnmail.el (nnmail-split-history): do.
9914
9915         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9916         (nnml-request-delete-group): do.
9917
9918         * nnslashdot.el (nnslashdot-read-groups): do.
9919
9920         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9921         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9922
9923         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9924         (nnspool-sift-nov-with-sed): Use last
9925         (nnspool-retrieve-headers-with-nov): Use mapc.
9926         (nnspool-request-newgroups): Use dolist.
9927         (nnspool-request-group): Use last.
9928
9929         * nntp.el (nntp-read-server-type): Use dolist.
9930
9931         * nnvirtual.el (nnvirtual-create-mapping)
9932         (nnvirtual-update-read-and-marked): Use dolist.
9933         (nnvirtual-convert-headers): Simplify.
9934
9935 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9936
9937         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9938         support for sync'ing tick marks.
9939
9940 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9941
9942         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9943         there's no visible header.
9944
9945 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9946
9947         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9948         necessary, pass full group name to gnus-request-set-marks.
9949
9950 2004-10-01  Simon Josefsson  <jas@extundo.com>
9951
9952         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
9953         acroread.
9954
9955 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9956
9957         * spam-report.el (spam-report-gmane): Fix interactive.
9958
9959         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9960
9961         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9962         when writing file.
9963         (gnus-agent-synchronize-flags): Don't default to being
9964         interactive.
9965
9966 2004-09-30  Simon Josefsson  <jas@extundo.com>
9967
9968         * message.el (message-generate-hashcash): Add.
9969         (message-send-mail): Use it, call mail-add-payment.
9970
9971 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9972
9973         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9974
9975 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
9976
9977         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9978         gnus-requst-update-info with explicit code to sync the in-memory
9979         info read flags with the marks being sync'd to the backend.
9980
9981         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9982
9983 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9984
9985         * spam.el (spam-verify-bogofilter): Add new function.
9986         (spam-check-bogofilter)
9987         (spam-bogofilter-register-with-bogofilter): Use it.
9988         (spam-verify-bogofilter): Add small fixes.
9989
9990 2004-09-28  Simon Josefsson  <jas@extundo.com>
9991
9992         * hashcash.el (hashcash-generate-payment): Revert.
9993
9994 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9995
9996         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9997         gnus-extract-references instead of gnus-split-references.
9998
9999         * gnus-util.el (gnus-extract-references): Add new function, analogous
10000         to gnus-split-references but extracts only the message-ID without
10001         anything extra.
10002
10003         * hashcash.el (hashcash-generate-payment)
10004         (hashcash-check-payment): Do the right thing if hashcash-path is
10005         nil (because the hashcash program could not be found).
10006
10007         * spam.el (spam-use-hashcash): Remove comment.
10008
10009 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
10010
10011         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
10012         (gnus-cache-enter-article, gnus-cache-remove-article)
10013         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
10014
10015         * gnus-async.el (gnus-async-prefetch-remove-group): do.
10016
10017         * gnus-art.el (article-hide-boring-headers)
10018         (article-translate-strings, article-display-face)
10019         (gnus-article-mime-match-handle-first)
10020         (gnus-article-highlight-headers)
10021         (gnus-article-add-buttons-to-head): do.
10022
10023 2004-09-27  Simon Josefsson  <jas@extundo.com>
10024
10025         * hashcash.el: New version, from
10026         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
10027         ../contrib/.
10028
10029 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10030
10031         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
10032
10033 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
10034
10035         * gnus-dup.el (gnus-dup-open): Use mapc.
10036         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
10037
10038         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
10039         Reported by Stefan Wiens <s.wi@gmx.net>.
10040
10041         * gnus.el (gnus-shutdown): Use dolist.
10042
10043         * gnus-undo.el (gnus-undo): Use mapc.
10044
10045         * nnrss.el (nnrss-generate-active): do.
10046
10047         * message.el (message-cite-original-without-signature)
10048         (message-cite-original): Use mapc.
10049         (message-do-actions, message-make-forward-subject): Use dolist.
10050
10051 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10052
10053         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
10054         deletion to remove entire duplicate line.  Fixes merged article
10055         number bug.
10056
10057 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10058
10059         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
10060         servers that are offline.  Avoids having gnus-agent-toggle-plugged
10061         first ask if you want to open a server and then, even when you
10062         responded with no, asking if you want to synchronize the server's
10063         flags.
10064         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
10065         multi-line expressions.
10066         (gnus-agent-synchronize-group-flags): New internal function.
10067         Updates marks in memory (in the info structure) AND in the
10068         backend.
10069
10070         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
10071
10072         * nnagent.el (nnagent-request-set-mark): Use
10073         gnus-agent-synchronize-group-flags, not backend's request-set-mark
10074         method, to ensure that synchronization updates marks in the
10075         backend and in the info (in memory) structure.
10076
10077 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10078
10079         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
10080         convention fully; don't miss the root article of a thread; make
10081         the X-Draft-From header with correct article numbers.
10082
10083 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
10084
10085         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
10086         unless plugged.  Disable the agent so that an open failure causes
10087         an error.
10088
10089         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
10090         Reverted 2004-09-21 change.  The backend must be opened while
10091         synchronizing flags even when the backend stores the flags
10092         locally.
10093
10094 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
10095
10096         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
10097         in `header' match.  Reported by Svend Tollak Munkejord.
10098
10099         * message.el (message-cite-original): Fix use of
10100         `message-cite-articles-with-x-no-archive'.
10101
10102 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10103
10104         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10105         (gnus-window-to-buffer): Ditto.
10106
10107         * mml.el (mml-preview-buffer): New variable.
10108         (mml-preview): Manage window layout with gnus-buffer-configuration.
10109
10110         * gnus-msg.el (gnus-setup-message): Put article numbers into the
10111         X-Draft-From header even if those articles aren't quoted.
10112
10113 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
10114
10115         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10116         (gnus-request-set-mark, gnus-request-update-mark): Use new
10117         g-s-t-u-l-m to decide to use backend even when unplugged.
10118
10119 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10120
10121         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10122         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
10123
10124 2004-09-20  Simon Josefsson  <jas@extundo.com>
10125
10126         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10127         "utf-16-le".
10128
10129 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10130
10131         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10132
10133 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10134
10135         * uudecode.el (uudecode-use-external): Add :version.
10136
10137         * smime.el (smime-CA-file, smime-encrypt-cipher)
10138         (smime-dns-server): Add :version.
10139
10140         * smiley.el (gnus-smiley-file-types): Add :version.
10141
10142         * sha1.el (sha1-use-external): Add :version.
10143
10144         * pgg-def.el (pgg-query-keyserver): Add :version.
10145
10146         * nnmail.el (nnmail-fancy-expiry-targets)
10147         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10148         Add :version.
10149
10150         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10151         (nnimap-retrieve-groups-asynchronous): Add :version.
10152         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
10153
10154         * mml.el (mml-content-disposition-parameters)
10155         (mml-insert-mime-headers-always): Add :version.
10156
10157         * mm-util.el (mm-coding-system-priorities): Add :version.
10158
10159         * mm-decode.el (mm-inline-text-html-with-images)
10160         (mm-keep-viewer-alive-types, mm-external-terminal-program)
10161         (mm-verify-option): Add :version.
10162         (mm-text-html-renderer): Change :version.
10163
10164         * message.el (message-fcc-externalize-attachments)
10165         (message-required-headers, message-draft-headers)
10166         (message-subject-trailing-was-query)
10167         (message-subject-trailing-was-ask-regexp)
10168         (message-subject-trailing-was-regexp, message-mark-insert-begin)
10169         (message-mark-insert-end, message-archive-header)
10170         (message-archive-note, message-cross-post-default)
10171         (message-cross-post-note, message-followup-to-note)
10172         (message-cross-post-note-function, message-use-mail-followup-to)
10173         (message-subscribed-address-functions)
10174         (message-subscribed-address-file, message-subscribed-addresses)
10175         (message-subscribed-regexps, message-allow-no-recipients)
10176         (message-yank-cited-prefix, message-signature-insert-empty-line)
10177         (message-hidden-headers, message-hierarchical-addresses)
10178         (message-mail-user-agent, message-use-idna)
10179         (message-valid-fqdn-regexp)
10180         (message-strip-special-text-properties, message-header-synonyms)
10181         (message-beginning-of-line, message-tab-body-function): Add :version.
10182         (message-insert-canlock, message-wide-reply-confirm-recipients):
10183         Change :version.
10184
10185         * mail-source.el (mail-source-ignore-errors): Add :group, :type
10186         and :version.
10187         (mail-source-delete-old-incoming-confirm)
10188         (mail-source-movemail-program): Add :version.
10189
10190         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10191         (gnus-agent-cache, gnus-agent): Change :version.
10192
10193         * gnus-util.el (gnus-use-byte-compile): Change :version.
10194
10195         * gnus-sum.el (gnus-summary-make-false-root-always)
10196         (gnus-summary-default-high-score)
10197         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10198         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10199         (gnus-read-all-available-headers, gnus-article-emulate-mime)
10200         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10201         (gnus-sum-thread-tree-single-indent)
10202         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10203         (gnus-sum-thread-tree-leaf-with-other)
10204         (gnus-sum-thread-tree-single-leaf): Add :version.
10205         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10206         (gnus-article-loose-mime): Change :version.
10207
10208         * gnus-start.el (gnus-backup-startup-file)
10209         (gnus-save-startup-file-via-temp-buffer): Add :version.
10210
10211         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10212         (gnus-server-offline-face): Add :version.
10213
10214         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10215
10216         * gnus-msg.el (gnus-gcc-externalize-attachments)
10217         (gnus-debug-files, gnus-debug-exclude-variables)
10218         (gnus-discouraged-post-methods): Change :version.
10219         (gnus-confirm-mail-reply-to-news)
10220         (gnus-confirm-treat-mail-like-news): Add :version.
10221
10222         * gnus-int.el (gnus-server-unopen-status): Add :version.
10223
10224         * gnus-group.el (gnus-group-jump-to-group-prompt)
10225         (gnus-large-ephemeral-newsgroup)
10226         (gnus-fetch-old-ephemeral-headers): Add :version.
10227
10228         * gnus-fun.el (gnus-x-face-directory)
10229         (gnus-convert-pbm-to-x-face-command)
10230         (gnus-convert-image-to-x-face-command)
10231         (gnus-convert-image-to-face-command): Add :version.
10232
10233         * gnus-delay.el (gnus-delay-default-hour): Add :version.
10234
10235         * gnus-cite.el (gnus-cite-blank-line-after-header)
10236         (gnus-article-boring-faces): Add :version.
10237
10238         * gnus-art.el (gnus-buttonized-mime-types)
10239         (gnus-inhibit-mime-unbuttonizing)
10240         (gnus-treat-display-face)
10241         (gnus-treat-body-boundary): Change :version.
10242         (gnus-body-boundary-delimiter, gnus-picon-databases)
10243         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10244         (gnus-treat-date-english, gnus-treat-fold-headers)
10245         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10246         (gnus-treat-mail-picon, gnus-treat-wash-html)
10247         (gnus-article-encrypt-protocol)
10248         (gnus-use-idna, gnus-article-over-scroll)
10249         (gnus-mime-display-multipart-alternative-as-mixed)
10250         (gnus-mime-display-multipart-related-as-mixed)
10251         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10252         (gnus-ctan-url, gnus-button-ctan-handler)
10253         (gnus-button-handle-ctan-bogus-regexp)
10254         (gnus-button-ctan-directory-regexp)
10255         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10256         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10257         (gnus-button-man-level, gnus-button-emacs-level)
10258         (gnus-button-message-level, gnus-button-browse-level): Add :version.
10259
10260         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10261         (gnus-agent-go-online): Change :version.
10262         (gnus-agent-expire-unagentized-dirs)
10263         (gnus-agent-auto-agentize-methods): Add :version.
10264
10265         * flow-fill.el (fill-flowed-display-column)
10266         (fill-flowed-encode-column): Add :version.
10267
10268         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10269         (gnus-outlook-deuglify-unwrap-max)
10270         (gnus-outlook-deuglify-cite-marks)
10271         (gnus-outlook-deuglify-unwrap-stop-chars)
10272         (gnus-outlook-deuglify-no-wrap-chars)
10273         (gnus-outlook-deuglify-attrib-cut-regexp)
10274         (gnus-outlook-deuglify-attrib-verb-regexp)
10275         (gnus-outlook-deuglify-attrib-end-regexp)
10276         (gnus-outlook-display-hook): Add :version.
10277
10278         * binhex.el (binhex-use-external): Add :version.
10279
10280 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
10281
10282         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10283         and `invisible'.
10284
10285 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10286
10287         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10288         in gnus-registry-trim.
10289
10290 2004-09-13  Simon Josefsson  <jas@extundo.com>
10291
10292         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10293
10294         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10295
10296         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10297         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10298         <yamaoka@jpl.org>.
10299         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10300         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10301         <yamaoka@jpl.org>.
10302
10303         * sieve.el (sieve-manage-mode): Ditto.
10304
10305 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10306
10307         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10308
10309 2004-09-11  Simon Josefsson  <jas@extundo.com>
10310
10311         * dns-mode.el: Add.
10312
10313         * mm-view.el (mm-display-dns-inline): Add.
10314
10315         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10316         (mm-automatic-display): Ditto.
10317
10318         * mailcap.el (mailcap-mime-data): Add text/dns.
10319         (mailcap-mime-extensions): Map .soa to text/dns.
10320
10321 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
10322
10323         * gnus-art.el (article-decode-mime-words, article-babel)
10324         (gnus-article-highlight-signature, gnus-article-add-buttons)
10325         (gnus-signature-toggle): Remove unnecessary bindings of
10326         `inhibit-read-only' inherited from v5.10 merge.
10327
10328 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10329
10330         * nntp.el (nntp): New customization group.
10331         (nntp-authinfo-file): Add customization group.
10332
10333         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10334
10335         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10336
10337         * gnus.el (to-address, to-list, subscribed)
10338         (large-newsgroup-initial): Ditto.
10339
10340         * flow-fill.el (fill-flowed-display-column)
10341         (fill-flowed-encode-column): Ditto.
10342
10343 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10344
10345         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10346         Use point-min rather than 1.
10347         (message-send-mail): Use buffer-size rather than point-max.
10348
10349         * gnus-sum.el (gnus-summary-search-article-forward):
10350         Signal a specific `search-failed' rather than a generic `error'.
10351
10352         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10353         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10354         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10355
10356 2004-09-10  Simon Josefsson  <jas@extundo.com>
10357
10358         * nndb.el (require): Remove tcp and duplicate cl.
10359
10360 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10361
10362         * gnus-agent.el (directory-files-and-attributes): Move forward.
10363
10364 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10365
10366         * gnus-agent.el (directory-files-and-attributes): Optionally
10367         defined to support XEmacs.
10368
10369 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10370
10371         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10372         to avoid run-time CL dependencies.
10373         (gnus-agent-unfetch-articles): New function.
10374         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10375         article numbers even when local .overview file is missing.
10376         (gnus-agent-read-article-number): New function.  Only accepts
10377         27-bit article numbers.
10378         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10379         gnus-agent-read-article-number.
10380         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10381         from backend while recognizing that article numbers in .overview
10382         must be valid.
10383         (gnus-agent-update-files-total-fetched-for): Use
10384         directory-files-and-attributes to improve performance.
10385         * gnus-int.el (gnus-request-move-article): Use
10386         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10387         improve performance.
10388
10389         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10390         some users confused by references to .newsrc when they only have a
10391         .newsrc.eld file.
10392         (gnus-convert-mark-converter-prompt)
10393         (gnus-convert-converter-needs-prompt): Fixed use of property list.
10394         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10395         New function.  Used internally to only display 'gnus converting
10396         files' message when actually necessary.
10397
10398         * gnus-sum.el (): Removed (require 'gnus-agent) as required
10399         methods now autoloaded.
10400
10401 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10402
10403         * gnus-sum.el (gnus-summary-insert-subject): Remove list
10404         identifiers.
10405
10406 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
10407
10408         * gnus-picon.el: Fix indentation and closing parenthesis.
10409
10410 2004-09-01  Simon Josefsson  <jas@extundo.com>
10411
10412         * message.el (message-canlock-generate): Require sha1, not
10413         sha1-el.  (Can we get rid of this require altogether?  It is ugly
10414         to require within a function.  Sadly, if sha1.el isn't loaded, the
10415         let binding in m-c-g will hide the defcustom definition, which is
10416         bad.)
10417
10418         * canlock.el: Require sha1, not sha1-el.
10419
10420         * message.el: Don't autoload sha1 (there is a autoload cookie in
10421         sha1.el).
10422
10423         * sha1-el.el: Renamed to sha1.el.
10424
10425 2004-08-30  Juanma Barranquero  <lektu@terra.es>
10426
10427         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10428
10429 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10430
10431         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10432
10433 2004-08-30  Kim F. Storm  <storm@cua.dk>
10434
10435         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10436
10437         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10438         Add :group 'nnimap.
10439
10440 2004-08-30  Andreas Schwab  <schwab@suse.de>
10441
10442         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10443         ?* and ?\;.
10444
10445         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10446         and ?\' to symbol instead of whitespace.
10447
10448 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10449
10450         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10451
10452         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10453         instead of re-search-forward.
10454
10455         * gnus-uu.el (gnus-uu-save-article): Ditto.
10456         (gnus-uu-post-encode-uuencode): Ditto.
10457
10458         * html2text.el (html2text-clean-list-items): Ditto.
10459         (html2text-clean-dtdd): Ditto.
10460         (html2text-format-tags): Ditto.
10461
10462         * message.el (message-send-mail-with-sendmail): Fix regexp.
10463         (message-fill-field-general): Use search-forward instead of
10464         re-search-forward.
10465         (unbold-region): Ditto.
10466
10467         * nnrss.el (nnrss-request-article): Ditto.
10468
10469         * nnslashdot.el (nnslashdot-request-article): Ditto.
10470
10471         * nnweb.el (nnweb-gmane-wash-article): Ditto.
10472
10473         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10474         "Unrecognized menu descriptor" error in XEmacs.
10475
10476 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10477
10478         * gnus-sum.el (gnus-read-header): Don't remove a header for the
10479         parent article of a sparse article in the thread hashtb.
10480
10481 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
10482
10483         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10484         (nnmail-expand-newtext): Lowercase expanded entries if
10485         nnmail-split-lowercase-expanded is non-nil.
10486
10487 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10488
10489         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10490
10491         * gnus-group.el (gnus-group-line-format-alist): Convert the value
10492         of gnus-tmp-news-method into string under XEmacs.  It will be
10493         passed to gnus-correct-length which takes only a string argument.
10494
10495 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10496
10497         * gnus-util.el (gnus-bind-print-variables): New macro.
10498         (gnus-prin1): Use it.
10499         (gnus-prin1-to-string): Use it.
10500         (gnus-pp): New function.
10501         (gnus-pp-to-string): New function.
10502
10503         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10504         Replace pp-to-string with gnus-pp-to-string.
10505         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10506         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10507         * gnus-msg.el (gnus-debug): Ditto.
10508         * gnus-score.el (gnus-score-save): Ditto.
10509         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10510         gnus-pp-to-string.
10511         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10512         with gnus-pp.
10513         * score-mode.el (gnus-score-pretty-print): Ditto.
10514         * webmail.el (webmail-debug): Ditto.
10515
10516 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10517
10518         * gnus-art.el (article-display-face, article-display-x-face):
10519         Use buffer-read-only.
10520
10521 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10522
10523         * gnus-art.el (article-hide-list-identifiers):
10524         Bind inhibit-read-only as t.
10525
10526 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10527
10528         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10529
10530 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10531
10532         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10533         (gnus-narrow-to-page): Don't assume point-min == 1.
10534         (gnus-article-edit-mode): Derive from message-mode.
10535
10536         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10537         point-min == 1.
10538
10539         * imap.el (imap-parse-address-list, imap-parse-body-ext):
10540         Disable incorrect use of `assert'.
10541
10542         * message.el (message-mode): Set comment-start-skip.
10543
10544
10545 2004-08-22  Sam Steingold  <sds@gnu.org>
10546
10547         * pop3.el (pop3-leave-mail-on-server): New user variable.
10548         (pop3-movemail): Delete mail only when it is nil.
10549
10550 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
10551
10552         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10553
10554         * mml.el (mml-preview): Use `pop-to-buffer'.
10555
10556         * message.el (message-goto-mail-followup-to): Insert after "To".
10557         (message-carefully-insert-headers): Add comment.
10558
10559         * gnus.el: Remove unused variable `gnus-article-check-size'.
10560
10561         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10562
10563         * gnus-art.el (gnus-button-alist): Improve
10564         `gnus-button-handle-library' entry.
10565
10566 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
10567
10568         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10569         downcase, since XEmacs capitalizes error messages differently.
10570
10571 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
10572
10573         * nntp.el: Add (require 'gnus) due to reference to
10574         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
10575
10576 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
10577
10578         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10579         `mm-fill-flowed'.
10580
10581         * mm-decode.el (mm-dissect-singlepart): Check it.
10582
10583 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
10584
10585         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10586         'imap' for netrc parsing.
10587
10588 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
10589
10590         * mailcap.el (mailcap-mime-data): Mark as risky.
10591
10592 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10593
10594         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10595         may be included in the encoded word.
10596         (rfc2047-encode): Don't append a space if the encoded word
10597         includes close parenthesis.
10598
10599 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10600
10601         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10602         of text within parentheses.
10603
10604 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
10605
10606         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10607         (gnus-encrypt-write-file-contents): Make the password key the file
10608         name PLUS the cipher, not just the cipher.  Also remove failed
10609         passwords from the cache.
10610
10611 2004-08-06  Simon Josefsson  <jas@extundo.com>
10612
10613         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
10614         fix.
10615
10616 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10617
10618         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10619         LWSP.
10620
10621 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
10622
10623         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10624         to append in-reply-to: data to the references: header.
10625
10626         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10627         (netrc-parse): Use gnus-encrypt.el functions.
10628
10629         * gnus-encrypt.el: Add new file for encryption support; currently
10630         does only a few GPG ciphers and an internal XOR cipher.
10631
10632         * password.el: Add comments on using password-read-and-add.
10633         (password-read-and-add): Add function to read and add the
10634         password to the cache at once.
10635
10636 2004-07-28  Simon Josefsson  <jas@extundo.com>
10637
10638         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10639         parameter (but don't use it, for now).
10640
10641         * imap.el (imap-ssl-open): Use imap-process-connection-type,
10642         instead of hard coding to nil.
10643
10644 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10645
10646         * mm-view.el (mm-inline-image-emacs): Open lines under an image
10647         as mm-inline-image-xemacs does.
10648
10649 2004-07-26  Simon Josefsson  <jas@extundo.com>
10650
10651         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10652         Revert part of 2004-07-17 change below.
10653
10654 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10655
10656         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
10657         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10658
10659 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10660
10661         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10662         quotes that actually start with ">" at the beginning of the
10663         lines.
10664
10665 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10666
10667         * rfc2047.el (rfc2047-encode-region): Fix last change.
10668         (rfc2047-encode-parameter): Remove useless concat.
10669
10670 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10671
10672         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10673         encode special characters; fix some kind of misconfigured headers;
10674         signal a real error if debug-on-quit or debug-on-error is non-nil.
10675         (rfc2047-encode-max-chars): New variable.
10676         (rfc2047-encode-1): Use it.
10677         (rfc2047-encode-parameter): New function.
10678
10679         * mml.el (mml-insert-parameter): Remove an excessive space.
10680
10681 2004-07-17  Simon Josefsson  <jas@extundo.com>
10682
10683         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10684         Kai Grossjohann <kai@emptydomain.de>.
10685         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10686         (gnus-group-make-menu-bar): Ditto.
10687
10688         * gnus-util.el (gnus-group-server): Add.
10689
10690 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
10691
10692         * message.el (message-clone-locals): Clone sendmail and smtp
10693         variables.
10694
10695 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10696
10697         * rfc2047.el (rfc2047-encode-region): Fix last change.
10698
10699 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10700
10701         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10702         characters as non-special.
10703
10704 2004-07-09  Simon Josefsson  <jas@extundo.com>
10705
10706         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10707         Users will lose all flag changes made while unplugged with
10708         e.g. nntp unless flag synchronization happens, thus `nil' is not a
10709         good default.  See numerous reports on ding mailing list.
10710
10711 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10712
10713         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10714         add generate-head-function and generate-article-function to the
10715         rfc822-forward entry.
10716         (nndoc-rfc822-forward-generate-article): New function.
10717         (nndoc-rfc822-forward-generate-head): New function.
10718
10719         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10720
10721 2004-07-06  Dan Christensen  <jdc@uwo.ca>
10722
10723         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10724         respect display group parameter and gnus-summary-expunge-below.
10725         (gnus-articles-to-read): Remove unused reference to display group
10726         parameter.
10727
10728 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10729
10730         * nnheader.el (nnheader-uniquify-message-id): New experimental
10731         variable.
10732         (nnheader-nov-read-message-id): Use it.
10733
10734         * spam-report.el (spam-report-gmane): Add interactive.
10735
10736 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10737
10738         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10739         qp-or-base64 for the application/* types.
10740
10741 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
10742
10743         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10744
10745 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
10746
10747         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10748         trim value.
10749
10750 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10751
10752         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10753         New macro and function.
10754         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10755
10756 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10757
10758         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10759         after-load-alist.
10760
10761 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10762
10763         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10764         update info that isn't there.
10765
10766 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
10767
10768         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10769         entry.
10770
10771 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10772
10773         * mm-view.el (mm-inline-render-with-function): Use multibyte
10774         buffer; decode html source by charset.
10775
10776         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10777
10778         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10779         Mule-UCS is loaded under XEmacs.
10780         (mm-mime-mule-charset-alist): Avoid duplicated entries.
10781
10782 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
10783
10784         * nnheader.el (nnheader-max-head-length): Increase to 8192.
10785
10786 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10787
10788         * mm-util.el (mm-coding-system-p): Return a coding-system.
10789         (mm-mime-mule-charset-alist): Use shift_jis instead of
10790         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10791         entries for the mime charsets iso-2022-jp-3 and shift_jis.
10792         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10793         instead of japanese-shift-jis and iso-latin-1 respectively in
10794         order to share the default value with both Emacs and XEmacs-mule.
10795         (mm-mule-charset-to-mime-charset): Make
10796         mm-coding-system-priorities effective.
10797         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10798         while predicating of candidates upon the priorities.
10799
10800 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
10801
10802         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10803         gnus-uu-invert-processable.
10804
10805         * gnus.el: Autoload gnus-uu-invert-processable.
10806
10807 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10808
10809         * mm-util.el (mm-with-multibyte-buffer): New macro.
10810
10811         * rfc2047.el (rfc2047-encode-string): Use it.
10812         (rfc2047-encode-region): Move point to the end of the region after
10813         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10814
10815 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10816
10817         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10818         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10819
10820 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10821
10822         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10823         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
10824         Karl Chen <quarl@nospam.quarl.org>.
10825
10826 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
10827
10828         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10829         invalid addresses.
10830
10831 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
10832
10833         * spam.el: Change section markers, revise TODO list.
10834         (spam-backends): Make new master list of all installed backends.
10835         (spam-summary-exit-behavior): Add new variable to determine how
10836         messages moves are done at summary exit.
10837         (spam-move-spam-nonspam-groups-only)
10838         (spam-process-ham-in-nonham-groups)
10839         (spam-process-ham-in-spam-groups): Remove variables, the
10840         spam-summary-exit-behavior variable should be used to manage this
10841         behavior.
10842         (spam-old-ham-articles, spam-old-spam-articles): Remove.
10843         (spam-old-articles): Add variable, replacing spam-old-ham-articles
10844         and spam-old-spam-articles.
10845         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10846         Add empty variables, placeholders for the backends they represent.
10847         (spam-set-difference): Move, unchanged.
10848         (spam-list-of-processors): Declare OBSOLETE, not used anymore
10849         unless the user has a processor variable.
10850         (spam-classifications, spam-classification-valid-p)
10851         (spam-backend-properties, spam-backend-property-valid-p)
10852         (spam-backend-function-type-valid-p)
10853         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10854         (spam-report-articles-gmane, spam-report-articles-resend):
10855         Remove functions, they are not needed.
10856         (spam-install-backend-super, spam-backend-list)
10857         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10858         (spam-backend-function, spam-backend-ham-registration-function)
10859         (spam-backend-spam-registration-function)
10860         (spam-backend-ham-unregistration-function)
10861         (spam-backend-spam-unregistration-function)
10862         (spam-backend-statistical-p, spam-backend-mover-p)
10863         (spam-install-backend-alias, spam-install-checkonly-backend)
10864         (spam-install-mover-backend, spam-install-nocheck-backend)
10865         (spam-install-backend, spam-install-statistical-backend)
10866         (spam-install-statistical-checkonly-backend): Add backend installation
10867         support.
10868         (spam-summary-prepare-exit): Rewrite to use the new backend code.
10869         (spam-group-processor-p): Use the new backend code and respect the
10870         summary exit behavior.
10871         (spam-mark-spam-as-expired-and-move-routine): Remove.
10872         (spam-summary-prepare): Change to use the new spam-old-articles
10873         variable.
10874         (spam-copy-or-move-routine, spam-copy-spam-routine)
10875         (spam-move-spam-routine, spam-copy-ham-routine)
10876         (spam-move-ham-routine): Add code to copy/move ham or spam.
10877         (spam-fetch-field-fast): Improve doc and code, plus allow the
10878         'number request.
10879         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10880         variables.
10881         (spam-split, spam-find-spam): Use the new backend code.
10882         (spam-registration-functions): Remove variable.
10883         (spam-unregister-routine): Add convenience wrapper.
10884         (spam-log-undo-registration, spam-register-routine)
10885         (spam-log-processing-to-registry)
10886         (spam-log-unregistration-needed-p): Rename "check" to "backend"
10887         where possible.
10888         (spam-check-gmane-xref, spam-check-regex-headers)
10889         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10890         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10891         (spam-check-bogofilter-headers, spam-check-spamoracle)
10892         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10893         (spam-check-crm114-headers): Use the spam-split-group that
10894         spam-split prepares, no need to determine it every time.
10895
10896         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10897         to the nnheader-parse-naked-head call.
10898
10899         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10900
10901         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10902         the nnheader-nov-read-message-id call.
10903
10904 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10905
10906         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10907         gnus-activate-group twice.  Suggested by Markus Peter
10908         <warp@spin.de>.
10909
10910 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10911
10912         * gnus-art.el (gnus-article-time-format): Exchange the order of
10913         day and month in the default value; fix customization type.
10914         (article-date-ut): Use add-text-properties.
10915         (article-make-date-line): Use message-make-date instead of
10916         current-time-string.
10917
10918         * message.el (message-fetch-field): Don't use set-text-properties.
10919         (message-make-date): Simplify.
10920
10921         * messagexmas.el (message-xmas-make-date): New function.
10922         (message-xmas-redefine): Defalias message-make-date to it.
10923
10924 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10925
10926         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10927         (rfc2047-encode-region): Treat text within parentheses as special;
10928         show the original text when error has occurred.
10929
10930         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10931         already-computed method to gnus-activate-group.
10932
10933         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10934         same select-methods identical Lisp objects.
10935
10936         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10937         object when modifying the info.
10938
10939 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10940
10941         * gnus-srvr.el (gnus-server-set-info): Remove the server from
10942         gnus-opened-servers since it has never been opened with the new
10943         configuration yet.
10944
10945 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10946
10947         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10948         arg to nnheader-generate-fake-message-id.
10949
10950 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
10951
10952         * nnheader.el (nnheader-generate-fake-message-id): Accept a
10953         number and build a fake message ID localized to a group and
10954         article number (so it's repeatable from that point on).
10955         (nnheader-fake-message-id-p): Change regex to accomodate new fake
10956         ID format.
10957
10958         * gnus-sum.el (gnus-get-newsgroup-headers): Call
10959         nnheader-generate-fake-message-id with the article number.
10960
10961 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
10962
10963         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10964         end-of-buffer.
10965
10966 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10967
10968         * message.el (message-ignored-supersedes-headers): Add Approved.
10969
10970 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10971
10972         * rfc2047.el (rfc2047-encode-message-header): Remove useless
10973         goto-char.
10974         (rfc2047-encode): Fold the line before encoding.
10975
10976 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10977
10978         * rfc2047.el (rfc2047-encode-message-header): Disabled header
10979         folding -- not all headers can be folded, and this should be done
10980         by the message composition mode.  Probably.  I think.
10981
10982 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10983
10984         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10985         fast.
10986
10987         * gnus-ems.el (gnus-remove-image): Don't use
10988         message-text-with-property; remove only the image found first.
10989
10990         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
10991         found first.
10992
10993 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
10994
10995         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10996
10997 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10998
10999         * message.el (message-text-with-property): Make it fast and accept
11000         optional arguments.
11001         (message-strip-forbidden-properties): Use it.
11002         (message-fix-before-sending): Follow the m-t-w-p change.
11003
11004         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
11005
11006 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11007
11008         * gnus-art.el (article-hide-headers): Don't change the buffer
11009         mistakenly when performing mml-preview even if
11010         gnus-single-article-buffer is nil.
11011
11012 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
11013
11014         * message.el (message-expand-name-databases): New user option.
11015         (message-expand-name): Use it.
11016
11017 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
11018
11019         * spam.el (spam-report-articles-resend)
11020         (spam-report-resend-register-routine): Allow ham reporting.
11021         (spam-report-resend-register-ham-routine): Add wrapper.
11022         (spam-registration-functions): Add ham resending functions.
11023         (spam-list-of-processors): Add ham resend processor.
11024
11025         * gnus.el (ham-resend-to): Add new group parameter.
11026         (spam-process): Add ham resend option.
11027
11028         * spam-report.el (spam-report-resend): Allow reporting ham.
11029         (spam-report-resend-ham): Add wrapper.
11030
11031 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11032
11033         * message.el (message-cite-articles-with-x-no-archive): New
11034         variable.
11035         (message-cite-original): Use it.
11036
11037 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11038
11039         * message.el (message-cite-original): Respect X-No-Archive.
11040
11041 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11042
11043         * gnus-art.el (article-hide-headers): Refer to the values for
11044         gnus-ignored-headers and gnus-visible-headers in the summary
11045         buffer since a user may have set them as group parameters.
11046
11047 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
11048
11049         * assistant.el (assistant-node-name): Add convenience function.
11050         (assistant-render-text, assistant-render-node): Add error handling,
11051         plus handle multiple next nodes.
11052         (assistant-find-next-node): Comment out for now.
11053         (assistant-find-next-nodes): Add function, returns list of next
11054         nodes.
11055
11056 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
11057
11058         * mail-source.el (mail-source-directory): Fix doc-string.
11059
11060 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
11061
11062         * assistant.el (assistant-render-text, assistant-eval): Add :set
11063         widget type, which is different because it takes and returns a
11064         list.  Much hilarity ensues.
11065
11066 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
11067
11068         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
11069
11070         * gnus-group.el (gnus-group-get-new-news-this-group): Added
11071         doc-string.
11072
11073         * gnus-start.el (gnus-activate-group): Added doc-string.
11074
11075 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11076
11077         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
11078
11079 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
11080
11081         * assistant.el (assistant-render-text): Try to add a :set
11082         widget, more to come.
11083
11084         * spam.el (spam-group-spam-contents-p): Handle empty groupname
11085         strings.
11086         (spam-report-articles-resend)
11087         (spam-register-routine): Do registration iff any articles warrant
11088         it.
11089         (spam-summary-prepare-exit): Change log message for nil group
11090         destinations.
11091
11092 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
11093
11094         * spam.el (spam-report-resend-register-routine): Allow
11095         spam-report-resend-to to be a group parameter or a global value.
11096
11097 2004-05-26  Simon Josefsson  <jas@extundo.com>
11098
11099         * starttls.el: Merge with my GNUTLS based starttls.el.
11100         (starttls-gnutls-program, starttls-use-gnutls)
11101         (starttls-extra-arguments, starttls-process-connection-type)
11102         (starttls-connect, starttls-failure, starttls-success): New
11103         variables.
11104         (starttls-program, starttls-extra-args): Doc fix.
11105         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
11106         functions.
11107         (starttls-negotiate, starttls-open-stream): Check
11108         `starttls-use-gnutls' and pass on to corresponding *-gnutls
11109         function if it is set.
11110
11111 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11112
11113         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11114         structured fields.
11115
11116 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11117
11118         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11119
11120 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
11121
11122         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11123         variable.
11124         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
11125         assigning the spam-mark to new messages.
11126
11127 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
11128
11129         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11130
11131 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11132
11133         * dgnushack.el: Autoload customize-set-variable for XEmacs.
11134
11135         * rfc2047.el (rfc2047-encodable-p): Don't move point.
11136         (rfc2047-decode): Treat the ascii coding-system as raw-text by
11137         default.
11138
11139 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
11140
11141         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11142         correct data.
11143
11144 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
11145
11146         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11147         (spam-group-processor-p): Fix function.
11148         (spam-group-processor-multiple-p)
11149         (spam-group-spam-processor-report-gmane-p)
11150         (spam-group-spam-processor-report-resend-p)
11151         (spam-group-spam-processor-bogofilter-p)
11152         (spam-group-spam-processor-blacklist-p)
11153         (spam-group-spam-processor-ifile-p)
11154         (spam-group-ham-processor-ifile-p)
11155         (spam-group-spam-processor-spamoracle-p)
11156         (spam-group-spam-processor-crm114-p)
11157         (spam-group-ham-processor-bogofilter-p)
11158         (spam-group-spam-processor-stat-p)
11159         (spam-group-ham-processor-stat-p)
11160         (spam-group-ham-processor-whitelist-p)
11161         (spam-group-ham-processor-BBDB-p)
11162         (spam-group-ham-processor-spamoracle-p)
11163         (spam-group-ham-processor-copy-p): Remove functions with some
11164         prejudice against unneeded code.
11165         (spam-report-articles-resend)
11166         (spam-report-resend-register-routine): Allow the group/topic
11167         spam-resend-to value to override spam-report-resend-to.
11168         (spam-summary-prepare-exit): Invoke spam-group-processor-p
11169         properly now.
11170
11171         * gnus.el (spam-resend-to): Add group/topic parameter.
11172         (spam-process): Move the OBSOLETE processors to the end of the
11173         choices.
11174
11175 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
11176
11177         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11178         with resend-to set to nil, and then ask the user if necessary.
11179         (spam-report-resend): spam-report-resend takes a list of articles, not
11180         separate article numbers.
11181
11182 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11183
11184         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11185         addition to emacs-w3m.
11186
11187 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11188
11189         * assistant.el (assistant-authinfo-data): New function.
11190         (assistant-eval): Eval for entire assistant.
11191
11192         * netrc.el (netrc-services-file): New variable.
11193         (netrc-parse-services): New function.
11194         (netrc-find-service-name): New function.
11195         (netrc-find-service-number): New function.
11196         (netrc-port-equal): New function.
11197         (netrc-machine): Use it.
11198
11199         * nnimap.el (nnimap-open-connection): Use netrc.
11200
11201         * gnus-util.el (gnus-netrc-get): Remove aliases.
11202
11203         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11204
11205         * assistant.el (wid-edit): Fix compilation.
11206
11207         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11208
11209 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
11210
11211         * gnus-util.el (gnus-set-file-modes): New function.  (small
11212         patch).
11213
11214 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11215
11216         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11217
11218         * assistant.el (assistant-render-node): Fix up rendering and
11219         read-only text.
11220         (assistant-render-node): Reset.
11221         (assistant-make-read-only): Not sticky.
11222
11223 2004-05-20  Danny Siu  <dsiu@adobe.com>
11224
11225         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11226         centered even when gnus-auto-center-summary is t
11227
11228 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11229
11230         * dns.el (dns-get-txt-answer): New function.
11231         (dns-read-txt): Ditto.
11232         (query-dns): Use it.
11233
11234 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11235
11236         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11237         active for foreign groups even if the group level is higher than
11238         the specified value.
11239
11240 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11241
11242         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11243         non-active groups.
11244
11245         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11246
11247 2004-05-20  Magnus Henoch  <mange@freemail.hu>
11248
11249         * dns.el (dns-read-type): Add support for SVR.  (small patch)
11250
11251 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11252
11253         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11254         (spam-crm114-header, spam-crm114-spam-switch)
11255         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11256         (spam-crm114-positive-spam-header)
11257         (spam-crm114-database-directory, spam-list-of-processors)
11258         (spam-group-spam-processor-crm114-p)
11259         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11260         (spam-generic-score, spam-list-of-checks)
11261         (spam-list-of-statistical-checks, spam-registration-functions)
11262         (spam-check-crm114-headers, spam-crm114-score)
11263         (spam-check-crm114, spam-crm114-register-with-crm114)
11264         (spam-crm114-register-spam-routine)
11265         (spam-crm114-unregister-spam-routine)
11266         (spam-crm114-register-ham-routine)
11267         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
11268         asjo@koldfront.dk (Adam Sjøgren).
11269
11270         * gnus.el: Add spam-use-crm114.
11271
11272         * spam.el (spam-list-of-processors, spam-registration-functions):
11273         Add spam-use-resend.
11274         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11275         (spam-report-articles-gmane): Add doc fix.
11276         (spam-report-articles-resend, spam-report-resend-register-routine):
11277         Add wrappers around spam-report-resend-to.
11278
11279         * spam-report.el (spam-report-resend-to, spam-report-resend):
11280         Add support for resending spam.
11281         (spam-report-gmane): Fix line length >80.
11282
11283         * gnus.el (spam-process): Add spam-use-resend.
11284
11285 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11286
11287         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11288         number of processed spam messages.
11289         (spam-ham-copy-or-move-routine): Return the number of processed
11290         ham messages.
11291         (spam-summary-prepare-exit): Use the above values to decide
11292         whether status messages shouled be displayed.
11293
11294 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11295
11296         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11297         `rfc2047-encoding-function-alist' in order to avoid conflicting
11298         with the old version.
11299         (rfc2047-encode-region): Concatenate words containing non-ASCII
11300         characters in structured fields; don't encode space-delimited
11301         ASCII words even in unstructured fields; don't break words at
11302         char-category boundaries.
11303         (rfc2047-encode-1): New function.
11304         (rfc2047-encode): Use it; encode text so that it occupies the
11305         maximum width within 76-column; work correctly on Q encoding for
11306         iso-2022-* charsets.
11307         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11308         sure not to break a line just after the header name.
11309         (rfc2047-b-encode-region): Removed.
11310         (rfc2047-b-encode-string): New function.
11311         (rfc2047-q-encode-region): Removed.
11312         (rfc2047-q-encode-string): New function.
11313
11314         * mm-util.el (mm-replace-in-string): New function.
11315
11316 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11317
11318         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11319         get it right.
11320         (gnus-inews-make-draft): Really.
11321
11322 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11323
11324         * nnmh.el (nnmh-request-list-1): Don't check the link count
11325         before descending.  (small patch)
11326
11327 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11328
11329         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11330         stuff.
11331
11332         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11333         on real group name.
11334
11335         * gnus-art.el (gnus-signature-limit): Doc fix.
11336
11337         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11338
11339         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
11340
11341 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
11342
11343         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
11344         isn't a string.
11345
11346 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11347
11348         * gnus-draft.el (gnus-draft-send): Bind
11349         rfc2047-encode-encoded-words.
11350
11351         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11352         (rfc2047-encodable-p): Say that =? needs encoding.
11353         (rfc2047-encode-encoded-words): New variable.
11354
11355         * gnus-group.el (gnus-group-select-group): Doc fix.
11356
11357         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11358
11359         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11360         to nil.
11361
11362         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11363
11364         * nnheader.el (nnheader-get-lines-and-char): New function.
11365
11366 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11367
11368         * gnus-msg.el (gnus-summary-followup-with-original): Document
11369         yanking of region when active.
11370
11371 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11372
11373         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11374         groups if the group level is higher than the specified value.
11375
11376 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11377
11378         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11379         (gnus-group-jump-to-group): Added prefix argument using
11380         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11381         non-active group.
11382
11383         * compface.el (uncompface): Be verbose when changing
11384         `uncompface-use-external'.
11385
11386         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11387         handle manual section.
11388
11389 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11390
11391         * gnus-art.el (gnus-button-alist): Revert previous change.
11392
11393 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11394
11395         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11396
11397 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11398
11399         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11400         whether backend can accept message.
11401
11402         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11403
11404 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
11405
11406         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11407         Avoid creating directory when nntp-marks-is-evil is true.
11408         Reported by Reiner Steib.
11409
11410 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11411
11412         * gnus-picon.el (gnus-picon-style): New variable.
11413         (gnus-picon-insert-glyph): Added optional `nostring' argument.
11414         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
11415         Jesper Harder <harder@ifa.au.dk>.
11416
11417 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11418
11419         * message.el (message-fill-field): Return point.
11420         (message-generate-headers): Go to end of field.
11421
11422         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11423         stuff for non-living groups.
11424
11425 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
11426
11427         * gnus-art.el (gnus-article-followup-with-original)
11428         (gnus-article-reply-with-original): gnus-mark-active-p ->
11429         gnus-region-active-p.
11430
11431 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
11432
11433         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11434         only when there is spam or ham to be processed.
11435
11436 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11437
11438         * mail-source.el (mail-source-delete-crash-box): Refactor.
11439         (mail-source-fetch): Use it.
11440         (mail-source-fetch-file): Ditto.
11441         (mail-source-fetch-directory): Run postscript in loop.
11442         (mail-source-fetch-pop): Delete.
11443         (mail-source-fetch-maildir): Ditto.
11444         (mail-source-fetch-imap): Ditto.
11445
11446         * imap.el (imap-authenticators): Comment out sasl.
11447
11448         * message.el (message-skip-to-next-address): New function.
11449         (message-fill-header-address): Refactor.
11450         (message-fill-address): Use it.
11451         (message-delete-address): Use it.
11452         (message-fill-header-general): Refactor.
11453         (message-fill-field-address): Rename.
11454         (message-narrow-to-field): Find the start of the header.
11455         (message-header-format-alist): Don't pre-fill.
11456         (message-fill-header): Removed.
11457         (message-insert-header): New function.
11458         (message-shorten-references): Use it.
11459
11460         * rfc2047.el (rfc2047-field-value): Strip props.
11461
11462         * mail-parse.el (mail-header-make-address): New alias.
11463
11464         * ietf-drums.el (ietf-drums-make-address): New function.
11465
11466         * imap.el: Add compiler directives.
11467
11468         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11469
11470         * gnus-art.el (article-decode-idna-rhs): Don't use
11471         message-idna-inside-rhs-p.
11472
11473 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11474
11475         * message.el (message-idna-inside-rhs-p): Removed.
11476         (message-idna-to-ascii-rhs-1): Use proper address parsing.
11477
11478         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11479         false positives.
11480
11481 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11482
11483         * imap.el (imap-sasl-make-mechanisms): Use sasl.
11484
11485 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11486
11487         * nneething.el (nneething-file-name): Don't create spurious
11488         files.
11489
11490         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11491         (gnus-inews-do-gcc): Remove sleep.
11492
11493         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11494         part under point.
11495
11496         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11497         (gnus-agent-regenerate-group): Using nil messages aren't valid.
11498
11499 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11500
11501         * spam.el (spam-summary-prepare-exit): Fixed (length).
11502
11503 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11504
11505         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11506         as expired without moving it" message when there are spam
11507         messages left.
11508
11509 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
11510
11511         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11512         header is not nil.
11513
11514 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
11515
11516         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11517         nntp-possibly-create-directory, not nntp-possibly-change-group.
11518         (nntp-marks-changed-p): New arg SERVER.
11519         (nntp-request-update-info): Adjust caller.
11520
11521 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
11522
11523         * nntp.el (nntp-save-marks): Pass missing arg.
11524
11525 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11526
11527         * nntp.el: Support marks.
11528         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11529         (nntp-marks-modtime, nntp-marks-directory): New variables.
11530         (nntp-request-set-mark, nntp-request-update-info)
11531         (nntp-possibly-create-directory, nntp-marks-changed-p)
11532         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11533         functions.
11534
11535 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
11536
11537         * gnus-xmas.el (gnus-xmas-select-lowest-window)
11538         (gnus-xmas-redefine): Rename.
11539
11540         * gnus-score.el (gnus-score-insert-help): Use
11541         gnus-select-lowest-window.
11542
11543         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11544         appt-select-lowest-window and rename to gnus-select-lowest-window.
11545
11546         * gnus.el: do.
11547
11548 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11549
11550         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11551         encodings of MIME-encoded words, in order to improve
11552         interoperability with several broken MUAs.
11553
11554 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11555
11556         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11557         tags, only when charsets are not specified in headers.
11558         (mm-inline-text-html-render-with-w3m): Ditto.
11559
11560         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
11561         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
11562
11563 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11564
11565         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11566         instead of MIME-decoded from fields when checking
11567         `gnus-article-address-banner-alist'.
11568
11569 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
11570
11571         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11572         description rather than subject.
11573
11574 2004-05-02  Steve Youngs  <steve@youngs.au.com>
11575
11576         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
11577
11578 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11579
11580         * gnus.el (gnus-version-number): Bump.
11581
11582 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11583
11584         * gnus.el: No Gnus v0.2 is released.
11585
11586 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11587
11588         * gnus-agent.el (gnus-agent-read-agentview): Inline
11589         gnus-uncompress-range.
11590
11591 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11592
11593         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11594         `exec-installed-p'.
11595
11596 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11597
11598         * gnus.el (spam-process, spam-autodetect-methods): Add
11599         bsfilter and bsfilter-headers.
11600
11601         * spam.el (spam-bsfilter): New customize group.
11602         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11603         (spam-bsfilter-header, spam-bsfilter-probability-header)
11604         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11605         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11606         (spam-bsfilter-database-directory): New options.
11607         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11608         (spam-list-of-statistical-checks, spam-registration-functions):
11609         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11610         (spam-bsfilter-score): New command.
11611         (spam-check-bsfilter-headers, spam-check-bsfilter)
11612         (spam-bsfilter-register-with-bsfilter)
11613         (spam-bsfilter-register-spam-routine)
11614         (spam-bsfilter-unregister-spam-routine)
11615         (spam-bsfilter-register-ham-routine)
11616         (spam-bsfilter-unregister-ham-routine): New functions.
11617         (spam-generic-score): Support bsfilter; Accept an optional argument
11618         to recalcurate spam score even if scoring header has already been
11619         added.
11620         (spam-bogofilter-score, spam-spamassassin-score): Accept an
11621         optional argument to recalcurate spam score even if scoring header
11622         has already been added.
11623
11624 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
11625
11626         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11627         strings!  Reported by David D. Smith <davidsmith@acm.org>.
11628         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11629         link is missing.
11630
11631 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
11632
11633         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11634         (html2text-get-attr): Rewrite.
11635
11636         * message.el (message-setup-1): Remove redundant put-text-property
11637         on mail-header-separator.
11638
11639 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
11640
11641         * gnus-registry.el (gnus-registry-cache-whitespace)
11642         (gnus-registry-action, gnus-registry-spool-action)
11643         (gnus-registry-split-fancy-with-parent): Change message levels
11644         from 5 to 3 or 7, as needed.
11645
11646         * spam.el (spam-summary-prepare-exit)
11647         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11648         (spam-split, spam-find-spam, spam-log-undo-registration)
11649         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11650         level from 5 to 6.
11651
11652 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11653
11654         * gnus-ems.el: Autoload appt-select-lowest-window (revert
11655         2004-03-04 change).
11656
11657 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
11658
11659         * sieve-manage.el (sieve-manage-open):
11660         * nnweb.el (nnweb-insert-html):
11661         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11662         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11663         * nnspool.el (nnspool-request-group):
11664         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11665         * nnml.el (nnml-request-update-info):
11666         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11667         (nnmh-request-create-group, nnmh-update-gnus-unreads):
11668         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11669         (nnimap-request-set-mark):
11670         * nnfolder.el (nnfolder-request-update-info):
11671         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11672         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11673         * gnus-uu.el (gnus-uu-find-articles-matching):
11674         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11675         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11676         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11677         * gnus-nocem.el (gnus-nocem-scan-groups):
11678         * gnus-int.el (gnus-start-news-server):
11679         * gnus-group.el (gnus-group-make-kiboze-group)
11680         (gnus-group-browse-foreign-server):
11681         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11682         Use mapc when appropriate.
11683
11684 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
11685
11686         FIXME: Make separate entries for each person.
11687
11688         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11689         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11690         <shields@msrl.com>:
11691
11692         * spam.el (spam-necessary-extra-headers): Get the extra headers we
11693         may need for spam sorting and scoring.
11694         (spam-user-format-function-S): Add user format function suitable for
11695         general use.
11696         (spam-article-sort-by-spam-status): Add sorting function for summary
11697         sorting.
11698         (spam-extra-header-to-number): Add function to get a score from a
11699         header.
11700         (spam-summary-score): Add function to  get a numeric score from the
11701         headers.
11702         (spam-generic-score): Fix function doc, was in wrong place.
11703         (spam-initialize): Take symbols when it's run, and install the
11704         extra headers that spam-necessary-extra-headers thinks we need.
11705
11706 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
11707
11708         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11709         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
11710
11711 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
11712
11713         * gnus-sum.el (gnus-set-global-variables)
11714         (gnus-build-all-threads, gnus-get-newsgroup-headers)
11715         (gnus-article-get-xrefs, gnus-summary-best-group)
11716         (gnus-summary-next-article, gnus-summary-enter-digest-group)
11717         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11718         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11719         Use with-current-buffer.
11720
11721 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
11722
11723         * spam.el (spam-summary-prepare-exit): Simplify logic.
11724         (spam-fetch-article-header): Read the article header if it's not
11725         available.
11726         (spam-list-articles): Simplify logic.
11727         (spam-filelist-register-routine): Fix bug with unregister-list.
11728
11729         * gnus-registry.el: Fix comments at beginning.
11730
11731 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
11732
11733         * message.el (message-cater-to-broken-inn): Remove.
11734         (message-shorten-references): Make sure the total folded length of
11735         References is shorter than 998 characters to cater to a bug in INN
11736         2.3.  Also, don't pretend that references aren't folded -- this
11737         hasn't worked for a while.
11738
11739 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11740
11741         * gnus-agent.el (gnus-agentize):
11742         gnus-agent-send-mail-real-function no longer set to current value
11743         of message-send-mail-function but rather a lambda that calls
11744         message-send-mail-function.  The change makes the agent real-time
11745         responsive to user changes to message-send-mail-function.
11746
11747 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11748
11749         * legacy-gnus-agent.el
11750         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11751         help from Florian Weimer <fw@deneb.enyo.de>
11752
11753 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11754
11755         * nnmail.el (nnmail-cache-insert): Revert last change.
11756
11757 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11758
11759         * nnmail.el (nnmail-cache-insert): Always check whether
11760         nnmail-cache-ignore-groups matches a group name.
11761
11762 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
11763
11764         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11765         (spam-find-spam, spam-log-processing-to-registry)
11766         (spam-log-registered-p, spam-log-unregistration-needed-p)
11767         (spam-log-undo-registration): Use gnus-message instead of
11768         gnus-error, none of these errors are fatal.
11769
11770         * gnus-registry.el (gnus-registry-clean-empty-function)
11771         (gnus-registry-clean-empty): Remove only empty entries without
11772         extra data.
11773
11774 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
11775
11776         * spam-stat.el (spam-stat-buffer-change-to-spam)
11777         (spam-stat-buffer-change-to-non-spam): Change (error) to
11778         (gnus-message 8) invocation.
11779
11780 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11781
11782         * nntp.el (nntp-via-netcat-command): New variable.
11783         (nntp-via-netcat-switches): New variable.
11784         (nntp-open-via-rlogin-and-netcat): New function.
11785         (nntp-open-connection-function): Doc fix.
11786         (nntp-telnet-command): Doc fix.
11787         (nntp-end-of-line): Doc fix.
11788         (nntp-via-rlogin-command): Doc fix.
11789         (nntp-via-user-name): Doc fix.
11790         (nntp-via-address): Doc fix.
11791
11792 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11793
11794         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11795         error in Emacs 21.1.
11796
11797 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
11798
11799         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11800
11801 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11802         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11803         (gnus-agent-with-refreshed-group): New macro.
11804         (gnus-agent-rename-group): New function.
11805         (gnus-agent-delete-group): New function.
11806         (gnus-agent-save-group-info): Use gnus-command-method when
11807         `method' parameter is nil.  Don't write nil entries into the
11808         active file.
11809         (gnus-agent-get-group-info): New function.
11810         (gnus-agent-fetch-articles): Use
11811         gnus-agent-update-files-total-fetched-for to increment disk space
11812         used.
11813         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11814         gnus-agent-update-view-total-fetched-for to increment disk space
11815         used.
11816         (gnus-agent-get-local): Added optional parameters to avoid calling
11817         gnus-group-real-name and gnus-find-method-for-group.
11818         (gnus-agent-set-local): Delete stored entry if either min, or max,
11819         are nil.
11820         (gnus-agent-fetch-session): Reworded error/quit messages.  On
11821         quit, use gnus-agent-regenerate-group to record existance of any
11822         articles fetched to disk before the quit occurred.
11823         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11824         gnus-agent-update-view-total-fetched-for, and
11825         gnus-agent-update-files-total-fetched-for to decrement disk space
11826         used.
11827         (gnus-agent-retrieve-headers): Use
11828         gnus-agent-update-view-total-fetched-for to increment disk space
11829         used.
11830         (gnus-agent-regenerate-group): Replace gnus-group-update-group
11831         with gnus-agent-update-files-total-fetched-for to decrement disk
11832         space and fresh group buffer.
11833         (gnus-agent-inhibit-update-total-fetched-for): New variable.
11834         (gnus-agent-need-update-total-fetched-for): New variable.
11835         (gnus-agent-update-files-total-fetched-for): New function.
11836         (gnus-agent-update-view-total-fetched-for): New function.
11837         (gnus-agent-total-fetched-for): New function.
11838
11839         * gnus-cache.el (gnus-cache-save-buffers): Use
11840         gnus-cache-update-overview-total-fetched-for to change disk space
11841         used by this group.
11842         (gnus-cache-possibly-enter-article): Use
11843         gnus-cache-update-file-total-fetched-for to increment disk space
11844         used by this group.
11845         (gnus-cache-possibly-remove-article): Use
11846         gnus-cache-update-file-total-fetched-for to decrement disk space
11847         used by this group.
11848         (gnus-cache-generate-nov-databases): Purge total fetched cache.
11849         (gnus-cache-rename-group): New function.
11850         (gnus-cache-delete-group): New function.
11851         (gnus-cache-inhibit-update-total-fetched-for): New variable.
11852         (gnus-cache-need-update-total-fetched-for): New variable.
11853         (gnus-cache-with-refreshed-group): New macro.
11854         (gnus-cache-update-file-total-fetched-for): New function.
11855         (gnus-cache-update-overview-total-fetched-for): New function.
11856         (gnus-cache-rename-group-total-fetched-for): New function.
11857         (gnus-cache-delete-group-total-fetched-for): New function.
11858         (gnus-cache-total-fetched-for): New function.
11859
11860         * gnus-group.el: Require gnus-sum and autoload functions to
11861         resolve warnings when gnus-group.el compiled alone.
11862         (gnus-group-line-format): Documented new %F
11863         (size of Fetched data) group line format; identifies disk space
11864         used by agent and cache.
11865         (gnus-group-line-format-alist): Defined new F format.
11866         (gnus-total-fetched-for): New function.
11867         (gnus-group-delete-group): No longer update
11868         gnus-cache-active-altered as gnus-request-delete-group now keeps
11869         the cache in sync.
11870         (gnus-group-list-active): Let the agent store a server's active
11871         list if currently plugged.
11872
11873         * gnus-int.el (gnus-request-delete-group):
11874         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11875         local disk in sync with the server.
11876         (gnus-request-rename-group):
11877         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11878         local disk in sync with the server.
11879
11880         * gnus-start.el (gnus-get-unread-articles):
11881         Cosmetic simplification to logic.
11882
11883         * gnus-util.el (gnus-rename-file): New function.
11884
11885 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
11886
11887         * mm-util.el (mm-image-load-path): Handle nil in load-path.
11888
11889 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
11890
11891         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11892         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
11893
11894 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
11895
11896         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11897         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
11898
11899 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
11900
11901         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11902
11903 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
11904
11905         * spam.el (spam-set-difference): Add function to replace
11906         gnus-set-difference in spam.el.
11907         (spam-summary-prepare-exit): Use spam-set-difference.
11908
11909 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11910
11911         * gnus-registry.el (gnus-registry-cache-file): Update to use
11912         gnus-dribble-directory OR gnus-home-directory OR ~.
11913         (gnus-registry-split-fancy-with-parent): Fix doc.
11914
11915 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11916
11917         * message.el (message-exchange-point-and-mark): Use
11918         message-mark-active-p.  Suggested by Jesper Harder
11919         <harder@ifa.au.dk>.
11920
11921 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * message.el (message-exchange-point-and-mark): Don't activate
11924         region if it was inactive.  Suggested by Hiroshi Fujishima
11925         <pooh@nature.tsukuba.ac.jp>.
11926
11927 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11928
11929         * gnus-art.el (article-display-face): Display Faces in the same
11930         order as X-Faces.
11931
11932 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11933
11934         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11935
11936 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11937
11938         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11939         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11940         (gnus-article-mime-hierarchy): Remove.
11941         (gnus-article-mime-hierarchy-next): Remove.
11942         (gnus-article-mode): Revert 2004-03-19 change.
11943         (gnus-article-setup-buffer): Revert 2004-03-19 change.
11944         (gnus-insert-mime-button): Revert 2004-03-19 change.
11945         (gnus-mime-accumulate-hierarchy): Remove.
11946         (gnus-mime-enter-multipart): Remove.
11947         (gnus-mime-leave-multipart): Remove.
11948         (gnus-mime-display-part): Revert 2004-03-19 change.
11949         (gnus-mime-display-alternative): Revert 2004-03-19 change.
11950
11951         * mml.el (mml-preview): Revert 2004-03-19 change.
11952
11953 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
11954
11955         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11956
11957 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11958
11959         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11960         t while entering a file name using the mm-with-multibyte macro.
11961         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11962
11963         * mm-util.el (mm-with-multibyte): New macro.
11964
11965 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11966
11967         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11968         user option.
11969         (gnus-mime-multipart-functions): Doc and customization fix.
11970         (gnus-article-mime-hierarchy): New variable.
11971         (gnus-article-mime-hierarchy-next): New variable.
11972         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11973         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11974         gnus-article-mime-hierarchy-next to nil.
11975         (gnus-insert-mime-button): Show hierarchy numbers.
11976         (gnus-mime-accumulate-hierarchy): New function.
11977         (gnus-mime-enter-multipart): New function.
11978         (gnus-mime-leave-multipart): New function.
11979         (gnus-mime-display-part): Recompute hierarchical MIME structure.
11980         (gnus-mime-display-alternative): Show hierarchy numbers.
11981
11982         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11983         gnus-article-mime-hierarchy-next to nil.
11984
11985 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
11986
11987         * dns.el: Don't require gnus-xmas.
11988
11989 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
11990
11991         * mml.el (mml-generate-mime-1): Don't use format=flowed with
11992         inline PGP.
11993         (mml-menu): Disable mml-quote-region if mark is inactive.
11994
11995 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11996
11997         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11998         when the group's active is not available.
11999
12000 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12001
12002         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
12003         error.
12004
12005 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
12006
12007         * imap.el (imap-store-password): New variable.
12008         (imap-interactive-login): Use it.
12009         Suggested by Mark Plaksin <happy@mcplaksin.org>.
12010
12011 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12012
12013         * gnus-art.el (gnus-article-read-summary-keys): Restore new
12014         window-start and hscroll to summary window.
12015
12016 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12017
12018         * gnus-start.el (gnus-convert-old-newsrc): Only write the
12019         conversion message to newsrc-dribble when an actual conversion is
12020         performed.
12021
12022 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
12023
12024         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
12025
12026 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12027
12028         * mm-decode.el (mm-complicated-handles): New function reviving
12029         former definition of mm-multiple-handles.
12030
12031         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12032         (gnus-mime-delete-part): Use it.
12033
12034 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12035
12036         * gnus-agent.el (gnus-agent-read-local): Bind
12037         nnheader-file-coding-system to gnus-agent-file-coding-system to
12038         avoid the implicit assumption that they will always be equal.
12039         (gnus-agent-save-local): Bind buffer-file-coding-system, not
12040         coding-system-for-write, as the with-temp-file macro first prints
12041         to a buffer then saves the buffer.
12042
12043 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12044
12045         * gnus-art.el (gnus-article-edit-part): New function.
12046         (gnus-mime-save-part-and-strip): Use it; do query instead of
12047         signaling an error; don't use mm-multiple-handles.
12048         (gnus-mime-delete-part): Ditto.
12049
12050 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12051
12052         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
12053         old file versions.
12054         (gnus-group-prepare-hook): Removed function that converted list
12055         form of gnus-agent-expire-days to group properties.
12056
12057         * gnus-int.el: Autoload gnus-agent-regenerate-group.
12058         (gnus-request-accept-article): Re-indented.
12059
12060         * gnus-start.el (gnus-convert-old-newsrc): Registered new
12061         converters to handle old agent file formats.  Added logic for a
12062         "backup before upgrading warning".
12063         (gnus-convert-mark-converter-prompt): Developers can mark
12064         functions as needing (default), or not needing,
12065         gnus-convert-old-newsrc's "backup before upgrading warning".
12066         (gnus-convert-converter-needs-prompt): Tests whether the user
12067         should be protected from potentially irreversable changes by the
12068         function.
12069
12070         * legacy-gnus-agent.el: New.  Provides converters that are only
12071         loaded when gnus-convert-old-newsrc needs to call them.
12072
12073 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12074
12075         * mail-source.el (mail-source-touch-pop): Doc fix.
12076
12077         * message.el (message-smtpmail-send-it): Doc fix.
12078
12079 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
12080
12081         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
12082
12083         * nnmail.el (nnmail-split-fancy): do.
12084
12085         * gnus-kill.el (gnus-kill, gnus-execute): do.
12086
12087 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
12088
12089         * gnus-sum.el (gnus-widget-reversible-match)
12090         (gnus-widget-reversible-to-internal)
12091         (gnus-widget-reversible-to-external): New functions.
12092         (gnus-widget-reversible): New widget.
12093         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
12094
12095 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
12096
12097         * gnus-sum.el (gnus-thread-sort-functions)
12098         (gnus-article-sort-functions): Document `(not F)' items.
12099
12100 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12101
12102         * spam.el (spam-use-gmane-xref): Add new backend.
12103         (spam-gmane-xref-spam-group): Add variable to control the name of the
12104         Gmane spam group.
12105         (spam-blackhole-servers, spam-blackhole-good-server-regex)
12106         (spam-regex-headers-spam, spam-regex-headers-ham)
12107         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
12108         (spam-list-of-checks): Add spam-use-gmane-xref to list of
12109         backends and checks.
12110         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
12111
12112         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
12113         an autodetect method.
12114
12115 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12116
12117         * gnus-int.el (gnus-request-accept-article): Inform the agent that
12118         articles are being added to a group.
12119         (gnus-request-replace-article): Inform the agent that articles
12120         need to be uncached as the cached contents are no longer valid.
12121
12122 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12123
12124         * binhex.el: Don't autoload executable-find.
12125
12126         * canlock.el: Don't autoload mail-fetch-field.
12127
12128         * dgnushack.el: Autoload c-mode for XEmacs.
12129
12130         * gnus-ems.el: Don't autoload appt-select-lowest-window.
12131
12132         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12133         rmail-dont-reply-to and rmail-output.
12134
12135         * gnus-score.el: Don't autoload ffap-string-at-point.
12136
12137         * gnus-setup.el: Don't autoload sc-cite-original.
12138
12139         * imap.el: Don't autoload base64-decode-string,
12140         base64-encode-string and md5.
12141
12142         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12143         and rmail-msg-restore-non-pruned-header.
12144
12145         * mm-decode.el: Don't autoload executable-find.
12146
12147         * mm-url.el: Don't autoload executable-find.
12148
12149         * mm-view.el: Don't autoload diff-mode.
12150
12151         * nndb.el: Don't autoload news-reply-mode, news-setup,
12152         cancel-timer and telnet.
12153
12154         * password.el: Don't autoload run-at-time for Emacs.
12155
12156         * sha1-el.el: Don't autoload executable-find.
12157
12158         * sieve-mode.el: Don't autoload c-mode.
12159
12160         * uudecode.el: Don't autoload executable-find.
12161
12162 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12163
12164         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12165         (gnus-agent-possibly-alter-active): Avoid null in numeric
12166         comparison.
12167         (gnus-agent-set-local): Refuse to save null in local object table.
12168         (gnus-agent-regenerate-group): The REREAD parameter can now be a
12169         list of articles that will be marked as unread.
12170
12171 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12174
12175 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12176
12177         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12178         language tags.
12179
12180 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12181
12182         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12183         Don't bind "obarray".
12184
12185         * gnus-sum.el (gnus-thread-sort-functions): Added
12186         `gnus-thread-sort-by-most-recent-number' and
12187         `gnus-thread-sort-by-most-recent-date'.
12188         Reported by Kai Grossjohann <kai@emptydomain.de>.
12189
12190 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12191
12192         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12193
12194 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12195
12196         * gnus-cus.el (gnus-agent-customize-category): Removed
12197         ignore-errors macro reference that required cl to be loaded at
12198         run-time.
12199
12200         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12201         single-interval range of the form (min . max).  Previously the
12202         range had to look like ((min . max)).  Likewise, return
12203         (min . max) rather than ((min . max)).
12204         (gnus-range-map): Use gnus-range-normalize to accept
12205         single-interval range.
12206
12207         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12208         the cache, but not the agent, now appear with their usual face.
12209
12210         * dgnushack.el (loaddir): New variable that is bound to the
12211         directory containing the dgnushack.el file. Use loaddir, rather
12212         than srcdir, to update load-path. Change lets dgnushack compile
12213         code in directories other than GNUS/lisp.
12214
12215 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12216
12217         * lpath.el: Don't bind w3m-safe-url-regexp.
12218
12219         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12220         w3m-safe-url-regexp variable buffer-local.
12221
12222         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12223
12224 2004-02-27  Simon Josefsson  <jas@extundo.com>
12225
12226         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12227         gnus-group-real-prefix.
12228         (gnus-summary-move-article): Use it, instead of
12229         gnus-group-real-prefix.
12230
12231 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12232
12233         * lpath.el: Bind w3m-safe-url-regexp.
12234
12235         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12236         w3m-safe-url-regexp variable buffer-local and set it as the value
12237         of mm-w3m-safe-url-regexp.
12238
12239         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12240
12241         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12242         parsing gnus-posting-styles when the message is not for replying.
12243
12244         * dgnushack.el: Autoload sgml-mode for XEmacs.
12245
12246         * nnrss.el (nnrss-opml-export): Use
12247         mm-set-buffer-file-coding-system instead of
12248         set-buffer-file-coding-system.
12249
12250 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
12251
12252         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12253         of checkdoc.el).
12254         * nnrss.el: do.
12255         * gnus-mlspl.el: do.
12256         * gnus-ml.el: do.
12257         * gnus-srvr.el: do.
12258
12259         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12260
12261 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12262
12263         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12264         Corrections to custom-manual links.
12265
12266         * gnus-art.el (gnus-article): Ditto.
12267
12268         * mm-decode.el (mime-display, mime-security): Ditto.
12269
12270 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12271
12272         * flow-fill.el: Typo.
12273
12274 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
12275
12276         * spam-wash.el: New file.
12277
12278 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
12279
12280         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12281
12282 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12283
12284         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12285         to be run with new-articles as LIST1, not LIST2.
12286         (spam-registration-functions): Add spam-use-ham-copy as a nil
12287         registration backend.
12288
12289 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12290
12291         * spam-stat.el (spam-stat-washing-hook): New option.
12292         (spam-stat-buffer-words): Use it.
12293         (spam-stat-process-directory, spam-stat-test-directory): Use
12294         insert-file-contents-literally.
12295         (spam-stat-coding-system): New variable.
12296         (spam-stat-load, spam-stat-save): Use it.
12297
12298 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12299
12300         * spam-report.el (spam-report-plug-agent): Quote
12301         spam-report-url-to-file and spam-report-url-ping-plain.
12302
12303 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12304
12305         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12306         / in mailto URLs.
12307
12308 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12309
12310         * spam-report.el (spam-report-process-queue): Fix interactive use.
12311         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12312         (spam-report-unplug-agent): Doc fixes.
12313         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12314         (spam-report-agentize, spam-report-deagentize): Autoload
12315
12316 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12317
12318         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
12319
12320         * message.el (message-setup-fill-variables): Add mml tags to
12321         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12322         <ajk@iu.edu>.
12323         (message-mode): Don't modify paragraph-separate there.
12324
12325 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12326
12327         * compface.el (uncompface-use-external): Default to undecided.
12328         (uncompface-use-external-threshold): New variable.
12329         (uncompface-float-time): New macro.
12330         (uncompface): Determine whether to use the external decoder if
12331         uncompface-use-external is undecided.
12332
12333 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12334
12335         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12336         after images.
12337
12338         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12339
12340 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12341
12342         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12343
12344         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12345
12346         * gnus-sum.el (gnus-summary-limit-to-age)
12347         (gnus-summary-limit-children): do.
12348
12349         * gnus-int.el (gnus-request-scan): do.
12350
12351         * gnus-group.el (gnus-group-suspend): do.
12352
12353         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12354
12355         * gnus-cite.el (gnus-cite-parse-attributions): do.
12356
12357         * gnus-agent.el (gnus-summary-set-agent-mark)
12358         (gnus-agent-regenerate-group): do.
12359
12360         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12361
12362         * binhex.el (binhex-decode-region-internal): do.
12363
12364 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12365
12366         * gnus-fun.el (gnus-face-properties-alist): New user option.
12367         (gnus-display-x-face-in-from): Use it.
12368
12369         * gnus-art.el (article-display-face): Ditto.
12370
12371         * compface.el (uncompface-use-external): Default to nil.
12372
12373 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12374
12375         * nntp.el (nntp-erase-buffer): New function.
12376         (nntp-retrieve-data, nntp-send-command)
12377         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12378         (nntp-possibly-change-group): Use it.
12379
12380         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12381         with-current-buffer.
12382
12383 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12384
12385         * compface.el: Merge the ELisp-based uncompface program.
12386         (compface): New customization group.
12387         (uncompface-use-external): New user option.
12388         (uncompface): Call uncompface-internal if uncompface-use-external
12389         is nil.
12390         (uncompface-internal): New function.  Note that there are also
12391         some other functions and variables added for this function.
12392
12393 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
12394
12395         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12396         if necessary.
12397
12398 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
12399
12400         * spam-report.el (spam-report-unplug-agent)
12401         (spam-report-plug-agent, spam-report-deagentize)
12402         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12403         Add support for the Agent in spam-report: when unplugged, report to a
12404         file; when plugged, submit all the requests.
12405
12406         * spam.el (spam-register-routine): Fix message about
12407         registration.
12408
12409 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
12410
12411         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12412         dependencies.
12413         (rfc2047-encode): Use it.
12414
12415         * gnus-art.el (gnus-button-marker-list): Move before first
12416         reference.
12417
12418         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12419         (imap-parse-body): Fix format string mismatch.
12420
12421         * gnus-score.el (gnus-summary-increase-score): do.
12422
12423         * nnrss.el (nnrss-close): New function.
12424
12425 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
12426
12427         * nnrss.el (nnrss-make-filename): New function.
12428         (nnrss-request-delete-group, nnrss-read-server-data)
12429         (nnrss-save-server-data, nnrss-read-group-data)
12430         (nnrss-save-group-data): Use it.
12431         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12432         (nnrss-read-server-data, nnrss-read-group-data): Use load.
12433         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12434
12435 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
12436
12437         * mml.el (mml-compute-boundary-1): Don't uncompress files.
12438
12439 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
12440
12441         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12442         files.
12443
12444         * message.el (message-generate-headers-first): Don't quote nil
12445         and t in docstrings.
12446
12447         * imap.el (imap-id): do.
12448
12449         * gnus-agent.el (gnus-agent-consider-all-articles)
12450         (gnus-agent-queue-mail): do.
12451
12452 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
12453
12454         * spam-report.el (spam-report-process-queue): New function.
12455         Process requests from `spam-report-requests-file'.
12456         (spam-report-process-queue): Doc fix.
12457
12458 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
12459
12460         * spam.el (spam-register-routine)
12461         (spam-log-processing-to-registry, spam-log-registered-p)
12462         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12463         Change "check" to "spam-check" for semi-clarity.
12464
12465 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
12466
12467         * pop3.el: Require nnheader.
12468
12469         * mml-smime.el: Require cl.  Autoload message-fetch-field.
12470
12471         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12472
12473         * gnus-picon.el: Require cl.
12474
12475         * gnus-fun.el: Require gnus-ems and gnus-util.
12476
12477         * gnus.el (gnus-method-to-server): Move defsubst before first use.
12478
12479         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12480
12481         * gnus-art.el (gnus-article-edit-mode): Define before first
12482         reference.
12483
12484 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
12485
12486         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12487         (gnus-uu-post-encoded): Use point-at-bol.
12488
12489         * gnus-topic.el (gnus-group-active-topic-p): do.
12490
12491         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12492
12493         * gnus-group.el (gnus-group-kill-region): do.
12494
12495         * gnus-art.el (article-date-ut): do.
12496
12497         * message.el (message-fetch-field): Remove redundant
12498         case-fold-search binding.
12499         (message-narrow-to-field): Simplify.
12500
12501 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12502
12503         * spam.el (spam-directory): Derive from `gnus-directory'.
12504
12505         * spam-report.el (spam-report-url-to-file)
12506         (spam-report-requests-file): New function and variable for offline
12507         reporting.
12508         (spam-report-url-ping-function): Add `spam-report-url-to-file'
12509         and user defined function.
12510         (spam-report-url-ping-mm-url): Remove doubled slash.
12511
12512 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
12513
12514         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12515
12516 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
12517
12518         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12519         format string mismatch.
12520
12521         * sieve.el (sieve-deactivate-all): do.
12522
12523         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12524
12525         * nnlistserv.el (nnlistserv-kk-wash-article): do.
12526
12527         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12528
12529         * mm-bodies.el (mm-7bit-chars): Don't include \r.
12530
12531 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
12532
12533         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12534         the list of checks.
12535
12536 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
12537
12538         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12539         padding.
12540
12541 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
12542
12543         * mm-view.el (mm-fill-flowed): New variable.
12544         (mm-inline-text): Use it.
12545
12546 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
12547
12548         * spam.el (spam-spamassassin-register-ham-routine)
12549         (spam-spamassassin-register-spam-routine): Fix function names.
12550
12551 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12552
12553         * gnus.el (gnus-tmp-grouplens): Remove.
12554         (gnus-summary-line-format): Remove grouplens.
12555
12556         * gnus-group.el (gnus-group-line-format): Ditto.
12557
12558         * gnus-spec.el (gnus-format-specs): Ditto.
12559         (gnus-update-format-specifications): Flush the group format spec
12560         cache if there's the grouplens stuff.
12561         (gnus-parse-simple-format): Replace %l with the empty string.
12562
12563 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
12564
12565         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12566         omission.
12567
12568 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12569
12570         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12571         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12572
12573 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12574
12575         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12576         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12577         New macros and functions.
12578         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12579         Handle > NLINK_MAX messages.
12580         * nnmaildir.el (nnmaildir-request-set-mark): Use
12581         nnmaildir--emlink-p and nnmaildir--eexist-p.
12582
12583 2004-01-25  Alex Schroeder  <alex@gnu.org>
12584
12585         * spam-stat.el (spam-stat-process-directory-age): New option.
12586         (spam-stat-process-directory): Use it.
12587
12588 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
12589
12590         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12591         (spam-stat-save): Accept prefix argument.
12592
12593 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
12594
12595         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12596         links" error.
12597
12598 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12599
12600         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
12601         the rest of the and/or forms.
12602
12603 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12604
12605         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12606         compatibility with old .newsrc.eld files.
12607
12608         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
12609
12610         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12611
12612         * gnus-start.el (gnus-1): do.
12613
12614         * gnus-group.el (gnus-group-line-format-alist): do.
12615
12616         * gnus.el (gnus-use-grouplens, gnus-visual): do.
12617
12618         * gnus-gl.el: Remove.
12619
12620 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12621
12622         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12623         marks consisting of a single range {for example, (3 . 5)} rather
12624         than a list of a single range { ((3 . 5)) }.
12625
12626 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12627
12628         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12629         with-current-buffer.
12630         (spam-stat-store-current-buffer): Use insert-buffer-substring to
12631         avoid consing a string.
12632
12633         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12634         Remove obsolete entries for big5 and gb2312.
12635
12636 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12637
12638         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12639         uncompressed list.
12640
12641 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
12642
12643         * spam-stat.el (spam-stat-strip-xref): New function.
12644         (spam-stat-process-directory): Use it.
12645
12646         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12647         here -- it's done in message-fetch-field.
12648
12649 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12650
12651         * gnus-agent.el (gnus-agent-queue-mail)
12652         (gnus-agent-prompt-send-queue): New variables.
12653         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12654         * gnus-draft.el (gnus-group-send-queue): Pass the group name
12655         "nndraft:queue" along to gnus-draft-send.  Use
12656         gnus-agent-prompt-send-queue.
12657         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12658         is "nndraft:queue".  Suggested by Gaute Strokkenes
12659         <gs234@srcf.ucam.org>
12660
12661         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12662         (agent-enable-undownloaded-faces): Added
12663         (gnus-agent-cat-groups): Use eval-and-compile, not
12664         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12665         method of gnus-agent-cat-groups even when the buffer has been
12666         evaled.
12667         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12668         delete gnus-agent-save-active-1.
12669         (gnus-agent-save-groups): Deleted.  Identical to
12670         gnus-agent-save-active.
12671         (gnus-agent-write-active): No longer adjust agent's copy of active
12672         file as agent's adjustments are now stored in their own
12673         file.  Removed optional parameter.
12674         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12675         servers.  Add use of min/max range limits from server's local
12676         file.
12677         (gnus-agent-save-alist): Removed unused optional argument.
12678         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12679         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12680         (gnus-agent-set-local): A per-server file that keeps min/max range
12681         limits for articles known to the agent.  Provides a fast mechanism
12682         for altering many active ranges.
12683         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12684         active file (local makes it unnecessary).
12685         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12686
12687         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12688         (agent-enable-undownloaded-faces): Added
12689
12690         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12691         disable it when sending to "nndraft:queue".
12692         (gnus-group-send-queue): Add safety check to avoid sending queue
12693         when unplugged.
12694
12695         * gnus-group.el (gnus-group-catchup): Use new
12696         gnus-sequence-of-unread-articles, not
12697         gnus-list-of-unread-articles, to avoid exhausting memory with huge
12698         numbers of articles.  Use gnus-range-map to avoid having to
12699         uncompress the unread list.
12700         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12701         Fixed invalid ange-ftp reference.
12702
12703         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12704         (gnus-sorted-range-intersection): Intersection of two ranges
12705         without requiring that they first be uncompressed.
12706
12707         * gnus-start.el (gnus-activate-group): Unless blocked by the
12708         caller, possibly expand the active range to include both cached
12709         and agentized articles.
12710         (gnus-convert-old-newsrc): Rewrote in anticipation of having
12711         multiple version-dependent converters.
12712         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12713         gnus-agent-save-active.
12714         (gnus-save-newsrc-file): Save dirty agent range limits.
12715
12716         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12717         gnus-agent-possibly-alter-active.
12718         (gnus-adjust-marked-articles): Faster handling of simple lists
12719
12720 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
12721
12722         * spam-stat.el (spam-stat-test-directory): New optional argument
12723         displays a list of files detected.  Suggested by Andrew Cohen
12724         <cohen@andy.bu.edu>.
12725         (spam-stat-buffer-words-with-scores): Don't narrow and change
12726         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
12727
12728 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
12729
12730         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12731         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12732         (spam-spamassassin-arguments)
12733         (spam-spamassassin-spam-flag-header)
12734         (spam-spamassassin-positive-spam-flag-header)
12735         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12736         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12737         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12738         (spam-list-of-processors, spam-list-of-checks)
12739         (spam-list-of-statistical-checks, spam-registration-functions)
12740         (spam-check-spamassassin-headers, spam-check-spamassassin)
12741         (spam-spamassassin-score)
12742         (spam-spamassassin-register-with-sa-learn)
12743         (spam-spamassassin-register-spam-routine)
12744         (spam-spamassassin-register-ham-routine)
12745         (spam-assassin-register-spam-routine)
12746         (spam-assassin-register-ham-routine): Add SpamAssassin support.
12747         (spam-bogofilter-score): Fix to show article before scoring.
12748
12749 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
12750
12751         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12752         default scoring function.
12753         (spam-generic-score): Call spam-spamassassin-score if
12754         spam-use-spamassassin or spam-use-spamassassin-headers is on;
12755         spam-bogofilter-score otherwise.
12756
12757         * gnus.el (spam-process, spam-autodetect-methods): Add
12758         spamassassin and spamassassin-headers.
12759
12760 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
12761
12762         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12763         Suppress unnecessary messages.
12764
12765 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
12766
12767         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12768         make-hash-table.
12769
12770 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12771
12772         * canlock.el (base64-encode-string): Don't autoload it.
12773
12774 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * run-at-time.el: Remove useless (require 'itimer),
12777         eval-and-compile and (featurep 'xemacs).
12778
12779 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
12780
12781         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12782         GROUP is a virtual group.
12783
12784 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
12785
12786         * gnus.el: Autoload `message-y-or-n-p'.
12787
12788 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
12789
12790         * pgg-parse.el: Remove unnecessary (require 'custom).
12791
12792         * pgg-def.el: do.
12793
12794         * nnmail.el: do.
12795
12796         * gnus-undo.el: do.
12797
12798         * gnus-picon.el: do.
12799
12800         * gnus-util.el: do.
12801
12802 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
12803
12804         * gnus-sum.el (gnus-pick-line-number): Add autoload.
12805
12806 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12807
12808         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12809         handle, as well as a list.
12810
12811         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12812         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12813         (mm-w3m-cid-retrieve): Simplify.
12814
12815 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
12816
12817         * message.el (message-kill-to-signature): Allow prefix arg to
12818         specify number of lines to keep before signature.
12819
12820 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
12821
12822         (message-kill-to-signature): Change docstring.
12823
12824 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12825
12826         * canlock.el: Always require sha1-el.
12827         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12828
12829         * message.el: Autoload sha1 only when compiling.
12830
12831         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
12832         eudc-expand-inline for XEmacs.
12833
12834 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12835
12836         * message.el (message-canlock-generate): Require sha1-el.
12837
12838 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
12839
12840         * message.el (message-expand-name): Silence the byte compiler.
12841
12842         * lpath.el: Add detect-coding-system.
12843
12844         * dgnushack.el (dgnushack-compile): Remove obsolete check for
12845         cus-edit.
12846
12847 2004-01-13  Simon Josefsson  <jas@extundo.com>
12848
12849         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12850         Invoke gnus-score-mode.  Reported by
12851         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12852
12853         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
12854         Jim Blandy <jimb@redhat.com> (tiny change).
12855
12856 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12857
12858         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12859
12860 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
12861
12862         * spam.el (spam-get-article-as-string): Update to use
12863         gnus-request-article-this-buffer, much simpler.
12864         (spam-get-article-as-buffer): Remove.
12865
12866 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
12867
12868         * message.el (message-expand-name): Use EUDC if the user uses that.
12869
12870 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12871
12872         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12873         character for the encoding to avoid consing a string.
12874
12875         * rfc2047.el (rfc2047-decode-string): Don't cons a string
12876         unnecessarily.
12877
12878         * mm-util.el (mm-replace-chars-in-string): Remove.
12879
12880         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12881         of mm-replace-chars-in-string.
12882
12883 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
12884
12885         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12886
12887         * mm-util.el (mm-subst-char-in-string): Support inplace.
12888
12889         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12890         a new string in every iteration.  Use shy groups.
12891
12892 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
12893
12894         * gnus-srvr.el (gnus-browse-unsubscribe-group):
12895         * gnus-soup.el (gnus-soup-group-brew):
12896         * gnus-msg.el (gnus-put-message):
12897         * gnus-move.el (gnus-group-move-group-to-server):
12898         * gnus-kill.el (gnus-batch-score):
12899         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12900         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12901         (gnus-group-update-group, gnus-group-read-group)
12902         (gnus-group-make-group, gnus-group-make-help-group)
12903         (gnus-group-make-archive-group, gnus-group-make-directory-group)
12904         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12905         (gnus-group-sort-by-unread, gnus-group-catchup)
12906         (gnus-group-unsubscribe-group, gnus-group-kill-group)
12907         (gnus-group-yank-group, gnus-group-set-info)
12908         (gnus-group-list-groups):
12909         * gnus.el (gnus-generate-new-group-name):
12910         * gnus-delay.el (gnus-delay-send-queue):
12911         * nnvirtual.el (nnvirtual-catchup-group):
12912         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12913         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12914         (gnus-group-prepare-topics, gnus-topic-check-topology):
12915         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12916         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12917         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12918         (gnus-group-make-articles-read):
12919         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12920         (gnus-group-change-level, gnus-kill-newsgroup)
12921         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12922         (gnus-get-unread-articles, gnus-make-articles-unread)
12923         (gnus-make-ascending-articles-unread): Use accessor
12924         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12925         to get group information for improved readability.
12926
12927
12928 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12929
12930         * gnus-art.el (article-decode-mime-words, article-babel)
12931         (gnus-article-highlight-signature, gnus-article-add-buttons)
12932         (gnus-signature-toggle): Use gnus-with-article-buffer.
12933
12934         * gnus-art.el (gnus-article-highlight-headers)
12935         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12936
12937         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12938         (gnus-article-set-globals, gnus-request-article-this-buffer)
12939         (gnus-button-message-id, gnus-article-maybe-hide-headers)
12940         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12941         (gnus-mime-display-alternative): Use with-current-buffer.
12942
12943 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12944
12945         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12946         also under 80 char limit, and call gnus-error if needed.
12947         (spam-fetch-article-header): Fix - it was a
12948         buffer-local variable (gnus-newsgroup-data).
12949         (spam-find-spam): Use spam-generate-fake-headers, forget about
12950         spam-insert-fake-headers.
12951         (spam-insert-fake-headers): Remove.
12952
12953 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12954
12955         * deuglify.el (gnus-article-outlook-unwrap-lines)
12956         (gnus-outlook-rearrange-article)
12957         (gnus-outlook-repair-attribution-outlook)
12958         (gnus-outlook-repair-attribution-block)
12959         (gnus-outlook-repair-attribution-other): Remove redundant
12960         save-excursion.
12961
12962 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12963
12964         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12965         (spam-fetch-field-subject-fast)
12966         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12967         (spam-fetch-article-header): Add functions to deal with Gnus
12968         internals for fast retrieval of article header data.
12969         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12970
12971 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12972
12973         * pop3.el (pop3-md5): Remove.
12974         (pop3-apop): Replace pop3-md5 with md5.
12975
12976         * mm-bodies.el: base64 is always built-in.
12977
12978         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12979         with-current-buffer.
12980
12981 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12982
12983         * canlock.el (canlock-insert-header): Remove excessive grouping in
12984         regexp.
12985
12986         * gnus-sum.el (gnus-summary-read-document): Ditto.
12987
12988         * gnus-uu.el (gnus-uu-part-number): Ditto.
12989
12990         * html2text.el (html2text-remove-tags): Ditto.
12991         (html2text-format-tags): Ditto.
12992         (html2text-format-single-elements): Ditto.
12993
12994         * mml.el (mml-parse-1): Ditto.
12995
12996 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12997
12998         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12999
13000         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
13001
13002         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
13003
13004         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
13005
13006 2003-11-15  Simon Josefsson  <jas@extundo.com>
13007
13008         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
13009         (pgg-gpg-lookup-key): Use regexp match instead of
13010         split-string (split-string is different between emacs 21.2 and
13011         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
13012
13013 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13014
13015         * gnus-art.el (gnus-mime-view-all-parts)
13016         (gnus-article-part-wrapper, gnus-article-view-part): Use
13017         with-current-buffer.
13018
13019 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13020
13021         * spam.el (spam-disable-spam-split-during-ham-respool)
13022         (spam-spamoracle-database, spam-cache-lookups)
13023         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
13024         (spam-group-ham-mark-p, spam-group-spam-mark-p)
13025         (spam-group-ham-marks, spam-group-spam-marks)
13026         (spam-group-spam-contents-p, spam-group-ham-contents-p)
13027         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
13028         also add spam-use-blackholes to the statistical checks.
13029         (spam-fetch-field-fast): Add interface to fetching fields, may
13030         become a macro.
13031         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
13032         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
13033         (spam-insert-fake-headers): Fake an article when needed.
13034         (spam-find-spam): Fake article when possible.
13035         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
13036         (spam-check-bogofilter-headers): Use message-fetch-field instead
13037         of nnmail-fetch-field.
13038
13039 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13040
13041         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
13042
13043 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13044
13045         * spam.el (spam-split): Do not require spam-use-CHECK to be
13046         enabled if that check is passed to spam-split explicitly; also
13047         fix so 'spam doesn't get converted to spam-split-group when
13048         spam-split-symbolic-return is t.
13049         (spam-find-spam): Find registrations of the article and use those
13050         instead of re-running spam-split to find the spam/ham
13051         classification of the article.
13052         (spam-log-processing-to-registry, spam-log-registered-p)
13053         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13054         Use gnus-error instead of gnus-message.
13055         (spam-log-registration-type): Add function to determine the
13056         classification of a message based on registry entries; will
13057         return nil if both 'spam and 'ham are found.
13058         (spam-check-BBDB): Expand all the BBDB macros here so we can have
13059         a reasonably fast local cache without the loading errors.
13060         (spam-cache-lookups): Set to t by default.
13061         (spam-find-spam): Don't try to guess spam-cache-lookups.
13062         (spam-enter-whitelist, spam-enter-blacklist): Clear the
13063         spam-caches entry.
13064         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
13065         caching of whitelist/blacklist entries.
13066         (spam-check-whitelist, spam-check-blacklist): Invoke
13067         spam-from-listed-p with a type, not a cache variable.
13068         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
13069
13070 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13071
13072         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
13073
13074         * nnmail.el (nnmail-split-fancy): do.
13075
13076         * mml.el (mml-parse): do.
13077
13078         * gnus-score.el (gnus-enter-score-words-into-hashtb)
13079         (gnus-score-adaptive): do.
13080
13081 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13082
13083         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
13084         (gnus-mime-button-map): Don't set keymap parent.
13085         (gnus-button-ctan-directory-regexp): Use shy grouping.
13086         (gnus-prev-page-map): Don't set keymap parent.
13087         (gnus-prev-page-map): Remove duplicated one.
13088         (gnus-next-page-map): Don't set keymap parent.
13089         (gnus-mime-security-button-map): Ditto.
13090
13091         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
13092         version number.
13093
13094         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
13095
13096 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13097
13098         * canlock.el (canlock-sha1-function): Remove.
13099         (canlock-sha1-function-for-verify): Remove.
13100         (canlock-openssl-program): Remove.
13101         (canlock-openssl-args): Remove.
13102         (canlock-ignore-errors): Remove.
13103         (canlock-sha1-with-openssl): Remove.
13104         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
13105         (canlock-verify): Don't use canlock-ignore-errors.
13106
13107         * sha1-el.el (sha1-string-external): Make it can return a string
13108         in binary form.
13109         (sha1-region-external): Ditto.
13110         (sha1-string-internal): Ditto.
13111         (sha1-region-internal): Ditto.
13112         (sha1-region): Ditto.
13113         (sha1-string): Ditto.
13114         (sha1): Ditto.
13115
13116 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13117
13118         * spam.el (spam-report-articles-gmane): New command.
13119
13120 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13121
13122         * gnus.el: Don't make unnecessary *Group* buffer when loading.
13123
13124         * run-at-time.el (run-at-time-saved): Remove.
13125         (run-at-time): Doc fix.
13126
13127 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13128
13129         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
13130         (gnus-summary-limit-map): Add it.
13131         (gnus-summary-make-menu-bar): do.
13132
13133 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
13134
13135         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
13136         Make attempt at some caching support (done for BBDB only now).
13137         (spam-find-spam): Set spam-cache-lookups if there are more than 2
13138         addresses to be checked.
13139         (spam-clear-cache-BBDB): Add function, to be invoked by
13140         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
13141         (spam-check-BBDB): Check and use the caches, if
13142         spam-cache-lookups is on, remove superfluous (provide).
13143
13144 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13145
13146         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
13147
13148 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
13149
13150         * run-at-time.el (run-at-time-saved): Move to after the definition
13151         of `run-at-time'.
13152
13153         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
13154
13155 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13156
13157         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13158         mm-w3m-local-map-property.
13159
13160         * mm-view.el (mm-w3m-mode-map): Remove.
13161         (mm-w3m-local-map-property): Remove.
13162         (mm-inline-text-html-render-with-w3m): Don't use
13163         mm-w3m-local-map-property.
13164
13165 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13166
13167         * run-at-time.el: New file.
13168
13169         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
13170         under Emacs.
13171
13172         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13173         of gnus-set-text-properties.
13174
13175         * gnus-uu.el (gnus-uu-save-article): Ditto.
13176
13177         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13178
13179         * gnus-cite.el (gnus-cite-parse): Ditto.
13180
13181         * gnus-art.el (gnus-button-push): Use set-text-properties instead
13182         of gnus-.
13183
13184         * gnus-xmas.el (run-at-time): Require run-at-time.
13185
13186         * gnus.el: Changed calls to nnheader-run-at-time and
13187         password-run-at-time throughout to use run-at-time directly.
13188
13189         * password.el: Removed definition of run-at-time.
13190
13191         * nnheaderxm.el: Remove definition of run-at-time.
13192
13193 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
13194
13195         * mml.el (mml-minibuffer-read-disposition): Show attachment type
13196         in prompt.
13197
13198 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13199
13200         * messagexmas.el (message-xmas-redefine): Alias
13201         `message-make-caesar-translation-table' to
13202         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
13203         version.
13204
13205         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
13206         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
13207         `gnus-xmas-set-text-properties'.
13208         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
13209         `gnus-xmas-completing-read'.
13210         (gnus-xmas-completing-read): Removed.
13211         (gnus-xmas-open-network-stream): Removed.
13212
13213         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13214         XEmacs version.
13215
13216         * dns.el (dns-make-network-process): Use `open-network-stream'
13217         instead of `gnus-xmas-open-network-stream'.
13218
13219         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
13220
13221         * .cvsignore: Add auto-autoloads.el, custom-load.el.
13222
13223 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13224
13225         * gnus-art.el (gnus-mime-display-alternative)
13226         (gnus-insert-mime-button, gnus-insert-mime-security-button)
13227         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13228         Don't use gnus-local-map-property.
13229
13230         * gnus-util.el (gnus-local-map-property): Remove.
13231
13232         * mm-view.el (mm-view-pkcs7-decrypt): Replace
13233         gnus-completing-read-maybe-default with completing-read.
13234
13235         * gnus-util.el (gnus-completing-read): do.
13236         (gnus-completing-read-maybe-default): Remove.
13237
13238 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13239
13240         * password.el: Only autoload `run-at-time' if not XEmacs.
13241         Only autoload the itimer functions if XEmacs.
13242
13243 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13244
13245         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
13246         XEmacsen.
13247
13248         * dgnushack.el: Autoload executable-find for XEmacs.
13249
13250 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13251
13252         * gnus-art.el (gnus-read-string): Remove.
13253         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13254         read-string.
13255
13256 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
13257
13258         * netrc.el: Autoload password-read.
13259         (netrc): Add configuration group.
13260         (netrc-encoding-method, netrc-openssl-path): Add
13261         variables for encoding and decoding of files with symmetric
13262         ciphers.
13263         (netrc-encode): Add assistant function to encode a file with
13264         netrc-encoding-method.
13265         (netrc-parse): Add interactive parameter, added optional
13266         decoding if netrc-encoding-method is non-nil but otherwise
13267         behavior is standard.
13268         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13269         Do s/encode/encrypt/ everywhere.
13270
13271         * spam.el: Remove executable-find autoload.
13272
13273 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13274
13275         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13276
13277         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13278
13279 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13280
13281         * gnus-art.el (gnus-treat-ansi-sequences,
13282         (article-treat-ansi-sequences): New variable and function.
13283         Suggested by Dan Jacobson <jidanni@jidanni.org>.
13284
13285         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13286         Use it.
13287
13288 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13289
13290         * mm-util.el (mm-quote-arg): Remove.
13291
13292         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13293         shell-quote-argument.
13294
13295         * gnus-uu.el (gnus-uu-command): do.
13296
13297         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13298
13299         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13300         with make-char.
13301
13302         * mm-util.el (mm-make-char): Remove.
13303
13304         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13305         add-minor-mode.
13306
13307         * gnus-undo.el (gnus-undo-mode): do.
13308
13309         * gnus-topic.el (gnus-topic-mode): do.
13310
13311         * gnus-sum.el (gnus-dead-summary-mode): do.
13312
13313         * gnus-start.el (gnus-slave-mode): do.
13314
13315         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13316
13317         * gnus-ml.el (gnus-mailing-list-mode): do.
13318
13319         * gnus-gl.el (gnus-grouplens-mode): do.
13320
13321         * gnus-draft.el (gnus-draft-mode): do.
13322
13323         * gnus-dired.el (gnus-dired-mode): do.
13324
13325         * gnus-ems.el (gnus-add-minor-mode): Remove.
13326
13327         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13328         Replace gnus-char-width with char-width.
13329
13330         * gnus-ems.el (gnus-char-width): Remove.
13331
13332         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13333         Replace gnus-char-width with char-width.
13334
13335         * gnus-ems.el (gnus-char-width): Remove.
13336
13337         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13338         definition.
13339         Remove Emacs 20 hash table compatibility code.
13340
13341         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13342         20 compatibility code.
13343
13344         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13345
13346         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13347
13348         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13349         with point-at-{eol,bol}.
13350
13351         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13352
13353         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13354
13355         * flow-fill.el (fill-flowed-point-at-bol)
13356         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13357
13358         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13359         Replace with point-at-{eol,bol} throughout all files.
13360
13361 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13362
13363         * ntlm.el (ntlm-string-as-unibyte): New macro.
13364         (ntlm-build-auth-response): Use it.
13365
13366         Remove Emacs 20 stuff:
13367         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
13368         (butlast, mapc, remove): Remove the compiler macros.
13369         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13370         of delq and copy-sequence.
13371         * gnus-art.el (popup-menu): Remove the compiler macro.
13372         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13373         Emacs 20.
13374
13375 2004-01-05  Simon Josefsson  <jas@extundo.com>
13376
13377         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13378         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13379         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13380         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13381         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13382         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13383         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13384         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13385         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13386         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13387         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13388         string-xor into ntlm-string-xor.  Suggested by
13389         Jesper Harder <harder@myrealbox.com>.
13390
13391         * ntlm.el: Don't include poem.
13392
13393         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13394         Jesper Harder <harder@myrealbox.com>.
13395
13396         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13397
13398         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13399         probably breaks emacs with DL patch, but do we care? Is anyone
13400         still using the DL stuff?)
13401
13402         * sieve-manage.el: Use the password package.
13403         (sieve-manage-read-passwd): Remove.
13404         (sieve-manage-interactive-login): Use password.  Re-add
13405         condition-case around loop.
13406
13407         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13408         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13409         the password package.
13410
13411 2003-02-19  Simon Josefsson  <jas@extundo.com>
13412
13413         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13414         token.
13415
13416 2002-08-07  Simon Josefsson  <jas@extundo.com>
13417
13418         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13419         (sieve-manage-authenticators):
13420         (sieve-manage-authenticator-alist): Add some SASL mechs.
13421         (sieve-sasl-auth): New function.
13422         (sieve-manage-cram-md5-auth):
13423         (sieve-manage-plain-auth): Rewrite using SASL library.
13424         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13425         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13426         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13427         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13428
13429 2004-01-05  Simon Josefsson  <jas@extundo.com>
13430
13431         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13432         New files.
13433
13434 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13435
13436         * gnus-group.el (gnus-no-groups-message): Update.
13437
13438         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13439
13440 2003-11-09  Simon Josefsson  <jas@extundo.com>
13441
13442         * imap.el: Support for ID IMAP extension (RFC 2971).
13443         (imap-local-variables): Add imap-id.
13444         (imap-id): New variable.
13445         (imap-id): New function.
13446         (imap-parse-response): Parse untagged ID response.
13447         * nnimap.el (nnimap-id): New variable.
13448         (nnimap-open-connection): Use it.
13449
13450 2003-12-28  Simon Josefsson  <jas@extundo.com>
13451
13452         * gnus-score.el (gnus-score-edit-all-score): New.
13453         * gnus-group.el (gnus-group-score-map): Bind it to W e.
13454
13455 2004-01-04  Simon Josefsson  <jas@extundo.com>
13456
13457         * password.el: Add.
13458
13459 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
13460
13461         * dns.el: Add support for AAAA records (see RFC 3596)
13462
13463         * Fix typo PRT -> PTR
13464
13465         * Parse MX, PTR and SOA replies (see RFC 1035)
13466
13467 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13468
13469         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13470
13471         * Moved to Changelog.2.
13472
13473 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13474
13475         * gnus.el (gnus-version-number): Bump version.
13476
13477 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13478
13479         * gnus.el: No Gnus v0.1 is released.
13480
13481 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13482
13483         * gnus.el: No Gnus v0.0 is released.
13484
13485 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13486
13487         * gnus.el (gnus-version-number): Bump.
13488         (gnus-version): No.
13489
13490 See ChangeLog.2 for earlier changes.
13491
13492     Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13493
13494   This file is part of GNU Emacs.
13495
13496   GNU Emacs is free software: you can redistribute it and/or modify
13497   it under the terms of the GNU General Public License as published by
13498   the Free Software Foundation, either version 3 of the License, or
13499   (at your option) any later version.
13500
13501   GNU Emacs is distributed in the hope that it will be useful,
13502   but WITHOUT ANY WARRANTY; without even the implied warranty of
13503   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13504   GNU General Public License for more details.
13505
13506   You should have received a copy of the GNU General Public License
13507   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13508
13509 ;; Local Variables:
13510 ;; coding: utf-8
13511 ;; fill-column: 79
13512 ;; add-log-time-zone-rule: t
13513 ;; End:
13514
13515 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4