628b73e349a206386ba0176a745df0d12ed19f8b
[gnus] / lisp / ChangeLog
1 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * message.el (message-confirm-send): New variable to confirm sending a
4         message.
5         (message-send): Use it.
6
7 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8
9         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
10
11 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12
13         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14
15 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
16
17         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
18         prevent tracking too many groups.
19         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
20         Use it.
21
22 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
23
24         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
25         moving point to the bottom of the window in order to avoid recentering.
26
27 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
28
29         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
30
31         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
32         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
33         (gnus-article-beginning-of-window): Fix calculation.
34
35 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
36
37         * gnus-msg.el (gnus-summary-supersede-article)
38         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
39         value of gnus-newsgroup-charset to decode non-MIME encoded text in
40         message header.
41
42 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
43
44         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
45         macro.
46         (rfc2104-hash): Use it.
47
48 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
49
50         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
51         (gnus-summary-sort-by-most-recent-date): New commands.
52         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
53         and menu entries.
54
55 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
56
57         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
58         don't redisplay article for raw contents; remove plural articles stuff.
59
60         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
61         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
62         on gnus-summary-save-article; display results properly.
63
64 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
65
66         * lpath.el: No need to fbind ns-focus-frame.
67
68 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
69
70         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
71
72 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
73
74         * gnus-art.el (gnus-summary-save-in-pipe): Consider
75         gnus-save-all-headers.
76
77 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
78
79         * gnus-util.el (ns-focus-frame): Remove declaration.
80         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
81         like x.
82
83 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
84
85         * rfc2104.el (rfc2104-zero): Delete defconst.
86         (rfc2104-hex-alist): Likewise.
87         (rfc2104-hex-to-int): Delete func.
88         (rfc2104-hexstring-to-bitstring): Likewise.
89         (rfc2104-nybbles): New defconst.
90         (rfc2104-hash): Rewrite for speed.
91
92 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
93
94         * tls.el (open-tls-stream): Make it work with the 2nd argument
95         BUFFER that is a string but does not exist as a buffer object, as
96         mentioned in the doc-string.
97
98 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
99
100         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
101         SXEmacs.
102
103 2008-07-16  Glenn Morris  <rgm@gnu.org>
104
105         * gnus-util.el (ns-focus-frame): Declare for compiler.
106
107 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
108
109         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
110         set as a group parameter.
111         (gnus-summary-save-in-pipe): Work when it is called independently.
112         (gnus-summary-pipe-to-muttprint): Don't modify
113         gnus-summary-pipe-output-default-command.
114
115 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
116
117         * message.el (message-send-mail-with-sendmail):
118         Display the error message.
119
120 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
121
122         * gnus-art.el (gnus-default-article-saver):
123         Add gnus-summary-save-in-pipe to choices.
124         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
125         gnus-summary-pipe-output-default-command as the default command.
126         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
127         instead of gnus-last-shell-command.
128
129         * gnus-sum.el (gnus-summary-pipe-output-default-command):
130         New user option.
131         (gnus-summary-muttprint-program): Mention the value will be changed.
132         (gnus-summary-save-article): Force showing of all headers.
133         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
134
135 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
136
137         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
138
139 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
140
141         * nnimap.el (nnimap-id):
142         * sieve-manage.el (sieve-manage-open): Doc fixes.
143
144 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
145
146         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
147         if available.
148
149 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
150
151         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
152
153         * nnkiboze.el (nnkiboze-generate-group):
154         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
155
156         * nnmairix.el: Require CL.
157
158 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
159
160         * dgnushack.el: Autoload get-display-table and put-display-table for
161         XEmacs 21.5.
162
163         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
164         21.4 and SXEmacs.
165
166 2008-06-15  David Engster  <dengste@eml.cc>
167
168         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
169
170 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
171
172         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
173         New macros that expand to an `aset'/`aref' call under Emacs, and to a
174         runtime choice under XEmacs.
175
176         * gnus-sum.el (gnus-summary-set-display-table):
177         Use `gnus-put-display-table', `gnus-get-display-table',
178         `gnus-set-display-table' for the display table, instead of `aset'.
179
180         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
181         Use `gnus-put-display-table', `gnus-get-display-table',
182         `gnus-set-display-table' for the display table.
183
184 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
185
186         * nnmairix.el: Add autoloads.
187
188 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
189
190         * nnmairix.el (nnmairix-delete-recreate-group)
191         (nnmairix-update-and-clear-marks): Fix error messages.
192
193 2008-06-14  David Engster  <dengste@eml.cc>
194
195         * nnmairix.el: Upgrade to version 0.6.
196         (nnmairix-group-toggle-propmarks-this-group)
197         (nnmairix-group-toggle-readmarks-this-group)
198         (nnmairix-group-delete-recreate-this-group)
199         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
200         (nnmairix-remove-tick-mark-original-article): New commands.
201         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
202         (nnmairix-propagate-marks-to-nnmairix-groups)
203         (nnmairix-only-use-registry, nnmairix-allowfast-default)
204         (nnmairix-marks-cache, nnmairix-version-output): New variables.
205         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
206         functions needed for marks propagation and manipulation of read marks.
207         (nnmairix-update-groups): New function.
208         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
209         (nnmairix-determine-original-group-from-registry)
210         (nnmairix-determine-original-group-from-path)
211         (nnmairix-get-group-from-file-path, nnmairix-map-range)
212         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
213         New helper functions.
214         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
215         keystrokes for new commands.
216         (nnmairix-delete-and-create-on-change): Doc string cleanup.
217         (nnmairix-request-group): Check allow-fast group parameter.
218         (nnmairix-request-create-group): Set allow-fast group parameter if
219         nnmairix-allowfast-default is set.
220         (nnmairix-close-group): Propagate marks upon closing if needed.
221         (nnmairix-group-toggle-threads-this-group): Use new.
222         nnmairix-group-toggle-parameter helper function.
223         (nnmairix-search): Better check for empty search result.
224         (nnmairix-goto-original-article): Use new helper functions for
225         determining original article.
226         (nnmairix-show-original-article): Make sure message-id is in brackets.
227         (nnmairix-call-mairix-binary): Change variable name.
228         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
229         helper function.
230         (nnmairix-widget-toggle-activate): Fix doc string.
231
232 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
233
234         * nnir.el: Require edmacro when compiling with XEmacs.
235         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
236         available in Emacs 21.
237
238 2008-06-11  Glenn Morris  <rgm@gnu.org>
239
240         * gnus-util.el (x-focus-frame):
241         * gnus.el (image-size):
242         * mm-decode.el (image-size): Declare.
243
244         * gnus-picon.el (declare-function): Add compat definition.
245         (image-size): Declare.
246
247         * gnus-group.el (tool-bar-map):
248         * gnus-sum.el (tool-bar-map): Define for compiler.
249
250         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
251
252         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
253
254         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
255         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
256         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
257         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
258         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
259         * sieve-manage.el, spam-report.el, spam.el:
260         Remove unnecessary eval-and-compile of autoloads.
261
262 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
263
264         * auth-source.el: Precise Tramp doc.
265
266 2008-06-07  Glenn Morris  <rgm@gnu.org>
267
268         * nnmairix.el: Remove unnecessary eval-when-compile.
269
270 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
271
272         * lpath.el: Fbind propertize for XEmacs 21.4.
273
274 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
275
276         * nnir.el: Move here from ../contrib.
277
278 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
279
280         * gnus-util.el (gnus-read-shell-command): New function.
281         * mm-decode.el (mm-pipe-part):
282         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
283
284 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
285
286         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
287
288 2008-06-03  Glenn Morris  <rgm@gnu.org>
289
290        * pop3.el (nnheader-accept-process-output): Autoload it.
291
292 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
293
294         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
295         are not 2-digit hexadecimal characters that follow `%'s.
296
297 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
298
299         * message.el (message-bogus-recipient-p): Fix type in doc string.
300         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
301         (message-bogus-addresses): Rename from message-bogus-address-regexp.
302         Improve custom options.
303         (message-bogus-recipient-p): Adjust accordingly.
304
305 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
306
307         * parse-time.el (parse-time-months, parse-time-weekdays): Add
308         long-form month and day names.
309
310 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
311
312         * dgnushack.el: Autoload debug, eudc-expand-inline and
313         pgg-snarf-keys-region for XEmacs.
314
315         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
316
317         * nnmairix.el: Require edmacro when compiling with XEmacs.
318
319 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
320
321         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
322         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
323
324 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
325
326         * auth-source.el: Add more docs.
327
328         * netrc.el (netrc-machine): Always match if the port is not given.
329
330 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
331
332         * nnheader.el (nnheader-read-timeout): Change the default timeout from
333         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
334         retrieval faster in some cases, but might make CPU usage larger.  If
335         this has any bad side effects, we might revert this change.
336
337         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
338         seems to make mail retrieval much, much faster.
339         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
340         unconditionally.
341
342         * gnus-draft.el (gnus-group-send-queue): Bind
343         message-send-mail-partially-limit to nil to avoid being prompted.
344
345 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
346
347         * mml.el (mml-attach-buffer): Prompt for `disposition'.
348
349         * message.el (message-bogus-address-regexp): Fix and improve custom
350         type.
351         (message-setup-hook): Add message-check-recipients as custom option.
352
353 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
354
355         * message.el (message-cite-function): Remove bogus autoload which crept
356         in during merge from v5-10.
357
358 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
359
360         * nnimap.el (nnimap-open-connection): Fix login/password bug.
361
362         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
363
364         * auth-source.el: Preliminary Tramp docs.
365         (auth-sources): Change the default auth-sources to use
366         EPA .gpg files.
367
368 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
369
370         * nntp.el: Autoload `auth-source-user-or-password'.
371         (nntp-send-authinfo): Use it.
372
373         * nnimap.el: Autoload `auth-source-user-or-password'.
374         (nnimap-open-connection): Use it.
375
376         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
377         for the gnus-message function.
378         (auth-source-user-or-password): Use it.
379
380 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
381
382         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
383         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
384         (rfc2104-hash): Use it.
385
386 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
387
388         * gnus-art.el (gnus-article-toggle-truncate-lines):
389         Don't use `iff' in docstring.
390
391 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
392
393         * gnus-registry.el: Adjusted copyright dates and added a keyword.
394
395         * gnus-util.el (gnus-extract-address-component-name)
396         (gnus-extract-address-component-email): Convenience functions around
397         `gnus-extract-address-components'.
398
399         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
400         Use `gnus-extract-address-component-email' to fix bug of comparing full
401         sender name to `user-mail-address'.
402
403 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
404
405         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
406         catch/throw to optimize.
407         (gnus-registry-find-keywords): Just use member to find a keyword.
408
409 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
410
411         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
412         is current before calling gnus-server-prepare.
413         (gnus-server-setup-buffer, gnus-server-update-server)
414         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
415
416 2008-05-04  Juri Linkov  <juri@jurta.org>
417
418         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
419         (mailcap-file-default-commands): Use mailcap-replace-in-string
420         instead of replace-regexp-in-string, and mailcap-delete-duplicates
421         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
422
423 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
424
425         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
426
427 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
428
429         * gnus.el: Bump version to 0.11
430
431 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
432
433         * gnus.el: No Gnus v0.10 is released.
434
435 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
436
437         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
438         hooks.
439         (gnus-update-read-articles): Speed up non-marks-using users.
440         (gnus-use-marks): Define gnus-use-marks.
441         (gnus-propagate-marks): Rename variable to something more sensible.
442
443 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
444
445         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
446         (gmm-image-load-path-for-library): Fix typos in docstrings.
447         (gmm-message): Reflow docstring.
448
449 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
450
451         * mail-source.el (mail-source-set-1, mail-source-bind):
452         Move auth-source code out of the macro to clean it up and fix bugs.
453
454 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
455
456         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
457         by sender if it's equal to user-mail-address, it's likely to be
458         useless.
459
460         * mail-source.el (mail-source-bind): Don't use user or password if they
461         are not bound.  Unintern them if they are nil.  Don't use server unless
462         it's bound, and default it to empty string otherwise.
463
464 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
465
466         * mail-source.el: Load auth-source.el.
467         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
468         get user name or password, if auth-sources is set up.
469
470         * gnus-registry.el (gnus-registry-split-strategy): New variable for
471         strategy of splitting with parent.
472         (gnus-registry-split-fancy-with-parent)
473         (gnus-registry-post-process-groups): Use it and fix prior
474         bug (returning a list as the split result).
475
476         * auth-source.el (auth-sources): Remove server parameter.
477         (auth-source-pick, auth-source-user-or-password)
478         (auth-source-user-or-password-imap)
479         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
480         (auth-source-user-or-password-sftp)
481         (auth-source-user-or-password-smtp): Remove server parameter.
482
483 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
484
485         * smime.el (smime-sign-region, smime-encrypt-region)
486         (smime-decrypt-region):
487         Remove redundant calls to `generate-new-buffer-name'.
488
489 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
490
491         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
492         Don't use QP for message/rfc822.
493         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
494
495 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
496
497         * sieve-manage.el (sieve-string-bytes): Remove.
498         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
499         correct byte-length only if the process's coding-system is the same as
500         the one used internally by Emacs to represent strings.
501
502 2008-04-22  Juri Linkov  <juri@jurta.org>
503
504         * mailcap.el (mailcap-file-default-commands): New function.
505
506 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
507
508         * message.el (message-signature-separator, message-cite-function):
509         Change custom version.
510
511 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
512
513         * tls.el (tls-program): Add -ign_eof argument to call the openssl
514         commands.
515         (tls-checktrust): Ditto.
516
517 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
518
519         * mm-decode.el (mm-display-external): Make temp file read-only.
520
521 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
522
523         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
524         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
525         `C-c C-f d'.
526
527 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
528
529         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
530
531 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
532
533         * gnus.el: Bump version to 0.9.
534
535 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
536
537         * gnus.el: No Gnus v0.8 is released.
538
539 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
540
541         * mail-source.el (mail-source-value):
542         Prefer fboundp to functionp so it works with macros as well.
543
544 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
545
546         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
547         Fix last change in case the element is not even a symbol.
548
549 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
550
551         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
552         Prefer fboundp to functionp so it works with macros as well.
553
554 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
555
556         * auth-source.el: Added docs.
557         (auth-sources): Modify format to support server.
558         (auth-source-pick, auth-source-user-or-password)
559         (auth-source-user-or-password-imap)
560         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
561         (auth-source-user-or-password-sftp)
562         (auth-source-user-or-password-smtp): Add server parameter.
563
564 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
565
566         * gnus-registry.el: Initialize the registry when gnus-registry-install
567         is t.
568
569 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
570
571         * compface.el (uncompface): Make buffer unibyte.
572
573 2008-04-05  Glenn Morris  <rgm@gnu.org>
574
575         * gnus-ems.el (mm-disable-multibyte): Autoload it.
576
577 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
578
579         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
580         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
581
582         * nnheader.el (nnheader-init-server-buffer): Change buffer's
583         multibyteness after rather than before erasing it.
584
585         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
586         mm-with-multibyte.
587         (gnus-request-article-this-buffer): Make sure the proper decoding is
588         used if gnus-original-article-buffer happens to be unibyte.
589
590         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
591         default-enable-multibyte-characters.
592
593         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
594         default-enable-multibyte-characters.
595
596         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
597
598         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
599
600 2008-04-02  Simon Josefsson  <simon@josefsson.org>
601
602         * imap.el (imap-enable-exchange-bug-workaround): New variable.
603         (imap-message-copyuid-1): Use it.
604         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
605         J. Williams in
606         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
607
608         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
609         imap-enable-exchange-bug-workaround.
610         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
611
612 2008-04-01  Simon Josefsson  <simon@josefsson.org>
613
614         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
615         a 100 byte status-checks into a 2-3MB transfer for each group.
616         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
617         to enable bug workaround or not.
618         (nnimap-find-minmax-uid): Only enable workaround conditionally.
619
620 2008-03-31  Glenn Morris  <rgm@gnu.org>
621
622         * message.el (mml2015-use): Declare for compiler.
623         (message-info): Require mml2015 when appropriate.
624
625 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
626
627         * Makefile.in (EMACS_COMP): Quote directory name that might contain
628         whitespace.
629
630 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
631
632         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
633         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
634         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
635         (nntp-service-to-port): New function.
636         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
637         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
638         (nntp-open-netcat-stream): New function.
639         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
640
641 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
642
643         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
644
645 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
646
647         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
648
649 2008-03-28  Magnus Henoch  <mange@freemail.hu>
650
651         * dns.el (dns-write): Use set-buffer-multibyte.
652
653 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
654
655         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
656
657 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
658
659         * message.el (message-signature-separator): Change default.
660         Improve custom type.
661         (message-cite-function): Change default to
662         message-cite-original-without-signature.
663
664         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
665         toggle.
666
667         * message.el (message-check-news-body-syntax): Fix signature check.
668         (message-setup-1): Mark buffer as unmodified _after_ running
669         message-setup-hook and handling message-alternative-emails.
670         (message-shorten-references): Be more strict when building list of
671         valid references to comply with GNKSA.
672
673         * gnus-group.el (gnus-read-ephemeral-bug-group)
674         (gnus-read-ephemeral-debian-bug-group)
675         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
676
677         * message.el (message-info): Don't use booleanp which isn't supported
678         in Emacs 21 and XEmacs.
679
680 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
681
682         * gnus-group.el (gnus-gmane-group-download-format): Rename from
683         gnus-group-gmane-group-download-format.
684         (gnus-group-read-ephemeral-gmane-group): Rename from
685         gnus-group-read-ephemeral-gmane-group.
686         (gnus-read-ephemeral-gmane-group-url): Rename from
687         gnus-group-read-ephemeral-gmane-group-url.
688         (gnus-bug-group-download-format-alist):  New variable.
689         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
690         (gnus-read-ephemeral-emacs-bug-group): New commands.
691
692 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
693
694         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
695         (gnus-visible-headers): Improve custom type.
696
697 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
698
699         * mml.el (mml-menu): Add workarounds for XEmacs.
700
701         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
702         X-Boundary header.
703
704         * message.el (message-simplify-recipients): Fix previous commit.
705
706 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
707
708         * mm-util.el (mm-set-buffer-multibyte): New function.
709         * mm-decode.el (mm-copy-to-buffer): Use it.
710
711 2008-03-19  Glenn Morris  <rgm@gnu.org>
712
713         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
714         Accidentally removed in the sync process with Emacs.
715
716 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
717
718         * message.el (message-alter-recipients-discard-bogus-full-name):
719         New function.
720         (message-alter-recipients-function): New variable.
721         (message-get-reply-headers): Use it.
722         (message-replace-header): New helper function.
723         (message-recipients-without-full-name): New variable.
724         (message-simplify-recipients): New command.
725
726         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
727
728         * message.el (message-info): Handle EasyPG manual.
729
730         * mml.el (mml-menu): Add entry for EasyPG.
731
732 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
733
734         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
735         parameter.
736
737         * message.el (message-disassociate-draft): Specify drafts group name
738         fully.
739
740 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
741
742         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
743         unnecessary duplicates from the match list.
744
745 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
746
747         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
748
749         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
750
751         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
752         args of `how-many' of which the XEmacs version doesn't take; declare
753         Info-index-next as function.
754
755 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
756
757         * gnus-score.el (gnus-score-headers): Fix handling of
758         gnus-inhibit-slow-scoring.
759
760         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
761         string.
762         (gnus-button-url-regexp): Improve handling of parenthesis.
763         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
764         (gnus-button-handle-info-keystrokes): Handle index entries.
765
766 2008-03-15  Glenn Morris  <rgm@gnu.org>
767
768         * parse-time.el (parse-time-string): Simplify.
769
770 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
771
772         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
773         Incoming* files.
774
775 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
776
777         * auth-source.el (auth-sources): Renamed from auth-source-choices.
778         (auth-source-pick): Use it.
779
780 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
781
782         * binhex.el (binhex-decode-region-internal):
783         * uudecode.el (uudecode-decode-region-internal):
784         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
785         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
786         setting default-enable-multibyte-characters.
787
788 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
789
790         * auth-source.el (auth-source-protocols)
791         (auth-source-protocols-customize, auth-source-choices): Added and
792         modified variable customizations and defaults.
793         (auth-source-pick, auth-source-user-or-password)
794         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
795         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
796         (auth-source-user-or-password-sftp)
797         (auth-source-user-or-password-smtp): Use new variables and provide an
798         interface to netrc.el.
799
800 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
801
802         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
803         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
804         Make sure the nntp port to specify is a string.
805
806 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
807
808         * nntp.el: Use with-current-buffer.
809         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
810         dubious mm-with-unibyte-current-buffer.
811         (nntp-with-open-group-function): New function extracted from
812         nntp-with-open-group macro.
813         (nntp-with-open-group): Use the function, so it's easier to debug.
814         Add indentation and debugging info.
815         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
816         the use of the netcat alternatives.
817
818         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
819         Avoid mm-string-as-multibyte as well.
820
821         * nnweb.el (nnweb-insert-html):
822         Remove use of nnheader-string-as-multibyte.
823
824         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
825         (nnheader-string-as-multibyte): Remove.
826
827         * mm-view.el: Use inhibit-read-only.
828         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
829         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
830         or unibyte-string.
831
832         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
833         (mm-uu-yenc-extract): Use with-current-buffer.
834
835         * gnus-soup.el (gnus-soup-send-packet): Don't use
836         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
837
838         * nnmh.el: Use with-current-buffer.
839         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
840         mm-string-as-multibyte on the output of mm-encode-coding-string.
841
842         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
843         (nnimap-request-move-article): Use with-current-buffer.
844
845         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
846         inserting the handle-buffer's text, so the implicit multibyte->unibyte
847         conversion uses string-make-unibyte rather than string-as-unibyte.
848
849         * gnus-msg.el: Use with-current-buffer.
850
851         * message.el (message-ignored-resent-headers): Add "Delivered-To".
852
853 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
854
855         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
856         string for caching if it is 'PIN.
857
858 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
859
860         * lpath.el: Consider the case without Emacs/W3.
861
862 2008-03-08  Glenn Morris  <rgm@gnu.org>
863
864         * time-date.el (date-to-time, time-subtract, time-add)
865         (safe-date-to-time): Doc fixes.
866
867 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
868
869         * mail-source.el (mail-source-delete-old-incoming-confirm):
870         Change default to nil.
871         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
872
873 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
874
875         * lpath.el: Rearrange.
876
877         * gnus-art.el (gnus-narrow-to-page): Position point properly.
878         (gnus-article-goto-prev-page): Work for articles having ^L's.
879
880         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
881
882         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
883
884 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
885
886         * gnus-bookmark.el: Adjust for renames in bookmark.el.
887         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
888         (gnus-bookmark-jump): Adjust some variable names.
889
890 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
891
892         * auth-source.el: New package.
893         (auth-source-choices): Add customization entry point variable.
894
895         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
896         bug.
897
898 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
899
900         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
901         (gnus-registry-initialize, gnus-registry-install-p): Use it.
902         (gnus-registry-install-shortcuts): Rename from
903         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
904         the `gnus-registry-mark-map' keymap dynamically from
905         `gnus-registry-marks'.  The generated functions update the summary line
906         when a registry mark is added or deleted, and will call
907         `gnus-registry-install-p' (see the comments in the code).
908         (gnus-registry-user-format-function-M): Use concat intelligently.
909
910         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
911         the registry mark functions.
912
913 2008-03-05  Glenn Morris  <rgm@gnu.org>
914
915         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
916         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
917         gnus-art.
918         (top-level): No need to load own source when compiling.
919
920 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
921
922         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
923         Suggested by <chris.anderton@zetnet.co.uk>.
924
925 2008-03-04  Glenn Morris  <rgm@gnu.org>
926
927         * gnus-sum.el (top-level): No need to require gnus when compiling,
928         since unconditionally required near start of file.
929         (gnus-summary-display-while-building): Move definition before use.
930
931 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
932
933         * gnus-registry.el (gnus-registry-user-format-function-M): Add
934         formatting function.
935
936 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
937
938         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
939         with plists.
940         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
941         Use new format.
942
943 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
944
945         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
946         `where-is-internal' that returns a range of key sequences.
947
948 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
949
950         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
951
952         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
953         (gnus-summary-jump-to-group): Consider windows on other displayed
954         frames as well.  Similar changes might be needed elsewhere, but that's
955         the one I've bumped into during my use.
956
957         * nndoc.el (nndoc-oe-dbx-type-p):
958         * gnus-msg.el (gnus-debug):
959         * gnus-group.el (gnus-update-group-mark-positions):
960         Use mm-string-to-multibyte.
961
962 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
963
964         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
965         doesn't handle NotDashEscaped.
966
967         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
968         (mml-dnd-attach-options): Fix typo in custom choice.
969
970         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
971         nndoc-article-type to mbox.
972         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
973
974         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
975         to nil, instead of html2text.
976
977         * imap.el (imap-debug): Add `imap-ping-server'.
978
979         * gnus-bookmark.el: Add FIXMEs.
980
981         * message.el (message-form-letter-separator)
982         (message-send-form-letter-delay): New variables.
983         (message-send-form-letter): Use them.  New command to send form
984         letters.  Requested by Uwe Siart.
985         (message-send-mail-function): Doc fix.  Add "Other" custom option.
986
987 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
988
989         * Update copyright years.
990
991 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
992
993         Sync from EMACS_22_BASE.
994
995         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
996
997 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
998
999         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1000         empty author.
1001
1002 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
1003
1004         * gnus-registry.el (gnus-registry-marks): Add variable for
1005         customization of marks and their appearance.
1006         (gnus-registry-read-mark): Use it.
1007         (gnus-registry-do-marks): Add utility function to loop through
1008         `gnus-registry-marks'.
1009         (gnus-registry-install-shortcuts-and-menus): Add function to install
1010         shortcuts and menus.
1011         (gnus-registry-initialize): Use it.
1012         (gnus-registry-default-mark): Clarify documentation.
1013
1014 2008-02-29  Glenn Morris  <rgm@gnu.org>
1015
1016         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1017         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1018         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1019         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1020         Change defcustom :version from 23.0 to 23.1.
1021
1022 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1023
1024         * gnus-registry.el (gnus-registry-follow-group-p)
1025         (gnus-registry-post-process-groups): Add functions to aid registry
1026         splitting and improve logging.  Clarify behavior in function
1027         documentation.
1028         (gnus-registry-split-fancy-with-parent): Use them.
1029
1030 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1031
1032         * gnus-art.el: Use with-current-buffer.
1033
1034 2008-02-27  David Engster  <dengste@eml.cc>
1035
1036         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1037         Express real group name in the response.
1038
1039 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1040
1041         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1042         (nnmairix-last-server, nnmairix-current-server): Defvar them.
1043         (nnmairix-goto-original-article): Defvar gnus-registry-install and
1044         autoload gnus-registry-fetch-group when compiling.
1045         (nnmairix-request-group-with-article-number-correction): Remove
1046         unreferenced argument passed to nnmairix-call-backend.
1047
1048 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1049
1050         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1051         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
1052         Wilde.
1053
1054 2008-02-27  Glenn Morris  <rgm@gnu.org>
1055
1056         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1057         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1058         variables to defconsts.  Convert comments to doc-strings.
1059         (nnmairix-last-server, nnmairix-current-server): Convert from free
1060         variables to defvars.  Convert comments to doc-strings.
1061         (gnus-registry-fetch-group): Autoload.
1062         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1063         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1064         (nnmairix-widget-build-editable-fields): Use car cddr rather than
1065         caddr.
1066         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1067         nnmairix-request-group-with-article-number-correction call.
1068         (nnmairix-fast, nnmairix-group): New, less general names, for free
1069         variables passed from nnmairix-request-group to
1070         nnmairix-request-group-with-article-number-correction.  Declare.
1071         (nnmairix-request-group-with-article-number-correction):
1072         Use nnmairix-fast, nnmairix-group rather than fast, group.
1073
1074 2008-02-26  David Engster  <dengste@eml.cc>
1075
1076         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
1077         version 0.5.
1078
1079 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1080
1081         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1082         instead of making an extra function call.  Don't add the current group
1083         to articles only when they have the group.  Use
1084         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1085         Reported by David <de_bb@arcor.de>.
1086
1087 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1088
1089         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
1090         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
1091
1092 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
1093
1094         * mail-source.el (mail-source-delete-incoming): Change default.
1095         Supplement doc string.
1096
1097         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1098
1099 2008-02-14  Glenn Morris  <rgm@gnu.org>
1100
1101         * time-date.el (format-seconds): New function.
1102
1103 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1104
1105         * nnmail.el (nnmail-message-id-cache-file): Derive from
1106         `gnus-home-directory'.
1107
1108 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
1109
1110         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1111         Document negative prefix.
1112
1113         * gnus-group.el (gnus-group-read-group): Document negative prefix.
1114
1115 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1116
1117         * message.el (message-unsent-separator): Add the Exim bounce
1118         separator.
1119
1120 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
1121
1122         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1123         list.
1124         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1125         recipient/signer list.
1126
1127 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1128
1129         * Makefile.in (datarootdir): Define.
1130         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
1131         name that might contain whitespace.
1132
1133 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1134
1135         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1136         fbound (Emacs 23 unicode), signal an error.
1137
1138 2008-02-08  Glenn Morris  <rgm@gnu.org>
1139
1140         * gnus-art.el (pgg-display-output-buffer): Declare as function.
1141
1142 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
1143
1144         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1145         ports to the calls to `netrc-machine-user-or-password' in addition to
1146         "imap" and "imaps".
1147
1148 2008-02-01  Zhang Wei  <id.brep@gmail.com>
1149
1150         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1151
1152         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1153
1154 2008-02-01  Kenichi Handa  <handa@m17n.org>
1155
1156         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1157         rfc2104-hexstring-to-bitstring and changed to return a byte list.
1158         (rfc2104-hash): Convert the result of concat to unibyte string.
1159
1160 2008-02-01  Dave Love  <fx@gnu.org>
1161
1162         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1163         coding-system-for-read.
1164         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1165
1166 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
1167
1168         * gnus.el (gnus-group-startup-message): Add `find-image' call before
1169         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
1170         <hanche@math.ntnu.no>.
1171
1172 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1173
1174         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1175
1176         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1177
1178 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
1179
1180         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1181         * message.el (message-beginning-of-line): Use featurep instead of bound
1182         tests in order to resolve conditionals at compile time.
1183
1184 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
1185
1186         * mail-source.el (mail-sources): Add `group' choice.
1187
1188         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1189         parameter `in-group' to control into which group the articles go.
1190         Add treatment of `group' mail-source.
1191
1192 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1193
1194         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1195
1196         * mm-decode.el (mm-dissect-buffer): Decode description.
1197
1198         * mml.el (mml-to-mime): Encode message header first.
1199
1200 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1201
1202         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1203         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1204
1205         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
1206         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
1207
1208 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
1209
1210         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1211
1212 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1213
1214         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1215         prefix keys.
1216         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1217         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1218         gnus-xmas.el.
1219
1220         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
1221         (gnus-xmas-article-describe-bindings): New function.
1222         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
1223         gnus-xmas-article-describe-bindings.
1224
1225         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
1226
1227 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1228
1229         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1230         Add new variables for article mark management.
1231         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1232         list of extra data entries which, when present, will indicate that the
1233         article ID should not be trimmed from the registry.
1234         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1235         functions.
1236         (gnus-registry-read-mark): New function to read a mark name from the
1237         user.
1238         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1239         (gnus-registry-set-article-mark-internal): New functions to add and
1240         remove marks.
1241         (gnus-registry-get-article-marks): New function to show the marks for
1242         an article, or retrieve them for further use.
1243
1244 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1245
1246         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1247         keys when no argument is given.
1248
1249 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1250
1251         * imap.el (imap-ping-server): New variable.
1252         (imap-opened): On add extra ping if imap-ping-server is non-nil.
1253         (imap-ping-server): Minor doc string fixes.
1254
1255 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1256
1257         * imap.el (imap-ping-server): New function.
1258         (imap-opened): Call imap-ping-server.
1259
1260 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1261
1262         * gnus-sum.el (gnus-article-sort-by-random)
1263         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
1264         jidanni@jidanni.org.
1265
1266 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1267
1268         * gnus-art.el (gnus-article-describe-bindings): New function.
1269         (gnus-article-read-summary-keys): Use it.
1270         (gnus-article-mode-map): Bind `C-h b' to it.
1271
1272 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1273
1274         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1275         XEmacs.
1276         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1277         against non-character events.
1278
1279         * lpath.el: Fbind map-keymap for Emacs 21.
1280
1281 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
1282
1283         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1284         command.
1285         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1286         instead of END.  Change name of the temp file.
1287         (gnus-group-gmane-group-download-format): Add doc string.  Make it
1288         customizable.
1289
1290 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1291
1292         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1293         bind `S W' to gnus-article-wide-reply-with-original; set default
1294         binding to gnus-article-read-summary-send-keys.
1295         (gnus-article-read-summary-keys): Fix the order of keys; display
1296         continuation keys correctly in the echo area; describe bindings
1297         correctly when keys end with `C-h'.
1298         (gnus-article-read-summary-send-keys): New function.
1299         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1300         for gnus-article-read-summary-send-keys; display continuation keys
1301         correctly in the echo area.
1302         (gnus-article-reply-with-original): Ignore prefix argument.
1303         (gnus-article-wide-reply-with-original): New function.
1304
1305         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
1306         Emacs 21.
1307
1308 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1309
1310         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1311         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1312
1313 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
1314
1315         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1316         (gnus-group-read-ephemeral-gmane-group): New command.
1317
1318 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1319
1320         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1321
1322 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1323
1324         * message.el (message-send-mail-function): Increase custom version.
1325
1326         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1327         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
1328
1329 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
1330
1331         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
1332         for the cases where imap-authenticate is called with a nil buffer
1333         parameter.
1334
1335 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1336
1337         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1338         html parts correctly; support forwarded messages.
1339         (gnus-article-browse-html-article): Remove work buffers.
1340
1341         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1342         compiling.
1343         (netrc-bound-and-true-p): New macro.
1344         (netrc-parse): Use it instead of bound-and-true-p that is not available
1345         in XEmacs 21.4.
1346
1347 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1348
1349         * gnus-registry.el (gnus-registry-mark-article)
1350         (gnus-registry-article-marks): Add functionality to mark articles
1351         through the Gnus registry.
1352
1353         * encrypt.el: Clarify documentation for the new pgg method.
1354         (encrypt-file-alist): Add PGG option.
1355         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
1356         functionality.  Abstract password key and messaging to external
1357         functions.
1358         (encrypt-password-key, encrypt-get-passphrase-if-needed)
1359         (encrypt-message-method-and-cipher): Add new convenience external
1360         functions.
1361         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
1362         (encrypt-pgg-process-buffer): Add PGG functionality glue.
1363
1364         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1365         (netrc-parse): Use encrypt-file-alist to determine if
1366         encrypt-find-model or encrypt-insert-file-contents should be used.
1367
1368         * encrypt.el: Clarify documentation.  Load password-cache or
1369         password, whichever one is found first, instead of autoloading.
1370
1371 2007-12-19  Glenn Morris  <rgm@gnu.org>
1372
1373         * mml.el (message-options-set, message-narrow-to-head)
1374         (message-in-body-p, message-mail-p, message-encode-message-body):
1375         Autoload.
1376         (message-remove-header, message-narrow-to-headers-or-head)
1377         (message-subscribed-p, message-make-mail-followup-to)
1378         (message-position-on-field, message-news-p)
1379         (message-options-set-recipient, message-generate-headers)
1380         (message-sort-headers): Declare as functions.
1381
1382 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1383
1384         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1385         convention in doc string.
1386
1387 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1388
1389         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1390         title to html parts.
1391         (gnus-article-browse-html-article): Pass message header to it.
1392
1393         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1394
1395 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1396
1397         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1398         or password compatible with XEmacs.
1399
1400 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1401
1402         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1403         format document.
1404         (gnus-mime-delete-part): Don't write description line if empty.
1405         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1406
1407 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1408
1409         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1410         (gnus-summary-mark-read-and-unread-as-read)
1411         (gnus-summary-mark-current-read-and-unread-as-read)
1412         (gnus-summary-mark-unread-as-ticked): Doc fix.
1413         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1414
1415 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1416
1417         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1418         Christoph Conrad <christoph.conrad@gmx.de>.
1419
1420 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1421
1422         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1423         yes-or-no-p.
1424
1425 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1426
1427         * mm-decode.el (mm-add-meta-html-tag): New function.
1428         (mm-save-part-to-file, mm-pipe-part): Use it.
1429
1430         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1431         gnus-y-or-n-p instead of y-or-n-p.
1432         (gnus-article-browse-html-parts): Work with message/external-body; use
1433         mm-add-meta-html-tag.
1434
1435 2007-12-11  Glenn Morris  <rgm@gnu.org>
1436
1437         * gnus-cache.el: Require gnus-sum not just when compiling.
1438
1439         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1440
1441         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1442         definitions before use.
1443
1444         * mm-decode.el: Require gnus-util.
1445         (mm-remove-part): Only call delete-annotation on XEmacs.
1446
1447         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1448
1449         * nnmail.el: Require gnus-int.
1450
1451         * spam.el: Move `require's before `eval-when-compile's.
1452
1453         * gnus-ems.el (gnus-alive-p):
1454         * gnus-fun.el (message-goto-eoh):
1455         * gnus-util.el (gnus-group-name-decode):
1456         * mail-source.el (gnus-compress-sequence):
1457         * message.el (Info-goto-node, format-spec):
1458         * mm-bodies.el (message-options-get):
1459         * mm-decode.el (mm-view-pkcs7):
1460         * mm-util.el (gmm-write-region):
1461         * mml-smime.el (mml-compute-boundary)
1462         (gnus-completing-read-with-default):
1463         * mml.el (widget-button-press, gnus-make-hashtable):
1464         * mml1991.el (mm-decode-content-transfer-encoding)
1465         (mm-encode-content-transfer-encoding)
1466         (message-options-get, message-options-set):
1467         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1468         * nnfolder.el (gnus-request-group):
1469         * nnheader.el (ietf-drums-unfold-fws):
1470         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1471         * smime.el (gnus-run-mode-hooks):
1472         * spam-stat.el (gnus-message): Autoload.
1473
1474         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1475         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1476         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1477         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1478         Add declare-function compatibility definition.
1479
1480         * gnus-cache.el (nnvirtual-find-group-art):
1481         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1482         (gnus-add-image, gnus-add-wash-type):
1483         * gnus-group.el (nnkiboze-score-file):
1484         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1485         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1486         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1487         (message-tokenize-header, gnus-get-buffer-create)
1488         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1489         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1490         * gnus.el (gnus-group-decoded-name):
1491         * mail-source.el (imap-capability):
1492         * mm-bodies.el (message-options-set):
1493         * mm-decode.el (gnus-configure-windows):
1494         * mm-extern.el (message-goto-body):
1495         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1496         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1497         (epg-sub-key-validity, message-options-set):
1498         * mml.el (widget-event-point, gnus-configure-windows):
1499         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1500         * mml2015.el (epg-check-configuration, epg-configuration)
1501         (message-options-set):
1502         * nndb.el (nndb-request-article):
1503         * nnfolder.el (gnus-request-create-group):
1504         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1505         * nnmaildir.el (gnus-group-mark-article-read):
1506         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1507         * rfc1843.el (message-fetch-field):
1508         * spam.el (gnus-extract-address-components):
1509         Declare as functions.
1510
1511 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1512
1513         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1514
1515         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1516
1517         * lpath.el: Fbind run-mode-hooks for Emacs 21;
1518         bind show-trailing-whitespace for XEmacs.
1519
1520 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1521
1522         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
1523         new no-op macro for backward compatibility.
1524
1525         * imap.el (imap-string-to-integer): New function.
1526
1527 2007-12-09  Glenn Morris  <rgm@gnu.org>
1528
1529         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1530
1531         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1532         * message.el, mm-view.el, sieve-manage, smime.el:
1533         Add declare-function compatibility definition.
1534
1535         * gnus-art.el (w3-region, w3m-region, Info-menu):
1536         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1537         * gnus-sum.el (gnus-get-predicate):
1538         * gnus-util.el (mm-append-to-file, w32-focus-frame):
1539         * message.el (mail-abbrev-in-expansion-header-p):
1540         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1541         (w3m-detect-meta-charset, w3m-region):
1542         * sieve-manage.el (password-read, password-cache-add)
1543         (password-cache-remove):
1544         * smime.el (password-read-and-add): Declare as functions.
1545
1546 2007-12-08  David Kastrup  <dak@gnu.org>
1547
1548         * gnus-sum.el (gnus-summary-simplify-subject-query):
1549         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1550         `message'.
1551
1552 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1553
1554         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
1555         it to bind idna-program, installation-directory, defined-colors, and
1556         face-attribute for XEmacs of the version that compiles defcustom forms.
1557
1558 2007-12-07  Glenn Morris  <rgm@gnu.org>
1559
1560         * gnus-art.el (article-make-date-line): Revert previous change.
1561
1562 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1563
1564         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1565
1566 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
1567
1568         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1569         Call gnus-add-to-range ranges only once with a prepared article-list.
1570
1571 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
1572
1573         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1574         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1575         group names with backslashes.  Reported by Tassilo Horn
1576         <tassilo@member.fsf.org>.
1577
1578 2007-12-06  D. Goel  <deego3@gmail.com>
1579
1580         * gnus-art.el (article-make-date-line):
1581         * gnus-start.el (gnus-load):
1582         * pop3.el (pop3-read-response): Fix buggy call to `error'.
1583
1584 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1585
1586         * gnus-art.el (gnus-use-idna)
1587         * gnus-start.el (gnus-site-init-file)
1588         * message.el (message-use-idna)
1589         * mm-uu.el (mm-uu-hide-markers)
1590         * smiley.el (smiley-style): Revert changes that suppress warnings.
1591
1592 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1593
1594         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1595         specify charset to html source.  Reported by Christoph Conrad
1596         <christoph.conrad@gmx.de>.
1597
1598 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1599
1600         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1601         idna-program in order to suppress byte compile warning issued by XEmacs
1602         that came to byte compile the default value section of defcustom forms
1603         recently.
1604
1605         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1606         value of installation-directory.
1607
1608         * message.el (message-use-idna): Don't directly refer to the value of
1609         idna-program.
1610
1611         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1612
1613         * smiley.el (smiley-style): Don't directly call face-attribute.
1614
1615 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
1616
1617         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1618
1619         * gnus-dired.el: Reduce Gnus dependencies.
1620         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1621         require.  Use autoloads instead.
1622         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1623         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1624         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1625         (gnus-dired-mode): Adjust doc string.
1626         (gnus-dired-mail-mode): New variable.
1627         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1628         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1629         (gnus-dired-mail-buffers): New function.  Return mail or message
1630         composition buffers.
1631         (gnus-dired-attach): Use it.
1632         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1633         NO-DECODE.
1634         (gnus-dired-print): Use `gnus-print-buffer' depending on
1635         `gnus-dired-mail-mode'.
1636
1637 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1638
1639         * rfc2047.el (rfc2047-encoded-word-regexp)
1640         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1641         explaining what regexp patterns are for.
1642
1643 2007-12-04  Glenn Morris  <rgm@gnu.org>
1644
1645         * password.el: Move to password-cache.el.
1646
1647         * mml1991.el (password-read, password-cache-add, password-cache-remove):
1648         * mml2015.el (password-read, password-cache-add, password-cache-remove):
1649         * mml-smime.el (password-read, password-cache-add)
1650         (password-cache-remove):
1651         No need to autoload, since mml-sec requires password.
1652
1653         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1654         * message.el (gnus-extract-address-components):
1655         * mml-smime.el (gnus-extract-address-components): Define for compiler.
1656
1657         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1658         password.
1659
1660 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
1661
1662         * mailcap.el: Reduce dependencies.
1663         (mail-header-parse-content-type): Autoload.
1664         (mailcap-delete-duplicates): New alias.
1665         (mailcap-mime-info): Add optional argument NO-DECODE.
1666         (mailcap-mime-types): Use mailcap-delete-duplicates.
1667
1668         * message.el (message-ignored-supersedes-headers): Add "X-ID".
1669
1670 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
1671
1672         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
1673         (imap-parse-status): Upcase status-att for servers that sends them
1674         lower-case (e.g., MS Exchange 2007).
1675
1676 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1677
1678         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1679         function.
1680
1681         * gnus-uu.el (gnus-uu-decode-yenc): New command.
1682         (gnus-uu-yenc-article): New function.
1683
1684         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1685
1686         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1687         buffer.
1688
1689 2007-12-02  Glenn Morris  <rgm@gnu.org>
1690
1691         * binhex.el (binhex): New custom group.
1692         (binhex-decoder-program, binhex-decoder-switches)
1693         (binhex-use-external): Move to the binhex custom group.
1694
1695         * uudecode.el (uudecode): New custom group.
1696         (uudecode-decoder-program, uudecode-decoder-switches)
1697         (uudecode-use-external): Move to the uudecode custom group.
1698
1699         * netrc.el (top-level): Don't load `encrypt' features.
1700         (netrc-parse): Don't use encrypt.
1701         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
1702
1703         * encrypt.el: Remove file.
1704
1705 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1706
1707         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1708         matches on patches.
1709
1710         * gnus-art.el (gnus-article-browse-html-article): Mention
1711         `mm-text-html-renderer' in the doc string.
1712
1713         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1714         string.  Add comments.
1715
1716         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1717         if rhs is ASCII.
1718
1719 2007-12-01  Glenn Morris  <rgm@gnu.org>
1720
1721         * mail-source.el (top-level): Require format-spec before
1722         eval-when-compile.
1723
1724 2007-11-30  Glenn Morris  <rgm@gnu.org>
1725
1726         * encrypt.el: Require password, rather than autoloading password-read.
1727
1728 2007-11-29  Glenn Morris  <rgm@gnu.org>
1729
1730         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
1731         (sasl-make-client, sasl-next-step, sasl-step-data)
1732         (sasl-step-set-data): Declare as functions.
1733
1734 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
1735
1736         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
1737
1738 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
1739
1740         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
1741         certs should be verified and what is to be done in the event of a
1742         verification failure.
1743
1744         * gnus.el (gnus-method-to-server): Add an optional parameter so the
1745         caller can indicate whether the cache should be disregarded for this
1746         call.  This way the result of the call is reproducible at all times and
1747         can be considered a canonical server name for the supplied method.
1748         (gnus-agent-method-p): Canonicalize server names by pushing their
1749         method through `gnus-method-to-server' using the no-cache argument.
1750
1751         * gnus-srvr.el (gnus-server-insert-server-line): Call
1752         `gnus-method-to-server' with `no-cache' argument.
1753
1754         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1755         gnus-agent-possibly-synchronize-flags as this should be called when the
1756         server is actually being opened.
1757         (gnus-agent-possibly-synchronize-flags)
1758         (gnus-agent-possibly-synchronize-flags-server): Move check for the
1759         flags file of an agentized server to the latter function.
1760
1761         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1762         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1763         after a connection has been established successfully.
1764
1765 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1766
1767         * gnus-art.el (article-display-face): Force to display face if called
1768         interactively; check if gnus-article-x-face-too-ugly matches author.
1769         (article-display-x-face): Display face even if From header is missing
1770         as article-display-face does.
1771
1772 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
1773
1774         * hashcash.el (message-narrow-to-headers-or-head)
1775         (message-fetch-field, message-goto-eoh)
1776         (message-narrow-to-headers): Declare as functions.
1777
1778 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
1779
1780         * mail-source.el (mail-sources): Default to fetch from file for
1781         compatibility with default of nnmail-spool-file.
1782
1783 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1784
1785         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1786         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1787         to look for encoded word that should be encoded again.
1788         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1789         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1790         encoding pattern.
1791         (rfc2047-decode-region): Switch strict regexp and loose one according
1792         to rfc2047-allow-irregular-q-encoded-words.
1793
1794 2007-11-25  Romain Francoise  <romain@orebokech.com>
1795
1796         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1797
1798 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
1799
1800         * tls.el (tls-program): Provide more custom choices from
1801         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
1802         (tls-process-connection-type, tls-success): Remove "*" in doc string.
1803
1804 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1805
1806         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1807         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1808
1809         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1810         `nnmail-spool-file'.
1811
1812         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1813         `nnmail-spool-file'.
1814
1815         * gnus-move.el (gnus-change-server): Ditto.
1816
1817         * gnus-kill.el (gnus-batch-score): Ditto.
1818
1819         * gnus-cache.el (gnus-jog-cache): Ditto.
1820
1821         * gnus-msg.el (gnus-summary-reply):
1822         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1823
1824 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1825
1826         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
1827         version.  Minor improvement to doc strings.
1828         (tls-program): Add comment.
1829
1830 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
1831
1832         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
1833         (tls-checktrust): New variable.  Check if GNU TLS complained about a
1834         mismatch between the hostname provided in the certificate and the name
1835         of the host connnecting to.
1836         (open-tls-stream): Use them.  Check certificates against trusted root
1837         certificates.
1838
1839 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1840
1841         * gnus-cache.el (gnus-cache-generate-nov-databases):
1842         Use nnml-generate-nov-databases-directory instead of
1843         nnml-generate-nov-databases-1.
1844
1845 2007-11-24  Glenn Morris  <rgm@gnu.org>
1846
1847         * message.el (message-tool-bar-retro): Update for rename
1848         mail_send.xpm->mail-send.xpm.
1849
1850 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
1851
1852         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1853         `smime-ldap-search' for Emacs 22 and up.
1854
1855 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1856
1857         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1858
1859         * message.el (message-send-mail-function): Fix error convention.
1860         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1861         (message-widen-reply, message-send-mail, message-talkative-question)
1862         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1863         (message-clone-locals, message-send-news): Use with-current-buffer.
1864         (message-insert-or-toggle-importance): Remove unused var `valid'.
1865         (message-make-references): Remove unused var `new-references'.
1866         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1867
1868 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
1869
1870         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1871         (spam-split-symbolic-return-positive): Reflow docstring.
1872         (spam-backends, spam-summary-exit-behavior)
1873         (spam-mark-ham-unread-before-move-from-spam-group)
1874         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1875         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1876         (spam-clear-cache, spam-backend-check, spam-install-backend)
1877         (spam-install-statistical-backend, spam-list-of-processors)
1878         (spam-group-processor-p, spam-split, spam-bogofilter-score)
1879         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1880         (spam-check-crm114, spam-initialize, spam-unload-hook):
1881         Fix typos in docstrings.
1882
1883 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1884
1885         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1886         been checked if they have never been read and those group levels are
1887         higher than the one that a user specified.
1888
1889 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1890
1891         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1892         foreign groups unless a group level is specified by a user.
1893         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1894
1895 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
1896
1897         * message.el (message-send-mail-function): Require sendmail.
1898
1899 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
1900
1901         * message.el (message-send-mail-function): Check for smtpmail too.
1902
1903         * utf7.el (utf7-encode, utf7-decode): Use coding system
1904         `utf-7'/`utf-7-imap' from utf-7.el' if available.
1905
1906         * message.el (message-send-mail-function): New function.
1907         (message-send-mail-function): Set default using
1908         message-send-mail-function.  Adjust doc string.
1909         (message-send-mail-with-mailclient): New function.
1910
1911 2007-11-17  Richard Stallman  <rms@gnu.org>
1912
1913         * assistant.el: Remove file.
1914
1915 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
1916
1917         * smime.el (from):
1918         * rfc2047.el (message-posting-charset):
1919         * qp.el (mm-use-ultra-safe-encoding):
1920         * pop3.el (parse-time-months):
1921         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1922         * nnml.el (files):
1923         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1924         (jka-compr-compression-info-list, ange-ftp-path-format)
1925         (efs-path-regexp):
1926         * nndiary.el (files):
1927         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1928         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1929         (epg-digest-algorithm-alist, inhibit-redisplay)
1930         (password-cache-expiry):
1931         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1932         (pgg-output-buffer, password-cache-expiry):
1933         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1934         (efs-path-regexp):
1935         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1936         (inhibit-redisplay):
1937         * mm-uu.el (file-name, start-point, end-point, entry)
1938         (gnus-newsgroup-name, gnus-newsgroup-charset):
1939         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1940         (latin-unity-ucs-list):
1941         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1942         (mm-uu-binhex-decode-function):
1943         * message.el (gnus-message-group-art, gnus-list-identifiers, )
1944         (rmail-enable-mime-composing, gnus-local-organization)
1945         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1946         (gnus-read-active-file, facemenu-add-face-function)
1947         (facemenu-remove-face-function, gnus-article-decoded-p)
1948         (tool-bar-mode):
1949         * mail-source.el (display-time-mail-function):
1950         * gnus-util.el (nnmail-pathname-coding-system)
1951         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1952         (gnus-original-article-buffer, gnus-user-agent)
1953         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1954         (xemacs-codename, sxemacs-codename, emacs-program-version):
1955         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1956         * gnus-start.el (gnus-agent-covered-methods)
1957         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1958         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1959         (gnus-newsgroup-headers, gnus-group-list-mode)
1960         (gnus-group-mark-positions, gnus-newsgroup-data)
1961         (gnus-newsgroup-unreads, nnoo-state-alist)
1962         (gnus-current-select-method, mail-sources)
1963         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1964         (nnmail-spool-file, gnus-cache-active-hashtb):
1965         * gnus-mh.el (mh-lib-progs):
1966         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1967         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1968         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1969         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1970         (gnus-group-buffer):
1971         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1972         (font-lock-set-defaults):
1973         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1974         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1975         (gnus-summary-post-menu, total-parts, type, condition, length):
1976         * gnus-agent.el (gnus-agent-read-agentview):
1977         * flow-fill.el (show-trailing-whitespace):
1978         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1979         eval-and-compile wrappers for byte compiler pacifiers.
1980
1981         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1982         (mm-display-inline-fontify): Check for featurep 'xemacs not
1983         extent-list.
1984
1985         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1986         itimer-list.
1987         (mm-create-image-xemacs): Only do something for XEmacs.
1988         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1989
1990         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1991
1992         * gnus-registry.el (gnus-adaptive-word-syntax-table):
1993         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1994
1995 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
1996
1997         * nnimap.el (nnimap-split-download-body):
1998         * gnus-demon.el (gnus-demon):
1999         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
2000
2001 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2002
2003         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
2004         macros.
2005         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
2006         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
2007         copy data from unibyte buffer to multibyte current buffer.
2008         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
2009         to copy data from unibyte current buffer to multibyte buffer.
2010         (nntp-make-process-buffer): Make process buffer unibyte.
2011
2012         * pop3.el (pop3-open-server): Fix typo in Lisp code.
2013
2014 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
2015
2016         * pop3.el (pop3-open-server): Accept and process data more robustly at
2017         connexion start to avoid spurious "POP SSL connexion failed" errors.
2018
2019 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2020
2021         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2022         read group names.
2023
2024 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
2025
2026         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2027
2028 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2029
2030         * nnmail.el (nnmail-parse-active): Make group names unibyte.
2031         (nnmail-save-active): Use a unibyte buffer when saving active file,
2032         which may contain non-ASCII group names.
2033
2034         * nnml.el (nnml-request-group): Decode group names in messages.
2035
2036 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
2037
2038         * message.el (message-citation-line-function)
2039         (message-insert-formatted-citation-line): Fix spelling of
2040         `message-insert-formated-citation-line'.
2041
2042 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
2043
2044         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2045
2046 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2047
2048         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2049         nnmail-pathname-coding-system.
2050
2051         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2052         that a user enters; decode group names in messages.
2053
2054         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2055
2056 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2057
2058         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2059
2060         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2061
2062         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2063         risky local variable.
2064
2065         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2066
2067 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2068
2069         * encrypt.el: Improve documentation to fix function name typo.
2070         Reported by Daiki Ueno <ueno@unixuser.org>.
2071
2072 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2073
2074         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2075         even if the point is not in the last page of an article.
2076         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2077         back to the previous page.
2078
2079 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
2080
2081         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2082
2083 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2084
2085         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2086
2087 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2088
2089         * message.el (message-check-news-body-syntax): Avoid
2090         mm-string-as-multibyte.
2091         (message-hide-headers): Don't assume (point-min)==1.
2092
2093 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2094
2095         * message.el (message-remove-blank-cited-lines): Fix if remove is
2096         given.
2097         (message-bogus-address-regexp): New variable.
2098         (message-bogus-recipient-p): New function.
2099         (message-check-recipients): New command.
2100         (message-syntax-checks): Add `bogus-recipient'.
2101         (message-fix-before-sending): Add `bogus-recipient'.
2102
2103         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2104         (gnus-treat-body-boundary): Don't test window-system.
2105
2106 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
2107
2108         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2109
2110 2007-10-28  Miles Bader  <miles@gnu.org>
2111
2112         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2113         at compile-time too.
2114
2115 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2116
2117         * gnus-msg.el (gnus-message-setup-hook): Add
2118         `message-remove-blank-cited-lines' to options.
2119
2120 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2121
2122         * message.el (message-remove-blank-cited-lines): New function.
2123         Suggested by Karl Plästerer.
2124
2125 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2126
2127         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2128         mapc.
2129
2130         * imap.el (imap-open): Replace mapcar called for effect with mapc.
2131         (top-level): Use mapc to set functions to be traced for debugging.
2132
2133         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2134         called for effect with while loop.
2135
2136         * message.el (message-talkative-question): Replace mapcar called for
2137         effect with mapc.
2138
2139         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2140         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2141         called for effect with dolist.
2142
2143         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2144
2145         * nndiary.el: Use dolist instead of mapcar to add diary headers to
2146         gnus-extra-headers and nnmail-extra-headers.
2147
2148         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2149         called for effect with dolist.
2150         (top-level): Use mapc to set functions to be traced for debugging.
2151
2152         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2153         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2154         dolist.
2155
2156         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2157         Replace mapcar called for effect with mapc.
2158         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2159         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2160         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2161         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2162
2163         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2164         remove-if that's a cl function.
2165
2166         * webmail.el (webmail-debug): Replace mapcar called for effect with
2167         dolist.
2168
2169         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
2170         with mapc.
2171
2172 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2173
2174         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2175         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2176         with while loop.
2177
2178         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2179         functions from article-* functions.
2180         (gnus-multi-decode-header): Replace mapcar called for effect with
2181         dolist.
2182
2183         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2184         (gnus-bookmark-show-details): Replace mapcar called for effect with
2185         while loop.
2186
2187         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2188         called for effect with while loop.
2189
2190         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2191         with dolist.
2192
2193         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2194         mapcar called for effect with dolist.
2195
2196         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2197
2198         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2199         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2200         Replace mapcar called for effect with dolist.
2201         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2202         mapc.
2203
2204         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2205         Replace mapcar called for effect with dolist.
2206         (gnus-topic-list): Replace mapcar called for effect with mapc.
2207
2208         * gnus.el: Use mapc instead of mapcar to add autoloads.
2209
2210 2007-10-23  Richard Stallman  <rms@gnu.org>
2211
2212         * gnus-group.el (gnus-group-highlight): Mark as risky.
2213
2214 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2215
2216         * gnus.el (gnus-server-to-method): Return method found first in
2217         gnus-newsrc-alist.
2218
2219         * gnus-art.el (gnus-article-highlight-signature)
2220         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2221         button overlay without the front stickiness.
2222
2223 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
2224
2225         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2226         overview buffer needed a catch to receive its throw.
2227         (gnus-agent-flush-cache): Declared as interactive to make this function
2228         easier to use.
2229
2230 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2231
2232         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2233         `next-line'.
2234
2235 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2236
2237         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2238         exclude address matching message-dont-reply-to-names.
2239
2240 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2241
2242         * gnus-util.el (gnus-string<): New function.
2243
2244         * gnus-sum.el (gnus-article-sort-by-author)
2245         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2246
2247 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2248
2249         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2250         the frame-focus tag is set in gnus-buffer-configuration.
2251
2252 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2253
2254         * gnus-art.el (gnus-article-add-button): Make a button overlay without
2255         the front stickiness.
2256
2257 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2258
2259         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2260         url pattern; remove duplicate one.
2261         (gnus-article-extend-url-button): New function.
2262         (gnus-article-add-buttons): Use it.
2263         (gnus-button-push): Use concatenated url that it makes.
2264
2265 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
2266
2267         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2268
2269 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2270
2271         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2272         Don't hardcode point-min==1.
2273
2274 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
2275
2276         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2277         Fix comment about "iso8859-1".
2278
2279 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
2280
2281         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2282         ones returned from the verify-function.
2283
2284         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2285         mml2015-extract-cleartext-signature if extraction failed.
2286
2287 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
2288
2289         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2290         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2291         failed.
2292
2293 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2294
2295         * Relicense "GPLv2 or later" files to "GPLv3 or later".
2296
2297 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
2298
2299         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
2300         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
2301         recommends to use EasyPG instead of PGG.
2302
2303         * pgg.el: Revert to revision 6.23.2.16
2304
2305         * pgg-def.el: Revert to revision 6.6.2.14.
2306
2307         * pgg-gpg.el: Revert to revision 6.23.2.34.
2308
2309 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2310
2311         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2312         to mark a thread as expirable.  Add variable `hide' to handle hiding of
2313         thread for both the null and zero (kill/expire thread) universal prefix
2314         cases.
2315         (gnus-summary-expire-thread): Add new function to expire a thread,
2316         using gnus-summary-kill-thread.
2317         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2318         shortcuts for gnus-summary-expire-thread.
2319         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2320         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
2321
2322 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2323
2324         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2325         extras value, so an extras entry can be deleted.
2326         (gnus-registry-delete-extra-entry): Use it.
2327         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2328         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2329         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2330         storage through the gnus-registry, and provide an appropriate API for
2331         it.
2332
2333 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2334
2335         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2336         Suggested by Leo <sdl.web@gmail.com>.
2337
2338         * gnus.el: Do.
2339
2340 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2341
2342         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2343         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
2344
2345         * gnus-agent.el (gnus-agent-fetch-headers): Do.
2346
2347         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2348         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2349
2350 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2351
2352         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2353         newline.
2354         (nnmbox-request-accept-article): Don't change article in source buffer;
2355         narrow to header to use message-fetch-field rather than
2356         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2357         (nnmbox-request-replace-article): Quote lines that'll be misidentified
2358         as delimiters; make sure article ends with newline.
2359         (nnmbox-delete-mail): Correct last position of article to be deleted;
2360         ignore X-Gnus-Newsgroup header in article body.
2361         (nnmbox-save-mail): Quote lines looking like delimiters at the right
2362         positions; make sure article ends with newline.
2363
2364         * message.el (message-display-abbrev): Don't infloop when a user
2365         inserts SPC in the beginning of header.
2366
2367         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
2368         coding-system-for-read and coding-system-for-write for XEmacs having no
2369         file-coding feature.
2370
2371         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
2372
2373 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
2374
2375         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2376         list of groups not followed by default.  Fix type to be regexp.
2377         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2378
2379 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2380
2381         * hmac-def.el (define-hmac-function): Switch from old-style to
2382         new-style backquotes.
2383
2384         * md4.el (md4-make-step): Likewise.
2385
2386 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2387
2388         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2389         raw-text coding system when saving .newsrc file, which may contain
2390         non-ASCII group names.
2391
2392 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2393
2394         * gnus-cus.el (gnus-score-extra): New widget.
2395         (gnus-score-extra-convert): New function.
2396         (gnus-score-customize): Use it for Extra.
2397
2398 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2399
2400         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2401         (mml2015-mailcrypt-clear-verify): Use it.
2402         (mml2015-gpg-clear-verify): Use it.
2403         (mml2015-pgg-clear-verify): Use it.
2404         (mml2015-epg-clear-verify): Replace the current part with the output
2405         from GnuPG; don't extract the plaintext by itself.
2406
2407         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2408         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2409         mml2015-clear-verify-function; don't touch the armor headers or
2410         dash-escaped text here.
2411
2412 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2413
2414         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2415         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2416         parts, or application/octet-stream as a last resort.
2417         (gnus-mime-view-part-as-type): Don't toggle display.
2418         (gnus-mime-view-part-as-charset): Don't turn off display before
2419         querying charset.
2420
2421         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2422         stuff to undisplayer function in Emacs.
2423         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2424
2425         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2426         text/calendar parts.
2427
2428 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2429
2430         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2431         decoding text/calendar parts.
2432
2433         * message.el (message-forward-make-body-mime): Always mark body as
2434         having no illegible text; remove signed-or-encrypted argument.
2435         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2436
2437         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2438         (mml-generate-mime-1): Don't encode body if it is specified to be in
2439         raw form; don't make buffer be unibyte when inserting multibyte string.
2440
2441 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2442
2443         * sha1.el: Fix up comment style.
2444         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2445         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2446
2447         * hex-util.el: Fix up comment style.
2448         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2449
2450         * gnus-salt.el: Use with-current-buffer.
2451         (gnus-pick-setup-message): Fix long-standing typo.
2452
2453 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2454
2455         * imap.el (imap-logout-timeout): New variable.
2456         (imap-logout, imap-logout-wait): New functions.
2457         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2458
2459         * nnimap.el (nnimap-logout-timeout): New server variable.
2460         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2461         nnimap-logout-timeout.
2462
2463         * gnus-art.el (gnus-article-summary-command-nosave)
2464         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2465
2466 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2467
2468         * gnus.el (gnus-maximum-newsgroup): New variable.
2469
2470         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2471         according to gnus-maximum-newsgroup.
2472
2473         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2474         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2475         Limit the range of articles according to gnus-maximum-newsgroup.
2476
2477 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2478
2479         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2480         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2481         Don't perform gnus-configure-windows here; reuse existing sticky
2482         article buffer.
2483
2484         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2485         it doesn't exist in gnus-article-mode.
2486
2487 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2488
2489         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2490         (gnus-agent-decoded-group-name): New function.
2491         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2492         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2493
2494 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
2495
2496         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2497         Add binding for gnus-sticky-article.
2498         (gnus-summary-exit): Don't kill sticky article buffers.
2499
2500         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2501         article buffer.
2502         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2503         (gnus-kill-sticky-article-buffers): New commands.
2504
2505 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2506
2507         * nntp.el (nntp-xref-number-is-evil): New server variable.
2508         (nntp-find-group-and-number): If it is non-nil, don't trust article
2509         numbers in the Xref header.
2510
2511 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2512
2513         * gnus-agent.el (gnus-agent-read-group): New function.
2514         (gnus-agent-flush-group, gnus-agent-expire-group)
2515         (gnus-agent-regenerate-group): Use it.
2516         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2517         nnmail-pathname-coding-system.
2518
2519 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2520
2521         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2522
2523         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2524         that are unread as unread, and also as selected so that information of
2525         marks having been changed by a user may be updated when exiting group.
2526
2527 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2528
2529         * gnus-art.el (gnus-mime-display-single): Pass part number that is
2530         calculated ignoring signature parts to gnus-treat-article.
2531
2532 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2533
2534         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2535         a point here in order to keep the window start.
2536         (gnus-insert-mime-security-button): Make a button overlay without the
2537         front stickiness.
2538         (gnus-mime-display-security): Goto the end of a button.
2539
2540         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2541
2542 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2543
2544         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2545         group-name-at-point.
2546         (gnus-group-completing-read): New function that offers decoded
2547         non-ASCII group names for completion.
2548         (gnus-fetch-group, gnus-group-read-ephemeral-group)
2549         (gnus-group-jump-to-group, gnus-group-make-group-simple)
2550         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2551         (gnus-group-fetch-control): Use it.
2552         (gnus-fetch-group): Use group-name-at-point for the initial value
2553         rather than the default value; use gnus-alive-p.
2554
2555         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2556         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2557         (gnus-summary-post-news): Use gnus-group-completing-read.
2558
2559         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2560         (gnus-read-move-group-name): Decode group name for completion.
2561
2562 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
2563
2564         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2565         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2566         Yamaoka slightly modified the code).
2567
2568 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2569
2570         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2571         (nnmail-split-incoming): Bind it.
2572
2573         * nnml.el (nnml-group-name-charset): New function.
2574         (nnml-decoded-group-name): Use it; don't decode group name if
2575         nnmail-group-names-not-encoded-p is non-nil.
2576         (nnml-encoded-group-name): New function.
2577         (nnml-group-pathname): Inline nnml-decoded-group-name.
2578         (nnml-request-expire-articles): Decode group name in message.
2579         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2580         nnmail-pathname-coding-system.
2581         (nnml-save-mail, nnml-active-number): Work with decoded group names and
2582         not decoded ones according to nnmail-group-names-not-encoded-p.
2583         (nnml-generate-active-info): Use nnml-encoded-group-name.
2584
2585 2007-08-08  Glenn Morris  <rgm@gnu.org>
2586
2587         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2588         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2589         doc-strings and comments.
2590
2591 2007-07-25  Glenn Morris  <rgm@gnu.org>
2592
2593         * Relicense all FSF files to GPLv3 or later.
2594
2595 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2596
2597         * gnus-sum.el (gnus-summary-move-article): Make
2598         gnus-summary-respool-article work.
2599
2600 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
2601
2602         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2603         string.
2604
2605 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
2606
2607         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
2608         that should be ignored when comparing distant RSS articles with local
2609         ones.
2610         (nnrss-make-hash-index): New function.  Create a hash index according
2611         to the ignored fields.
2612         (nnrss-check-group): Use it.
2613
2614 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2615
2616         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2617
2618         * gnus-art.el (article-decode-group-name): Decode Xref header too.
2619
2620         * gnus-group.el (gnus-group-make-group): Encode group name here unless
2621         the new optional argument ENCODED is non-nil.
2622         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2623         coding system for encoding group name.
2624         (gnus-group-make-rss-group): Pass un-encoded group name to
2625         gnus-group-make-group.
2626         (gnus-group-set-info): Tell gnus-group-make-group that group name is
2627         encoded.
2628
2629         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2630         Encode group name to which articles are moved or copied.
2631         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2632         coding system for encoding Newsgroup, Followup-To and Xref headers.
2633
2634         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2635         marks; use nnheader-file-coding-system to write a file.
2636         (nnagent-retrieve-headers): Bind file-name-coding-system to
2637         nnmail-pathname-coding-system.
2638
2639         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2640
2641         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2642         (nnml-request-article, nnml-request-create-group)
2643         (nnml-request-rename-group, nnml-find-id)
2644         (nnml-possibly-change-directory, nnml-possibly-create-directory)
2645         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2646         (nnml-save-marks): Use nnml-group-pathname instead of
2647         nnmail-group-pathname.
2648
2649         (nnml-request-create-group, nnml-request-expire-articles)
2650         (nnml-request-move-article, nnml-request-delete-group)
2651         (nnml-deletable-article-p, nnml-possibly-create-directory)
2652         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2653         (nnml-open-marks): Bind file-name-coding-system to
2654         nnmail-pathname-coding-system.
2655
2656         (nnml-request-article): Pass server argument to nnml-find-group-number.
2657         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2658         server argument to nnml-possibly-create-directory.
2659         (nnml-request-accept-article): Pass server argument to
2660         nnml-active-number and nnml-save-mail.
2661         (nnml-find-group-number): Pass server argument to nnml-find-id.
2662         (nnml-request-update-info): Pass server argument to
2663         nnml-marks-changed-p.
2664
2665         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2666         (nnml-save-mail, nnml-active-number): Add server argument.
2667
2668         (nnml-request-delete-group): Warn if group is missing.
2669         (nnml-get-nov-buffer): Decode group name.
2670         (nnml-generate-active-info): Encode group name.
2671         (nnml-open-marks): Decode group name in messages.
2672
2673 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2674
2675         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2676         if it is not specified.
2677         (gnus-article-pipe-part, gnus-article-save-part)
2678         (gnus-article-interactively-view-part, gnus-article-copy-part)
2679         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2680         (gnus-article-inline-part, gnus-article-save-part-and-strip)
2681         (gnus-article-replace-part, gnus-article-delete-part)
2682         (gnus-article-view-part-as-type): Pass raw prefix argument to
2683         gnus-article-part-wrapper.
2684
2685 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2686
2687         * gnus-agent.el (gnus-agent-save-active): Bind
2688         nnheader-file-coding-system to gnus-agent-file-coding-system.
2689
2690         * gnus-cache.el (gnus-cache-save-buffers)
2691         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2692         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2693         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2694         (gnus-cache-braid-nov, gnus-cache-braid-heads)
2695         (gnus-cache-generate-active, gnus-cache-rename-group)
2696         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2697         (gnus-cache-update-overview-total-fetched-for): Bind
2698         file-name-coding-system to nnmail-pathname-coding-system.
2699         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2700         variables.
2701         (gnus-cache-decoded-group-name): New function.
2702         (gnus-cache-file-name): Use it.
2703         (gnus-cache-generate-active): Use non-decoded group name for active.
2704
2705         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2706         right place.
2707         (gnus-write-active-file): Don't break non-ASCII group names.
2708
2709         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2710         nnmail-pathname-coding-system.
2711
2712         * lpath.el: Bind default-file-name-coding-system,
2713         file-name-coding-system and language-info-alist for XEmacs.
2714
2715         * gnus-uu.el (gnus-uu-decode-save): Typo.
2716
2717 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2718
2719         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2720
2721 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2722
2723         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2724         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2725         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2726         (gnus-agent-flush-group, gnus-agent-flush-cache)
2727         (gnus-agent-fetch-headers, gnus-agent-load-alist)
2728         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2729         (gnus-agent-retrieve-headers, gnus-agent-request-article)
2730         (gnus-agent-regenerate-group)
2731         (gnus-agent-update-files-total-fetched-for)
2732         (gnus-agent-update-view-total-fetched-for): Bind
2733         file-name-coding-system to nnmail-pathname-coding-system.
2734         (gnus-agent-group-pathname): Don't encode file names by
2735         nnmail-pathname-coding-system.
2736         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2737         coding-system-for-write instead of buffer-file-coding-system to
2738         gnus-agent-file-coding-system.
2739
2740         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2741         Decode group name.
2742
2743         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2744
2745         * gnus-start.el (gnus-update-active-hashtb-from-killed)
2746         (gnus-read-newsrc-el-file): Make group names unibyte.
2747
2748         * nnmail.el (nnmail-group-pathname): Don't encode file names by
2749         nnmail-pathname-coding-system.
2750
2751         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2752         (nnrss-request-delete-group): Bind file-name-coding-system to
2753         nnmail-pathname-coding-system.
2754         (nnrss-read-server-data, nnrss-read-group-data): Bind
2755         file-name-coding-system correctly.
2756         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2757
2758         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2759         (nntp-server-to-method-cache): New variable.
2760         (nntp-group-pathname): New function that decodes non-ASCII group names.
2761         (nntp-possibly-create-directory, nntp-marks-changed-p)
2762         (nntp-save-marks, nntp-open-marks): Use it.
2763         (nntp-possibly-create-directory, nntp-open-marks):
2764         Bind file-name-coding-system to nnmail-pathname-coding-system.
2765         (nntp-open-marks): Decode group names when bootstrapping marks.
2766
2767         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2768         Newsgroups and Folowup-To headers.
2769
2770 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2771
2772         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2773         (gnus-server-closed-face, gnus-server-denied-face)
2774         (gnus-server-offline-face): Remove variable.
2775         (gnus-server-font-lock-keywords): Use faces that are not aliases.
2776
2777         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2778         of modifying message-stack directly for XEmacs.
2779
2780         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2781         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2782         if the coding-system argument is nil for XEmacs.
2783
2784         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2785         mm-charset-override-alist.
2786
2787         * rfc2047.el: Don't require base64; require rfc2045 for the function
2788         rfc2045-encode-string.
2789         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2790         to quote the parameter value.
2791
2792 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2793
2794         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2795         form in gnus-group-name-charset-method-alist.
2796
2797         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2798         overrides the default layout edit-form.
2799
2800         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2801
2802         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2803
2804 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2805
2806         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2807         as unfetched articles.
2808
2809 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
2810
2811         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2812
2813 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2814
2815         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2816         original back end that keeps marks in the local system.
2817
2818 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2819
2820         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2821         arg of pop-to-buffer for XEmacs.
2822         (gnus-article-read-summary-keys): Ditto; don't restore window
2823         configuration if summary command ends up with neither article buffer
2824         nor summary buffer; describe bindings if summary keys end with C-h.
2825
2826 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2827
2828         * message.el (message-fix-before-sending): Skip raw message part to be
2829         forwarded while checking illegible text.
2830         (message-forward-make-body-mime, message-forward-make-body): Mark
2831         signed or encrypted raw message as having no illegible text.
2832
2833 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2834
2835         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2836         (gnus-message-with-timestamp-1): New macro.
2837         (gnus-message-with-timestamp): New function.
2838         (gnus-message): Use them.
2839
2840         * nnheader.el (nnheader-message): Use them.
2841
2842 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
2843
2844         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2845         .newsrc.eld file.
2846
2847 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2848
2849         * gnus-agent.el (gnus-agent-fetch-headers)
2850         (gnus-agent-retrieve-headers): Bind
2851         gnus-decode-encoded-address-function to identity.
2852
2853         * nntp.el (nntp-send-xover-command): Recognize an xover command is
2854         available also when the server returns simply a dot.
2855
2856         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2857
2858 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2859
2860         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2861
2862 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2863
2864         * gnus-ems.el (gnus-x-splash): Make it work.
2865
2866         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2867         from being used.
2868
2869         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
2870
2871 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2872
2873         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
2874         4th and the 5th arguments.
2875
2876         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2877         the front stickiness.
2878         (gnus-article-summary-command-nosave): Correct the order of the
2879         arguments passed to pop-to-buffer.
2880         (gnus-article-read-summary-keys): Ditto; make it work properly when the
2881         summary command ends up with the article buffer.
2882
2883         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2884         the same faces.
2885
2886 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2887
2888         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2889
2890 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2891
2892         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2893         * gnus-sum.el (gnus-summary-highlight):
2894         * pgg.el (pgg-sign-region, pgg-sign):
2895         * mail-source.el (mail-source-delete-old-incoming-confirm):
2896         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2897
2898 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2899
2900         * gnus-art.el (gnus-mime-view-part-externally)
2901         (gnus-mime-view-part-internally): Fix predicate function passed to
2902         completing-read.
2903
2904         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2905
2906         * gnus.el (gnus-update-message-archive-method): Add :version.
2907
2908 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2909
2910         * gnus.el (gnus-update-message-archive-method): New variable.
2911
2912         * gnus-start.el (gnus-setup-news): Update saved "archive" method
2913         according to gnus-message-archive-method if
2914         gnus-update-message-archive-method is non-nil.
2915
2916 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2917
2918         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
2919         by Loic Dachary <loic@dachary.org>.
2920         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2921
2922 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2923
2924         * message.el (message-pop-to-buffer): Add switch-function argument.
2925         (message-mail): Pass switch-function argument to it.
2926
2927 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
2928
2929         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2930         Improve doc string.
2931
2932 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2933
2934         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2935         (gnus-header-content)
2936         * gnus-cite.el (gnus-cite-10)
2937         * gnus-srvr.el (gnus-server-closed)
2938         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2939         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2940         (gnus-group-mail-3-empty, gnus-group-mail-low)
2941         (gnus-group-mail-low-empty, gnus-splash)
2942         * message.el (message-header-to, message-header-cc)
2943         (message-header-subject, message-header-other, message-header-name)
2944         (message-header-xheader, message-separator, message-cited-text)
2945         (message-mml): Lighten colors of faces used for dark background.
2946
2947 2007-05-24  Simon Josefsson  <simon@josefsson.org>
2948
2949         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2950         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
2951
2952 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2953
2954         * message.el (message-narrow-to-headers-or-head):
2955         Ignore mail-header-separator in the body.
2956
2957 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2958
2959         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2960         same as window size.
2961
2962 2007-05-22  Kevin Ryde  <user42@zip.com.au>
2963
2964         * message.el (message-font-lock-keywords): Use message-header-xheader
2965         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
2966         ahead of the anything pattern, to get it recognised.
2967
2968 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2969
2970         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
2971         spam.el loads uses it in the compiled defadvice form.
2972
2973 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
2974
2975         * gnus-sum.el (gnus-articles-to-read)
2976         (gnus-summary-insert-old-articles): Don't truncate group name for
2977         `read-string'.
2978
2979         * gnus-util.el (gnus-limit-string): Delete this function.
2980
2981         * gnus-sum.el (gnus-simplify-subject-fully): Use
2982         `truncate-string-to-width' instead.
2983
2984 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
2985
2986         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
2987         if, on summary exit, the next group has to be selected.
2988         (gnus-summary-exit): Use it.
2989
2990 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
2991
2992         * gnus-art.el (gnus-article-mode): Fix comment about displaying
2993         non-break space.
2994
2995 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2996
2997         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2998         Check if group is not a directory.
2999         (nnfolder-request-expire-articles): Don't delete articles if the target
3000         group is not available.
3001
3002         * nnml.el (nnml-request-create-group): Properly check if group is not a
3003         file.
3004         (nnml-request-expire-articles): Don't delete articles if the target
3005         group is not available.
3006
3007         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3008         Don't quote characters that are within parentheses.
3009
3010 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3011
3012         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3013         (gnus-handle-ephemeral-exit): Select article according to it.
3014
3015 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
3016
3017         * message.el (message-insert-formated-citation-line): Remove newline.
3018         (message-citation-line-format): Add final \n here so that the user can
3019         avoid a blank line.
3020
3021 2007-05-03  Dan Christensen  <jdc@uwo.ca>
3022
3023         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3024         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3025         Update lanl/arXiv support.
3026
3027 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3028
3029         * gnus.el: Bump version number.
3030
3031 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3032
3033         * gnus.el (gnus-version-number): Bump version.
3034
3035 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3036
3037         * gnus.el: No Gnus v0.6 is released.
3038
3039 2007-04-27  Didier Verna  <didier@xemacs.org>
3040
3041         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3042         * gmm-utils.el (gmm-regexp-concat): here.
3043         * message.el: Don't require 'gnus-util.
3044         (message-dont-reply-to-names): Handle name change above.
3045         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3046
3047 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3048
3049         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3050         since the initial value varies according to the system.
3051
3052 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3053
3054         * mm-util.el (mm-charset-synonym-alist): Defcustom.
3055
3056 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
3057
3058         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3059
3060 2007-04-24  Didier Verna  <didier@xemacs.org>
3061
3062         Improve the type of gnus-ignored-from-addresses.
3063         * gnus-util.el (gnus-orify-regexp): New function.
3064         * message.el (gnus-util): Require it.
3065         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3066         * gnus-sum.el (gnus-ignored-from-addresses): New function.
3067         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3068
3069 2007-04-24  Didier Verna  <didier@xemacs.org>
3070
3071         * gnus-sum.el:
3072         * gnus-utils.el: Fix some trailing whitespaces.
3073
3074 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3075
3076         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3077         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3078         article's Message-ID; refer parent article in summary buffer.
3079
3080         * message.el (message-bounce): Call mime-to-mml.
3081
3082         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
3083         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
3084         optimize and/or forms properly.
3085
3086 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
3087
3088         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
3089         URL.
3090
3091 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3092
3093         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3094
3095 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3096
3097         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3098         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3099         displayed of multipart/alternative part if it is invoked from summary
3100         buffer.
3101
3102         * mm-view.el (mm-inline-text-html-render-with-w3m)
3103         (mm-inline-text-html-render-with-w3m-standalone)
3104         (mm-inline-render-with-function): Use mail-parse-charset by default.
3105
3106 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
3107
3108         * parse-time.el (parse-time-string-chars): Check if CHAR
3109         is less than the length of parse-time-syntax.
3110
3111 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3112
3113         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3114         from gnus-newsgroup-processable.
3115
3116 2007-04-16  Didier Verna  <didier@xemacs.org>
3117
3118         * gnus-msg.el (gnus-configure-posting-styles): Handle
3119         message-signature-directory properly with :file syntax.  Reported by
3120         "Leo".
3121
3122 2007-04-11  Didier Verna  <didier@xemacs.org>
3123
3124         New user option: message-signature-directory.
3125         * gnus-msg.el (gnus-configure-posting-styles): Support it.
3126         * message.el (message-insert-signature): Ditto.
3127         * message.el (message-signature-file): Doc update.
3128         * message.el (message-signature-directory): New.
3129
3130 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3131
3132         * gnus-msg.el (gnus-inews-yank-articles): Use
3133         message-exchange-point-and-mark instead of exchange-point-and-mark.
3134
3135 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3136
3137         * message.el (message-yank-original): Make sure cited text ends with
3138         newline; don't exchange point and mark.
3139
3140 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
3141
3142         * tls.el (open-tls-stream): Properly handle case where there
3143         is no associated buffer.
3144
3145 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
3146
3147         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3148         message-yank-original, make sure (< mark TEXT point).
3149
3150 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3151
3152         * message.el (message-fill-column): New variable.
3153         (message-mode): Use it.  Add comment on a possible new hook.
3154
3155         * nnmail.el (nnmail-spool-file): Mark as obsolete.
3156         (nnmail-get-new-mail): Reformat.
3157
3158         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3159
3160         * gmm-utils.el: Fix Commentary.
3161         (gmm-tool-bar-from-list): Fix typo in doc string.
3162
3163 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
3164
3165         * message.el (message-yank-original): Don't switch point and mark
3166         unnecessarily to put point and mark as documented.
3167
3168 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3169
3170         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3171         from the message heads.
3172
3173 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
3174
3175         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3176         article buffer does not have a window.  This may not be the best
3177         solution but is certainly better than setting the start of the null,
3178         that is the current, window.
3179
3180 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3181
3182         * gnus-draft.el (gnus-draft-setup-hook): New hook.
3183         (gnus-draft-setup): Run it.
3184
3185         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3186         gnus-score-fast-scoring.  Allow regexp.
3187         (gnus-score-headers): Use it.
3188
3189         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3190         XEmacs.
3191
3192         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3193         string.
3194         (gnus-button-alist): Also catch `<f1> k ...'.
3195         (gnus-treat-display-x-face): Fix doc string.
3196
3197 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3198
3199         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3200         evaluation of gnus-extended-version to ensure correct generation of the
3201         User-Agent header when message-generate-headers-first is used.
3202
3203 2007-03-24  Simon Josefsson  <simon@josefsson.org>
3204
3205         * hashcash.el (hashcash-generate-payment-async): Don't crash if
3206         hashcash-path is nil.  Don't call callback with incorrect number of
3207         parameters if val is 0.
3208
3209 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3210
3211         * message.el (message-required-news-headers):
3212         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3213
3214 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3215
3216         * tls.el (open-tls-stream): In handshake-waiting loop,
3217         don't wait more if there is output available to process.
3218
3219 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3220
3221         * tls.el (tls-program): Doc fix.
3222
3223 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3224
3225         * message.el (message-generate-new-buffers): Change the meaning of the
3226         nil value; add `standard' to the choices; treat t as `unique'; improve
3227         doc string.
3228         (gnus-select-frame-set-input-focus): Autoload.
3229         (message-buffer-name): Search for the existing message buffer if
3230         message-generate-new-buffers is nil or `standard'; treat the value t of
3231         message-generate-new-buffers as `unique'.
3232         (message-pop-to-buffer): Raise the frame already displaying the message
3233         buffer; clear the echo area after querying.
3234         (message-setup): Pass the `continue' argument to compose-mail.
3235         (message-mail): Prefer `switch-function' if it is given; search for the
3236         existing message buffer if the `continue' argument is non-nil; pass
3237         continue and switch-function arguments to compose-mail by way of
3238         message-setup.
3239         (message-mail-other-window): Adjust argument of message-setup.
3240         (message-mail-other-frame): Ditto.
3241
3242 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3243
3244         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3245         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3246         to turn font-lock on when turning gnus-message-citation-mode on.
3247
3248 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
3249
3250         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3251         (mml-smime-function-alist): New variable; add epg as the backend.
3252         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3253         mml-smime- functions instead.
3254         * mm-view.el: Require smime.
3255
3256 2007-03-05  Didier Verna  <didier@xemacs.org>
3257
3258         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3259         instead of just inheritance for posting styles.
3260         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3261
3262 2007-02-24  Chris Moore  <dooglus@gmail.com>
3263
3264         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3265         * pgg-pgp.el (pgg-pgp-encrypt-region):
3266         * pgg-gpg.el (pgg-gpg-encrypt-region):
3267         Check pgg-encrypt-for-me if no other recipients.
3268
3269 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3270
3271         * tls.el (tls-certtool-program): Fix custom type.
3272
3273 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3274
3275         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3276         and point-at-eol instead of line-(beginning|end)-position.
3277
3278         * assistant.el (assistant-parse-buffer): Ditto.
3279
3280         * netrc.el (netrc-parse-services): Ditto.
3281
3282 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
3283
3284         * mml2015.el (mml2015-epg-find-usable-key): New function.
3285         (mml2015-epg-sign): Use it.
3286         (mml2015-epg-encrypt): Use it.
3287
3288 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3289
3290         * message.el (message-make-in-reply-to): Quote name containing
3291         non-ASCII characters.  It will make the RFC2047 encoder cause an error
3292         if there are special characters.  Reported by NAKAJI Hiroyuki
3293         <nakaji@jp.freebsd.org>.
3294
3295 2007-02-27  Didier Verna  <didier@xemacs.org>
3296
3297         Include the group parameters as well as the topic ones in the
3298         inheritance filter process.
3299         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3300         argument GROUP-PARAMS-LIST.
3301         * gnus-topic.el (gnus-group-topic-parameters): Use it.
3302
3303 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3304
3305         * nntp.el (nntp-never-echoes-commands)
3306         (nntp-open-connection-functions-never-echo-commands): New variables.
3307         (nntp-send-command): Use them.
3308
3309 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
3310
3311         * mml2015.el (mml2015-epg-verify): Simplified.
3312
3313 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3314
3315         * mml.el (mml-content-disposition-alist): New user option.
3316         (mml-content-disposition): New function.
3317         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3318         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3319
3320 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
3321
3322         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3323         verification.
3324
3325 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3326
3327         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3328         articles posted in the last 24 hours.
3329
3330 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
3331
3332         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3333
3334 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
3335
3336         * nntp.el (nntp-send-command): Don't wait for echoes when
3337         nntp-open-ssl-stream is used.
3338
3339 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * gnus-cite.el (gnus-test-font-lock-add-keywords)
3342         (gnus-message-add-citation-keywords)
3343         (gnus-message-remove-citation-keywords): Remove.
3344         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3345         directly, make the variables in font-lock-defaults buffer-local, add
3346         gnus-message-citation-keywords to them and then update the value of
3347         font-lock-keywords.
3348
3349 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3350
3351         * message.el (message-cite-original-1): Don't call
3352         gnus-article-highlight-citation.
3353
3354         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3355         citations; fix line count.
3356
3357 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3358
3359         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3360         (gnus-message-add-citation-keywords)
3361         (gnus-message-remove-citation-keywords): Use it; fix the emulating
3362         versions of font-lock-add-keywords and font-lock-remove-keywords to
3363         work with XEmacs correctly.
3364
3365 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3366
3367         * gnus-cite.el (gnus-cite-face-list): Set the values of
3368         gnus-message-max-citation-depth and gnus-message-citation-keywords.
3369         (gnus-message-max-citation-depth): Use defvar rather than defconst.
3370         (gnus-message-cite-prefix-regexp): New variable.
3371         (gnus-message-search-citation-line): Use it; protect against long
3372         citation prefix; fill match data with nil rather than 0 for XEmacs; set
3373         the 0th match data for Emacs.
3374         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3375         (gnus-message-add-citation-keywords): Append keywords rather than
3376         prepending; emulate font-lock-add-keywords if it is not available.
3377         (gnus-message-remove-citation-keywords): Emulate
3378         font-lock-remove-keywords if it is not available.
3379
3380         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3381
3382         * message.el (message-cite-prefix-regexp): Set the value of
3383         gnus-message-cite-prefix-regexp.
3384
3385 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3386
3387         * nnweb.el (nnweb-google-parse-1): Update parser.
3388
3389 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3390
3391         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3392
3393 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3394
3395         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3396         regexp.
3397
3398 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3399
3400         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3401         string-to-multibyte.
3402         (uudecode-decode-region-internal): Use it.
3403
3404         * lpath.el: Fbind string-as-multibyte for XEmacs.
3405
3406 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3407
3408         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3409         custom choice.
3410
3411         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3412
3413 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3414
3415         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3416
3417         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3418         `write-region' to respect `mm-inhibit-file-name-handlers'.
3419
3420 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3421
3422         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3423         Use gnus-home-directory instead of "~/" or "$HOME".
3424
3425 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3426
3427         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3428         to mention filename.
3429         Add comments at beginning regarding usage.
3430         (encrypt-write-file-contents): Change interactive so a string is
3431         acceptable.  If the file has no associated model, show an error instead
3432         of a nonsense prompt.
3433
3434 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3435
3436         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3437         Thanks to Yoshihiko Yamada for kind notification of this typo.
3438
3439 2007-01-12  Kenichi Handa  <handa@m17n.org>
3440
3441         * uudecode.el (uudecode-decode-region-internal): Make it work in a
3442         multibyte buffer.
3443
3444 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3445
3446         * gnus-score.el (gnus-score-fast-scoring): New variable.
3447         (gnus-score-headers): Use it.
3448
3449         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3450
3451         * message.el (message-cite-original-1): Call
3452         gnus-article-highlight-citation if requested.
3453         (message-make-from): Allow name and address as optional arguments.
3454
3455         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3456
3457         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3458         bugs to doc string.
3459         (gnus-button-alist): Add mid\\|message-id.
3460         (gnus-button-fetch-group): Extend for use in
3461         `browse-url-browser-function'.
3462         (gnus-button-url-regexp): Try to catch paired parentheses like in
3463         Wikipedia URLs.
3464
3465         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3466         Suggested by Simon Krahnke <overlord@gmx.li>.
3467
3468 2007-01-13  Romain Francoise  <romain@orebokech.com>
3469
3470         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3471         Update copyright.
3472
3473 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
3474
3475         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3476
3477 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3478
3479         * gnus-registry.el (gnus-registry-unfollowed-groups)
3480         (gnus-registry-split-fancy-with-parent): Fix documentation.
3481
3482 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3483
3484         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3485         from nnweb groups.
3486
3487 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3488
3489         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3490         Xref urls.  Erase buffer before requesting head.
3491
3492 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3493
3494         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
3495         customizable.
3496
3497 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
3498
3499         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3500         no signing key is found.
3501         (mml2015-epg-encrypt): Ask user whether to skip or abort if
3502         no encrypting and/or signing key is found.
3503
3504 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3505
3506         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3507
3508 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3509
3510         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3511         headers read from disk with the ones newly found in the current search.
3512         This should no longer cause problems, because the article numbers in
3513         Gmane's `nov.php' output are ignored since the previous change.
3514
3515 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3516
3517         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3518
3519 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3520
3521         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
3522         replace-regexp-in-string; bind url-version; fbind display-images-p and
3523         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
3524         find-face and set-itimer-function for Emacs; bind itimer-list for
3525         Emacs.
3526
3527         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3528
3529 2007-01-01  Romain Francoise  <romain@orebokech.com>
3530
3531         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3532
3533 2006-12-31  Steve Youngs  <steve@sxemacs.org>
3534
3535         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3536         `define-minor-mode' macro definition expanded properly.
3537         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3538         exclude it there.
3539
3540         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3541         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
3542         `fboundp' test.
3543         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3544         This is OK to autoload in (S)XEmacs now.
3545
3546 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3547
3548         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3549         keystroke.
3550         (gnus-summary-limit-to-singletons): Fix typo.
3551
3552         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3553         else fails.
3554
3555 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3556
3557         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3558         docstring.
3559
3560         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3561         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3562         (gnus-summary-insert-dormant-articles): Fix typo in message.
3563
3564 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3565
3566         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3567         nil for XEmacs.
3568         (gnus-message-citation-mode): Don't autoload in XEmacs.
3569
3570         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3571
3572 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
3573
3574         * nnimap.el (nnimap-expunge-search-string): Mention
3575         nnimap-search-uids-not-since-is-evil in docstring.
3576
3577 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3578
3579         * spam.el: Revert to make-obsolete-variable because
3580         define-obsolete-variable-alias is not supported in Emacs 21.
3581
3582         * spam.el (spam-ifile-path, spam-ifile-database-path)
3583         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3584         make-obsolete-variable.
3585         (spam-bsfilter-path, spam-bsfilter-program)
3586         (spam-spamassassin-path, spam-spamassassin-program)
3587         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
3588         use "path" inappropriately.
3589         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3590         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3591         variable names.
3592
3593 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
3594
3595         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3596         summary buffer.
3597
3598         * password.el (password-cache-remove): Use clear-string to burn
3599         password, if available.
3600
3601 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3602
3603         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3604
3605         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3606
3607         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3608         (gnus-message-highlight-citation): Move defcustom here from
3609         gnus-cite.el.
3610         (gnus-message-citation-mode): Autoload.
3611
3612         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
3613         checks to make it compile with XEmacs.
3614         (gnus-message-citation-mode): New minor mode.
3615         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3616         (gnus-message-highlight-citation): New variables.
3617         (gnus-message-search-citation-line)
3618         (gnus-message-add-citation-keywords)
3619         (gnus-message-remove-citation-keywords)
3620         (turn-on-gnus-message-citation-mode)
3621         (turn-off-gnus-message-citation-mode): New functions.
3622
3623 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
3624
3625         * gnus-cite.el: Enable highlighting of different citation levels in
3626         message-mode.
3627
3628 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3629
3630         * message.el (message-make-fqdn): Fix comment.
3631         (message-bogus-system-names): Add ".local".
3632
3633         * spam.el (spam-ifile-path, spam-ifile-program)
3634         (spam-ifile-database-path, spam-ifile-database)
3635         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3636         Don't use "path" inappropriately.
3637         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3638         strings.
3639         (spam-check-ifile, spam-ifile-register-with-ifile)
3640         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3641         new variable names.
3642
3643         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3644         (gnus-treat-display-smileys): Simplify using
3645         gnus-image-type-available-p.
3646
3647         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3648         available.
3649
3650         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
3651         `display-images-p' if available.
3652
3653 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3654
3655         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3656         one after turning on the buffer's multibyteness instead of decoding
3657         them directly in the unibyte buffer that causes unexpected conversion
3658         in Emacs 23 (unicode).
3659
3660 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3661
3662         * message.el (message-generate-hashcash): Fix custom type.
3663
3664 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3665
3666         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3667
3668 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3669
3670         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3671         disconnect icons.  Add help text.
3672
3673 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
3674
3675         * spam.el (spam-extra-header-to-number): CRM114 spam score is
3676         negated to be consistent with the others we handle.
3677
3678 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3679
3680         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3681         version of gnus-summary-buffer to something, so that we can use two
3682         article buffers at the same time.
3683
3684 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
3685
3686         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3687         trigger all the extra headers.
3688         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3689         sorting.
3690
3691 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3692
3693         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3694         solid groups.
3695
3696 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
3697
3698         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3699
3700 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3701
3702         * legacy-gnus-agent.el: Add Copyright notice.
3703
3704 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
3705
3706         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3707
3708 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3709
3710         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3711
3712         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3713         to make it work reliably in CVS Emacs.
3714         (gnus-summary-limit-strange-charsets-predicate)
3715         (gnus-summary-limit-to-predicate): New functions.
3716
3717 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
3718
3719         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3720         specifying array size.
3721         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3722         array if it is too small.
3723         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3724         (gnus-sort-threads-loop): New function.
3725
3726 2006-12-06  Chris Moore  <dooglus@gmail.com>
3727
3728         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3729         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3730
3731 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
3732
3733         * mm-url.el (mm-url-predefined-programs): Call curl with correct
3734         options.
3735
3736 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3737
3738         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3739         DOS-ing the recipient.
3740
3741         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3742         the headers when creating the mapping to avoid mismappings.
3743         (nnweb-gmane-create-mapping): Always nix out old mapping.
3744
3745 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3746
3747         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3748         and mm-verify-option to never.
3749
3750 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3751
3752         * message.el (message-signed-or-encrypted-p): New function.
3753         (message-forward-make-body): Use it.
3754
3755         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3756         Replace encode-coding-string with mm-encode-coding-string.
3757
3758 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3759
3760         * nneething.el (nneething-decode-file-name): Replace
3761         decode-coding-string with mm-decode-coding-string.
3762
3763         * gnus-int.el (gnus-open-server): Say failed server's name.
3764
3765 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3766
3767         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3768         strings to a single string.  Quote `errors-file-name'.
3769         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3770         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3771         Adjust calls.  Use `shell-quote-argument'.
3772
3773 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3774
3775         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3776         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3777
3778         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3779         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3780         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3781         (gnus-group-make-directory-group, gnus-group-transpose-groups):
3782         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3783         (gnus-subscribe-newsgroup, gnus-1):
3784         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3785         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3786         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3787         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3788
3789 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3790
3791         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3792         keystroke.
3793         (gnus-summary-limit-to-bodies): Implement headersp.
3794
3795 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3796
3797         * dns.el (query-dns): Protect against "Process dns deleted" strings.
3798
3799 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3800
3801         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3802
3803 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3804
3805         * message.el (message-generate-hashcash): Expand range of values to
3806         include `opportunistic'.
3807         (message-send-mail): Use it.
3808
3809 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3810
3811         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3812         and comment it.
3813
3814         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3815
3816 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
3817
3818         * gnus-util.el (gnus-extract-address-components): Improve comment.
3819
3820 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3821
3822         * gnus-util.el (gnus-extract-address-components): Work with address in
3823         which the name portion contains @.
3824
3825         * lpath.el: Fbind custom-autoload.
3826
3827 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3828
3829         * gnus.el (gnus-start): Move custom group up.
3830         (gnus-select-method): Don't autoload, but make it available for
3831         `customize-variable'.
3832         (gnus-getenv-nntpserver): Don't autoload.
3833
3834 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
3835
3836         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3837
3838 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3839
3840         * message.el (message-sendmail-extra-arguments): New variable.
3841         (message-send-mail-with-sendmail): Use it.
3842
3843 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3844
3845         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3846         mm-with-unibyte-current-buffer to make string unibyte.
3847
3848         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3849         mm-string-as-multibyte.
3850
3851 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
3852
3853         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3854         Reported by Werner Koch <wk@gnupg.org>.
3855
3856 2006-11-14  Daiki Ueno  <ueno@p360>
3857
3858         * mml2015.el: Autoload epa-select-keys when compiling.
3859
3860 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3861
3862         * mml2015.el (mml2015-epg-sign): Save the signing keys in
3863         message-options.
3864         (mml2015-epg-encrypt): Save the recipient keys in message-options.
3865
3866 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3867
3868         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3869         EasyPG (< 0.0.6).
3870         (mml2015-always-trust): New user option.
3871         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3872         prompt.
3873
3874 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3875
3876         * nntp.el (nntp-authinfo-force): New variable.
3877         (nntp-send-authinfo): Use it.
3878
3879 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
3880
3881         * message.el (message-strip-subject-encoded-words): Allow _not_ to
3882         decode encoded words.  Improve prompt.  Add comment about forwarding.
3883         (message-replacement-char): Move up.
3884
3885 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3886
3887         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3888         instead of gnus-intersection because arguments of gnus-sorted-nunion
3889         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
3890
3891 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
3892
3893         * message.el (message-strip-subject-encoded-words): Reformat prompt.
3894         (message-simplify-subject-functions): Enable
3895         message-strip-subject-encoded-words by default.
3896
3897 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
3898
3899         * message.el (message-strip-subject-encoded-words): New function
3900         (message-simplify-subject-functions): New variable.
3901         (message-simplify-subject): Use it.  Fix typo in doc string.
3902         Support message-strip-subject-encoded-words.
3903
3904 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
3905
3906         * gnus-diary.el (gnus-diary-delay-format-function):
3907         * nndiary.el (nndiary-reminders):
3908         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3909
3910 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3911
3912         * gnus-art.el (article-hide-boring-headers): Fetch date from
3913         gnus-original-article-buffer to avoid problems with localized date
3914         strings.
3915
3916 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3917
3918         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3919
3920 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
3921
3922         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3923         New variables.
3924         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3925         (mm-charset-synonym-alist): Move some entries to
3926         mm-codepage-iso-8859-list.
3927         (mm-charset-synonym-alist, mm-charset-override-alist): Add
3928         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3929
3930 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3931
3932         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3933
3934 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3935
3936         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3937         with Emacs 21 and XEmacs.
3938
3939 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3940
3941         * spam.el (spam-parse-address): New function for better parsing,
3942         catching errors, etc.
3943         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3944
3945 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3946
3947         * mm-view.el: Add interactive arg to html2text autoload.
3948
3949 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3950
3951         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3952
3953 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
3954
3955         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3956         variables.
3957         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3958         (mm-charset-synonym-alist): Move some entries to
3959         mm-codepage-iso-8859-list.
3960
3961         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3962
3963 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
3964
3965         * message.el (message-citation-line-format)
3966         (message-insert-formated-citation-line): Fix implementation of %E, %N
3967         and %n according to the doc string.
3968
3969 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
3970
3971         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3972         car-safe to avoid bad parses.
3973
3974 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3975
3976         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3977         names.
3978
3979         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3980
3981 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3982
3983         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3984         header.
3985
3986         * message.el (message-draft-headers): Add Date.
3987         (message-headers-to-generate): Fix typo in docstring.
3988
3989         * nndraft.el (nndraft-required-headers): New variable.
3990         (nndraft-generate-headers): Use it.
3991
3992         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3993
3994 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3995
3996         * gnus-registry.el (gnus-registry-wash-for-keywords)
3997         (gnus-registry-find-keywords): New functions to allow easy searching of
3998         articles that are in the registry.
3999
4000 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4001
4002         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4003         ietf-drums-parse-address instead of gnus-extract-address-components.
4004         Reported by Damien Elmes <damien@repose.cx>.
4005
4006 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4007
4008         * gnus.el (gnus-mime): Remove unused custom group.
4009
4010 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4011
4012         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
4013         "blank line" when searching for end of armor headers.
4014
4015 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4016
4017         * gmm-utils.el (gmm-write-region): Fix variable name.
4018
4019 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4020
4021         * gmm-utils.el (gmm-write-region): New function based on compatibility
4022         code from `mm-make-temp-file'.
4023
4024         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
4025
4026         * nnmaildir.el (nnmaildir--update-nov)
4027         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
4028         Use `gmm-write-region'.
4029
4030 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4031
4032         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
4033         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4034
4035         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
4036
4037         * message.el (message-replacement-char): New variable.
4038         (message-fix-before-sending): Use it.
4039         (message-simplify-subject): New function to remove duplicate code.
4040         (message-reply, message-followup): Use it.
4041
4042         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4043         gnus-summary-limit-to-articles.
4044
4045 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4046
4047         * gnus-util.el (gnus-with-local-quit): New macro.
4048
4049         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
4050
4051 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
4052
4053         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4054         ignore non-string data.
4055
4056 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
4057
4058         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4059         non-string data (needs to be done in the registry too).
4060
4061 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4062
4063         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4064         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4065         (gnus-registry-split-fancy-with-parent)
4066         (gnus-registry-fetch-simplified-message-subject-fast)
4067         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4068         Remove text properties on ingress into the registry and when it's saved.
4069         (gnus-registry-clean-empty-function): Fix bug with cleaning the
4070         registry from entries with no groups.
4071
4072 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4073
4074         * gnus-util.el (gnus-string-remove-all-properties): Add utility
4075         function to remove string properties.
4076
4077 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4078
4079         * gmm-utils.el (gmm): Adjust custom version.
4080
4081         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4082         custom version.
4083
4084         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4085
4086 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4087
4088         * gnus-art.el (gnus-insert-prev-page-button)
4089         (gnus-insert-next-page-button): Simplify.  Reformat.
4090
4091 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4092
4093         * gnus-art.el (gnus-insert-prev-page-button)
4094         (gnus-insert-next-page-button): Apply gnus-article-button-face.
4095
4096 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4097
4098         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4099
4100 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4101
4102         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4103         gnus-article-button-face to MIME and security buttons.
4104
4105 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
4106
4107         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4108         readable.
4109
4110 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4111
4112         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
4113
4114 2006-09-20  Steve Youngs  <steve@sxemacs.org>
4115
4116         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4117         `browse-url-of-file' instead of `browse-url'.
4118
4119 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4120
4121         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4122         regexp.  Articles containing quotation were cut prematurely.
4123
4124 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4125
4126         * message.el (message-cite-original-1): Use nobody by default for the
4127         value of From header.
4128         (message-reply): Ditto.
4129
4130 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
4131
4132         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4133         to the gnus-info.  This fixes a bug of inline-PGP message verification.
4134         Reported by Michael Piotrowski <mxp@dynalabs.de>.
4135
4136 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
4137
4138         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4139         mails in the doc string.  Add some URLs in comment.
4140         (pop3-movemail): Warn about pop3-leave-mail-on-server.
4141
4142 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4143
4144         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4145         backslashes handling and the way to find boundaries of quoted strings.
4146
4147 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
4148
4149         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4150         mml1991-encrypt-to-self is set and mml1991-signers is not set.
4151         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4152         mml2015-encrypt-to-self is set and mml2015-signers is not set.
4153
4154 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4155
4156         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
4157         doc string.
4158         (gnus-button-regexp, gnus-button-last): Remove unused variables.
4159
4160 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4161
4162         * lpath.el: Fbind epg-check-configuration.
4163
4164 2006-09-06  Simon Josefsson  <jas@extundo.com>
4165
4166         * mml2015.el (mml2015-use): Doc fix, mention epg.
4167
4168 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4169
4170         * mml2015.el (mml2015-use): Default to epg, if available.
4171
4172 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4173
4174         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4175         message-sender.
4176         (mml1991-epg-encrypt): Ditto.
4177         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4178         message-sender.
4179         (mml2015-epg-encrypt): Ditto.
4180
4181 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
4182
4183         * message.el (message-send-mail-with-sendmail): Look for sendmail in
4184         several common directories.
4185
4186 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
4187
4188         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4189         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4190
4191 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4192
4193         * gnus-art.el (article-decode-encoded-words): Make it fast.
4194
4195 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4196
4197         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4198
4199         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4200         in quoted string into `\'.
4201
4202 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4203
4204         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4205         Use standard-syntax-table.
4206
4207 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4208
4209         * gnus-art.el (gnus-decode-address-function): New variable.
4210         (article-decode-encoded-words): Use it to decode headers which are
4211         assumed to contain addresses.
4212         (gnus-mime-delete-part): Remove useless `or'.
4213
4214         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4215         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4216         (gnus-nov-parse-line): Use it to decode From header.
4217         (gnus-get-newsgroup-headers): Ditto.
4218         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4219
4220         * mail-parse.el (mail-decode-encoded-address-region): New alias.
4221         (mail-decode-encoded-address-string): New alias.
4222
4223         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4224         New function.
4225         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4226         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4227         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4228         (rfc2047-decode-string): Ditto.
4229         (rfc2047-decode-address-region): New function.
4230         (rfc2047-decode-address-string): New function.
4231
4232 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
4233
4234         * message.el (message-caesar-buffer-body): Allow rotating headers.
4235
4236         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4237
4238         * message.el (message-insert-formated-citation-line): Fix %f.
4239         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4240
4241 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4242
4243         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4244         (gnus-bookmark-mouse-available-p): New macro.
4245         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4246         (gnus-bookmark-bmenu-show-infos): Use it.
4247         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4248         (gnus-bookmark-bmenu-hide-infos): Ditto.
4249         (gnus-bookmark-remove-properties): New function.
4250         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4251         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4252         (gnus-bookmark-write-file): Bind coding-system-for-write.
4253         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4254         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4255         group before selecting it.
4256         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4257         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4258         quit-window if it is not available; use gnus-mouse-2 and bind it to
4259         gnus-bookmark-bmenu-select-by-mouse.
4260         (gnus-bookmark-show-details): Remove unused variable `details-list'.
4261         (gnus-bookmark-bmenu-select-by-mouse): New function.
4262
4263 2006-08-13  Romain Francoise  <romain@orebokech.com>
4264
4265         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4266         space.
4267
4268 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4269
4270         * compface.el (uncompface): Use binary rather than raw-text-unix.
4271
4272 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4273
4274         * compface.el (uncompface): Make sure the eol conversion doesn't take
4275         place when communicating with the external programs.  Reported by
4276         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4277
4278 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4279
4280         * nnheader.el (nnheader-insert-head): Fix typo in comment.
4281
4282 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4283
4284         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4285         Make it more robust by parsing author and date independently.
4286
4287 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4288
4289         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4290
4291 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
4292
4293         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4294         first matching secret key.
4295         (mml2015-epg-encrypt): Ditto.
4296
4297         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4298         first matching secret key.
4299         (mml1991-epg-encrypt): Ditto.
4300
4301         * mml2015.el (mml2015-encrypt-to-self): New user option.
4302         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4303         mml2015-epg-encrypt-to-self is set.
4304
4305         * mml1991.el (mml1991-encrypt-to-self): New variable.
4306         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4307         mml1991-epg-encrypt-to-self is set.
4308
4309         * mml2015.el (mml2015-signers): New user option.
4310         (mml2015-epg-sign): Reflect the value of mml2015-signers.
4311         (mml2015-epg-encrypt): Allow to select signing keys.
4312
4313         * mml1991.el (mml1991-signers): New variable.
4314         (mml1991-epg-sign): Reflect the value of mml1991-signers.
4315         (mml1991-epg-encrypt): Allow to select signing keys.
4316
4317 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4318
4319         * nnheader.el (nnheader-insert-head): Make it work even if the file
4320         uses CRLF for the line-break code.
4321
4322 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
4323
4324         * mml2015.el: Require mml-sec instead of password.
4325         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4326         (mml2015-cache-passphrase): Inherit the default value from
4327         mml-secure-cache-passphrase.
4328         (mml2015-passphrase-cache-expiry): Inherit the default value from
4329         mml-secure-passphrase-cache-expiry.
4330
4331         * mml1991.el: Require mml-sec instead of password.
4332         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4333         (mml1991-cache-passphrase): Inherit the default value from
4334         mml-secure-cache-passphrase.
4335         (mml1991-passphrase-cache-expiry): Inherit the default value from
4336         mml-secure-passphrase-cache-expiry.
4337
4338         * mml-sec.el: Require password.
4339         (mml-secure-verbose): New user option.
4340         (mml-secure-cache-passphrase): New user option.
4341         (mml-secure-passphrase-cache-expiry): New user option.
4342
4343 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
4344
4345         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4346         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
4347         andreas@altroot.de (Andreas Vögele).
4348
4349         FIXME: Use `tiny change'?
4350
4351 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4352
4353         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4354         workaround for the url package included with Emacs.
4355
4356         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4357
4358 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4359
4360         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4361         correctly.  This fixes a bug caused by the 2006-05-12 change.
4362
4363 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
4364
4365         * nnmail.el (nnmail-article-group): If splitting raises an error, give
4366         some information about the error when saying that the `bogus' mail
4367         group will be used.
4368
4369 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
4370
4371         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4372         string.
4373
4374 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
4375
4376         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4377
4378 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4379
4380         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4381
4382 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4383
4384         * mml1991.el (mml1991-function-alist): Add epg.
4385         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4386         (mml1991-epg-encrypt): New functions.
4387
4388 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4389
4390         * mml2015.el (mml2015-verbose): New variable.
4391         (mml2015-cache-passphrase): Ditto.
4392         (mml2015-passphrase-cache-expiry): Ditto.
4393         (mml2015-function-alist): Add epg.
4394         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4395         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4396         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4397         functions.
4398
4399 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4400
4401         * message.el (message-cite-original-1): Preserve region when removing
4402         quoted text due to X-No-Archive in order to avoid bogus attribution
4403         when citing multiple messages.
4404
4405 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4406
4407         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4408         Kenneth Jacker <khj@be.cs.appstate.edu>.
4409
4410 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4411
4412         * gnus-diary.el (gnus-user-format-function-d)
4413         (gnus-user-format-function-D): Autoload.
4414
4415         * imap.el (Commentary): Fix typo.
4416
4417         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4418         2006-04-22 contribution.
4419
4420 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4421
4422         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4423         It didn't really fix the bogosity I'm seeing with solid web groups.
4424
4425 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4426
4427         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4428         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4429         created using server names.  If we use the feature without declaring
4430         it, Gnus does not properly manage server and group state.
4431
4432         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4433         bound.
4434
4435 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4436
4437         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4438         looking up the method using GROUP's prefix before inventing a new one.
4439         It is used on killed/unknown groups in various places where returning
4440         an all-new method isn't expected by the caller.
4441
4442         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4443         and match semantics of gnus-group-real-prefix.
4444
4445 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
4446
4447         * nnmail.el (nnmail-broken-references-mailers): New variable.
4448         (nnmail-ignore-broken-references): New function generalizing
4449         nnmail-fix-eudora-headers.
4450         (nnmail-fix-eudora-headers): Now obsolete.
4451
4452         * gnus-art.el (gnus-button-handle-custom): Support
4453         `customize-apropos*'.
4454
4455 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4456
4457         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4458
4459         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4460         articles.
4461
4462 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4463
4464         * message.el (message-cite-reply-above): New variable.
4465         (message-yank-original): Use it.
4466
4467 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4468
4469         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4470
4471 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
4472
4473         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4474         as read.
4475
4476         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4477
4478 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
4479
4480         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4481         (gnus-bookmark-default-file): Use gnus-directory.
4482         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4483         Remove "*" in doc string.
4484         (gnus-bookmark-write-file): Simplify.
4485         (gnus-bookmark-maybe-sort-alist): Use `when'.
4486         (gnus-bookmark-get-bookmark): Fix typo in doc string.
4487         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4488         FIXME about Emacs 21 and XEmacs compatibility.
4489         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4490         compatibility.
4491         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4492         compatibility.
4493         (gnus-bookmark-menu-heading): Fix version.
4494
4495 2006-06-19  Bastien Guerry  <bzg@altern.org>
4496
4497         * gnus-bookmark.el: New file.
4498
4499 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4500
4501         * message.el (message-syntax-checks): Doc fix.
4502
4503 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4504
4505         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4506         unsubscribed groups as if they were killed ones.  It causes duplicate
4507         entries in gnus-newsrc-alist.
4508
4509 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4510
4511         * message.el (message-syntax-checks): Doc fix.
4512         (message-send-mail): Add check for continuation headers.
4513         (message-check-news-header-syntax): Fix regexp used to check for
4514         continuation headers.
4515
4516 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4517
4518         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4519
4520 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
4521
4522         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4523
4524 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4525
4526         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4527         default-truncate-lines.
4528
4529 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4530
4531         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4532         to fill the utf-8 entry.
4533
4534         * lpath.el: Fbind unicode-precedence-list.
4535
4536 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4537
4538         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4539
4540 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
4541
4542         * gnus-agent.el (directory-files-and-attributes): Move all the way
4543         forward (the third and final move).
4544         (gnus-agent-read-agentview): Trap reconstruction errors due to
4545         nonexistant directory.  Handle by returning nil.
4546
4547 2006-05-30  Didier Verna  <didier@xemacs.org>
4548
4549         * message.el (message-dont-reply-to-names): Update the custom type.
4550         * message.el (message-dont-reply-to-names): New defsubst: potentially
4551         convert a list of regexps into a single one.
4552         * message.el (message-get-reply-headers): Use it.
4553         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4554
4555 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4556
4557         * gnus-agent.el (directory-files-and-attributes): Move forward.
4558
4559 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4560
4561         * gnus-ml.el (gnus-mailing-list-subscribe)
4562         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4563         (gnus-mailing-list-message): Fix doc strings.
4564
4565 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4566
4567         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4568         of doing it manually.
4569
4570 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4571
4572         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4573         comment.
4574
4575 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
4576
4577         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4578         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4579         (gnus-agent-read-local): All symbols allocated in my-obarray
4580         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4581         (gnus-agent-regenerate-group): Check numeric names to see if they are
4582         messages or groups.
4583         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4584         better way of do this...)
4585
4586         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4587         'dummy.group' (there should be a better way of do this...)
4588
4589 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4590
4591         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4592         (gnus-saved-headers): Ditto.
4593         (gnus-default-article-saver): Mention functions may have properties.
4594         (gnus-article-save): Override gnus-save-all-headers and
4595         gnus-saved-headers by :headers property which saver function may have.
4596         (gnus-summary-save-in-file): Add :headers property.
4597         (gnus-summary-write-to-file): Ditto.
4598
4599         * gnus-sum.el (gnus-summary-save-article): Bind
4600         gnus-prompt-before-saving to t when saving many articles in a file;
4601         always show all headers.
4602
4603         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
4604
4605 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4606
4607         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4608         marks.
4609
4610         * message.el (message-indent-citation): Add optional arguments to allow
4611         using it outside of message buffers.
4612
4613         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4614         (gnus-article-treat-unfold-headers): Use it.
4615         (gnus-article-truncate-lines): New variable.
4616         (gnus-article-mode): Use it.
4617         (gnus-article-toggle-truncate-lines): New function.
4618
4619         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4620         gnus-article-toggle-truncate-lines.
4621
4622         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4623         coding system in XEmacs, use binary.
4624
4625 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4626
4627         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4628         after-load-alist.
4629
4630         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4631         this function should save decoded articles.
4632         (gnus-summary-write-to-file): Use property to specify this function
4633         should save decoded articles and specify gnus-summary-save-in-file
4634         should be used to save articles other than the first one when saving
4635         many articles.
4636         (gnus-summary-save-body-in-file): Use property to specify this
4637         function should save decoded articles.
4638         (gnus-summary-write-body-to-file): Use property to specify this
4639         function should save decoded articles and specify
4640         gnus-summary-save-body-in-file should be used to save articles other
4641         than the first one when saving many articles.
4642
4643         * gnus-sum.el (gnus-summary-save-article): Simplify.
4644
4645 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4646
4647         * gnus-art.el (gnus-default-article-saver): Add
4648         gnus-summary-write-body-to-file.
4649         (gnus-article-save-coding-system): Don't use coding system object
4650         in XEmacs.
4651         (gnus-read-save-file-name): Add optional `dir-var' argument which
4652         specifies directory in which files are saved; work even if optional
4653         `variable' argument is not specified.
4654         (gnus-summary-write-to-file): Read file name.
4655         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4656         (gnus-summary-write-body-to-file): New function.
4657
4658         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4659         (gnus-summary-local-variables): Add it.
4660         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4661         (gnus-summary-save-article): Remove optional `decode' argument;
4662         determine whether to decode articles by the value of
4663         gnus-default-article-saver; when saving many files using
4664         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4665         it first and use gnus-summary-save-in-file or
4666         gnus-summary-save-body-in-file thereafter unless
4667         gnus-prompt-before-saving is always; move point to article which
4668         will be saved.
4669         (gnus-summary-save-article-file): Revert.
4670         (gnus-summary-write-article-file): Revert.
4671         (gnus-summary-save-article-body-file): Revert.
4672         (gnus-summary-write-article-body-file): New function.
4673
4674 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4675
4676         * gnus-art.el (gnus-default-article-saver): Doc fix.
4677         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4678         from gnus-summary-save-article-coding-system, and default to a
4679         certain coding system.
4680         (gnus-output-to-file): Add coding cookie and encode text according
4681         to gnus-article-save-coding-system; don't use mm-append-to-file.
4682
4683         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4684         gnus-art.el and rename to gnus-article-save-coding-system.
4685         (gnus-summary-save-article): Require gnus-art; don't show all
4686         headers if it decodes articles; don't add coding cookie here;
4687         don't bind mm-text-coding-system-for-write.
4688         (gnus-summary-save-article-file): Save decoded articles.
4689         (gnus-summary-write-article-file): When saving many files, use
4690         gnus-summary-write-to-file first and gnus-summary-save-in-file
4691         thereafter unless gnus-prompt-before-saving is always.
4692         (gnus-summary-save-article-body-file): Save decoded articles.
4693
4694         * lpath.el: Fbind select-safe-coding-system for XEmacs.
4695
4696 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4697
4698         * nnrss.el (nnrss-check-group): Bind hash-index.
4699
4700 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
4701
4702         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4703         its hash index.  Store this hash in `nnrss-group-data'.
4704         (nnrss-read-group-data): Update accordingly.
4705
4706 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4707
4708         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4709         entry.
4710
4711         * gnus-sum.el (gnus-summary-make-menu-bar): Add
4712         gnus-article-browse-html-article.
4713
4714 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
4715
4716         * gnus-sum.el (gnus-summary-mime-map): Add
4717         gnus-article-browse-html-article.
4718
4719         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4720
4721 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4722
4723         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4724         suitable coding systems in customize.
4725
4726 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
4727
4728         * mail-source.el (mail-sources): Fix custom type.
4729
4730 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
4731
4732         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4733         (gnus-summary-expire-articles-now): Shorten prompt.
4734
4735         * gmm-utils.el (wid-edit): Require.
4736         (defun-gmm): Renamed from `gmm-defun-compat'.
4737         (gmm-image-search-load-path): Use it.
4738         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
4739
4740 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4741
4742         * gnus-sum.el (gnus-summary-save-article-coding-system): New
4743         variable.
4744         (gnus-summary-save-article): Add optional `decode' argument.  If
4745         it is set and gnus-summary-save-article-coding-system is non-nil,
4746         save decoded article.
4747         (gnus-summary-write-article-file): Save decoded article if
4748         gnus-summary-save-article-coding-system is non-nil.
4749
4750         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4751         type.
4752
4753 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4754
4755         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4756
4757 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4758
4759         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4760         first to test gnus-single-article-buffer which may be buffer-local.
4761
4762         * gnus-sum.el (gnus-summary-setup-buffer): Make
4763         gnus-single-article-buffer buffer-local and nil in ephemeral
4764         group; make gnus-article-buffer, gnus-article-current, and
4765         gnus-original-article-buffer always buffer-local.
4766         (gnus-summary-exit): Kill article buffer belonging to ephemeral
4767         group.
4768         (gnus-handle-ephemeral-exit): Don't move to next summary line.
4769
4770 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4771
4772         * nnml.el (nnml-request-compact-group): Compressed files might not
4773         have .gz extension.
4774
4775 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4776
4777         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4778         (mm-copy-to-buffer): Use with-current-buffer.
4779         (mm-display-part): Simplify.
4780         (mm-inlinable-p): Add optional arg `type'.
4781
4782 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4783
4784         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4785         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4786         Try harder to show the attachment internally or externally using
4787         gnus-mime-view-part-as-type.
4788
4789 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4790
4791         * message.el (message-from-style, message-signature-separator)
4792         (message-user-organization-file, message-send-mail-function)
4793         (message-citation-line-function, message-yank-prefix)
4794         (message-indent-citation-function, message-signature)
4795         (message-signature-file, message-signature-insert-empty-line):
4796         Remove autoloads.
4797
4798         * gnus-art.el (gnus-buttonized-mime-types): Remove
4799         "multipart/signed".  Revert 2006-04-26 change.
4800
4801 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4802
4803         * gnus.el (gnus-version-number): Bump version.
4804
4805 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4806
4807         * gnus.el: No Gnus v0.5 is released.
4808
4809 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4810
4811         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4812         fetching articles by message-id.
4813
4814 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4815
4816         * message.el (hashcash): Require hashcash as normal.
4817
4818         * ecomplete.el (ecomplete-highlight-match-line): Use
4819         point-at-eol.
4820         (ecomplete-highlight-match-line): Use `highlight', because that
4821         face exists in both Emacs and XEmacs.
4822
4823         * message.el (message-display-abbrev): Use point-at-bol.
4824
4825         * mail-source.el: Don't require timer/timer-funcs.
4826
4827         * gnus-async.el: Ditto.
4828
4829         * password.el: Ditto.
4830
4831         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
4832
4833         * mm-url.el: Ditto.
4834
4835         * gnus-xmas.el: Don't require timer-funcs.
4836
4837         * mm-util.el: Require timer/timer-funcs.
4838
4839 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4840
4841         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4842         Close.
4843
4844 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4845
4846         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4847         unibyte after clear-decrypt function runs.
4848
4849         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4850         returns as a unibyte string.
4851
4852 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4853
4854         * lpath.el: Revert.
4855
4856         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
4857         (pgg-gpg-process-sentinel): Revert.
4858
4859         * pgg-pgp.el (pgg-pgp-process-region): Revert.
4860         (pgg-pgp-lookup-key): Revert.
4861
4862         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
4863         (pgg-pgp5-lookup-key): Revert.
4864
4865         * pgg.el (pgg-fetch-key): Revert.
4866
4867 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4868
4869         * lpath.el: Fbind string-as-multibyte for XEmacs.
4870
4871         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4872         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4873         (mml1991-pgg-encrypt): Ditto.
4874
4875         * pgg-gpg.el (pgg-string-to-multibyte): New function.
4876         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
4877         a multibyte buffer.
4878
4879         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
4880         (pgg-pgp-lookup-key): Ditto.
4881
4882         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
4883         (pgg-pgp5-lookup-key): Ditto.
4884
4885         * pgg.el (pgg-fetch-key): Ditto.
4886
4887 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
4888
4889         * message.el (message-user-organization-file): Check several
4890         locations of the organization file.
4891
4892         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4893         Add gnus-article-view-part-as-type.
4894
4895         * gnus-art.el (gnus-article-view-part-as-type): New function.
4896
4897         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4898         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
4899
4900         * mml.el: Simplify autoload.
4901         (mml-mode): defvar dnd-protocol-alist instead of using
4902         symbol-value.
4903         (mml-default-directory): New variable.
4904         (mml-minibuffer-read-file): Use it.
4905         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4906
4907         * message.el (message-citation-line-format): New variable.
4908         (message-insert-formated-citation-line): New function.
4909         (message-citation-line-function): Add
4910         `message-insert-formated-citation-line' to custom type.
4911
4912         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4913         to doc string.
4914
4915         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4916         depending on mm-verify-option.
4917
4918 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4919
4920         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4921         binding pgg-* variables; reimplement the section which prevents
4922         MIME header from being signed.
4923         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4924         pgg-text-mode; remove a blank line at the top of body.
4925
4926         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4927         lines at the top of body; use gnus-newsgroup-charset if there's no
4928         Charset header.
4929
4930 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * message.el (message-self-insert-commands): Doc fix.
4933
4934         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4935         (mm-uu-pgp-encrypted-test): Ditto.
4936         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4937         between header and body; return application/pgp-encrypted handle
4938         if decryption failed; decode decrypted body by charset.
4939
4940         * mm-decode.el (mm-automatic-display): Don't make application/pgp
4941         element match to application/pgp-*.
4942
4943 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4944
4945         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4946         HTML.
4947
4948 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4949
4950         * mail-source.el (mail-source-call-script): Message the error
4951         string.
4952
4953 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4954
4955         * gnus-util.el (gnus-byte-compile): Use it.
4956
4957 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
4958
4959         * gnus-util.el (kill-empty-logs): New function.
4960
4961 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4962
4963         * message.el (message-mail-alias-type): Doc fix.
4964         (message-mail-alias-type-p): New function.
4965         (message-send): Use it.
4966         (message-mode): Ditto.
4967         (message-strip-forbidden-properties): Ditto.
4968
4969         * ecomplete.el (ecomplete-database-file-coding-system): New
4970         variable.
4971         (ecomplete-save): Use it.
4972         (ecomplete-setup): Use it.
4973
4974 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4975
4976         * message.el (message-self-insert-commands): New variable.
4977         (message-strip-forbidden-properties): Use it.
4978
4979 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4980
4981         * message.el (message-put-addresses-in-ecomplete): Use a regexp
4982         that doesn't make XEmacs choke.
4983
4984 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
4985
4986         * gnus-util.el (gnus-replace-in-string):
4987         Prefer replace-regexp-in-string over of replace-in-string.
4988
4989 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4990
4991         * gnus-util.el (gnus-select-frame-set-input-focus):
4992         Use select-frame-set-input-focus if it is available in XEmacs; use
4993         definition defined in Emacs 22 for old Emacsen.
4994
4995         * dgnushack.el: Autoload unmorse-region for XEmacs.
4996
4997         * lpath.el: Bind cursor-in-non-selected-windows and
4998         select-frame-set-input-focus for XEmacs.
4999
5000 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5001
5002         * mm-view.el (mm-inline-text): Use equal instead of equalp.
5003
5004 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
5005
5006         * gnus-registry.el (gnus-registry-cache-save): Remove text
5007         properties when saving via the temp buffer.
5008
5009 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5010
5011         * message.el (message-generate-hashcash): Honor custom type.
5012
5013 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5014
5015         * message.el (message-generate-hashcash): Default to non-nil when
5016         hashcash is found.
5017
5018         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5019         (gnus-refer-thread-limit): Increase default to 500.
5020
5021         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
5022
5023         * flow-fill.el (fill-flowed): Allow delete-space.
5024
5025 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5026
5027         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5028         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5029         Remove autoloads.
5030
5031 2006-04-18  Simon Josefsson  <jas@extundo.com>
5032
5033         * message.el (message-generate-hashcash): Default to.
5034
5035 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5036
5037         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5038         concatenating segments rather than before concatenating them.
5039
5040 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5041
5042         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
5043
5044 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5045
5046         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
5047
5048         * message.el (message-forward-make-body-plain): Allow
5049         message-forward-ignored-headers to be a list.
5050         (message-remove-ignored-headers): Factor out into function.
5051         (message-forward-make-body-mml): Use it.
5052
5053         * imap.el (imap-quote-specials): New function.
5054         (imap-login-auth): Quote specials.
5055
5056         * rfc2231.el (rfc2231-parse-string): Remove dead code.
5057         (rfc2231-parse-string): Allow concatanation of parameters that
5058         aren't contiguous.  The test case is
5059           (mail-header-parse-content-type "message/external-body;
5060             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
5061             access-type=LOCAL-FILE;
5062             name*1*=plugh%2fhello-sailor%2fbing.pdf")
5063
5064 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5065
5066         * nntp.el (nntp-accept-process-output): Return the value of
5067         `nnheader-accept-process-output'.
5068
5069 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5070
5071         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
5072         (gnus-button-alist): Recognize more diff formats.
5073         (gnus-button-patch): Strip directory.
5074
5075 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5076
5077         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
5078         Emacs 22 when setting focus.
5079
5080 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5081
5082         * gnus-art.el (gnus-article-treat-types): Do treatment of
5083         text/x-verbatim parts.
5084         (gnus-button-patch): New command.
5085
5086         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5087         addresses that contain invalid characters.
5088
5089 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5090
5091         * message.el (message-put-addresses-in-ecomplete): Use
5092         gnus-replace-in-string.
5093         (message-is-yours-p): Use the more correct
5094         mail-header-parse-address instead of
5095         mail-extract-address-components.
5096         (message-put-addresses-in-ecomplete): Fix typo.
5097
5098         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5099         keystroke.
5100
5101         * gnus-art.el (gnus-treatment-function-alist): Change order of
5102         newsgroups/generic header folding to avoid double-folding.
5103
5104         * message.el (message-hidden-headers): Add X-Draft-From.
5105
5106         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5107         command.
5108         (gnus-summary-repeat-search-article-backward): New command.
5109
5110         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5111         groups in the parent topic.
5112
5113 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
5114
5115         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5116         (spam-extra-header-to-number): Return the CRM114 number as a
5117         number instead of a string.
5118
5119 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5120
5121         * gnus-art.el (gnus-face-properties-alist): Moved here from
5122         gnus-fun.
5123
5124         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5125
5126 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5127
5128         * message.el (message-strip-forbidden-properties): Only display on
5129         self-insert-command.
5130
5131         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5132         reindent.
5133         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5134
5135 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
5136
5137         * smiley.el (smiley-style): Fix typo.
5138
5139 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5140
5141         * hashcash.el (hashcash-insert-payment-async-2): Use
5142         message-goto-eoh instead of doing it manually.
5143         (mail-add-payment): Use message-narrow-to-header instead of trying
5144         to do the same itself.
5145
5146         * message.el (message-hidden-headers): Add Face.
5147
5148         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5149         reparenting code.
5150         (gnus-summary-reparent-children): Refactored out code.
5151         (gnus-summary-thread-map): New keystroke.
5152         (gnus-summary-reparent-children): Make into command.
5153
5154         * smiley.el (smiley-style): Default to `medium' if using a large
5155         font.
5156
5157         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5158         does it itself.
5159
5160         * message.el (message-point-in-header-p): Simplify definition.
5161
5162 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5163
5164         * nnagent.el (nnagent-request-set-mark): Silence log file
5165         writing.
5166         (nnagent-request-set-mark): Use write-region instead of
5167         append-to-file.
5168
5169         * gnus-sum.el (gnus-read-header): Fudge article number if using a
5170         strange select method.
5171
5172         * ecomplete.el (ecomplete-display-matches): Get highlightling
5173         right.
5174         (ecomplete-display-matches): Use literals.
5175         (ecomplete-display-matches): Disable message logging.
5176
5177         * message.el (message-display-abbrev): Small optimization.
5178
5179         * ecomplete.el (ecomplete-display-matches): Allow automatic
5180         display.
5181
5182         * message.el (message-strip-forbidden-properties): Display
5183         abbrevs.
5184         (message-display-abbrev): Get automatic display right.
5185
5186         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5187         keystrokes.
5188
5189 2006-04-13  Romain Francoise  <romain@orebokech.com>
5190
5191         TODO: Backport to v5-10!
5192
5193         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5194         Moved here (and renamed) from gnus-registry.el.
5195
5196         * gnus-registry.el: Require gnus-util.
5197         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5198
5199 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5200
5201         * gnus-group.el (gnus-group-catchup-current): Change
5202         if-then-else-if-then-else into cond.
5203         (gnus-group-catchup): Indent.
5204         (group-name-at-point): New function.
5205         (gnus-fetch-group): Provide default from thing at point.
5206
5207 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5208
5209         * message.el (message-display-abbrev): Fix regexp.
5210
5211         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5212         choosing.
5213         (ecomplete-highlight-match-line): Fix up code rewrite, remove
5214         dead variables.
5215
5216         * message.el (message-newline-and-indent): Remove debugging.
5217         (message-display-abbrev): Use new implementation.
5218
5219 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5220
5221         * gnus-art.el (gnus-article-mode): Set
5222         cursor-in-non-selected-windows to nil.
5223
5224         * smiley.el: Revert previous change.
5225         (smiley-data-directory): defvar it before using it in the
5226         defcustom of `smiley-style'.
5227
5228 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5229
5230         * message.el (message-newline-and-indent): New function.
5231
5232         * ecomplete.el: Implement more bits.
5233
5234         * message.el (message-put-addresses-in-ecomplete): Clean up the
5235         string.
5236
5237         * ecomplete.el (ecomplete-add-item): Chop off decimals.
5238
5239         * gnus-sum.el (gnus-summary-save-parts): Bind
5240         gnus-summary-save-parts-counter and use it to make unique file
5241         names.
5242
5243         * gnus-art.el (gnus-ignored-headers): Add some more headers.
5244
5245         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5246         parameter to say whether to actually parse the individual
5247         addresses.
5248
5249         * message.el (message-put-addresses-in-ecomplete): New function.
5250         (ecomplete): Require.
5251         (message-mail-alias-type): Add ecomplete as an option.
5252
5253 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
5254
5255         * flow-fill.el (fill-flowed): Remove trailing space from blank
5256         quoted lines.
5257
5258 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5259
5260         * smiley.el (smiley-style): Move definition later to avoid a
5261         compilation warning.
5262
5263 2006-04-12  Kenichi Handa  <handa@m17n.org>
5264
5265         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5266         buffer and then decode the buffer text if necessary.
5267         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5268         first, and after mm-encode-body, change the buffer to unibyte.
5269         Use mm-disable-multibyte instead of set-buffer-multibyte.
5270
5271 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5272
5273         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5274         Content-Type header instead of Content-Disposition header.
5275         (gnus-mime-inline-part): Ditto.
5276         (gnus-mime-view-part-as-charset): Ignore charset that the part
5277         specifies.
5278
5279         * mm-decode.el (mm-display-part): Work with external parts and
5280         usual parts similarly.
5281
5282         * mm-extern.el (mm-inline-external-body): Use mm-display-part
5283         instead of gnus-display-mime.
5284
5285         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5286         instead of with-temp-buffer.
5287
5288         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5289         tag to summarized topics part in order to encode non-ASCII text.
5290
5291 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5292
5293         * smiley.el (smiley-style): New variable.
5294         (smiley-directory): New function.
5295         (smiley-data-directory): Derive from `smiley-style' using
5296         `smiley-directory'.
5297         (smiley-regexp-alist): Add new entries.
5298
5299         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5300         (gnus-article-browse-delete-temp): Add :version.
5301
5302 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
5303
5304         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5305         the sieve region.
5306
5307 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5308
5309         * gnus.el (gnus-version-number): Bump version.
5310
5311 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5312
5313         * gnus.el: No Gnus v0.4 is released.
5314
5315 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5316
5317         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5318         layout.
5319
5320         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5321         unknown charset.
5322
5323         * message.el (message-header-synonyms): Add Original-To to the
5324         default.
5325
5326         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5327         optional parameter.
5328
5329 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5330
5331         * gnus-fun.el (gnus): Require it for gnus-directory.
5332
5333 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5334
5335         * gnus-fun.el (gnus-face-properties-alist): Add :version.
5336
5337 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5338
5339         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5340
5341 2006-04-05  Simon Josefsson  <jas@extundo.com>
5342
5343         * password.el (password-reset): New function.
5344
5345 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5346
5347         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5348         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5349
5350 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5351
5352         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5353         Some whitespace was matched into the url, which broke browsing hits
5354         > 100 when mm-url-use-external was nil.
5355
5356 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5357
5358         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5359         gnus-extra-headers for 'Newsgroups.
5360
5361         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5362         bound.
5363
5364 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5365
5366         * pgg-gpg.el: Clean up process buffers every time gpg processes
5367         complete.
5368
5369 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5370
5371         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5372         doc string.
5373
5374 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5375
5376         * pgg-gpg.el (pgg-gpg-process-filter)
5377         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5378
5379         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5380         lines, temporary fix.
5381
5382 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5383
5384         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5385
5386 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5387
5388         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5389         default-enable-multibyte-characters.  This reverts the change from
5390         revision 6.17 which is no longer necessary because the passphrase
5391         is sent separately now.  GnuPG messages are unreadable under
5392         multibyte locales with default-enable-multibyte-characters set to
5393         nil.
5394
5395 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5396
5397         * message.el (message-tool-bar-gnome): Move "spell".
5398
5399 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5400
5401         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5402         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5403         instead.
5404
5405 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5406
5407         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5408         newsgroups handling for NNTP overviews which don't include
5409         Newsgroups.
5410
5411 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5412
5413         * message.el (message-resend): Bind message-generate-hashcash to nil.
5414
5415 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5416
5417         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5418         when searching for already-paid recipients.
5419
5420 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5421
5422         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5423         passphrases when it is not needed.
5424         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5425         passphrase stuff from gpg, should only be necessary when you use
5426         gpg with a smartcard.
5427
5428 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5429
5430         * mml.el (mml-insert-mime): Ignore cached contents of
5431         message/external-body part.
5432
5433         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5434         (mm-insert-part): Ditto.
5435
5436 2006-03-23  Simon Josefsson  <jas@extundo.com>
5437
5438         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5439         Reiner.
5440         (pgg-gpg-use-agent-p): Use it again.
5441
5442 2006-03-23  Simon Josefsson  <jas@extundo.com>
5443
5444         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5445         older emacsen.
5446         (pgg-gpg-use-agent-p): Don't use it.
5447
5448 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
5449
5450         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5451         if we can.
5452
5453 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5454
5455         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5456         (pgg-gpg-update-agent): New function.
5457         (pgg-gpg-use-agent-p): New function.
5458         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5459         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5460         (pgg-gpg-sign-region): Use it.
5461
5462 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5463
5464         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5465         Reported by Ralf Wachinger <rwachinger@gmx.de>.
5466
5467 2006-03-21  Simon Josefsson  <jas@extundo.com>
5468
5469         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5470         <wilde@sha-bang.de>.
5471         (pgg-gpg-use-agent): New variable.
5472         (pgg-gpg-process-region): Use it.
5473         (pgg-gpg-encrypt-region): Likewise.
5474         (pgg-gpg-encrypt-symmetric-region): Likewise.
5475         (pgg-gpg-decrypt-region): Likewise.
5476         (pgg-gpg-sign-region): Likewise.
5477         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5478
5479 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5480
5481         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5482
5483         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5484         Add comment on version.
5485
5486 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5487
5488         * smiley.el: Add missing test smiley.
5489
5490 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5491
5492         * mm-decode.el (mm-with-part): New macro.
5493         (mm-get-part): Use it; work with message/external-body as well.
5494         (mm-save-part): Treat name and filename equally.
5495
5496         * mm-extern.el (mm-extern-cache-contents): New function.
5497         (mm-inline-external-body): Use it; force the part to be displayed;
5498         move undisplayer added to the cached handle to the parent.
5499
5500         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5501         (gnus-mime-view-part-as-type): Work with message/external-body.
5502
5503         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5504
5505 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5506
5507         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5508         images in image-load-path.  [Sync with image.el, revision 1.60, in
5509         Emacs.]
5510
5511 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5512
5513         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5514         path rather than symbol.  Always return list of directories.
5515         Guarantee that image directory comes first.  [Sync with image.el,
5516         revision 1.59, in Emacs.]
5517
5518         * message.el (message-make-tool-bar): Adjust to new API of
5519         `gmm-image-load-path-for-library'.
5520
5521         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5522
5523         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5524
5525 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5526
5527         * gnus-art.el (gnus-article-only-boring-p):
5528         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5529         intangible text.
5530         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5531
5532 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
5533
5534         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
5535         `defun' instead of `gmm-defun-compat'.
5536
5537 2006-03-14  Simon Josefsson  <jas@extundo.com>
5538
5539         * message.el (message-unique-id): Don't use message-number-base36
5540         if (user-uid) is a float.
5541         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5542
5543 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5544
5545         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5546
5547         * gnus-art.el (gnus-mime-display-single): Make sure there is an
5548         empty line between a part and a message part.
5549
5550 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5551
5552         * smiley.el: Add more test smileys.
5553         (smiley-data-directory, smiley-regexp-alist)
5554         (gnus-smiley-file-types): Fix doc strings.
5555         (smiley-update-cache): Clear smiley-cached-regexp-alist before
5556         adding new elements.
5557         (smiley-mouse-map): Unused code.  Make it a comment.
5558
5559 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5560
5561         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5562         scan latest NoCeM messages instead of old ones.
5563         (gnus-nocem-check-article): Fix regexps so as to match to PGP
5564         delimiters that are recently used.
5565         (gnus-nocem-load-cache): Add autoload cookie.
5566
5567         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5568
5569         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5570         level which is larger than gnus-use-nocem is specified.
5571
5572         * gnus-group.el (gnus-group-get-new-news): Ditto.
5573
5574 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5575
5576         * gnus-util.el (gnus-tool-bar-update): New function.
5577
5578         * gnus-group.el (gnus-group-update-tool-bar): New variable.
5579         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5580
5581         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5582
5583         * gnus-group.el (gnus-group-redraw-when-idle)
5584         (gnus-group-redraw-check): Remove.
5585         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5586
5587 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5588
5589         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5590         if optional last element is specified in splits (FIELD VALUE...).
5591
5592 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
5593
5594         * message.el (message-make-tool-bar): Rename gmm-image-load-path
5595         to gmm-image-load-path-for-library.  Call with no-error argument.
5596         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5597
5598         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5599
5600         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5601
5602         * gmm-utils.el (gmm-image-load-path): Remove alias.
5603
5604 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
5605
5606         * gmm-utils.el (gmm-image-load-path): Add alias.
5607
5608         * nnml.el (nnml-generate-nov-databases-directory): Rename from
5609         nnml-generate-nov-databases-1.
5610         (nnml-generate-nov-databases): Use it.
5611         (nnml-generate-nov-databases-directory): Document no-active
5612         argument.
5613
5614         * gmm-utils.el (gmm-image-load-path-for-library): Return single
5615         directory if path is t.  Add no-error.
5616
5617         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5618         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5619
5620         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5621         resetting gnus-article-browse-html-temp-list.
5622
5623         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5624         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
5625         Add example to docstring.  Rename local variables.  Move error
5626         checks to default case in cond and simplify.
5627
5628 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5629
5630         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5631         handle is multipart when calling it recursively.
5632         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5633
5634 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
5635
5636         * nnimap.el (nnimap-request-update-info-internal): Optimize.
5637         Don't `gnus-uncompress-range' to avoid excessive memory usage.
5638
5639 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5640
5641         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5642         is loaded.
5643
5644         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5645         loaded.
5646
5647 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5648
5649         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5650         to "Emacs 23 (unicode)" in doc string.
5651
5652         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5653         "Emacs 23 (unicode)" in comment.
5654
5655 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5656
5657         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5658
5659         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5660         characters 160 through 255 in Emacs 23.
5661
5662 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5663
5664         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5665         gnus-article-browse-html-temp.
5666         (gnus-article-browse-delete-temp): Make it customizable.  Add
5667         `file'.  Adjust doc string.
5668         (gnus-article-browse-delete-temp-files): Add argument.  Allow
5669         query for each file.  Adjust doc string.
5670         (gnus-article-browse-html-parts): Add
5671         `gnus-article-browse-delete-temp-files' to
5672         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5673
5674 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
5675
5676         * gnus-art.el (gnus-article-browse-html-temp)
5677         (gnus-article-browse-delete-temp): New variables.
5678         (gnus-article-browse-delete-temp-files): New function.
5679         (gnus-article-browse-html-parts): Use it.
5680
5681 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5682
5683         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5684
5685         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5686         string.
5687
5688         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5689         gnus-summary-insert-new-articles when unplugged.  Remove
5690         gnus-summary-search-article-forward.
5691
5692         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5693         display-visual-class instead of display-color-cells.
5694
5695 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5696
5697         * dgnushack.el: Autoload customize-group for XEmacs.
5698
5699         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5700         message/* containing non-ASCII text properly.
5701
5702 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5703
5704         * message.el: Require gmm-utils, remove autoloads.
5705         (message-tool-bar): Set default based on
5706         gmm-tool-bar-style.
5707         (message-tool-bar-gnome): Add gmm-customize-mode.
5708
5709         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5710         gmm-tool-bar-style.
5711         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5712
5713         * gnus-group.el (gnus-group-tool-bar): Set default based on
5714         gmm-tool-bar-style.
5715         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5716
5717         * gmm-utils.el (gmm-image-directory): Rename variable from
5718         gmm-image-load-path.
5719         (gmm-image-load-path): Use gmm-image-directory.
5720         (gmm-customize-mode): New function.
5721         (gmm-tool-bar-style): New variable.
5722
5723         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5724         gnus-group-redraw-line-number.
5725         (gnus-group-redraw-check): Simplify.
5726         (gnus-group-tool-bar-update): Remove redraw check.
5727         (gnus-group-make-tool-bar): Add redraw check.
5728
5729 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
5730
5731         * gnus-art.el (gnus-button): Add missing parentheses.
5732
5733 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5734
5735         * lpath.el: Fbind line-number-at-pos.
5736
5737 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5738
5739         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5740
5741 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5742
5743         * gnus-art.el (gnus-button): New face.
5744         (gnus-article-button-face): Use it.
5745
5746         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5747         gnus-summary-next-page.  Re-order.
5748
5749         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5750         next-node are now included.
5751         (gnus-group-redraw-line-number): New internal variable.
5752         (gnus-group-redraw-check): Helper function for updating the tool
5753         bar.
5754         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5755
5756         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5757
5758         * spam.el (spam-spamassassin-score-regexp): New internal variable.
5759         (spam-extra-header-to-number, spam-check-spamassassin-headers):
5760         Use it to match format of Spamassassin 3.0 and later.  Reported by
5761         IRIE Tetsuya <irie@t.email.ne.jp>.
5762         (spam-check-bogofilter)
5763         (spam-bogofilter-register-with-bogofilter): Fix args of
5764         `gnus-error' calls.
5765
5766 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5767
5768         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5769         unnecessary interaction when sending queued mails.  Reported by
5770         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5771
5772 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5773
5774         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5775         first or last are nil.
5776
5777 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5778
5779         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5780
5781 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5782
5783         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5784
5785 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5786
5787         * dns.el (query-dns): Protect more against buggy tcp output.
5788
5789 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5790
5791         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5792         nov.php.
5793
5794 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5795
5796         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5797         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5798         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
5799         output on the server side.
5800         (nnweb-google-create-mapping): Update regexps and add some
5801         progress indication.
5802
5803 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
5804
5805         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5806         gnus-agent-toggle-plugged.  Re-order icons.
5807         (gnus-group-tool-bar-gnome): Add
5808         gnus-group-{prev,next}-unread-group.
5809         (gnus-group-tool-bar-gnome): Re-order icons.
5810
5811         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5812         gnus-summary-insert-new-articles.
5813
5814         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5815         comments.
5816
5817         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
5818         also available in Emacs 21.3.
5819
5820         * message.el (message-fix-before-sending): Change "Emacs 22" to
5821         "Emacs 23 (unicode)" in comment.
5822
5823         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5824         "Emacs 23 (unicode)" in comment.
5825
5826         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5827         comment.
5828         (mm-coding-system-p): Add comment about no-MULE XEmacs.
5829
5830         * mm-view.el (mm-fill-flowed): Add :version.
5831
5832 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5833
5834         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5835         and load-path.
5836
5837 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
5838
5839         * message.el: Autoload gmm-image-load-path.
5840         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5841         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
5842         consitency.
5843
5844         * gmm-utils.el (gmm-image-load-path): Also search in
5845         "../etc/images".  Don't set gmm-image-load-path if we don't find
5846         the image.
5847
5848 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5849
5850         * gmm-utils.el (gmm-image-load-path): Don't make
5851         `gmm-image-load-path' include subdirectories which the second arg
5852         `image' might specify.
5853
5854         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5855         subdirectory to icon file names.
5856
5857         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5858
5859 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5860
5861         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5862         gmm-image-load-path calls.
5863
5864         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5865
5866         * message.el (message-make-tool-bar): Ditto.
5867
5868         * mml.el (mml-preview): Added comment concerning tool bar icons.
5869
5870         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5871         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5872
5873         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5874         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5875
5876         * message.el (message-tool-bar-gnome): Use new icon names.
5877         (message-make-tool-bar): Use `gmm-image-load-path'.
5878
5879         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5880         functions from MH-E.
5881         (gmm-image-load-path): New variable from MH-E.
5882         (gmm-image-load-path): New function from MH-E.  Added arguments
5883         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
5884         *-image-load-path-called-flag.
5885
5886 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
5887
5888         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5889
5890 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
5891
5892         * nnimap.el (nnimap-request-move-article): Change folder back to
5893         source group before deleting.
5894
5895 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
5896
5897         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5898
5899         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5900         mm-url.
5901
5902         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5903
5904 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5905
5906         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5907         coding system which mm-charset-to-coding-system returns for a
5908         given charset is valid.
5909
5910 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
5911
5912         * html2text.el (html2text-remove-tag-list):
5913         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5914
5915 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
5916
5917         * gnus-cus.el: Revert 2005-10-17 change.
5918
5919 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5920
5921         * gnus-art.el (article-strip-banner): Call
5922         article-really-strip-banner only when the regexp match is made.
5923
5924 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5925
5926         * gnus-art.el (article-strip-banner): Use
5927         gnus-extract-address-components instead of
5928         mail-header-parse-addresses to make it work with non-ASCII text;
5929         remove mail-encode-encoded-word-string.
5930
5931         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5932         values which are surrounded with \"...\"; make it never cause a
5933         Lisp error; give up parsing of parameters if it failed in
5934         extracting type.
5935
5936 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
5937
5938         * smime.el (smime-cert-by-ldap-1): Fix bug where
5939         `smime-ldap-search' returns results without userCertificates.
5940
5941 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5942
5943         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5944
5945 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5946
5947         * spam.el (spam-check-spamassassin-headers): Adapt format for
5948         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
5949         <ari@mbf.ocn.ne.jp>.
5950         (spam-list-of-processors): Add spam-use-gmane.
5951
5952 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5953
5954         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5955         make-temp-file; make it work with XEmacs as well.
5956
5957         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5958         mm-make-temp-file.
5959
5960         * mm-decode.el (mm-display-external): Use the 3rd arg of
5961         mm-make-temp-file.
5962         (mm-create-image-xemacs): Ditto.
5963
5964 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5965
5966         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5967         with message-narrow-to-headers.
5968         (gnus-draft-setup): Narrow to header to run message-fetch-field.
5969         (gnus-draft-check-draft-articles): New function.
5970         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5971
5972 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5973
5974         * gnus-art.el (gnus-article-browse-html-parts):
5975         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5976         Don't use suffix argument for mm-make-temp-file for Emacs 21
5977         compatibility.  Remove useless `format'.
5978
5979 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5980
5981         * nnweb.el (nnweb-google-wash-article): Update regexps.
5982         (nnweb-group-alist): Use defvoo instead of defvar.
5983
5984 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5985
5986         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5987         re-loading nn* modules.
5988
5989 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5990
5991         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5992         for `tool-bar-mode' and don't check it's default-value.
5993
5994         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5995
5996         * message.el (message-make-tool-bar): Ditto.
5997
5998         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5999         `substring'.  Shorten tmp-file name.
6000
6001         * gnus.el: Remove bogus comment.
6002
6003 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
6004
6005         * gnus-art.el (gnus-article-browse-html-parts): New function.
6006         (gnus-article-browse-html-article): New function for viewing html
6007         articles with a browser.
6008
6009 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
6010
6011         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
6012         in elisp.
6013         (pgg-gpg-encrypt-symmetric-region): Ditto.
6014         (pgg-gpg-sign-region): Ditto.
6015
6016         * pgg-def.el (pgg-text-mode): New variable.
6017
6018         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6019         (mml2015-pgg-encrypt): Ditto.
6020
6021         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6022         (mml1991-pgg-encrypt): Ditto.
6023
6024 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6025
6026         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6027         message-make-date instead of current-time-string.
6028
6029         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6030         to gnus-decoded which mm-uu might set.
6031
6032 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6033
6034         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6035         don't decode quoted parameters; remove misimported Emacs code.
6036         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6037         (rfc2231-decode-encoded-string): Don't use split-string which
6038         behaves differently according to Emacs version; use
6039         mm-decode-coding-region to convert charset to coding-system.
6040         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6041         (rfc2231-encode-string): Remove misimported Emacs code.
6042
6043 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6044
6045         * gnus-art.el (article-decode-charset): Don't use ignore-errors
6046         when calling mail-header-parse-content-type.
6047         (article-de-quoted-unreadable): Ditto.
6048         (article-de-base64-unreadable): Ditto.
6049         (article-wash-html): Ditto.
6050
6051         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6052         calling mail-header-parse-content-type and
6053         mail-header-parse-content-disposition.
6054         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6055         mail-header-parse-content-type.
6056
6057         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6058         insert charset and format parameters; encode description after
6059         inserting it to buffer.
6060         (mml-insert-parameter): Fold lines properly even if a parameter is
6061         segmented into two or more lines; change the max column to 76.
6062
6063         * rfc1843.el (rfc1843-decode-article-body): Don't use
6064         ignore-errors when calling mail-header-parse-content-type.
6065
6066         * rfc2231.el (rfc2231-parse-string): Return at least type if
6067         possible; don't cause an error even if it fails in parsing of
6068         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6069         (rfc2231-encode-string): Don't break lines at the beginning, leave
6070         it to mml-insert-parameter.
6071
6072         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
6073         calling mail-header-parse-content-type.
6074
6075 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
6076
6077         * spam-report.el (spam-report-gmane-use-article-number):
6078         Improve doc string.
6079         (spam-report-gmane-internal): Check if a suitable header was found
6080         in the article.
6081
6082 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6083
6084         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
6085         (rfc2231-encode-string): Make param*=value always begin with LWSP.
6086
6087 2006-02-05  Romain Francoise  <romain@orebokech.com>
6088
6089         Update copyright notices of all files in the gnus directory.
6090
6091 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6092
6093         * nnweb.el (nnweb-request-group): Avoid growing overview files.
6094
6095 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6096
6097         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6098         segmented lines of parameter value to cope with Thunderbird 1.5
6099         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6100         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6101         (rfc2231-encode-string): Don't make lines exceeding 76 column.
6102
6103 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
6104
6105         * mml.el (mml-generate-mime-1): Correct the order of inline signed
6106         parts.
6107
6108 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6109
6110         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6111         there's only one active file for all servers.
6112         (nnweb-request-scan): Make sure nnweb-articles is initialized on
6113         solid groups.  Gnus might have used a FAST request to select the group.
6114         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6115         and nnweb-search redundantly in the active file.
6116         (nnweb-request-list): Don't list bogus groups.  There can only be one.
6117         (nnweb-request-create-group): Don't use ARGS.
6118         (nnweb-possibly-change-server, nnweb-request-group): Remove some
6119         initialisations.  Let nnoo do the work.
6120
6121 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6122
6123         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6124         Say the part has been decoded.
6125
6126         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
6127
6128 2006-01-31  Kevin Ryde  <user42@zip.com.au>
6129
6130         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6131         mailcap-viewer-test-cache when there's no 'test clause, since that
6132         will invert the meaning of a "nil" test previously determined by
6133         mailcap-mailcap-entry-passes-test.
6134
6135 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6136
6137         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6138         compiling.
6139
6140         * gnus-sum.el: Ditto.
6141
6142         * message.el: Don't bind tool-bar-map when compiling.
6143
6144 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
6145
6146         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6147
6148 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6149
6150         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6151         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6152         current Google Groups.
6153
6154 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
6155
6156         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6157         and tool-bar-mode.
6158
6159         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6160         and tool-bar-mode.
6161
6162         * message.el (message-tool-bar-update): Simplify.
6163         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6164
6165         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6166         gnus-summary-buffer.
6167         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6168         gnus-summary-reply.
6169
6170         * gmm-utils.el (gmm): Add :version.
6171
6172 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6173
6174         * Makefile.in (clean): New rule.
6175         (distclean): Use it.
6176
6177 2006-01-26  Steve Youngs  <steve@sxemacs.org>
6178
6179         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6180         autoload.
6181
6182 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * gmm-utils.el (gmm-verbose): Add :group.
6185
6186 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
6187
6188         * message.el: Change some comments WRT tool-bars.
6189
6190         * gnus-sum.el (gnus-summary-tool-bar)
6191         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6192         (gnus-summary-tool-bar-zap-list): New variables.
6193         (gnus-summary-make-tool-bar): Complete rewrite using
6194         `gmm-tool-bar-from-list'.
6195
6196         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6197         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6198         variables.
6199         (gnus-group-make-tool-bar): Complete rewrite using
6200         `gmm-tool-bar-from-list'.
6201         (gnus-group-tool-bar-update): New function.
6202
6203         * message.el (message-mode-field-menu): Add "Show hidden Headers".
6204
6205 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6206
6207         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6208         is dissected into a single part of which the type is the same as
6209         the given one; decode charset.
6210
6211 2006-01-21  Kevin Ryde  <user42@zip.com.au>
6212
6213         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6214         into alists as symbol not string, since that's what
6215         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6216         look for.
6217
6218 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
6219
6220         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6221         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6222
6223         * message.el (message-tool-bar-gnome): Use gmm-ignore.
6224
6225 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
6228         (gnus-xmas-mime-security-button-menu): New function.
6229
6230         * gnus-art.el (gnus-mime-security-button-commands): New variable.
6231         (gnus-mime-security-button-menu): New definition.
6232         (gnus-mime-security-button-map): Use them.
6233         (gnus-mime-security-button-menu): New function.
6234         (gnus-insert-mime-security-button): Addition to help echo.
6235         (gnus-mime-security-run-function, gnus-mime-security-save-part)
6236         (gnus-mime-security-pipe-part): New functions.
6237
6238         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6239         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6240
6241         * mm-decode.el (mm-handle-set-disposition): Remove.
6242         (mm-handle-set-description): Remove.
6243
6244 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6245
6246         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6247         (mm-w3m-standalone-supports-m17n-p): New function.
6248         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6249         w3m usage.
6250
6251         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6252         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6253
6254 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6255
6256         * message.el (message-tool-bar-zap-list): Use
6257         gmm-tool-bar-zap-list as custom type.
6258         (message-tool-bar-update): New function.
6259         (message-tool-bar, message-tool-bar-gnome)
6260         (message-tool-bar-retro): Add message-tool-bar-update.
6261         (message-tool-bar-gnome): Add flyspell-buffer.
6262
6263         * gnus-util.el (gnus-error): Describe `args'.
6264
6265         * gmm-utils.el (gmm-error): Describe `args'.
6266         (gmm-tool-bar-zap-list): New widget.
6267         (gmm-tool-bar-from-list): Improve description of `zap-list'.
6268
6269 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6270
6271         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6272         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6273         the number of recursive calls.
6274
6275         * mm-decode.el (mm-handle-set-disposition): New macro.
6276         (mm-handle-set-description): New macro.
6277
6278 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6279
6280         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6281         encoding.
6282
6283 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6284
6285         * message.el (message-tool-bar-zap-list, message-tool-bar)
6286         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6287         (message-tool-bar-local-item-from-menu): Remove.
6288         (message-tool-bar-map): Replace by `message-make-tool-bar'.
6289         (message-make-tool-bar): New function.
6290         (message-mode): Use `message-make-tool-bar'.
6291
6292         * gmm-utils.el: New file.
6293         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6294         (gmm-lazy): New widget copied from `nnmail.el'.
6295         (gmm-tool-bar-from-list): New function for creating customizable
6296         tool bars.
6297         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
6298         output.
6299         (gmm): Add :prefix to defgroup.
6300
6301 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6302
6303         * gmm-utils.el (gmm-widget-p): New function.
6304
6305 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6306
6307         * mml.el (mml-attach-file): Describe `description' in doc string.
6308         (mml-menu): Add Emacs MIME manual and PGG manual.
6309
6310 2006-01-20  Richard M. Stallman  <rms@gnu.org>
6311
6312         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6313
6314 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
6315
6316         * nntp.el (nntp-end-of-line): Doc fix.
6317
6318 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
6319
6320         * imap.el (imap-open): Handle case where buffer is a buffer
6321         object.
6322
6323 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6324
6325         * gnus-delay.el (gnus-delay): Don't autoload.
6326         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6327         to be re-loaded when customizing the `gnus-delay' group.
6328
6329 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
6330
6331         * message.el (message-insert-citation-line): Use newlines.
6332
6333 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6334
6335         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6336         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
6337         these routines, so the passphrase can be managed externally and
6338         passed in to the system.
6339         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6340         pgg-add-passphrase-to-cache function.
6341
6342         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6343         (pgg-pgp5-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         (pgg-pgp5-sign-region): Use new name of
6347         pgg-add-passphrase-to-cache function.
6348
6349 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6350
6351         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6352         part of the decoded armor to find the key-identifier.
6353         (pgg-gpg-lookup-key-owner): New function to return the
6354         human-readable identifier of a key owner.
6355         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
6356         itself.
6357         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6358         the key value) if we have a key and can match it against a secret
6359         key.  Also, added a note pointing out fact that the prompt only
6360         indicates the first matching key.
6361
6362         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
6363         pgg-decrypt-region.
6364         (pgg-add-passphrase-to-cache): Rename from
6365         `pgg-add-passphrase-cache' to reduce confusion (all callers
6366         changed).
6367         (pgg-remove-passphrase-from-cache): Rename from
6368         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6369         changed).
6370         (pgg-read-passphrase, pgg-add-passphrase-cache)
6371         (pgg-remove-passphrase-cache): Add informative docstrings.
6372         (pgg-decrypt): Convey provided passphrase in subordinate call to
6373         pgg-decrypt-region.
6374
6375 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
6376
6377         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6378         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6379         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6380         'passphrase' argument, so the passphrase can be managed externally
6381         and then passed in to the system.
6382
6383         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6384         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
6385         so the passphrase cache can be used reliably with identifiers
6386         besides a pgp packet's key id.
6387
6388         * pgg-gpg.el (pgg-gpg-encrypt-region)
6389         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6390         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
6391         these routines, so the passphrase can be managed externally and
6392         passed in to the system.
6393
6394         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6395         'notruncate' argument, so the passphrase cache can be used
6396         reliably with identifiers besides a pgp packet's key id.
6397
6398 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
6399
6400         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6401         symmetric encryption.
6402         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6403         encrypted session key.
6404         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6405         message ask for the passphrase in a proper way.
6406
6407         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6408         New user commands for symmetric encryption.
6409
6410 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6413
6414         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6415
6416 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6417
6418         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6419
6420 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * mm-decode.el (mm-inlined-types): Add application/pgp.
6423         (mm-automatic-display): Ditto.
6424
6425         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6426         part as text.
6427
6428 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6429
6430         * nnrss.el: Update copyright.
6431         (nnrss-opml-import): Query whether to subscribe to each entry.
6432
6433         * gnus-art.el:
6434         * gnus-sum.el:
6435         * gnus-xmas.el:
6436         * messagexmas.el:
6437         * mm-uu.el:
6438         * mm-view.el: Update copyright.
6439
6440 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
6441
6442         * message.el (message-info): New function.
6443         (message-mode-menu): Add it.
6444         Update copyright.
6445
6446         * ChangeLog: Fix and update copyright.
6447
6448 2006-01-13  Romain Francoise  <romain@orebokech.com>
6449
6450         * message.el (message-forward-subject-name-subject): Prefer the
6451         address to 'nowhere' if the sender has no name.
6452         Fix typo.  Update copyright year.
6453
6454 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6455
6456         * gnus-art.el (article-wash-html): Use
6457         gnus-summary-show-article-charset-alist if a numeric arg is given.
6458         (gnus-article-wash-html-with-w3m-standalone): New function.
6459
6460         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6461         mm-inline-text-html-render-with-w3m-standalone.
6462         (mm-text-html-washer-alist): Map w3m-standalone to
6463         gnus-article-wash-html-with-w3m-standalone.
6464         (mm-inline-text-html-render-with-w3m-standalone): New function.
6465
6466 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6467
6468         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6469         Improve LaTeX.
6470
6471 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6472
6473         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6474         (nnrss-request-article): Render text/plain parts as HTML.
6475
6476         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6477         the buffer.
6478
6479 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6480
6481         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6482         custom definition of `gnus-posting-styles'.
6483
6484         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6485         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6486
6487 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6488
6489         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6490         Use nntp for bug archive.
6491
6492 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6493
6494         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6495         parts.
6496         (nnrss-normalize-date): New function converts ISO 8601 date into
6497         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6498         (nnrss-check-group): Use it.
6499
6500 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6501
6502         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6503
6504         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6505         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6506         (nnrss-insert-w3): Ditto.
6507
6508 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6509
6510         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6511         the articles to be forwarded including the case where neither a
6512         number of articles nor a region is specified.
6513
6514 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6515
6516         * nnrss.el (nnrss-request-article): Fix last change; fill
6517         text/plain parts.
6518
6519 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6522         in text/plain part.
6523         (nnrss-check-group): Don't add excessive newline to dc:subject.
6524
6525 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
6526
6527         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6528         article.
6529
6530 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6531
6532         * nnml.el: Don't require gnus-bcklg.  Autoload it.
6533         (nnml-use-compressed-files, nnml-save-mail): Support other
6534         comression programs such as bzip2.
6535
6536 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6537
6538         * dns.el (query-dns): Make sure we check the buffer size before
6539         removing tcp headers.
6540
6541 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6542
6543         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6544         remove MIME buttons associated with multipart/alternative parts.
6545         (gnus-mime-display-alternative): Tag buttons using `article-type'
6546         text property.
6547
6548         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6549         associated with multipart/alternative parts.
6550
6551         * gnus-art.el (gnus-signature-separator): Fix custom type.
6552
6553         * mm-decode.el (mm-inlined-types): Fix custom type.
6554         (mm-keep-viewer-alive-types): Ditto.
6555         (mm-automatic-display): Ditto.
6556         (mm-attachment-override-types): Ditto.
6557         (mm-inline-override-types): Ditto.
6558         (mm-automatic-external-display): Ditto.
6559
6560 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6561
6562         * spam-report.el (spam-report-user-mail-address)
6563         (spam-report-user-agent): New variables.
6564         (spam-report-url-ping-plain): Use spam-report-user-agent.
6565
6566 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
6567
6568         * gnus-art.el (gnus-button-handle-custom): Do not just use
6569         `customize-apropos' for any "M-x customize-*" button but the
6570         function called for.  Accept both the function name and its
6571         argument in order to achieve this.
6572         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
6573         function name to `gnus-button-handle-custom' in case of "M-x
6574         customize-*" buttons.
6575
6576 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6577
6578         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6579         multipart/alternative and add xref to mm-discouraged-alternatives
6580         in doc string.
6581
6582         * mm-decode.el (mm-discouraged-alternatives): Add xref to
6583         gnus-buttonized-mime-types in doc string.
6584
6585 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
6586
6587         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6588         Suggest image/.* in the doc string.
6589
6590 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6591
6592         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6593         message-marks (Debian bug #342521).
6594
6595 2005-12-12  Simon Josefsson  <jas@extundo.com>
6596
6597         * password.el (password-read-from-cache): Add.
6598         (password-read): Use it.
6599
6600 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6601
6602         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6603         us-ascii as a MIME charset.
6604
6605         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6606         against the case where the 2nd arg TYPE is nil.
6607
6608 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6609
6610         * pop3.el (pop3-stream-type): Fix custom version.
6611
6612         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6613
6614 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6615
6616         * mm-decode.el (mm-display-external): Add missing cdr.
6617
6618 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6619
6620         * mm-decode.el (mm-display-external): Use nametemplate (defined in
6621         RFC1524) if it is in mailcap or add a suffix according to
6622         mailcap-mime-extensions when generating a temp filename; postpone
6623         deleting a temp file for 2 seconds for some wrappers, shell
6624         scripts, and so on, which might exit right after having started a
6625         viewer command as a background job.
6626
6627 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6628
6629         * nntp.el (nntp-marks-directory): Fix custom group.
6630
6631         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6632         steps when < 10.
6633
6634         * gnus-start.el (gnus-no-server-1): Mention
6635         `gnus-level-default-subscribed' in doc string.
6636
6637 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6638
6639         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6640         parens.
6641
6642 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6643
6644         * gnus-xmas.el (gnus-use-toolbar): Revert.
6645         (gnus-xmas-setup-toolbar): Use global default-toolbar if
6646         gnus-use-toolbar is default.
6647
6648         * messagexmas.el (message-use-toolbar): Revert.
6649         (message-setup-toolbar): Use global default-toolbar if
6650         message-use-toolbar is default.
6651
6652 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6653
6654         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
6655         according to default-toolbar-visible-p.
6656
6657         * messagexmas.el (message-use-toolbar): Ditto.
6658
6659 2005-11-26  Dave Love  <fx@gnu.org>
6660
6661         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6662         (tls-program, tls-success): Provide openssl alternative.
6663
6664         * starttls.el: Doc fixes.
6665         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6666         SERVICE to PORT.
6667
6668         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
6669         port null or service name.
6670         (starttls-negotiate): Autoload.
6671
6672 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6673
6674         * message.el (message-kill-to-signature): Fix interactive spec.
6675
6676 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6677
6678         * pop3.el (pop3-open-server): Recognize a string as a service name.
6679
6680 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
6681
6682         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6683
6684 2005-11-23  Dave Love  <fx@gnu.org>
6685
6686         Add pop3s, pop3/starttls.
6687
6688         * pop3.el (pop3-authentication-scheme): Clarify doc.
6689         (open-tls-stream, starttls-open-stream): Autoload.
6690         (pop3-stream-type): New.
6691         (pop3-open-server): Use it.
6692
6693         * mail-source.el (mail-sources): Fix some :types.  Add stream type
6694         for POP.
6695         (mail-source-keyword-map): Add :stream for POP.
6696         (mail-source-fetch-pop): Use pop3-stream-type.
6697
6698 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6699
6700         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6701         of current-time-string.
6702
6703 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
6704
6705         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6706         date header.
6707
6708 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6709
6710         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6711         it can seriously impact performance as it bypasses the agent's
6712         local caches.
6713
6714 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6715
6716         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6717         must be explicitly online rather than "not explicitly offline" for
6718         its flags to be synchronized.
6719
6720         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6721         that gnus-uu-unmark-thread will function correctly.
6722
6723         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6724         1024K is instead displayed as 1M.
6725
6726 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6727
6728         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6729
6730 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
6731
6732         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6733
6734 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
6735
6736         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6737         error message to display actual error condition.
6738         (gnus-agent-save-local): Avoid saving symbols that are bound to
6739         nil as they simply result in a warning message in
6740         gnus-agent-read-local.
6741
6742 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6743
6744         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6745         rather than make-variable-buffer-local for file-precious-flag.
6746
6747 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6748
6749         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6750         for duplicates which are removed.  The invalid sort check then
6751         triggers a rescan after the sort as sorting may have moved
6752         duplicate entries such that they can be cheaply detected.
6753
6754 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6757
6758 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6759
6760         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6761         internal variable to a custom variable.  Changed default value
6762         from compressed(2) to uncompressed(1).
6763         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6764         support for uncompressed agentview files.  Taken together, reading
6765         the agentview file should now be 6-7 times faster.
6766
6767 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6768
6769         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6770         as a buffer-local variable.  This avoids creating truncated
6771         dribble files as a result of a hang up, eg.
6772
6773 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
6774
6775         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
6776         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
6777         XEmacs.
6778
6779 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6780
6781         * gnus-start.el (gnus-start-draft-setup): Enforce
6782         `gnus-draft-mode' for nndraft:drafts at startup.
6783
6784         * gnus.el (gnus-splash): Change custom group.
6785         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6786         allow-list argument.
6787
6788         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6789         string.
6790
6791 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6792
6793         * gnus-art.el (gnus-default-article-saver): Add user-defined
6794         `function' to custom type.
6795
6796 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6797
6798         * imap.el (imap-open): Handle case where buffer is a buffer
6799         object.
6800
6801 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6802
6803         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6804         long lines.
6805         (gnus-cache-delete-group): Wrap doc strings.
6806
6807         * gnus-agent.el (gnus-agent-rename-group)
6808         (gnus-agent-delete-group): Wrap doc strings.
6809
6810 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6811
6812         * messagexmas.el (message-use-toolbar): Change the valid values
6813         into default, top, bottom, left, and right.
6814         (message-toolbar-thickness): New variable.
6815         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
6816         well.
6817         (message-setup-toolbar): Make it work.
6818
6819         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
6820         (gnus-use-toolbar): Change the valid values into default, top,
6821         bottom, left, and right.
6822         (gnus-toolbar-thickness): New variable.
6823         (gnus-xmas-setup-toolbar): New function.
6824         (gnus-xmas-setup-group-toolbar): Use it.
6825         (gnus-xmas-setup-summary-toolbar): Use it.
6826
6827 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6828
6829         * gnus-start.el (gnus-1): Add "native" to
6830         gnus-predefined-server-alist.
6831
6832         * gnus.el (gnus-method-to-server): Don't add "native" to the
6833         lists here, because that leads to problems when
6834         gnus-select-method is bound.
6835
6836 2005-11-09  Simon Josefsson  <jas@extundo.com>
6837
6838         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6839         use (not sort-by-date) instead.
6840
6841 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6842
6843         * gnus-delay.el (gnus-delay-group): Don't autoload.
6844         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6845         to be re-loaded when customizing the `gnus-delay' group.
6846
6847 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
6848
6849         * message.el: Revert last changes.
6850         (message-insert-citation-line): Use newlines.
6851
6852 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6853
6854         * message.el (message-courtesy-message)
6855         (message-mark-insert-begin, message-mark-insert-end)
6856         (message-elide-ellipsis, message-cancel-message)
6857         (message-add-header, message-change-subject)
6858         (message-cross-post-followup-to-header)
6859         (message-cross-post-insert-note, message-reduce-to-to-cc)
6860         (message-widen-reply, message-delete-not-region)
6861         (message-kill-to-signature, message-insert-signature)
6862         (message-insert-importance-high, message-insert-importance-low)
6863         (message-insert-or-toggle-importance)
6864         (message-insert-disposition-notification-to)
6865         (message-indent-citation, message-yank-original)
6866         (message-cite-original-without-signature, message-cite-original)
6867         (message-insert-citation-line, message-position-on-field)
6868         (message-fix-before-sending, message-send-mail-partially)
6869         (message-send-mail, message-send-mail-with-sendmail)
6870         (message-send-mail-with-qmail, message-send-news)
6871         (message-check-news-header-syntax, message-generate-headers)
6872         (message-insert-courtesy-copy, message-fill-address)
6873         (message-fill-header, message-shorten-references)
6874         (message-setup-1, message-cancel-news)
6875         (message-forward-make-body-plain, message-forward-make-body-mime)
6876         (message-forward-make-body-mml, message-encode-message-body)
6877         (message-forward-make-body-digest-plain)
6878         (message-forward-make-body-digest-mime)
6879         (message-use-alternative-email-as-from): Insert `hard-newline'
6880         instead of ordinary newlines.
6881
6882 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * message.el (message-generate-headers): Downcase the argument
6885         given to message-check-element.
6886
6887 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
6888
6889         * nntp.el (nntp-authinfo-rejected): New error condition.
6890         (nntp-wait-for): Use new error condition to signal authentication
6891         error.
6892         (nntp-retrieve-data): Rethrow new error condition to break out of
6893         recursive call to nntp-send-authinfo.
6894
6895 2005-11-08  Romain Francoise  <romain@orebokech.com>
6896
6897         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6898         (gnus-summary-exit-map): Bind to `Z p'.
6899         (gnus-summary-make-menu-bar): Add menu item.
6900
6901 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
6902
6903         * gnus-art.el (gnus-article-treat-custom): Add `first'.
6904         (gnus-treat-*): Add `first' in all doc strings.
6905
6906         * gnus-group.el (gnus-group-compact-group): Fix typo.
6907
6908 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6909
6910         * gnus.el (gnus-parameters-case-fold-search): New variable.
6911         (gnus-parameters-get-parameter): Use it.
6912
6913         * gnus-score.el (gnus-home-score-file): Doc fix.
6914
6915 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
6916
6917         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6918
6919 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6920
6921         * mm-util.el (mm-special-display-p): New function.
6922
6923         * mml.el (mml-preview): Use it; doc fix.
6924
6925 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6926
6927         * imap.el (imap-open): Handle case where buffer is a buffer object.
6928
6929 2005-10-29  Romain Francoise  <romain@orebokech.com>
6930
6931         * message.el (message-fix-before-sending): Fix comment.
6932
6933 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6934
6935         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6936
6937 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6938
6939         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6940         Used in gnus-score.el.
6941
6942 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6943
6944         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6945
6946 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6947
6948         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6949         whitespace removed in revision 7.8.  Use concatenated string to
6950         protect trailing whitespace.
6951
6952 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
6953
6954         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6955         (nnimap-request-expire-articles): Use it to avoid sending 'UID
6956         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6957         Courier IMAP ("some version from 2004").  Mostly based on similar
6958         code in the same function.
6959
6960 2005-10-26  Didier Verna  <didier@xemacs.org>
6961
6962         * gnus-group.el (gnus-group-compact-group): Invalidate original
6963         article buffer.
6964         * gnus-srvr.el (gnus-server-compact-server): Ditto.
6965         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6966         NOV database and in article itself.
6967         Invalidate article backlog.
6968
6969 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6970
6971         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6972
6973 2005-10-26  Simon Josefsson  <jas@extundo.com>
6974
6975         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6976         part of 2004-07-25 change.
6977
6978 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6979
6980         * message.el (message-display-completion-list): New function.
6981         (message-expand-group): Use it; make sure the Completions buffer
6982         is modifiable.
6983 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
6984
6985         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6986         user-mail-name is an empty string.
6987
6988 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6989
6990         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6991         depending on gnus-score-decay-constant.
6992
6993         * encrypt.el (encrypt-insert-file-contents)
6994         (encrypt-write-file-contents): Don't use `gnus-message'.
6995
6996         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6997         arguments.
6998         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
6999         arguments to mm-uu-verbatim-marks-extract.
7000         (mm-uu-hide-markers): New variable.
7001         (mm-uu-extract): Use face similar to `gnus-cite-3'.
7002
7003         * gnus-fun.el (gnus-convert-image-to-x-face-command)
7004         (gnus-convert-image-to-face-command): Use "convert" by default to
7005         allow other input image formats.
7006         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
7007         accordingly.
7008
7009 2005-10-23  Simon Josefsson  <jas@extundo.com>
7010
7011         * imap.el (imap-gssapi-program): Align command line parameters
7012         with latest GNU SASL.
7013         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
7014
7015 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7016
7017         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
7018         HTML.
7019         (nnslashdot-request-article): Ditto.
7020
7021         * lpath.el (featurep): Add nobreak-char-display.
7022
7023 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7024
7025         * mail-source.el (mail-source-fetch-pop): Require pop3.
7026         (mail-source-check-pop): Ditto.
7027
7028 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7029
7030         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
7031         errors.
7032
7033 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7034
7035         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
7036         (gnus-treat-strip-leading-blank-lines): Improve doc string.
7037
7038         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
7039
7040         * mm-bodies.el (mm-decode-string): Call
7041         `mm-charset-to-coding-system' with allow-override argument.
7042
7043 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7044
7045         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
7046         (rfc2047-charset-to-coding-system): New function.
7047         (rfc2047-decode-encoded-words): New function.
7048         (rfc2047-decode-region): Use them.
7049         (rfc2047-decode-cte): Remove.
7050         (rfc2047-parse-and-decode): Remove.
7051         (rfc2047-decode): Remove.
7052
7053 2005-10-15  Kenichi Handa  <handa@m17n.org>
7054
7055         * rfc2047.el (rfc2047-decode-cte): New function.
7056         (rfc2047-decode-region): Change the way to decode successive
7057         encoded-words: decode B- or Q-encoding in each encoded-word,
7058         concatenate them, and decode it as charset.
7059
7060 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7061
7062         * lpath.el: Fbind codepage-setup for XEmacs.
7063
7064 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
7065
7066         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
7067         widget-move-and-invoke.
7068         (gnus-custom-mode): Use gnus-custom-map.
7069
7070 2005-10-15  Bill Wohler  <wohler@newt.com>
7071
7072         * message.el (message-tool-bar-map): Renamed image file from
7073         mail_send to mail/send.
7074
7075 2005-10-16  Masatake YAMATO  <jet@gyve.org>
7076
7077         * message.el (message-expand-group): Pass the common
7078         prefix substring of completion to `display-completion-list'.
7079
7080 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
7081
7082         * mml-sec.el (mml-secure-method): New internal variable.
7083         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7084         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7085         functions using mml-secure-method.
7086
7087         * mml.el (mml-mode-map): Add key bindings for those functions.
7088         (mml-menu): Simplify security menu entries.  Suggested by Jesper
7089         Harder <harder@myrealbox.com>.
7090         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7091         end of message if point is the headers of the message.
7092
7093         * message.el (message-in-body-p): New function.
7094
7095         * assistant.el: Autoload gnus-util and netrc.
7096
7097         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7098         Use `mm-charset-override-alist' only when decoding.
7099
7100         * mm-bodies.el (mm-decode-body): Call
7101         `mm-charset-to-coding-system' with allow-override argument.
7102
7103         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7104         `filename' from Content-Disposition if Content-Type doesn't
7105         provide `name'.
7106         (gnus-mime-view-part-as-type): Set default instead of
7107         initial-input.
7108
7109 2005-10-09  Daniel Brockman  <daniel@brockman.se>
7110
7111         * format-spec.el (format-spec): Propagate text properties of % spec.
7112
7113 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7114
7115         * gnus-art.el (gnus-treat-predicate): Add `first'.
7116
7117 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7118
7119         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7120         (mm-charset-override-alist): New variable.
7121         (mm-charset-to-coding-system): Use it.
7122         (mm-codepage-setup): New helper function.
7123         (mm-charset-eval-alist): New variable.
7124         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
7125         about unknown charsets.
7126
7127         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
7128
7129 2005-10-04  David Hansen  <david.hansen@gmx.net>
7130
7131         * nnrss.el (nnrss-request-article): Add support for the comments tag.
7132         (nnrss-check-group): Ditto.
7133
7134 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7135
7136         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7137         Rename x-gnus-verbatim to x-verbatim.
7138         (mm-uu-type-alist): Fix regexp for verbatim-marks.
7139
7140         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7141         x-verbatim.
7142
7143         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7144
7145         * gnus-util.el (gnus-remove-duplicates): Remove.
7146
7147         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7148         instead of gnus-remove-duplicates.
7149
7150         * message.el (message-remove-duplicates): Remove.
7151         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7152         message-remove-duplicates.
7153
7154         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7155         available, else use implementation from `delete-dups'.
7156
7157         * message.el (message-insert-expires): New function.
7158         (message-mode-map): Add key binding.
7159         (message-mode-field-menu): Add menu entry.
7160         (message-mode): Document it.
7161         (message-make-expires-date): Use `message-make-date'.
7162
7163 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
7164
7165         * message.el (message-make-expires-date): New function.
7166
7167 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * Makefile.in (list-installed-shadows): New entry.
7170         (install): Use it.
7171         (remove-installed-shadows): New entry.
7172
7173         * dgnushack.el (dgnushack-default-load-path): New variable.
7174         (dgnushack-find-lisp-shadows): New function.
7175         (dgnushack-remove-lisp-shadows): New function.
7176
7177 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7178
7179         * Makefile.in (install-el-elc): New entry.
7180         (install): Use it so that .el files are necessarily installed.
7181
7182 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * time-date.el: Autoload parse-time-string, XEmacs needs it.
7185
7186 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7187
7188         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7189         function rather than the diff-mode.el package.
7190         (mm-display-external): Use with-current-buffer.
7191         (mm-viewer-completion-map, mm-viewer-completion-map):
7192         Move initialization inside declaration.
7193
7194 2005-09-29  Simon Josefsson  <jas@extundo.com>
7195
7196         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
7197         autoload mail-check-payment.
7198         (spam-check-hashcash): Define unconditionally, since hashcash.el
7199         is part of Gnus now.  Ignore errors from payment checking.
7200
7201 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7202
7203         * message.el (message-bold-region, message-unbold-region): Rename
7204         from `bold-region' and `unbold-region'.
7205
7206         * message.el: Remove useless autoloads.
7207
7208 2005-09-28  Simon Josefsson  <jas@extundo.com>
7209
7210         * message.el (message-use-idna): Default to t.
7211         (message-use-idna): Test whether encoding works too.  Doc fix.
7212
7213 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7214
7215         * nntp.el (nntp-warn-about-losing-connection): Remove.
7216
7217 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7218
7219         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7220         customizable.  Change default value.
7221         (mm-uu-diff-groups-regexp): Change default value.
7222         (mm-uu-type-alist): Add doc string.
7223         (mm-uu-configure): Add doc string.  Make it interactive.
7224         (mm-uu-tex-groups-regexp): New variable.
7225         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7226         (mm-uu-type-alist): Add LaTeX documents.
7227         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7228         of "text/verbatim".
7229         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7230
7231         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7232         instead of "text/verbatim".
7233
7234         * message.el (message-mark-inserted-region)
7235         (message-mark-insert-file): Use slrn style marks when called with
7236         prefix argument.
7237
7238 2005-09-27  Simon Josefsson  <jas@extundo.com>
7239
7240         * message.el (message-idna-to-ascii-rhs-1): Reformat.
7241
7242 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
7243
7244         * message.el (message-remove-duplicates): New function.
7245         Implementation borrowed from `gnus-remove-duplicates'.
7246         (message-idna-to-ascii-rhs): Also encode idna addresses in
7247         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7248         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7249         only ask about the same idna domain once per header and also tell
7250         in what header to replace the idna domain.
7251
7252         * gnus-art.el (article-decode-idna-rhs): Also decode idna
7253         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7254         (article-decode-idna-rhs): Fix regexp so that all idna-address in
7255         a header is decoded and not just the last one.
7256
7257 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7258
7259         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7260         has been decoded.
7261
7262         * mm-decode.el (mm-automatic-display): Add text/verbatim.
7263         (mm-insert-part): Don't modify text if it has been decoded.
7264
7265         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7266         decoded.
7267
7268         * mm-view.el (mm-inline-text): Don't strip text props unless
7269         decoding enriched or richtext parts.
7270
7271 2005-09-25  Romain Francoise  <romain@orebokech.com>
7272
7273         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7274         * gnus-start.el (gnus-subscribe-interactively):
7275         * gnus-uu.el (gnus-uu-grab-articles):
7276         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7277         space.
7278
7279 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7280
7281         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7282         * mm-view.el (mm-view-pkcs7-decrypt):
7283         * gnus-sum.el (gnus-summary-limit-to-extra)
7284         (gnus-summary-respool-article, gnus-read-move-group-name):
7285         * gnus-score.el (gnus-summary-increase-score):
7286         * gnus-util.el (gnus-completing-read-with-default):
7287         * gnus-art.el (gnus-read-save-file-name)
7288         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7289         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7290         * message.el (message-check-news-header-syntax):
7291         Follow convention for reading with the minibuffer.
7292
7293 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
7294
7295         * spam-report.el (spam-report-url-ping-plain):
7296         Use gnus-extended-version as User-Agent.
7297
7298         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7299         default value is nil.
7300
7301         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7302         (mm-uu-verbatim-marks-extract): New function.
7303         (mm-uu-extract): New face.
7304         (mm-uu-copy-to-buffer): Use it.
7305
7306         * spam-report.el (spam-report-gmane-ham): Renamed from
7307         `spam-report-gmane-unspam'.
7308         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7309         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
7310
7311         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7312         Autoload.
7313         (spam-report-gmane-unregister-routine): Renamed
7314         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7315
7316 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
7317
7318         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7319         (spam-report-gmane-unregister-routine): Add support for gmane
7320         unregistration.
7321
7322         * spam-report.el (spam-report-gmane-unspam)
7323         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7324         (spam-report-gmane): Change to take a single article and do unspam
7325         registration.
7326
7327 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7328
7329         * mm-url.el (mm-url-decode-entities): Fix regexp.
7330
7331 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7332
7333         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7334         default to nil, to be able to use Gnus at all.  If the default
7335         switches to something else, then the function should be fixed not
7336         be exceedingly slow.
7337
7338 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
7339
7340         * gnus-start.el (gnus-activate-group): If the server is nil, don't
7341         fail hard.
7342
7343         * spam-report.el: Add better Keywords line.
7344
7345         * spam.el: Add Maintainer and better Keywords line.
7346
7347 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7348
7349         * gnus-art.el (gnus-article-replace-part)
7350         (gnus-mime-replace-part): New functions.
7351         (gnus-mime-action-alist, gnus-mime-button-commands)
7352         (gnus-mime-save-part-and-strip): Added file argument.
7353         (gnus-article-part-wrapper): Added interactive argument.
7354
7355         * gnus-sum.el (gnus-summary-mime-map): Add
7356         `gnus-article-replace-part'.
7357
7358 2005-09-19  Didier Verna  <didier@xemacs.org>
7359
7360         The nnml compaction feature:
7361         * nnml.el (nnml-request-compact-group): New function.
7362         * nnml.el (nnml-request-compact): New function.
7363         * gnus-int.el (gnus-request-compact-group): New function.
7364         * gnus-int.el (gnus-request-compact): New function.
7365         * gnus-group.el (gnus-group-compact-group): New function.
7366         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7367         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7368         * gnus-srvr.el (gnus-server-compact-server): New function.
7369         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7370         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7371
7372 2005-09-18  Deepak Goel  <deego@gnufans.org>
7373
7374         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7375         format spec.
7376
7377 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7378
7379         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7380
7381 2005-09-15  Romain Francoise  <romain@orebokech.com>
7382
7383         * message.el (message-fill-paragraph): Clarify docstring.
7384
7385 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7386
7387         * gnus-art.el (gnus-mime-display-part): Protect against broken
7388         MIME messages.
7389
7390 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7391
7392         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7393         before parsing header.
7394
7395 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7396
7397         * html2text.el (html2text-replace-list): Add new entities.
7398
7399 2005-09-11  Romain Francoise  <romain@orebokech.com>
7400
7401         * message.el (message-alternative-emails): Improve docstring.
7402         (message-setup-1): Call `message-use-alternative-email-as-from'
7403         after `message-setup-hook' to give it precedence over posting
7404         styles, etc.
7405         (message-use-alternative-email-as-from): Add docstring.  Remove
7406         the original From header if present.
7407
7408         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7409         (nnml-save-mail): Use it.
7410
7411         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7412         articles.  Add new argument `silent'.
7413         (gnus-uu-mark-all): Report the total number of marked articles.
7414
7415 2005-09-10  Romain Francoise  <romain@orebokech.com>
7416
7417         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7418         (gnus-uu-mark-series): Likewise.
7419
7420 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7421
7422         * spam-report.el (spam-report-gmane): Fix generation of spam
7423         report URL.
7424
7425 2005-09-10  Simon Josefsson  <jas@extundo.com>
7426
7427         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7428         t, based on discussion on the ding list with Robert Epprecht
7429         <epprecht@solnet.ch>.
7430
7431 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7432
7433         * spam-report.el (spam-report-gmane): Make it work without
7434         X-Report-Spam header.  Gmane now only provides Archived-At.
7435         This is only used if `spam-report-gmane-use-article-number' is nil.
7436         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7437
7438         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7439         make `gnus-summary-sort-by-recipient' work with threading.
7440
7441         * nnweb.el (nnweb-google-wash-article): Print a message if article
7442         is not available.
7443
7444 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7445
7446         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7447         change.  Decode text/* parts content before displaying.
7448
7449 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7450
7451         * mml-smime.el: Remove defvar of gnus-extract-address-components.
7452
7453 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7454
7455         * mm-view.el (mm-display-inline-fontify): Disable support modes.
7456
7457         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
7458         url-package-name, url-package-version,
7459         w3m-cid-retrieve-function-alist, w3m-current-buffer,
7460         w3m-display-inline-images, and w3m-minor-mode-map.
7461
7462 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
7463
7464         * message.el (message-tab-body-function): Fix mismatched custom type.
7465
7466         * gnus.el (gnus-group-change-level-function): Ditto.
7467
7468         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7469
7470         * gnus-art.el (gnus-signature-limit)
7471         (gnus-article-mime-part-function): Ditto.
7472
7473 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7474
7475         * mml.el (mml-mode): Silence the byte compiler.
7476
7477         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7478         using `(sit-for 0)' before moving the point to the specified part;
7479         skip unbuttonized parts.
7480         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7481         return to the summary window if gnus-auto-select-part is non-nil.
7482
7483 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
7484
7485         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7486         variables.
7487         (mml-dnd-attach-file, mml-mode): Use them.
7488
7489         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7490         Make fetching article by MID work again for Google Groups.  Added
7491         FIXME concerning gnus-group-make-web-group.
7492
7493         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7494         Don't depend on Gnus by using mail-extract-address-components if
7495         gnus-extract-address-components is not bound.
7496
7497 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7498
7499         * gnus-art.el (gnus-mime-display-security): Don't display the
7500         signature, but only the signed part.
7501
7502 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7503
7504         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7505
7506         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7507         list, not listp.
7508
7509 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
7510
7511         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7512         when encoding.
7513
7514         * mm-bodies.el (mm-decode-content-transfer-encoding):
7515         De-canonicalize CRLF for all text content types, not just
7516         text/plain.
7517
7518 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7519
7520         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7521         valid article; point arrow and cursor at the MIME button.
7522
7523 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7524
7525         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7526         Suggested by Dan Christensen <jdc@uwo.ca>.
7527
7528         * mm-decode.el (mm-save-part): Enable change of prompt.
7529
7530 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
7531
7532         * gnus-msg.el (gnus-inews-add-send-actions): Made
7533         `message-post-method' lambda parameter ARG `&optional'.
7534
7535 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7536
7537         * gnus-sum.el (gnus-summary-mime-map): Added
7538         gnus-article-save-part-and-strip, gnus-article-delete-part and
7539         gnus-article-jump-to-part.
7540
7541         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7542         (gnus-article-edit-part): Use it.
7543         (gnus-article-part-wrapper): Added no-handle argument.
7544         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7545         functions.
7546
7547 2005-08-29  Romain Francoise  <romain@orebokech.com>
7548
7549         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7550         docstring.
7551         (gnus-face-from-file): Likewise.
7552
7553 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7554
7555         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7556         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7557         non-nil.
7558         (gnus-auto-select-part): New variable.
7559         (gnus-article-jump-to-part): New function.
7560         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7561         (gnus-mime-delete-part): Allow selecting specified part after
7562         deleting or stripping parts.
7563         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
7564         part if argument is bogus.
7565
7566 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7567
7568         * gnus-art.el (w3m-minor-mode-map):
7569         * gnus-spec.el (gnus-newsrc-file-version):
7570         * gnus-util.el (nnmail-active-file-coding-system)
7571         (gnus-original-article-buffer, gnus-user-agent):
7572         * gnus.el (gnus-ham-process-destinations)
7573         (gnus-parameter-ham-marks-alist)
7574         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7575         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7576         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7577         * mm-decode.el (gnus-current-window-configuration):
7578         * mm-extern.el (gnus-article-mime-handles):
7579         * mm-url.el (url-current-object, url-package-name)
7580         (url-package-version):
7581         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7582         (smime-keys, w3m-cid-retrieve-function-alist)
7583         (w3m-current-buffer, w3m-display-inline-images)
7584         (w3m-minor-mode-map):
7585         * mml-smime.el (gnus-extract-address-components):
7586         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7587         (gnus-newsrc-hashtb, message-default-charset)
7588         (message-deletable-headers, message-options)
7589         (message-posting-charset, message-required-mail-headers)
7590         (message-required-news-headers):
7591         * mml1991.el (mc-pgp-always-sign):
7592         * mml2015.el (mc-pgp-always-sign):
7593         * nnheader.el (nnmail-extra-headers):
7594         * rfc1843.el (gnus-decode-encoded-word-function)
7595         (gnus-decode-header-function, gnus-newsgroup-name):
7596         * spam-stat.el (gnus-original-article-buffer): Add defvars.
7597
7598 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
7599
7600         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7601         the end of the date treatments.
7602
7603 2005-08-15  Simon Josefsson  <jas@extundo.com>
7604
7605         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7606         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
7607         Capello and Romain Francoise.
7608         (pgg-fetch-key-function): Removed, not used?
7609         (pgg-insert-url-with-w3): Require url, to get
7610         url-insert-file-contents regardless of where it is defined.
7611
7612 2005-08-13  Romain Francoise  <romain@orebokech.com>
7613
7614         * message.el (message-cite-original-1): New function.
7615         (message-cite-original): Use it.
7616         (message-cite-original-without-signature): Ditto.
7617
7618 2005-08-08  Romain Francoise  <romain@orebokech.com>
7619
7620         * message.el (message-yank-empty-prefix): New variable.
7621         (message-indent-citation): Use it.
7622         (message-cite-original-without-signature): Respect X-No-Archive.
7623
7624 2005-08-08  Simon Josefsson  <jas@extundo.com>
7625
7626         * pgg.el: Autoload url-insert-file-contents instead of loading
7627         w3/url.
7628         (pgg-insert-url-with-w3): Don't load url here.
7629
7630 2005-08-07  Jesper Harder  <harder@phys.au.dk>
7631
7632         * message.el (message-kill-to-signature): Don't insert newline at
7633         bol.
7634         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7635
7636 2005-08-06  Romain Francoise  <romain@orebokech.com>
7637
7638         * message.el (message-user-fqdn): Fix typo in docstring.
7639
7640 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
7641
7642         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7643
7644         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7645
7646 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7647
7648         * mm-bodies.el (mm-encode-body): Use coding system rather than
7649         charset to encode text.
7650
7651         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7652         number of charsets if utf-8 is available (XEmacs).
7653
7654 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
7655
7656         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7657         taken from `gnus-button-mid-or-mail-regexp'.
7658         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7659         (gnus-button-alist): Improve regexp for domain part of the MIDs
7660         for news:localpart@domain buttons.
7661         (gnus-button-ctan-directory-regexp): Update.
7662
7663 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7664
7665         * sieve-manage.el (sieve-manage-interactive-login): Use
7666         make-local-variable rather than make-variable-buffer-local.
7667         (sieve-manage-open): Ditto.
7668         (sieve-manage-authenticate): Ditto.
7669
7670         * mml.el (mml-generate-mime-1): Make the content type default to
7671         text/plain if the filename is not specified.
7672
7673 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7676         instead of insert-buffer.
7677
7678         * message.el (message-yank-original): Ditto; set the mark at the
7679         end of the yanked message.
7680
7681 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7684         lines to scroll rather than to stop it.
7685
7686         * mml.el (mml-generate-default-type): Add doc string.
7687         (mml-generate-mime-1): Use mm-default-file-encoding or make it
7688         default to application/octet-stream when determining the content
7689         type if it is not specified for the part or the mml contents; add
7690         a comment about mml-generate-default-type.
7691
7692 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
7693
7694         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7695         make it default to application/octet-stream when determining the
7696         content type if it is not specified for the external contents.
7697
7698 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7699
7700         * rfc2231.el (rfc2231-parse-string): Take care that not only a
7701         segmented parameter but also other parameters might be there.
7702
7703 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7704
7705         * mm-decode.el (mm-display-external): Delete temp file, directory
7706         and buffer immediately if the external process is exited.
7707
7708 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7709
7710         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7711         fewer lines than that of scroll-margin.
7712         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7713
7714 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * gnus-art.el (gnus-article-next-page): Revert.
7717         (gnus-article-beginning-of-window): New macro.
7718         (gnus-article-next-page-1): Use it.
7719         (gnus-article-prev-page): Ditto.
7720         (gnus-article-edit-part): Use insert-buffer-substring instead of
7721         insert-buffer.
7722         (gnus-article-edit-exit): Ditto.
7723
7724         * gnus-util.el (gnus-beginning-of-window): Remove.
7725         (gnus-end-of-window): Remove.
7726
7727         * lpath.el: Don't bind header-line-format and scroll-margin.
7728
7729 2005-07-25  Simon Josefsson  <jas@extundo.com>
7730
7731         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7732         to have the url package without w3.  Reported by Daiki Ueno
7733         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7734
7735 2005-07-20  Didier Verna  <didier@xemacs.org>
7736
7737         * gnus-diary.el: Remove the description comment (nndiary is now
7738         properly documented in the Gnus manual).
7739         Fix the spelling of "Back End".
7740         * nndiary.el: Ditto.
7741         Fix the copyright notice.
7742
7743 2005-07-18  Romain Francoise  <romain@orebokech.com>
7744
7745         * gnus-sum.el (gnus-summary-to-prefix)
7746         (gnus-summary-newsgroup-prefix): New variables.
7747         (gnus-summary-from-or-to-or-newsgroups): Use them.
7748
7749 2005-07-17  Romain Francoise  <romain@orebokech.com>
7750
7751         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7752         space as it's generally not especially interesting to the user.
7753
7754 2005-07-16  Romain Francoise  <romain@orebokech.com>
7755
7756         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7757         nil to avoid prompting and file modification if one of the
7758         messages at the top of the nnfolder file contains a copyright
7759         notice.
7760         Update copyright notice.
7761
7762         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7763         instead of `current-time-string' as the latter creates a time
7764         string that is not RFC 2822 compliant (it lacks the zone).
7765         Update copyright notice.
7766
7767 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7768
7769         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7770         for text/rtf.  Display default in prompt.  Pass default for M-n.
7771
7772         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7773
7774 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7775
7776         * gnus-msg.el (gnus-button-mailto): Remove
7777         save-selected-window-window hackery because it relies on
7778         save-selected-window internals.
7779
7780 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7781
7782         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7783         (gnus-article-next-page-1): Use gnus-beginning-of-window.
7784         (gnus-article-prev-page): Ditto.
7785
7786         * gnus-util.el (gnus-beginning-of-window): New function.
7787         (gnus-end-of-window): New function.
7788
7789         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
7790
7791 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7792
7793         * gnus-score.el (gnus-score-edit-all-score): Set
7794         gnus-score-edit-exit-function to gnus-score-edit-done and call
7795         gnus-message.
7796
7797 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7798
7799         * gnus-msg.el (gnus-button-mailto): Remove
7800         save-selected-window-window hackery because it relies on
7801         save-selected-window internals.
7802
7803 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7804
7805         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7806         add-minor-mode.
7807         (gnus-binary-mode): Ditto.
7808
7809         * gnus-topic.el (gnus-topic-mode): Ditto.
7810
7811 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
7812
7813         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7814         (gnus-article-prev-page): Take scroll-margin into consideration.
7815
7816 2005-07-04  Lute Kamstra  <lute@gnu.org>
7817
7818         Update FSF's address in GPL notices.
7819
7820 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
7821
7822         * gnus.el (gnus-exit):
7823         * gnus-group.el (gnus-group-icons):
7824         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7825
7826         * gnus-nocem.el (gnus-nocem):
7827         * message.el (message-various, message-buffers, message-sending)
7828         (message-interface, message-forwarding, message-insertion)
7829         (message-headers, message-news, message-mail):
7830         * pgg-gpg.el (pgg-gpg):
7831         * pgg-parse.el (pgg-parse):
7832         * pgg-pgp.el (pgg-pgp):
7833         * pgg-pgp5.el (pgg-pgp5):
7834         * pop3.el (pop3): Finish `defgroup' description with period.
7835
7836 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7837
7838         * gnus-art.el (article-display-face): Improve the efficiency.
7839         (article-display-x-face): Ditto; remove grey x-face stuff.
7840
7841 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7842
7843         * gnus-art.el (article-display-face): Correct the position in
7844         which Faces are inserted.
7845
7846 2005-06-29  Didier Verna  <didier@xemacs.org>
7847
7848         * gnus-art.el (article-display-face): Display faces in correct
7849         order.
7850
7851 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7852
7853         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7854         (gnus-fill-real-hashtb): Use hash table instead of obarray.
7855         (gnus-nocem-check-article): Fetch the Type header.
7856         (gnus-nocem-message-wanted-p): Fix the way to examine types.
7857         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7858         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7859         make sure gnus-nocem-hashtb is initialized.
7860         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7861         (gnus-nocem-unwanted-article-p): Ditto.
7862
7863         * pgg.el (pgg-verify): Return the verification result.
7864
7865 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7866
7867         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7868         is ascii.
7869
7870 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7871
7872         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7873         `show-nonbreak-escape'.
7874
7875 2005-06-23  Lute Kamstra  <lute@gnu.org>
7876
7877         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7878
7879         * dig.el (dig-mode):
7880         * smime.el (smime-mode): Use gnus-run-mode-hooks.
7881
7882 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
7883
7884         * nnimap.el (nnimap-split-download-body): Fix spellings.
7885
7886 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7887
7888         * gnus-art.el (gnus-article-encrypt-body):
7889         * gnus-cus.el (gnus-score-customize):
7890         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7891         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7892
7893 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
7894
7895         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7896         header by looking for magic "MII" at the beginnig.
7897
7898 2005-06-16  Miles Bader  <miles@gnu.org>
7899
7900         * gnus-xmas.el (gnus-xmas-group-startup-message):
7901         Use renamed gnus-splash face.
7902
7903         * assistant.el (assistant-field): Remove "-face" suffix from face name.
7904         (assistant-field-face): New backward-compatibility alias for renamed
7905         face.
7906         (assistant-render-text): Use renamed assistant-field face.
7907
7908         * spam.el (spam): Remove "-face" suffix from face name.
7909         (spam-face): New backward-compatibility alias for renamed face.
7910         (spam-face, spam-initialize): Use renamed spam face.
7911
7912         * message.el (message-header-to, message-header-cc)
7913         (message-header-subject, message-header-newsgroups)
7914         (message-header-other, message-header-name)
7915         (message-header-xheader, message-separator, message-cited-text)
7916         (message-mml): Remove "-face" suffix from face names.
7917         (message-header-to-face, message-header-cc-face)
7918         (message-header-subject-face, message-header-newsgroups-face)
7919         (message-header-other-face, message-header-name-face)
7920         (message-header-xheader-face, message-separator-face)
7921         (message-cited-text-face, message-mml-face):
7922         New backward-compatibility aliases for renamed faces.
7923         (message-font-lock-keywords): Use renamed message faces.
7924
7925         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7926         (sieve-test-commands, sieve-tagged-arguments):
7927         Remove "-face" suffix from face names.
7928         (sieve-control-commands-face, sieve-action-commands-face)
7929         (sieve-test-commands-face, sieve-tagged-arguments-face):
7930         New backward-compatibility aliases for renamed faces.
7931         (sieve-control-commands-face, sieve-action-commands-face)
7932         (sieve-test-commands-face, sieve-tagged-arguments-face):
7933         Use renamed sieve faces.
7934
7935         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7936         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7937         (gnus-group-news-3-empty, gnus-group-news-4)
7938         (gnus-group-news-4-empty, gnus-group-news-5)
7939         (gnus-group-news-5-empty, gnus-group-news-6)
7940         (gnus-group-news-6-empty, gnus-group-news-low)
7941         (gnus-group-news-low-empty, gnus-group-mail-1)
7942         (gnus-group-mail-1-empty, gnus-group-mail-2)
7943         (gnus-group-mail-2-empty, gnus-group-mail-3)
7944         (gnus-group-mail-3-empty, gnus-group-mail-low)
7945         (gnus-group-mail-low-empty, gnus-summary-selected)
7946         (gnus-summary-cancelled, gnus-summary-high-ticked)
7947         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7948         (gnus-summary-high-ancient, gnus-summary-low-ancient)
7949         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7950         (gnus-summary-low-undownloaded)
7951         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7952         (gnus-summary-low-unread, gnus-summary-normal-unread)
7953         (gnus-summary-high-read, gnus-summary-low-read)
7954         (gnus-summary-normal-read, gnus-splash):
7955         Remove "-face" suffix from face names.
7956         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7957         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7958         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7959         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7960         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7961         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7962         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7963         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7964         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7965         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7966         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7967         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7968         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7969         (gnus-summary-normal-ticked-face)
7970         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7971         (gnus-summary-normal-ancient-face)
7972         (gnus-summary-high-undownloaded-face)
7973         (gnus-summary-low-undownloaded-face)
7974         (gnus-summary-normal-undownloaded-face)
7975         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7976         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7977         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7978         (gnus-splash-face):
7979         New backward-compatibility aliases for renamed faces.
7980         (gnus-group-startup-message): Use renamed gnus faces.
7981
7982         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7983         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7984         (gnus-server-agent): Remove "-face" suffix from face names.
7985         (gnus-server-agent-face, gnus-server-opened-face)
7986         (gnus-server-closed-face, gnus-server-denied-face)
7987         (gnus-server-offline-face):
7988         New backward-compatibility aliases for renamed faces.
7989         (gnus-server-agent-face, gnus-server-opened-face)
7990         (gnus-server-closed-face, gnus-server-denied-face)
7991         (gnus-server-offline-face): Use renamed gnus faces.
7992
7993         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7994         Remove "-face" suffix from face names.
7995         (gnus-picon-xbm-face, gnus-picon-face):
7996         New backward-compatibility aliases for renamed faces.
7997
7998         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7999         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
8000         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
8001         (gnus-cite-11): Remove "-face" suffix from face names.
8002         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
8003         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
8004         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
8005         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
8006         New backward-compatibility aliases for renamed faces.
8007         (gnus-cite-attribution-face, gnus-cite-face-list)
8008         (gnus-article-boring-faces): Use renamed gnus faces.
8009
8010         * gnus-art.el (gnus-signature, gnus-header-from)
8011         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
8012         (gnus-header-content): Remove "-face" suffix from face names.
8013         (gnus-signature-face, gnus-header-from-face)
8014         (gnus-header-subject-face, gnus-header-newsgroups-face)
8015         (gnus-header-name-face, gnus-header-content-face):
8016         New backward-compatibility aliases for renamed faces.
8017         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
8018
8019         * gnus-sum.el (gnus-summary-selected-face)
8020         (gnus-summary-highlight): Use renamed gnus faces.
8021         * gnus-group.el (gnus-group-highlight): Likewise.
8022
8023 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
8024
8025         * gnus-sieve.el (gnus-sieve-article-add-rule):
8026         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
8027         * spam-stat.el (spam-stat-buffer-change-to-spam)
8028         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
8029
8030         * message.el (message-is-yours-p):
8031         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
8032
8033 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8034
8035         * mm-view.el (mm-inline-text): Withdraw the last change.
8036
8037 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8038
8039         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
8040         executing enriched-decode.
8041
8042 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8043
8044         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
8045         charset of tar files.
8046
8047 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
8048
8049         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
8050
8051 2005-06-04  Lute Kamstra  <lute@gnu.org>
8052
8053         * nnfolder.el (nnfolder-read-folder): Make sure that undo
8054         information is never recorded.
8055
8056 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8057
8058         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
8059
8060 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8061
8062         * pop3.el (pop3-apop): Run md5 in the binary mode.
8063
8064         * starttls.el (starttls-set-process-query-on-exit-flag):
8065         Use eval-and-compile.
8066
8067 2005-05-31  Simon Josefsson  <jas@extundo.com>
8068
8069         * smime.el (smime-replace-in-string): Define.
8070         (smime-cert-by-ldap-1): Use it.
8071
8072 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8073
8074         * gnus-art.el (article-display-x-face): Replace
8075         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8076
8077         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
8078         set-process-query-on-exit-flag or process-kill-without-query.
8079
8080         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
8081         loop instead of replace-regexp.
8082
8083         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
8084         instead of process-kill-without-query if it is available.
8085
8086         * lpath.el: Fbind ldap-search-entries.
8087
8088         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
8089         instead of find-file-hooks if it is available.
8090
8091         * mml1991.el: Bind pgg-default-user-id when compiling.
8092
8093         * mml2015.el: Bind pgg-default-user-id when compiling.
8094
8095         * nndraft.el (nndraft-request-associate-buffer):
8096         Use write-contents-functions instead of write-contents-hooks if it is
8097         available.
8098
8099         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
8100         instead of find-file-hooks if it is available.
8101
8102         * nntp.el (nntp-open-connection): Replace
8103         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8104         (nntp-open-ssl-stream): Ditto.
8105         (nntp-open-tls-stream): Ditto.
8106
8107         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8108         set-process-query-on-exit-flag or process-kill-without-query.
8109         (starttls-open-stream-gnutls): Use it instead of
8110         process-kill-without-query.
8111         (starttls-open-stream): Ditto.
8112
8113 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
8114
8115         * smime.el (smime-cert-by-ldap-1): Don't use
8116         replace-regexp-in-string.
8117
8118 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
8119
8120         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8121
8122         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
8123         in PEM format.  Adjust to the XEmacs compability.
8124
8125 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
8126
8127         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8128         by `string-to-number'.
8129         * gnus-agent.el (gnus-agent-regenerate-group)
8130         (gnus-agent-fetch-articles): Ditto.
8131         * gnus-art.el (gnus-button-fetch-group): Ditto.
8132         * gnus-cache.el (gnus-cache-generate-active)
8133         (gnus-cache-articles-in-group): Ditto.
8134         * gnus-group.el (gnus-group-set-current-level)
8135         (gnus-group-insert-group-line): Ditto.
8136         * gnus-score.el (gnus-score-set-expunge-below)
8137         (gnus-score-set-mark-below, gnus-summary-score-effect)
8138         (gnus-summary-score-entry): Ditto.
8139         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8140         (gnus-soup-pack): Ditto.
8141         * gnus-spec.el (gnus-xmas-format): Ditto.
8142         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8143         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8144         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8145         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8146         * nndb.el (nndb-get-remote-expire-response): Ditto.
8147         * nndiary.el (nndiary-parse-schedule-value)
8148         (nndiary-string-to-number, nndiary-request-replace-article)
8149         (nndiary-request-article): Ditto.
8150         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8151         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8152         * nneething.el (nneething-make-head): Ditto.
8153         * nnfolder.el (nnfolder-request-article)
8154         (nnfolder-retrieve-headers): Ditto.
8155         * nnheader.el (nnheader-file-to-number): Ditto.
8156         * nnkiboze.el (nnkiboze-request-article): Ditto.
8157         * nnmail.el (nnmail-process-unix-mail-format)
8158         (nnmail-process-babyl-mail-format): Ditto.
8159         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8160         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8161         (nnmh-request-create-group, nnmh-request-list-1)
8162         (nnmh-request-group, nnmh-request-article): Ditto.
8163         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8164         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8165         * nnsoup.el (nnsoup-make-active): Ditto.
8166         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8167         * nntp.el (nntp-find-group-and-number)
8168         (nntp-retrieve-headers-with-xover): Ditto.
8169         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8170         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8171         (pgg-format-key-identifier): Ditto.
8172         * pop3.el (pop3-last, pop3-stat): Ditto.
8173         * qp.el (quoted-printable-decode-region): Ditto.
8174
8175         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8176         of concat.
8177
8178 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8179
8180         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8181
8182         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8183
8184         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8185
8186         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8187
8188         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8189
8190         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8191
8192         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8193         (gnus-carpal-mode): Ditto.
8194
8195         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8196         (gnus-browse-mode): Ditto.
8197
8198         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8199
8200         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8201
8202 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8203
8204         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8205
8206 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8207
8208         * gnus-util.el (gnus-run-mode-hooks): New function.
8209
8210         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8211
8212         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
8213         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
8214
8215 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8216
8217         * gnus-agent.el (gnus-agent-make-mode-line-string):
8218         Use mode-line-highlight as mouse-face.
8219
8220 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8221
8222         * canlock.el (canlock): Change the parent group to news.
8223
8224         * deuglify.el (gnus-outlook-deuglify): Add :group.
8225
8226         * dig.el (dig): Add :group.
8227
8228         * dns-mode.el (dns-mode): Add :group.
8229
8230         * encrypt.el (encrypt): Add :group.
8231
8232         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8233         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8234         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8235         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8236         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8237
8238         * gnus-diary.el (gnus-diary): Add :group.
8239
8240         * gnus.el (gnus-group-news-1-face): Add :group.
8241         (gnus-group-news-1-empty-face): Ditto.
8242         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8243         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8244         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8245         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8246         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8247         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8248         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8249         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8250         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8251         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8252         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8253         (gnus-summary-high-ticked-face): Ditto.
8254         (gnus-summary-low-ticked-face): Ditto.
8255         (gnus-summary-normal-ticked-face): Ditto.
8256         (gnus-summary-high-ancient-face): Ditto.
8257         (gnus-summary-low-ancient-face): Ditto.
8258         (gnus-summary-normal-ancient-face): Ditto.
8259         (gnus-summary-high-undownloaded-face): Ditto.
8260         (gnus-summary-low-undownloaded-face): Ditto.
8261         (gnus-summary-normal-undownloaded-face): Ditto.
8262         (gnus-summary-high-unread-face): Ditto.
8263         (gnus-summary-low-unread-face): Ditto.
8264         (gnus-summary-normal-unread-face): Ditto.
8265         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8266         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8267
8268         * hashcash.el (hashcash): New custom group.
8269         (hashcash-default-payment): Add :group.
8270         (hashcash-payment-alist): Ditto.
8271         (hashcash-default-accept-payment): Ditto.
8272         (hashcash-accept-resources): Ditto.
8273         (hashcash-path): Ditto.
8274         (hashcash-extra-generate-parameters): Ditto.
8275         (hashcash-double-spend-database): Ditto.
8276         (hashcash-in-news): Ditto.
8277
8278         * message.el (message-minibuffer-local-map): Add :group.
8279
8280         * netrc.el (netrc): Add :group.
8281
8282         * sieve-manage.el (sieve-manage-log): Add :group.
8283         (sieve-manage-default-user): Diito.
8284         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8285         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8286         (sieve-manage-authenticators): Ditto.
8287         (sieve-manage-authenticator-alist): Ditto.
8288         (sieve-manage-default-port): Ditto.
8289
8290         * sieve-mode.el (sieve-control-commands-face): Add :group.
8291         (sieve-action-commands-face): Ditto.
8292         (sieve-test-commands-face): Ditto.
8293         (sieve-tagged-arguments-face): Ditto.
8294
8295         * smime.el (smime): Add :group.
8296
8297         * spam-report.el (spam-report): Add :group.
8298
8299         * spam.el (spam, spam-face): Add :group.
8300
8301 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8302
8303         * nntp.el (nntp-next-result-arrived-p): Some news servers may
8304         return \n.\n.\n at the end of articles.  Protect against that.
8305         (nntp-with-open-group): Allow debugging.
8306
8307         * nnheader.el (mail-header-set-extra): Make into a function
8308         because I just could't understand how to quote the list properly.
8309
8310         * dns.el (query-dns-cached): New function.
8311
8312 2005-05-26  Lute Kamstra  <lute@gnu.org>
8313
8314         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8315
8316 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8317
8318         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
8319
8320         * gnus-art.el: Don't autoload mail-extract-address-components.
8321
8322         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8323         eval-and-compile to evaluate it.
8324
8325         * hashcash.el: Don't autoload executable-find.
8326
8327         * nndb.el: Don't declare the nndb back end two or more times; don't
8328         autoload news-reply-mode, news-setup, cancel-timer and telnet.
8329
8330         * nntp.el: Autoload format-spec instead of format; use
8331         eval-and-compile to evaluate autoload forms.
8332
8333 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
8334
8335         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8336
8337 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8338
8339         * gnus.el (gnus-version-number): Bump version.
8340
8341 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8342
8343         * gnus.el: No Gnus v0.3 is released.
8344
8345 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8346
8347         * lpath.el (featurep): Bind show-nonbreak-escape.
8348
8349 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8350
8351         * gnus-art.el (gnus-article-edit-part): Disable undo.
8352
8353 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8354
8355         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8356         gnus-article-date-lapsed-new-header is t if date timer is active;
8357         skip headers in which the original date value is empty.
8358         (gnus-article-save-original-date): Redefine it as a macro.
8359         (gnus-display-mime): Use it.
8360
8361 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8362
8363         * gnus-art.el (article-date-ut): Support converting date in
8364         forwarded parts as well.
8365         (gnus-article-save-original-date): New function.
8366         (gnus-display-mime): Use it.
8367
8368 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
8369
8370         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8371         enclosure element of <item>.
8372
8373 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
8374
8375         * message.el (message-kill-buffer-query): Renamed from
8376         `message-kill-buffer-query-if-modified'.  Added :version.
8377
8378 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8379
8380         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8381         window layout.
8382
8383 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8384
8385         * mml.el: Autoload dnd when compiling.
8386
8387 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8388
8389         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8390         x-dnd-*.
8391
8392 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8393
8394         * qp.el (quoted-printable-encode-region): Save excursion.
8395
8396 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8397
8398         * message.el (message-kill-buffer-query-if-modified): Add new variable
8399         so the user can kill a modified message buffer quickly.
8400         (message-kill-buffer): Use it.
8401
8402 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8403
8404         * lpath.el: Fbind display-time-event-handler; don't fbind
8405         string-to-multibyte.
8406
8407         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8408
8409 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8410
8411         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8412         contained in text because xml.el decodes entities) with LFs.
8413
8414 2005-04-11  Lute Kamstra  <lute@gnu.org>
8415
8416         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8417         differently.
8418
8419 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8420
8421         * mm-util.el (mm-detect-coding-region): Typo.
8422
8423 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8424
8425         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8426
8427 2005-04-06  D Goel  <deego@gnufans.org>
8428
8429         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8430         user-function allow user modifications of the scores.
8431         (spam-stat-score-buffer-user): New function, to allow
8432         user-computed modifications to the score.
8433         (spam-stat-score-buffer-user-functions): List of additional
8434         scoring functions.
8435         (spam-stat-error-holder): Global temporary error holder.
8436         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8437         variable.
8438
8439 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
8440
8441         * gnus-registry.el (gnus-registry-clean-empty-function)
8442         (gnus-registry-trim, gnus-registry-fetch-groups)
8443         (gnus-registry-delete-group): Groups that match
8444         `gnus-registry-ignored-groups' are removed from the registry
8445         entries, not just ignored for splitting.  This helps clean up the
8446         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
8447         to get all the groups a message ID is in.
8448
8449         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8450         (spam-stat-split-fancy): Change "threshhold" to "threshold"
8451         (spam-stat-score-buffer-user-functions): Add :number custom type.
8452
8453 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8454
8455         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8456         argument in XEmacs.
8457
8458         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8459         (nnrss-request-group): Decode group name first.
8460         (nnrss-request-article): Make a text/plain article if mml-to-mime
8461         failed.
8462         (nnrss-get-encoding): Return a compatible encoding according to
8463         nnrss-compatible-encoding-alist.
8464         (nnrss-find-el): Use consp instead of listp.
8465         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8466
8467 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8468
8469         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8470         which Emacs 20 doesn't support.
8471         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8472
8473 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8474
8475         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8476         silence the byte compiler inside the defun.
8477
8478         * gnus-demon.el (parse-time-string): Add autoload.
8479
8480         * gnus-delay.el (parse-time-string): Add autoload.
8481
8482         * gnus-art.el (parse-time-string): Add autoload.
8483
8484         * nnultimate.el (parse-time): Require for `parse-time-string'.
8485
8486 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8487
8488         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8489
8490         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8491
8492         * smime.el (smime-ldap-host-list): Add :version.
8493
8494 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8495
8496         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8497         pass it to `gnus-browse-read-group'.
8498         (gnus-browse-read-group): Add NUMBER argument and pass it to
8499         `gnus-group-read-ephemeral-group'.
8500
8501         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8502         argument and pass it to `gnus-group-read-group'.
8503
8504 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
8505
8506         * mm-util.el (mm-xemacs-find-mime-charset): Only call
8507         mm-xemacs-find-mime-charset-1 if we have the mule feature
8508         available at runtime.
8509
8510 2005-03-25  Werner Lemberg  <wl@gnu.org>
8511
8512         * nnmaildir.el: Replace `illegal' with `invalid'.
8513
8514 2005-03-23  Lute Kamstra  <lute@gnu.org>
8515
8516         * time-date.el: Add comment on time value formats.
8517         Don't require parse-time.
8518         (with-decoded-time-value): New macro.
8519         (encode-time-value): New function.
8520         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8521         (days-to-time): Return a valid time value when arg is huge.
8522         (time-since): Use time-subtract.
8523         (time-to-number-of-days): Use time-to-seconds.
8524
8525 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8526
8527         * gnus-start.el (gnus-display-time-event-handler):
8528         Check display-time-timer at runtime rather than only at load time
8529         in case display-time-mode is turned off in the mean time.
8530
8531 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8532
8533         * nnimap.el (nnimap-open-connection): Print which authinfo file is
8534         used.
8535
8536         * nneething.el (nneething-map-file-directory): Derive from
8537         `gnus-directory'.
8538
8539         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8540         the To/Cc button.
8541
8542 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8543
8544         * nnmaildir.el (nnmaildir-request-accept-article):
8545         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8546
8547 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8548
8549         * gnus-async.el: Require timer-funcs at compile time when in
8550         XEmacs for `run-with-idle-timer'.
8551
8552 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8553
8554         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8555         autoloaded function.
8556
8557 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8558
8559         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8560
8561 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
8562
8563         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8564
8565 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8566
8567         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8568         gnus-expert-user to default.
8569
8570 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
8571
8572         * nnimap.el (nnimap-open-server): Ditto.
8573
8574         * imap.el (imap-authenticate): Fix typo.
8575
8576 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
8577
8578         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8579         buffer (since IMAP server might return FETCH response out of
8580         order, and the nntp buffer must be sorted).
8581
8582 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
8583
8584         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8585         comparison on string.
8586
8587         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8588         (gnus-agent-score): Renamed category keywords to match gnus-cus.
8589         (gnus-agent-summary-fetch-series): Modified to protect against
8590         gnus-agent-summary-fetch-group clearing processable flags.
8591         (gnus-agent-synchronize-group-flags): Update live group buffer as
8592         synchronization may occur due to the user toggle the plugged
8593         status.
8594         (gnus-agent-fetch-group-1): Clear downloadable flag when article
8595         successfully downloaded.
8596         (gnus-agent-expire-group-1): Avoid using markers when the overview
8597         is in ascending order; greatly improves performance.
8598         (gnus-agent-regenerate-group): Use
8599         gnus-agent-synchronize-group-flags to reset read status in both
8600         gnus and server.
8601         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8602
8603 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8604
8605         * message.el: Don't autoload former message-utils variables.
8606         (message-strip-subject-trailing-was): Change doc string.
8607
8608         * nnweb.el: Fixes for `gnus-group-make-web-group'.
8609         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
8610         (nnweb-google-search): Add "hl=en" here.
8611         (nnweb-google-parse-1, nnweb-google-create-mapping):
8612         Don't hardcode URL.
8613
8614 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8615
8616         * message.el (message-get-reply-headers, message-followup):
8617         Mention related variables `message-use-followup-to' and
8618         `message-use-mail-followup-to', in the information buffer.
8619
8620         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8621         of broken groups(-beta).google.com.
8622
8623 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8624
8625         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8626         parameter to invoked gnus-request-move-article; remove the
8627         redundant gnus-sum-hint-move-is-internal variable; apply the marks
8628         all at once instead of once per article.
8629         (gnus-summary-remove-process-mark): Accept a list of articles as
8630         well as a single article for processing.
8631
8632         * gnus-int.el (gnus-request-move-article): Add move-is-internal
8633         parameter.
8634
8635         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8636
8637         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8638
8639         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8640         parameter.
8641
8642         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8643         parameter.
8644
8645         * nnimap.el (nnimap-request-move-article): Add move-is-internal
8646         parameter and remove the gnus-sum-hint-move-is-internal variable.
8647
8648         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8649         parameter.
8650
8651         * nndraft.el (nndraft-request-move-article): Add move-is-internal
8652         parameter.
8653
8654         * nndiary.el (nndiary-request-move-article): Add move-is-internal
8655         parameter.
8656
8657         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8658
8659         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8660         parameter.
8661
8662         * nnagent.el (nnagent-request-move-article): Add move-is-internal
8663         parameter.
8664
8665 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8666
8667         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8668         a more conservative way.
8669
8670 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8671
8672         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8673         buffer, so it moves the window's cursor.
8674
8675 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
8676
8677         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8678         `mm-dissect-multipart' and receive the from field as an (optional)
8679         argument from `mm-dissect-multipart'.
8680         (mm-dissect-multipart): Receive the from field as an argument and
8681         pass it on when we call `mm-dissect-buffer' on MIME parts.
8682         Fixes verification/decryption of signed/encrypted MIME parts.
8683
8684 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
8685
8686         * gnus-sum.el (gnus-summary-move-article): Set
8687         gnus-sum-hint-move-is-internal for gnus-request-move-article and
8688         whatever it calls (right now, only nnimap-request-move article
8689         respects it).
8690
8691         * nnimap.el (nnimap-request-move-article): When
8692         gnus-sum-hint-move-is-internal is set, don't do the extra
8693         nnimap-request-article.
8694
8695 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8696
8697         * nnheader.el (nnheader-find-file-noselect): Add doc string.
8698
8699         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8700         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8701
8702         * gnus-sum.el (gnus-summary-caesar-message):
8703         Apply `gnus-treat-article' after rotation.
8704
8705         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8706         doc string.
8707
8708 2005-02-22  Simon Josefsson  <jas@extundo.com>
8709
8710         * encrypt.el (encrypt-password-cache-expiry): Remove (use
8711         `password-cache-expiry' instead).  Reported by Arne Jørgensen
8712         <arne@arnested.dk>.
8713         (encrypt): Add password-cache and password-cache-expiry as group
8714         members.
8715
8716 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
8717
8718         * smime.el (smime-ldap-host-list): Doc fix.
8719         (smime-ask-passphrase): Use `password-read-and-add' to read (and
8720         cache) password.
8721         (smime-sign-region): Use it.
8722         (smime-decrypt-region): Use it.
8723         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8724         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8725         fails.
8726         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8727         certificate from DER to PEM format rather than calling openssl.
8728
8729         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8730
8731         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8732         for signing/encryption.
8733
8734         * mml.el (mml-parse-1): Use them.
8735
8736 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
8737
8738         * nnrss.el (nnrss-verbose): Removed.
8739         (nnrss-request-group): Use `nnheader-message' instead.
8740
8741 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
8742
8743         * nnrss.el (nnrss-verbose): New variable.
8744         (nnrss-request-group): Make it say nnrss is requesting a group.
8745
8746 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8747
8748         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8749         Handle news URL with given port correctly.
8750
8751 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8752
8753         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8754         containing special characters.
8755
8756         * gnus-sum.el (gnus-summary-edit-article): Ditto.
8757
8758         * mml.el (mime-to-mml): Ditto.
8759
8760         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8761         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8762         (rfc2047-decode-region): Quote decoded words containing special
8763         characters when rfc2047-quote-decoded-words-containing-tspecials
8764         is non-nil.
8765
8766 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8767
8768         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8769
8770         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8771
8772 2005-02-15  Simon Josefsson  <jas@extundo.com>
8773
8774         * nnimap.el (nnimap-debug): Doc fix.
8775
8776         * imap.el (imap-debug): Doc fix.
8777
8778 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8779
8780         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8781
8782 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8783
8784         * gnus.el (spam-contents): Improve docs for spam-contents
8785         parameter in its variable incarnation.
8786
8787 2005-02-14  Simon Josefsson  <jas@extundo.com>
8788
8789         * smime-ldap.el: Use require instead of load-library for ldap.
8790         (smime-ldap-search): Indent.
8791         (smime-ldap-search-internal): Shorten line.
8792
8793         * smime.el (smime-cert-by-dns): Add doc-string.
8794         (smime-cert-by-ldap-1): Indent.
8795
8796         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8797         mml-smime-get-dns-ldap.
8798         (mml-smime-encrypt-query): Use new function.  Default to ldap.
8799
8800 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
8801
8802         * smime.el: Require smime-ldap.
8803         (smime-ldap-host-list): New variable.
8804         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8805
8806         * mml-smime.el (mml-smime-encrypt-query): New function.
8807         (mml-smime-encrypt-query): Use it.
8808
8809         * smime-ldap.el: New file.
8810
8811 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8812
8813         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8814
8815 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8816
8817         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8818         argument in doc string.  Make query for type more clear.
8819
8820 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8821
8822         * gnus.el (gnus-group-startup-message): Search for gnus images in
8823         etc/images/gnus.
8824         * mm-util.el (mm-image-load-path): Likewise.
8825         * smiley.el (smiley-data-directory): Search for smilies in
8826         etc/images/smilies.
8827
8828 2005-02-09  Kim F. Storm  <storm@cua.dk>
8829
8830         Change Emacs release version from 21.4 to 22.1 throughout.
8831         Change Emacs development version from 21.3.50 to 22.0.50.
8832
8833 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8834
8835         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8836
8837         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8838         non-Mule XEmacs as well.
8839         (mm-decompress-buffer): Signal an error intentionally if it does
8840         not decompress compressed data because auto-compression-mode is
8841         disabled.
8842
8843 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
8844
8845         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8846         an ID in the registry even if it has no groups.
8847
8848 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8849
8850         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8851         merge it into mm-decompress-buffer.
8852         (gnus-mime-copy-part): Use the MIME part charset, the value which
8853         a user specified or gnus-newsgroup-charset for decoding, like
8854         gnus-mime-inline-part does; set buffer-file-coding-system to tell
8855         save-buffer what was used.  Suggested by Kevin Ryde
8856         <user42@zip.com.au>.
8857         (gnus-mime-inline-part): Allow the name parameter as well as the
8858         filename parameter; force decompressing of compressed data; always
8859         display contents being not decoded as unibyte.
8860
8861         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8862         as well as the filename parameter.
8863
8864         * mm-util.el (mm-decompress-buffer): Merge
8865         gnus-mime-jka-compr-maybe-uncompress.
8866         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8867         of compressed data.
8868
8869 2005-02-08  Simon Josefsson  <jas@extundo.com>
8870
8871         * imap.el (imap-log): Doc fix.
8872
8873 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8874
8875         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8876         the coding cookies; decompress compressed parts.
8877
8878         * mml.el (mml-generate-mime-1): Add the charaset parameter according
8879         to the value which a user specified manually or the coding cookie.
8880
8881         * mm-util.el (mm-string-to-multibyte): New function.
8882         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8883         (mm-coding-system-to-mime-charset): New function.
8884         (mm-decompress-buffer): New function.
8885         (mm-find-buffer-file-coding-system): New function.
8886
8887         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8888         (mm-display-inline-fontify): Rewrite for decoding and decompressing
8889         parts.
8890
8891 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8892
8893         * mm-view.el (mm-display-inline-fontify): Decode a part according
8894         to the charset parameter.
8895
8896 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8897
8898         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8899         prefix arg is neither nil nor a number, as info specifies.
8900
8901 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8902
8903         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8904         timestamps.
8905
8906 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
8907
8908         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8909         groups error checking and notify user.
8910
8911 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
8912
8913         * message.el (message-send-mail-function): Check existence of
8914         sendmail-program first before using default value
8915         `message-send-mail-with-sendmail'.  Otherwise use more generic
8916         `smtpmail-send-it'.
8917
8918 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8919
8920         * nntp.el (nntp-request-update-info): Always return nil.
8921
8922 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8923
8924         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8925
8926 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8927
8928         * message.el (message-beginning-of-line): Change the behavior when
8929         invoked between BOL and : so that it first moves backward.
8930
8931 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8932
8933         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8934         article buffer when editing of the article is discarded.
8935         (gnus-article-prepare): Revert.
8936
8937 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8938
8939         * gnus-art.el (gnus-article-prepare):
8940         Remove message-strip-forbidden-properties from the local hook.
8941
8942 2005-01-27  Simon Josefsson  <jas@extundo.com>
8943
8944         * password.el (password-cache-add): Only start one timer per key.
8945         Reported by Derek Atkins <warlord@MIT.EDU>.
8946
8947 2005-01-26  Steve Youngs  <steve@sxemacs.org>
8948
8949         * run-at-time.el: Removed.  It is no longer needed as
8950         timer-funcs.el in the xemacs-base package has a working version of
8951         `run-at-time'.
8952
8953         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
8954
8955         * password.el: Require timer-funcs instead of run-at-time in
8956         XEmacs.
8957         Remove `password-run-at-time' macro.
8958         (password-cache-add): Use `run-at-time' instead of
8959         `password-run-at-time'.
8960
8961         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
8962         Remove `nnheader-cancel-function-timers' alias,
8963         `cancel-function-timers' exists in XEmacs in timer-funcs.
8964
8965         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8966         for `run-with-idle-timer'.
8967
8968         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8969         for `run-at-time'.
8970
8971         * mm-url.el: Require timer-funcs at compile time when in XEmacs
8972         for `with-timeout'.
8973
8974         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
8975         the same as for XEmacs 21.4.
8976         No need to ignore `run-with-idle-timer', this function exists in
8977         XEmacs now in timer-funcs.el in the xemacs-base package.
8978         (dgnushack-compile): No need to delete
8979         run-at-time.el from the list of files to compile because it
8980         doesn't exist anymore.
8981
8982 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8983
8984         * mml.el (mml-generate-mime-1): Convert string into unibyte when
8985         inserting " *mml*" buffer's contents into a unibyte temp buffer.
8986
8987 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
8988
8989         * mail-source.el (mail-source-fetch-imap): Search for ^From case
8990         sensitively.
8991
8992 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
8993
8994         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8995
8996 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8997
8998         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8999         which will be inserted according to the multibyteness of a buffer
9000         rather than the type of contents.  Suggested by ARISAWA Akihiro
9001         <ari@mbf.ocn.ne.jp>.
9002
9003         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
9004         of string which old xml.el may return rather than a string.
9005
9006 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9007
9008         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
9009
9010 2005-01-16  Simon Josefsson  <jas@extundo.com>
9011
9012         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
9013         idn/idna.el isn't available.
9014         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
9015         <michael@waxrat.com>.
9016
9017         * hashcash.el: Remove non-FSF copyright header.
9018
9019         * hashcash.el (hashcash-extra-generate-parameters): New variable.
9020         (hashcash-generate-payment): Use it.
9021         (hashcash-generate-payment-async): Use it.
9022
9023 2005-01-15  Simon Josefsson  <jas@extundo.com>
9024
9025         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
9026         Suggested by Raymond Scholz <ray-2005@zonix.de>.
9027
9028         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
9029         gnus-summary-idna-message.
9030         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
9031         (gnus-summary-idna-message): New function.
9032
9033 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9034
9035         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
9036         gnus-novice-user.
9037
9038 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9039
9040         * nnrss.el (nnrss-request-delete-group): Delete entries in
9041         nnrss-group-alist as well.
9042         (nnrss-save-server-data): Insert newline.
9043
9044 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
9045
9046         * gnus.el (gnus-user-agent): Use list of symbols instead of
9047         symbols.  Display full version number for (S)XEmacs.  Optionally
9048         display (S)XEmacs codename.
9049
9050         * gnus-util.el (gnus-emacs-version): Update for new
9051         `gnus-user-agent'.
9052
9053         * gnus-msg.el (gnus-extended-version): Make it possible to omit
9054         Gnus version.
9055
9056 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9057
9058         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
9059         which is unreadable in some setups.
9060
9061 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9062
9063         * gnus-spec.el (gnus-update-format-specifications): Flush the
9064         group format spec cache if it doesn't support decoded group names.
9065
9066 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9067
9068         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
9069         Allow to apply decay on score files matching a regexp.
9070
9071 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9072
9073         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
9074         compatibility in %g and %c.
9075
9076 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9077
9078         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
9079         name for only %g and %c.
9080         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
9081         of gnus-tmp-group to decoded group name.
9082         (gnus-group-make-rss-group): Exclude `/'s from group names.
9083
9084 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9085
9086         * nnrss.el (nnrss-get-encoding): Fix regexp.
9087
9088 2004-12-27  Simon Josefsson  <jas@extundo.com>
9089
9090         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
9091         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
9092         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
9093
9094 2004-12-17  Kim F. Storm  <storm@cua.dk>
9095
9096         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
9097
9098         * gnus-sum.el (gnus-summary-mode-map): Likewise.
9099
9100 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9101
9102         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
9103
9104 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9105
9106         * nnrss.el: Require rfc2047 and mml.
9107         (nnrss-file-coding-system): New variable.
9108         (nnrss-format-string): Redefine it as an inline function.
9109         (nnrss-decode-group-name): New function.
9110         (nnrss-string-as-multibyte): Remove.
9111         (nnrss-retrieve-headers): Decode group name; don't use
9112         nnrss-format-string.
9113         (nnrss-request-group): Decode group name.
9114         (nnrss-request-article): Decode group name; allow a Message-ID as
9115         well as an article number; don't use nnrss-format-string; encode a
9116         Message-ID string which may contain non-ASCII characters; use
9117         mml-to-mime to compose a MIME article.
9118         (nnrss-request-expire-articles): Decode group name.
9119         (nnrss-request-delete-group): Decode group name.
9120         (nnrss-fetch): Clarify error message.
9121         (nnrss-read-server-data): Use insert-file-contents instead of load;
9122         bind file-name-coding-system; use multibyte buffer.
9123         (nnrss-save-server-data): Bind coding-system-for-write to the
9124         value of nnrss-file-coding-system; bind file-name-coding-system;
9125         add coding cookie.
9126         (nnrss-read-group-data): Use insert-file-contents instead of load;
9127         bind file-name-coding-system; use multibyte buffer.
9128         (nnrss-save-group-data): Bind coding-system-for-write to the
9129         value of nnrss-file-coding-system; bind file-name-coding-system.
9130         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
9131         make it work with non-ASCII text.
9132         (nnrss-find-el): Make it work with old xml.el as well.
9133
9134 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9135
9136         * nnrss.el (nnrss-get-encoding): New function.
9137         (nnrss-fetch): Use unibyte buffer initially; bind
9138         coding-system-for-read while performing mm-url-insert; remove ^Ms;
9139         decode contents according to the encoding attribute.
9140         (nnrss-save-group-data): Add coding cookie.
9141         (nnrss-mime-encode-string): New function.
9142         (nnrss-check-group): Use it to encode subject and author.
9143
9144 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
9145
9146         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9147         imaginary variable.
9148
9149 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9150
9151         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9152         correctly even if there are wide characters.
9153
9154 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9155
9156         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9157         downcased symbol names; make a new cache instead of reusing
9158         bbdb-hashtable.
9159
9160 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9163         concatenating segments rather than before concatenating them.
9164         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9165
9166         * message.el (message-get-reply-headers): Bind `extra'.
9167
9168 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9169
9170         * message.el (message-extra-wide-headers): New variable.
9171         (message-get-reply-headers): Use it.
9172
9173 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9174
9175         * gnus-agent.el (gnus-agent-group-path): Decode group name.
9176         (gnus-agent-group-pathname): Ditto.
9177
9178         * gnus-cache.el (gnus-cache-file-name): Decode group name.
9179
9180         * gnus-group.el (gnus-group-make-group): Decode group name.
9181         (gnus-group-make-rss-group): Register the group data after opening
9182         the nnrss group.
9183
9184 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
9185
9186         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9187         by expiry now get marked as read.
9188
9189 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9190
9191         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9192
9193 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
9194
9195         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9196         unify Latin characters in XEmacs.
9197         (mm-find-mime-charset-region): Use it.
9198
9199 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9200
9201         * gnus-util.el (gnus-delete-directory): New function.
9202
9203         * gnus-agent.el (gnus-agent-delete-group): Use it.
9204
9205         * gnus-cache.el (gnus-cache-delete-group): Use it.
9206
9207 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9208
9209         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9210         names.
9211
9212 2004-12-16  Simon Josefsson  <jas@extundo.com>
9213
9214         * hashcash.el (hashcash-payment-alist): Fix custom :type.
9215
9216 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9217
9218         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9219
9220         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9221         (gnus-group-set-current-level): Decode group name.
9222
9223 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
9224
9225         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9226         failed.
9227
9228 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9229
9230         * gnus-group.el (gnus-group-delete-group): Decode group name.
9231         (gnus-group-make-rss-group): Encode group name.
9232         (gnus-group-catchup-current): Decode group name.
9233         (gnus-group-kill-group): Decode group name.
9234
9235 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9236
9237         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9238
9239 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9240
9241         * gnus-group.el (gnus-group-make-rss-group):
9242         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9243
9244         * gnus-start.el (gnus-setup-news): Honor user's setting to
9245         gnus-message-archive-method.  Suggested by Lute Kamstra
9246         <lute@gnu.org>.
9247
9248 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
9249
9250         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9251         global counterparts of the buffer-local variables.
9252
9253 2004-11-16  Romain Francoise  <romain@orebokech.com>
9254
9255         * gnus-sum.el (gnus-summary-exit): Don't clear the global
9256         counterparts of the buffer-local variables.
9257
9258 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9259
9260         * message.el (message-forbidden-properties): Fixed typo in doc
9261         string.
9262
9263 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9264
9265         * gnus-util.el (gnus-replace-in-string): Added doc string.
9266
9267         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9268         to avoid problems when splitting mails with many recipients.
9269
9270 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9271
9272         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9273         pop-to-buffer, covered by the subsequent gnus-configure-windows.
9274
9275 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
9276
9277         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9278         if there is no hashtable in memory or file modification time is
9279         newer than cached timestamp.
9280
9281 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9282
9283         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9284         not-matching option.
9285
9286 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
9287
9288         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9289         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9290         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9291         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9292         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
9293         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9294
9295 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9296
9297         * message.el (message-forward-make-body-mml): Remove headers
9298         according to message-forward-ignored-headers if a message is decoded.
9299
9300 2004-12-02  Romain Francoise  <romain@orebokech.com>
9301
9302         * message.el (message-forward-make-body-plain): Always remove
9303         headers according to message-forward-ignored-headers.
9304
9305 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9306
9307         * spam.el (spam-summary-prepare-exit): Remove the
9308         gnus-summary-limit pop for now, it has problems with ham marks for
9309         me.
9310
9311 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
9312
9313         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9314         correctly.
9315
9316 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
9317
9318         * format-spec.el (format-spec): Message the char.
9319
9320 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9321
9322         * gnus-art.el (gnus-split-methods): Reformat comments.
9323
9324         * spam.el (spam-summary-prepare-exit): Remove article limits
9325         before exiting the summary buffer.
9326
9327 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9328
9329         * lpath.el: Remove bbdb-create-internal, bbdb-records,
9330         spam-BBDB-register-routine and spam-enter-ham-BBDB.
9331
9332         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9333         order to silence the byte compiler.
9334
9335         * spam.el: Fix the way to silence the byte compiler, which
9336         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9337         bbdb-search-simple, spam-BBDB-register-routine,
9338         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9339         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9340         spam-stat-buffer-is-spam, spam-stat-load,
9341         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9342         spam-stat-save and spam-stat-split-fancy.
9343
9344 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9345
9346         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9347         which may confuse users.
9348         (canlock-password-for-verify): Ditto.
9349
9350         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9351
9352         * gnus-art.el (gnus-emphasis-alist): Ditto.
9353
9354         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9355
9356         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9357
9358         * gnus-start.el (gnus-save-killed-list): Ditto.
9359
9360         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9361         (gnus-sum-thread-tree-root): Ditto.
9362         (gnus-sum-thread-tree-false-root): Ditto.
9363         (gnus-sum-thread-tree-single-indent): Ditto.
9364
9365         * message.el (message-courtesy-message): Ditto.
9366         (message-archive-note): Ditto.
9367         (message-subscribed-address-file): Ditto.
9368         (message-user-fqdn): Ditto.
9369
9370         * spam-report.el (spam-report-gmane-regex): Ditto.
9371
9372         * spam.el (spam-blackhole-good-server-regex): Ditto.
9373
9374 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9375
9376         * mml.el (mml-preview): Widen the message buffer before copying
9377         the contents to the preview buffer; sort headers before previewing.
9378
9379         * message.el (message-hidden-headers): Fix the way to avoid a bug
9380         in the `repeat' widget in Emacs 21.3 or earlier.
9381
9382 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9383
9384         * message.el (message-hidden-headers): Default to "^References:".
9385         Improve customization type.  Suggested by Reiner Steib
9386         <Reiner.Steib@gmx.de>.
9387
9388 2004-11-25  Romain Francoise  <romain@orebokech.com>
9389
9390         * message.el (message-strip-forbidden-properties): Remove check for
9391         obsolete `message-hidden' text property, hidden headers are not
9392         accessible in the buffer anymore.
9393
9394 2004-11-22  Romain Francoise  <romain@orebokech.com>
9395
9396         * message.el (message-header-format-alist): Add `From' in list
9397         so that it can be sorted.
9398         (message-fix-before-sending): Widen and sort headers before
9399         sending.
9400         (message-hide-headers): Use narrowing to hide headers by moving
9401         them to the top of the buffer and narrowing to the region
9402         underneath.
9403
9404 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9405
9406         * message.el (message-strip-forbidden-properties): Bind
9407         buffer-read-only (etc) to nil.
9408
9409 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9410
9411         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9412         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9413
9414 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9415
9416         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9417
9418 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9419
9420         * dns.el (query-dns): Use sit-for to time instead of
9421         accept-process-output, since that doesn't seem to work on udp
9422         sockets.
9423
9424 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9425
9426         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9427
9428 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9429
9430         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9431         doc string.  Improve doc string.
9432
9433 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9434
9435         * nntp.el (nntp-request-update-info): Return nil if
9436         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9437         may not call gnus-activate-group which uselessly issues the GROUP
9438         commands for all nntp groups and wastes time.  Reported by Romain
9439         Francoise <romain@orebokech.com>.
9440
9441         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9442
9443 2004-11-15  Simon Josefsson  <jas@extundo.com>
9444
9445         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9446         headers separately.
9447         (gnus-button-openpgp): New function, inspired by Jochen Küpper
9448         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9449
9450 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9451
9452         * gnus-start.el (gnus-convert-old-newsrc):
9453         Assign legacy-gnus-agent to 5.10.7.
9454
9455 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9456
9457         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9458         start of the lines.
9459
9460 2004-11-14  Magnus Henoch  <mange@freemail.hu>
9461
9462         * hashcash.el (hashcash-default-payment): Change default to 20
9463         (hashcash-default-accept-payment): Change default to 20
9464         (hashcash-process-alist): New variable
9465         (hashcash-generate-payment-async): Add
9466         (hashcash-already-paid-p): Add
9467         (hashcash-insert-payment): Don't generate payments twice
9468         (hashcash-insert-payment-async): Add
9469         (hashcash-insert-payment-async-2): Add
9470         (hashcash-cancel-async): Add
9471         (hashcash-wait-async): Add
9472         (hashcash-processes-running-p): Add
9473         (hashcash-wait-or-cancel): Add
9474         (mail-add-payment): New optional argument.  Conditionally start
9475         asynchronous calculation.
9476         (mail-add-payment-async): Add
9477
9478         * message.el (message-send-mail): Wait for asynchronous hashcash
9479         results.  Don't clobber existing X-Hashcash headers.
9480         (message-setup-1): Call mail-add-payment-async when
9481         message-generate-hashcash is non-nil.
9482
9483 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9484
9485         * message.el (message-use-alternative-email-as-from): Examine the
9486         From header as well; use message-make-from in order to include a
9487         user's full name.
9488
9489 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9490
9491         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9492         default; improve customization type.
9493         (gnus-emphasis-custom-with-format): New macro.
9494         (gnus-emphasis-custom-value-to-external): New function.
9495         (gnus-emphasis-custom-value-to-internal): New function.
9496
9497 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9498
9499         * dns.el (query-dns): Resolve reverse addresses.
9500
9501 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9502
9503         * gnus-group.el (gnus-group-get-new-news): Use it.
9504
9505         * gnus-start.el (gnus-check-reasonable-setup): New function.
9506
9507 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9508
9509         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9510         "Args out of range" error.  Reported by Arnaud Giersch
9511         <arnaud.giersch@free.fr>.
9512
9513 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9514
9515         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9516
9517 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9518
9519         * spam.el (spam group): Add :version.
9520
9521         * pgg-def.el (pgg group): Add :version.
9522
9523 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * gnus-art.el (gnus-article-edit-article): Don't associate the
9526         article buffer with a draft file.  This is a temporary measure
9527         against the 2004-08-22 change to gnus-article-edit-mode.
9528
9529 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9530
9531         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9532         (html2text-format-tags): Remove unused variable `attr'.
9533
9534 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9535
9536         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9537
9538         * tls.el (tls-process-connection-type, tls-success)
9539         (tls-certtool-program): Add :version.
9540
9541         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
9542         (starttls-extra-arguments, starttls-process-connection-type)
9543         (starttls-connect, starttls-failure, starttls-success):
9544
9545         * spam-stat.el (spam-stat): Add :version.
9546
9547         * sieve.el (sieve): Add :version.
9548
9549         * sha1.el (sha1): Add :version.
9550         (sha1-use-external): Remove redundant version.
9551
9552         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9553         (nnmail-cache-ignore-groups, nnmail-spool-hook)
9554         (nnmail-split-fancy-match-partial-words)
9555         (nnmail-split-lowercase-expanded): Add :version.
9556
9557         * nndiary.el (nndiary): Add :version.
9558
9559         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9560
9561         * mml-sec.el (mml-default-sign-method)
9562         (mml-default-encrypt-method, mml-signencrypt-style-alist):
9563         Add :version.
9564
9565         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9566
9567         * mm-url.el (mm-url-use-external, mm-url-program)
9568         (mm-url-arguments): Add :version.
9569
9570         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9571         (mm-attachment-file-modes, mm-decrypt-option)
9572         (mm-w3m-safe-url-regexp): Add :version.
9573
9574         * message.el (message-cite-prefix-regexp)
9575         (message-sendmail-envelope-from, message-minibuffer-local-map)
9576         (message-user-fqdn, message-completion-alist): Add :version.
9577
9578         * gnus-win.el (gnus-configure-windows-hook)
9579         (gnus-use-frames-on-any-display): Add :version.
9580
9581         * gnus-art.el (gnus-article-address-banner-alist)
9582         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9583         (gnus-treat-from-picon, gnus-treat-mail-picon)
9584         (gnus-treat-x-pgp-sig): Add :version.
9585
9586         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9587         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9588         (gnus-summary-article-delete-hook)
9589         (gnus-summary-display-while-building): Add :version.
9590
9591         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9592         (gnus-get-top-new-news-hook):Add :version.
9593
9594         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9595         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9596
9597         * gnus-registry.el (gnus-registry): Add :version.
9598
9599         * gnus-spec.el (gnus-use-correct-string-widths)
9600         (gnus-make-format-preserve-properties): Add :version.
9601
9602         * gnus.el (gnus-group-charter-alist)
9603         (gnus-group-fetch-control-use-browse-url)
9604         (gnus-install-group-spam-parameters): Add :version.
9605
9606         * gnus-diary.el (gnus-diary): Add :version.
9607
9608         * gnus-delay.el (gnus-delay): Add :version.
9609
9610         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9611         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9612         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9613         Add :version.
9614
9615         * gnus-agent.el (gnus-agent-max-fetch-size)
9616         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9617         (gnus-agent-prompt-send-queue): Add :version.
9618
9619         * deuglify.el (gnus-outlook-deuglify): Add :version.
9620
9621         * html2text.el: Beautify code.  Improve doc strings.  Some
9622         checkdoc cleanup.
9623         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9624
9625 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
9626
9627         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9628
9629 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
9630
9631         * gnus-registry.el (gnus-registry-hashtb): Create the registry
9632         when package is loaded.
9633
9634         * spam.el (spam-summary-score-preferred-header): Add global preference
9635         for people who want to override the default SpamAssassin over
9636         Bogofilter preference (when both are set).
9637         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9638         (spam-user-format-function-S): Check
9639         spam-summary-score-preferred-header.
9640         (spam-extra-header-to-number): Add X-Bogosity header parsing.
9641         (spam-user-format-function-S): Format the score correctly.
9642
9643 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9644
9645         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9646         signature file.  Suggested by Manoj Srivastava
9647         <srivasta@golden-gryphon.com>.
9648
9649         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9650         iso-2022-jp even in the Japanese language environment.
9651         Suggested by Jason Rumney <jasonr@gnu.org>.
9652
9653 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9654
9655         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9656         use the same characters as the dummy marks; make it free from
9657         getting affected by the language environment.
9658         (gnus-summary-read-group-1): Update mark positions only when the
9659         format spec is updated.
9660
9661         * gnus-spec.el (gnus-update-format-specifications): Return a list
9662         of updated types.
9663
9664 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9665
9666         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9667         of boundp to check if display-warning is available.
9668
9669 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
9670
9671         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9672
9673 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9674
9675         * nnspool.el (nnspool-spool-directory): Use news-path if the
9676         news-directory variable is not bound.
9677
9678         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9679         function instead of display-warning if it is not available.
9680
9681 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9682
9683         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9684         v5-10: Use `point-at-bol'.
9685
9686 2004-10-26  Simon Josefsson  <jas@extundo.com>
9687
9688         * hashcash.el: Fix URL in comment, reported by Cheng Gao
9689         <chenggao@gmail.com>.
9690
9691 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9692
9693         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
9694         instead.
9695
9696 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
9697
9698         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9699         to remove a server from the nnimap-server-buffer-alist.
9700         (nnimap-open-connection, nnimap-close-server): Use it.
9701
9702         * gnus-encrypt.el: Remove file in favor of encrypt.el.
9703
9704 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9705
9706         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9707         running the major-mode function.
9708
9709 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9710
9711         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9712         dummy marks in the right way.
9713
9714 2004-10-18  David Edmondson  <dme@dme.org>
9715
9716         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9717         excessively.
9718
9719 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
9720
9721         * gnus-util.el (gnus-split-references): Accept a nil references
9722         string and go on blissfully.
9723
9724         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9725         cases where the references string is non-nil but has no references.
9726
9727         * encrypt.el: Add autoload tags.
9728
9729         * spam.el (spam-resolve-registrations-routine): Remove article
9730         from unregistration list too.  Reported by David Hanak
9731         <dhanak@isis.vanderbilt.edu>
9732
9733 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
9734
9735         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9736         nil.  Changed custom type.
9737
9738 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
9739
9740         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9741
9742         * gnus-sum.el (gnus-summary-move-article): Use it.
9743
9744 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
9745
9746         * encrypt.el: Add autoload cookies.
9747
9748         * spam.el (spam-backend-article-list-property)
9749         (spam-backend-get-article-todo-list)
9750         (spam-backend-put-article-todo-list, )
9751         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9752         Resolve registrations separately.
9753         (spam-register-routine): Format comments.
9754         (spam-unregister-routine, spam-register-routine): Always call with
9755         specific-articles, no default list.
9756         (spam-summary-prepare-exit): Use the spam-classifications function.
9757
9758         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9759         gnus-encrypt.el.
9760
9761         * encrypt.el: Copied from gnus-encrypt.el.
9762
9763         * gnus-encrypt.el: Commented that it's obsolete.
9764
9765 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9766
9767         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9768         (gnus-score-save): Use it.
9769
9770         * message.el (message-bury): Use `window-dedicated-p'.
9771
9772 2004-10-15  Simon Josefsson  <jas@extundo.com>
9773
9774         * pop3.el (top-level): Don't require nnheader.
9775         (pop3-read-timeout): Add.
9776         (pop3-accept-process-output): Add.
9777         (pop3-read-response, pop3-retr): Use it.
9778
9779 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
9780
9781         * spam.el (spam-register-routine): Move comment.
9782         (spam-verify-bogofilter): Use 'unknown for the initial
9783         spam-bogofilter-valid state, not 'never.
9784
9785         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9786         for netrc-machine.
9787
9788         * nnimap.el (nnimap-open-connection): Use
9789         netrc-machine-user-or-password.
9790
9791 2004-10-17  Richard M. Stallman  <rms@gnu.org>
9792
9793         * gnus-registry.el (gnus-registry-unload-hook):
9794         Set as a variable with add-hook.
9795
9796         * nnspool.el (nnspool-spool-directory): Use news-directory instead
9797         of news-path.
9798
9799         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9800
9801         * spam.el: Delete duplicate `provide'.
9802         (spam-unload-hook): Set as a variable with add-hook.
9803
9804 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9805
9806         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9807         in the doc string.
9808
9809         * message.el (message-ignored-news-headers)
9810         (message-ignored-supersedes-headers)
9811         (message-ignored-resent-headers)
9812         (message-forward-ignored-headers): Improve custom type.
9813
9814 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9815
9816         * message.el (message-tokenize-header): Fix 2004-09-06 change
9817         which used point-min in the wrong place.
9818
9819 2004-10-12  Simon Josefsson  <jas@extundo.com>
9820
9821         * tls.el (tls-certtool-program): New variable.
9822         (tls-certificate-information): New function, based on
9823         ssl-certificate-information.
9824
9825 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9826
9827         * compface.el: Move the version of ELisp-based uncompface program
9828         to the contrib directory because of the copyright problem.
9829
9830 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9831
9832         * message.el (message-kill-buffer): Raise the current frame.
9833
9834 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9835
9836         * gnus-sum.el: Mention that multibyte characters don't work as marks.
9837
9838         * gnus.el (message-y-or-n-p): Autoload.
9839
9840         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9841         (pop3-password-required, pop3-authentication-scheme)
9842         (pop3-leave-mail-on-server): Made customizable.
9843         (pop3): New custom group.
9844         (pop3-retr): Remove `sleep-for' statements.
9845         Suggested by Dave Love <fx@gnu.org>.
9846
9847         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9848         Windows/DOS.
9849
9850         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9851         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
9852         Dave Love <fx@gnu.org>.
9853
9854         * mml.el (mml-minibuffer-read-disposition): Require match.
9855         Suggested by Dave Love <fx@gnu.org>.
9856
9857 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9858
9859         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
9860         doc string.
9861
9862 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9863
9864         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9865
9866 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9867
9868         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9869         instead of calling `mm-insert-inline', to decode text/* parts
9870         before displaying them.
9871
9872 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9873
9874         * mm-uu.el (mm-uu-text-plain-type): New variable.
9875         (mm-uu-pgp-signed-extract-1): Use it.
9876         (mm-uu-pgp-encrypted-extract-1): Use it.
9877         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9878         bind mm-uu-text-plain-type with that value.
9879         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9880         mm-uu-dissect.
9881
9882 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9883
9884         * gnus-group.el (gnus-update-group-mark-positions):
9885         * gnus-sum.el (gnus-update-summary-mark-positions):
9886         * message.el (message-check-news-body-syntax):
9887         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9888         of string-as-multibyte.
9889
9890 2004-10-05  Juri Linkov  <juri@jurta.org>
9891
9892         * gnus-group.el (gnus-update-group-mark-positions):
9893         * gnus-sum.el (gnus-update-summary-mark-positions):
9894         * message.el (message-check-news-body-syntax):
9895         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9896         8-bit unibyte values to a multibyte string for search functions.
9897
9898 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * mm-uu.el (mm-uu-dissect): Allow optional arg.
9901         (mm-uu-dissect-text-parts): New function.
9902
9903         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9904         dissect text parts.
9905
9906         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9907         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9908
9909         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9910
9911         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9912         gnus-current-topics instead of gnus-current-topic.
9913
9914 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
9915
9916         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9917
9918 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
9919
9920         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9921         where approriate.
9922
9923         * nnml.el (nnml-generate-active-info): do.
9924
9925         * nndiary.el (nndiary-generate-active-info): do.
9926
9927         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9928         (gnus-topic-move): do.
9929
9930         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9931         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9932
9933         * gnus-srvr.el (gnus-server-prepare)
9934         (gnus-server-open-all-servers): do.
9935
9936         * gnus-msg.el (gnus-summary-cancel-article)
9937         (gnus-summary-resend-message)
9938         (gnus-summary-mail-crosspost-complaint): do.
9939
9940         * gnus-move.el (gnus-change-server): do.
9941
9942         * gnus-group.el (gnus-group-unmark-all-groups)
9943         (gnus-group-set-current-level): do.
9944
9945 2004-10-04  Simon Josefsson  <jas@extundo.com>
9946
9947         * message.el (message-generate-hashcash): Doc fix.
9948
9949 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
9950
9951         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9952         avoid infinite recursion via gnus-get-function.
9953
9954 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
9955
9956         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9957
9958         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9959
9960         * nnmail.el (nnmail-split-history): do.
9961
9962         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9963         (nnml-request-delete-group): do.
9964
9965         * nnslashdot.el (nnslashdot-read-groups): do.
9966
9967         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9968         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9969
9970         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9971         (nnspool-sift-nov-with-sed): Use last
9972         (nnspool-retrieve-headers-with-nov): Use mapc.
9973         (nnspool-request-newgroups): Use dolist.
9974         (nnspool-request-group): Use last.
9975
9976         * nntp.el (nntp-read-server-type): Use dolist.
9977
9978         * nnvirtual.el (nnvirtual-create-mapping)
9979         (nnvirtual-update-read-and-marked): Use dolist.
9980         (nnvirtual-convert-headers): Simplify.
9981
9982 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9983
9984         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9985         support for sync'ing tick marks.
9986
9987 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9988
9989         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9990         there's no visible header.
9991
9992 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9993
9994         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9995         necessary, pass full group name to gnus-request-set-marks.
9996
9997 2004-10-01  Simon Josefsson  <jas@extundo.com>
9998
9999         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
10000         acroread.
10001
10002 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10003
10004         * spam-report.el (spam-report-gmane): Fix interactive.
10005
10006         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
10007
10008         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
10009         when writing file.
10010         (gnus-agent-synchronize-flags): Don't default to being
10011         interactive.
10012
10013 2004-09-30  Simon Josefsson  <jas@extundo.com>
10014
10015         * message.el (message-generate-hashcash): Add.
10016         (message-send-mail): Use it, call mail-add-payment.
10017
10018 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10019
10020         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
10021
10022 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
10023
10024         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
10025         gnus-requst-update-info with explicit code to sync the in-memory
10026         info read flags with the marks being sync'd to the backend.
10027
10028         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
10029
10030 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10031
10032         * spam.el (spam-verify-bogofilter): Add new function.
10033         (spam-check-bogofilter)
10034         (spam-bogofilter-register-with-bogofilter): Use it.
10035         (spam-verify-bogofilter): Add small fixes.
10036
10037 2004-09-28  Simon Josefsson  <jas@extundo.com>
10038
10039         * hashcash.el (hashcash-generate-payment): Revert.
10040
10041 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10042
10043         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
10044         gnus-extract-references instead of gnus-split-references.
10045
10046         * gnus-util.el (gnus-extract-references): Add new function, analogous
10047         to gnus-split-references but extracts only the message-ID without
10048         anything extra.
10049
10050         * hashcash.el (hashcash-generate-payment)
10051         (hashcash-check-payment): Do the right thing if hashcash-path is
10052         nil (because the hashcash program could not be found).
10053
10054         * spam.el (spam-use-hashcash): Remove comment.
10055
10056 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
10057
10058         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
10059         (gnus-cache-enter-article, gnus-cache-remove-article)
10060         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
10061
10062         * gnus-async.el (gnus-async-prefetch-remove-group): do.
10063
10064         * gnus-art.el (article-hide-boring-headers)
10065         (article-translate-strings, article-display-face)
10066         (gnus-article-mime-match-handle-first)
10067         (gnus-article-highlight-headers)
10068         (gnus-article-add-buttons-to-head): do.
10069
10070 2004-09-27  Simon Josefsson  <jas@extundo.com>
10071
10072         * hashcash.el: New version, from
10073         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
10074         ../contrib/.
10075
10076 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10077
10078         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
10079
10080 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
10081
10082         * gnus-dup.el (gnus-dup-open): Use mapc.
10083         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
10084
10085         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
10086         Reported by Stefan Wiens <s.wi@gmx.net>.
10087
10088         * gnus.el (gnus-shutdown): Use dolist.
10089
10090         * gnus-undo.el (gnus-undo): Use mapc.
10091
10092         * nnrss.el (nnrss-generate-active): do.
10093
10094         * message.el (message-cite-original-without-signature)
10095         (message-cite-original): Use mapc.
10096         (message-do-actions, message-make-forward-subject): Use dolist.
10097
10098 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10099
10100         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
10101         deletion to remove entire duplicate line.  Fixes merged article
10102         number bug.
10103
10104 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10105
10106         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
10107         servers that are offline.  Avoids having gnus-agent-toggle-plugged
10108         first ask if you want to open a server and then, even when you
10109         responded with no, asking if you want to synchronize the server's
10110         flags.
10111         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
10112         multi-line expressions.
10113         (gnus-agent-synchronize-group-flags): New internal function.
10114         Updates marks in memory (in the info structure) AND in the
10115         backend.
10116
10117         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
10118
10119         * nnagent.el (nnagent-request-set-mark): Use
10120         gnus-agent-synchronize-group-flags, not backend's request-set-mark
10121         method, to ensure that synchronization updates marks in the
10122         backend and in the info (in memory) structure.
10123
10124 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10125
10126         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
10127         convention fully; don't miss the root article of a thread; make
10128         the X-Draft-From header with correct article numbers.
10129
10130 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
10131
10132         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
10133         unless plugged.  Disable the agent so that an open failure causes
10134         an error.
10135
10136         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
10137         Reverted 2004-09-21 change.  The backend must be opened while
10138         synchronizing flags even when the backend stores the flags
10139         locally.
10140
10141 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
10142
10143         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
10144         in `header' match.  Reported by Svend Tollak Munkejord.
10145
10146         * message.el (message-cite-original): Fix use of
10147         `message-cite-articles-with-x-no-archive'.
10148
10149 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10150
10151         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10152         (gnus-window-to-buffer): Ditto.
10153
10154         * mml.el (mml-preview-buffer): New variable.
10155         (mml-preview): Manage window layout with gnus-buffer-configuration.
10156
10157         * gnus-msg.el (gnus-setup-message): Put article numbers into the
10158         X-Draft-From header even if those articles aren't quoted.
10159
10160 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
10161
10162         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10163         (gnus-request-set-mark, gnus-request-update-mark): Use new
10164         g-s-t-u-l-m to decide to use backend even when unplugged.
10165
10166 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10167
10168         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10169         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
10170
10171 2004-09-20  Simon Josefsson  <jas@extundo.com>
10172
10173         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10174         "utf-16-le".
10175
10176 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10177
10178         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10179
10180 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10181
10182         * uudecode.el (uudecode-use-external): Add :version.
10183
10184         * smime.el (smime-CA-file, smime-encrypt-cipher)
10185         (smime-dns-server): Add :version.
10186
10187         * smiley.el (gnus-smiley-file-types): Add :version.
10188
10189         * sha1.el (sha1-use-external): Add :version.
10190
10191         * pgg-def.el (pgg-query-keyserver): Add :version.
10192
10193         * nnmail.el (nnmail-fancy-expiry-targets)
10194         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10195         Add :version.
10196
10197         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10198         (nnimap-retrieve-groups-asynchronous): Add :version.
10199         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
10200
10201         * mml.el (mml-content-disposition-parameters)
10202         (mml-insert-mime-headers-always): Add :version.
10203
10204         * mm-util.el (mm-coding-system-priorities): Add :version.
10205
10206         * mm-decode.el (mm-inline-text-html-with-images)
10207         (mm-keep-viewer-alive-types, mm-external-terminal-program)
10208         (mm-verify-option): Add :version.
10209         (mm-text-html-renderer): Change :version.
10210
10211         * message.el (message-fcc-externalize-attachments)
10212         (message-required-headers, message-draft-headers)
10213         (message-subject-trailing-was-query)
10214         (message-subject-trailing-was-ask-regexp)
10215         (message-subject-trailing-was-regexp, message-mark-insert-begin)
10216         (message-mark-insert-end, message-archive-header)
10217         (message-archive-note, message-cross-post-default)
10218         (message-cross-post-note, message-followup-to-note)
10219         (message-cross-post-note-function, message-use-mail-followup-to)
10220         (message-subscribed-address-functions)
10221         (message-subscribed-address-file, message-subscribed-addresses)
10222         (message-subscribed-regexps, message-allow-no-recipients)
10223         (message-yank-cited-prefix, message-signature-insert-empty-line)
10224         (message-hidden-headers, message-hierarchical-addresses)
10225         (message-mail-user-agent, message-use-idna)
10226         (message-valid-fqdn-regexp)
10227         (message-strip-special-text-properties, message-header-synonyms)
10228         (message-beginning-of-line, message-tab-body-function): Add :version.
10229         (message-insert-canlock, message-wide-reply-confirm-recipients):
10230         Change :version.
10231
10232         * mail-source.el (mail-source-ignore-errors): Add :group, :type
10233         and :version.
10234         (mail-source-delete-old-incoming-confirm)
10235         (mail-source-movemail-program): Add :version.
10236
10237         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10238         (gnus-agent-cache, gnus-agent): Change :version.
10239
10240         * gnus-util.el (gnus-use-byte-compile): Change :version.
10241
10242         * gnus-sum.el (gnus-summary-make-false-root-always)
10243         (gnus-summary-default-high-score)
10244         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10245         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10246         (gnus-read-all-available-headers, gnus-article-emulate-mime)
10247         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10248         (gnus-sum-thread-tree-single-indent)
10249         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10250         (gnus-sum-thread-tree-leaf-with-other)
10251         (gnus-sum-thread-tree-single-leaf): Add :version.
10252         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10253         (gnus-article-loose-mime): Change :version.
10254
10255         * gnus-start.el (gnus-backup-startup-file)
10256         (gnus-save-startup-file-via-temp-buffer): Add :version.
10257
10258         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10259         (gnus-server-offline-face): Add :version.
10260
10261         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10262
10263         * gnus-msg.el (gnus-gcc-externalize-attachments)
10264         (gnus-debug-files, gnus-debug-exclude-variables)
10265         (gnus-discouraged-post-methods): Change :version.
10266         (gnus-confirm-mail-reply-to-news)
10267         (gnus-confirm-treat-mail-like-news): Add :version.
10268
10269         * gnus-int.el (gnus-server-unopen-status): Add :version.
10270
10271         * gnus-group.el (gnus-group-jump-to-group-prompt)
10272         (gnus-large-ephemeral-newsgroup)
10273         (gnus-fetch-old-ephemeral-headers): Add :version.
10274
10275         * gnus-fun.el (gnus-x-face-directory)
10276         (gnus-convert-pbm-to-x-face-command)
10277         (gnus-convert-image-to-x-face-command)
10278         (gnus-convert-image-to-face-command): Add :version.
10279
10280         * gnus-delay.el (gnus-delay-default-hour): Add :version.
10281
10282         * gnus-cite.el (gnus-cite-blank-line-after-header)
10283         (gnus-article-boring-faces): Add :version.
10284
10285         * gnus-art.el (gnus-buttonized-mime-types)
10286         (gnus-inhibit-mime-unbuttonizing)
10287         (gnus-treat-display-face)
10288         (gnus-treat-body-boundary): Change :version.
10289         (gnus-body-boundary-delimiter, gnus-picon-databases)
10290         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10291         (gnus-treat-date-english, gnus-treat-fold-headers)
10292         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10293         (gnus-treat-mail-picon, gnus-treat-wash-html)
10294         (gnus-article-encrypt-protocol)
10295         (gnus-use-idna, gnus-article-over-scroll)
10296         (gnus-mime-display-multipart-alternative-as-mixed)
10297         (gnus-mime-display-multipart-related-as-mixed)
10298         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10299         (gnus-ctan-url, gnus-button-ctan-handler)
10300         (gnus-button-handle-ctan-bogus-regexp)
10301         (gnus-button-ctan-directory-regexp)
10302         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10303         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10304         (gnus-button-man-level, gnus-button-emacs-level)
10305         (gnus-button-message-level, gnus-button-browse-level): Add :version.
10306
10307         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10308         (gnus-agent-go-online): Change :version.
10309         (gnus-agent-expire-unagentized-dirs)
10310         (gnus-agent-auto-agentize-methods): Add :version.
10311
10312         * flow-fill.el (fill-flowed-display-column)
10313         (fill-flowed-encode-column): Add :version.
10314
10315         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10316         (gnus-outlook-deuglify-unwrap-max)
10317         (gnus-outlook-deuglify-cite-marks)
10318         (gnus-outlook-deuglify-unwrap-stop-chars)
10319         (gnus-outlook-deuglify-no-wrap-chars)
10320         (gnus-outlook-deuglify-attrib-cut-regexp)
10321         (gnus-outlook-deuglify-attrib-verb-regexp)
10322         (gnus-outlook-deuglify-attrib-end-regexp)
10323         (gnus-outlook-display-hook): Add :version.
10324
10325         * binhex.el (binhex-use-external): Add :version.
10326
10327 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
10328
10329         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10330         and `invisible'.
10331
10332 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10333
10334         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10335         in gnus-registry-trim.
10336
10337 2004-09-13  Simon Josefsson  <jas@extundo.com>
10338
10339         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10340
10341         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10342
10343         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10344         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10345         <yamaoka@jpl.org>.
10346         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10347         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10348         <yamaoka@jpl.org>.
10349
10350         * sieve.el (sieve-manage-mode): Ditto.
10351
10352 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10353
10354         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10355
10356 2004-09-11  Simon Josefsson  <jas@extundo.com>
10357
10358         * dns-mode.el: Add.
10359
10360         * mm-view.el (mm-display-dns-inline): Add.
10361
10362         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10363         (mm-automatic-display): Ditto.
10364
10365         * mailcap.el (mailcap-mime-data): Add text/dns.
10366         (mailcap-mime-extensions): Map .soa to text/dns.
10367
10368 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
10369
10370         * gnus-art.el (article-decode-mime-words, article-babel)
10371         (gnus-article-highlight-signature, gnus-article-add-buttons)
10372         (gnus-signature-toggle): Remove unnecessary bindings of
10373         `inhibit-read-only' inherited from v5.10 merge.
10374
10375 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10376
10377         * nntp.el (nntp): New customization group.
10378         (nntp-authinfo-file): Add customization group.
10379
10380         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10381
10382         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10383
10384         * gnus.el (to-address, to-list, subscribed)
10385         (large-newsgroup-initial): Ditto.
10386
10387         * flow-fill.el (fill-flowed-display-column)
10388         (fill-flowed-encode-column): Ditto.
10389
10390 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10391
10392         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10393         Use point-min rather than 1.
10394         (message-send-mail): Use buffer-size rather than point-max.
10395
10396         * gnus-sum.el (gnus-summary-search-article-forward):
10397         Signal a specific `search-failed' rather than a generic `error'.
10398
10399         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10400         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10401         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10402
10403 2004-09-10  Simon Josefsson  <jas@extundo.com>
10404
10405         * nndb.el (require): Remove tcp and duplicate cl.
10406
10407 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10408
10409         * gnus-agent.el (directory-files-and-attributes): Move forward.
10410
10411 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10412
10413         * gnus-agent.el (directory-files-and-attributes): Optionally
10414         defined to support XEmacs.
10415
10416 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10417
10418         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10419         to avoid run-time CL dependencies.
10420         (gnus-agent-unfetch-articles): New function.
10421         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10422         article numbers even when local .overview file is missing.
10423         (gnus-agent-read-article-number): New function.  Only accepts
10424         27-bit article numbers.
10425         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10426         gnus-agent-read-article-number.
10427         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10428         from backend while recognizing that article numbers in .overview
10429         must be valid.
10430         (gnus-agent-update-files-total-fetched-for): Use
10431         directory-files-and-attributes to improve performance.
10432         * gnus-int.el (gnus-request-move-article): Use
10433         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10434         improve performance.
10435
10436         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10437         some users confused by references to .newsrc when they only have a
10438         .newsrc.eld file.
10439         (gnus-convert-mark-converter-prompt)
10440         (gnus-convert-converter-needs-prompt): Fixed use of property list.
10441         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10442         New function.  Used internally to only display 'gnus converting
10443         files' message when actually necessary.
10444
10445         * gnus-sum.el (): Removed (require 'gnus-agent) as required
10446         methods now autoloaded.
10447
10448 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10449
10450         * gnus-sum.el (gnus-summary-insert-subject): Remove list
10451         identifiers.
10452
10453 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
10454
10455         * gnus-picon.el: Fix indentation and closing parenthesis.
10456
10457 2004-09-01  Simon Josefsson  <jas@extundo.com>
10458
10459         * message.el (message-canlock-generate): Require sha1, not
10460         sha1-el.  (Can we get rid of this require altogether?  It is ugly
10461         to require within a function.  Sadly, if sha1.el isn't loaded, the
10462         let binding in m-c-g will hide the defcustom definition, which is
10463         bad.)
10464
10465         * canlock.el: Require sha1, not sha1-el.
10466
10467         * message.el: Don't autoload sha1 (there is a autoload cookie in
10468         sha1.el).
10469
10470         * sha1-el.el: Renamed to sha1.el.
10471
10472 2004-08-30  Juanma Barranquero  <lektu@terra.es>
10473
10474         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10475
10476 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10477
10478         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10479
10480 2004-08-30  Kim F. Storm  <storm@cua.dk>
10481
10482         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10483
10484         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10485         Add :group 'nnimap.
10486
10487 2004-08-30  Andreas Schwab  <schwab@suse.de>
10488
10489         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10490         ?* and ?\;.
10491
10492         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10493         and ?\' to symbol instead of whitespace.
10494
10495 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10496
10497         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10498
10499         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10500         instead of re-search-forward.
10501
10502         * gnus-uu.el (gnus-uu-save-article): Ditto.
10503         (gnus-uu-post-encode-uuencode): Ditto.
10504
10505         * html2text.el (html2text-clean-list-items): Ditto.
10506         (html2text-clean-dtdd): Ditto.
10507         (html2text-format-tags): Ditto.
10508
10509         * message.el (message-send-mail-with-sendmail): Fix regexp.
10510         (message-fill-field-general): Use search-forward instead of
10511         re-search-forward.
10512         (unbold-region): Ditto.
10513
10514         * nnrss.el (nnrss-request-article): Ditto.
10515
10516         * nnslashdot.el (nnslashdot-request-article): Ditto.
10517
10518         * nnweb.el (nnweb-gmane-wash-article): Ditto.
10519
10520         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10521         "Unrecognized menu descriptor" error in XEmacs.
10522
10523 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10524
10525         * gnus-sum.el (gnus-read-header): Don't remove a header for the
10526         parent article of a sparse article in the thread hashtb.
10527
10528 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
10529
10530         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10531         (nnmail-expand-newtext): Lowercase expanded entries if
10532         nnmail-split-lowercase-expanded is non-nil.
10533
10534 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10535
10536         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10537
10538         * gnus-group.el (gnus-group-line-format-alist): Convert the value
10539         of gnus-tmp-news-method into string under XEmacs.  It will be
10540         passed to gnus-correct-length which takes only a string argument.
10541
10542 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10543
10544         * gnus-util.el (gnus-bind-print-variables): New macro.
10545         (gnus-prin1): Use it.
10546         (gnus-prin1-to-string): Use it.
10547         (gnus-pp): New function.
10548         (gnus-pp-to-string): New function.
10549
10550         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10551         Replace pp-to-string with gnus-pp-to-string.
10552         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10553         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10554         * gnus-msg.el (gnus-debug): Ditto.
10555         * gnus-score.el (gnus-score-save): Ditto.
10556         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10557         gnus-pp-to-string.
10558         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10559         with gnus-pp.
10560         * score-mode.el (gnus-score-pretty-print): Ditto.
10561         * webmail.el (webmail-debug): Ditto.
10562
10563 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10564
10565         * gnus-art.el (article-display-face, article-display-x-face):
10566         Use buffer-read-only.
10567
10568 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10569
10570         * gnus-art.el (article-hide-list-identifiers):
10571         Bind inhibit-read-only as t.
10572
10573 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10574
10575         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10576
10577 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10578
10579         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10580         (gnus-narrow-to-page): Don't assume point-min == 1.
10581         (gnus-article-edit-mode): Derive from message-mode.
10582
10583         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10584         point-min == 1.
10585
10586         * imap.el (imap-parse-address-list, imap-parse-body-ext):
10587         Disable incorrect use of `assert'.
10588
10589         * message.el (message-mode): Set comment-start-skip.
10590
10591
10592 2004-08-22  Sam Steingold  <sds@gnu.org>
10593
10594         * pop3.el (pop3-leave-mail-on-server): New user variable.
10595         (pop3-movemail): Delete mail only when it is nil.
10596
10597 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
10598
10599         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10600
10601         * mml.el (mml-preview): Use `pop-to-buffer'.
10602
10603         * message.el (message-goto-mail-followup-to): Insert after "To".
10604         (message-carefully-insert-headers): Add comment.
10605
10606         * gnus.el: Remove unused variable `gnus-article-check-size'.
10607
10608         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10609
10610         * gnus-art.el (gnus-button-alist): Improve
10611         `gnus-button-handle-library' entry.
10612
10613 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
10614
10615         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10616         downcase, since XEmacs capitalizes error messages differently.
10617
10618 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
10619
10620         * nntp.el: Add (require 'gnus) due to reference to
10621         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
10622
10623 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
10624
10625         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10626         `mm-fill-flowed'.
10627
10628         * mm-decode.el (mm-dissect-singlepart): Check it.
10629
10630 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
10631
10632         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10633         'imap' for netrc parsing.
10634
10635 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
10636
10637         * mailcap.el (mailcap-mime-data): Mark as risky.
10638
10639 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10640
10641         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10642         may be included in the encoded word.
10643         (rfc2047-encode): Don't append a space if the encoded word
10644         includes close parenthesis.
10645
10646 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10647
10648         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10649         of text within parentheses.
10650
10651 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
10652
10653         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10654         (gnus-encrypt-write-file-contents): Make the password key the file
10655         name PLUS the cipher, not just the cipher.  Also remove failed
10656         passwords from the cache.
10657
10658 2004-08-06  Simon Josefsson  <jas@extundo.com>
10659
10660         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
10661         fix.
10662
10663 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10664
10665         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10666         LWSP.
10667
10668 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
10669
10670         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10671         to append in-reply-to: data to the references: header.
10672
10673         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10674         (netrc-parse): Use gnus-encrypt.el functions.
10675
10676         * gnus-encrypt.el: Add new file for encryption support; currently
10677         does only a few GPG ciphers and an internal XOR cipher.
10678
10679         * password.el: Add comments on using password-read-and-add.
10680         (password-read-and-add): Add function to read and add the
10681         password to the cache at once.
10682
10683 2004-07-28  Simon Josefsson  <jas@extundo.com>
10684
10685         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10686         parameter (but don't use it, for now).
10687
10688         * imap.el (imap-ssl-open): Use imap-process-connection-type,
10689         instead of hard coding to nil.
10690
10691 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10692
10693         * mm-view.el (mm-inline-image-emacs): Open lines under an image
10694         as mm-inline-image-xemacs does.
10695
10696 2004-07-26  Simon Josefsson  <jas@extundo.com>
10697
10698         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10699         Revert part of 2004-07-17 change below.
10700
10701 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10702
10703         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
10704         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10705
10706 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10707
10708         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10709         quotes that actually start with ">" at the beginning of the
10710         lines.
10711
10712 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10713
10714         * rfc2047.el (rfc2047-encode-region): Fix last change.
10715         (rfc2047-encode-parameter): Remove useless concat.
10716
10717 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10718
10719         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10720         encode special characters; fix some kind of misconfigured headers;
10721         signal a real error if debug-on-quit or debug-on-error is non-nil.
10722         (rfc2047-encode-max-chars): New variable.
10723         (rfc2047-encode-1): Use it.
10724         (rfc2047-encode-parameter): New function.
10725
10726         * mml.el (mml-insert-parameter): Remove an excessive space.
10727
10728 2004-07-17  Simon Josefsson  <jas@extundo.com>
10729
10730         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10731         Kai Grossjohann <kai@emptydomain.de>.
10732         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10733         (gnus-group-make-menu-bar): Ditto.
10734
10735         * gnus-util.el (gnus-group-server): Add.
10736
10737 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
10738
10739         * message.el (message-clone-locals): Clone sendmail and smtp
10740         variables.
10741
10742 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10743
10744         * rfc2047.el (rfc2047-encode-region): Fix last change.
10745
10746 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10747
10748         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10749         characters as non-special.
10750
10751 2004-07-09  Simon Josefsson  <jas@extundo.com>
10752
10753         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10754         Users will lose all flag changes made while unplugged with
10755         e.g. nntp unless flag synchronization happens, thus `nil' is not a
10756         good default.  See numerous reports on ding mailing list.
10757
10758 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10761         add generate-head-function and generate-article-function to the
10762         rfc822-forward entry.
10763         (nndoc-rfc822-forward-generate-article): New function.
10764         (nndoc-rfc822-forward-generate-head): New function.
10765
10766         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10767
10768 2004-07-06  Dan Christensen  <jdc@uwo.ca>
10769
10770         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10771         respect display group parameter and gnus-summary-expunge-below.
10772         (gnus-articles-to-read): Remove unused reference to display group
10773         parameter.
10774
10775 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10776
10777         * nnheader.el (nnheader-uniquify-message-id): New experimental
10778         variable.
10779         (nnheader-nov-read-message-id): Use it.
10780
10781         * spam-report.el (spam-report-gmane): Add interactive.
10782
10783 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10784
10785         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10786         qp-or-base64 for the application/* types.
10787
10788 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
10789
10790         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10791
10792 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
10793
10794         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10795         trim value.
10796
10797 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10798
10799         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10800         New macro and function.
10801         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10802
10803 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10804
10805         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10806         after-load-alist.
10807
10808 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10809
10810         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10811         update info that isn't there.
10812
10813 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
10814
10815         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10816         entry.
10817
10818 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10819
10820         * mm-view.el (mm-inline-render-with-function): Use multibyte
10821         buffer; decode html source by charset.
10822
10823         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10824
10825         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10826         Mule-UCS is loaded under XEmacs.
10827         (mm-mime-mule-charset-alist): Avoid duplicated entries.
10828
10829 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
10830
10831         * nnheader.el (nnheader-max-head-length): Increase to 8192.
10832
10833 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10834
10835         * mm-util.el (mm-coding-system-p): Return a coding-system.
10836         (mm-mime-mule-charset-alist): Use shift_jis instead of
10837         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10838         entries for the mime charsets iso-2022-jp-3 and shift_jis.
10839         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10840         instead of japanese-shift-jis and iso-latin-1 respectively in
10841         order to share the default value with both Emacs and XEmacs-mule.
10842         (mm-mule-charset-to-mime-charset): Make
10843         mm-coding-system-priorities effective.
10844         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10845         while predicating of candidates upon the priorities.
10846
10847 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
10848
10849         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10850         gnus-uu-invert-processable.
10851
10852         * gnus.el: Autoload gnus-uu-invert-processable.
10853
10854 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10855
10856         * mm-util.el (mm-with-multibyte-buffer): New macro.
10857
10858         * rfc2047.el (rfc2047-encode-string): Use it.
10859         (rfc2047-encode-region): Move point to the end of the region after
10860         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10861
10862 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10863
10864         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10865         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10866
10867 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10868
10869         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10870         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
10871         Karl Chen <quarl@nospam.quarl.org>.
10872
10873 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
10874
10875         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10876         invalid addresses.
10877
10878 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
10879
10880         * spam.el: Change section markers, revise TODO list.
10881         (spam-backends): Make new master list of all installed backends.
10882         (spam-summary-exit-behavior): Add new variable to determine how
10883         messages moves are done at summary exit.
10884         (spam-move-spam-nonspam-groups-only)
10885         (spam-process-ham-in-nonham-groups)
10886         (spam-process-ham-in-spam-groups): Remove variables, the
10887         spam-summary-exit-behavior variable should be used to manage this
10888         behavior.
10889         (spam-old-ham-articles, spam-old-spam-articles): Remove.
10890         (spam-old-articles): Add variable, replacing spam-old-ham-articles
10891         and spam-old-spam-articles.
10892         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10893         Add empty variables, placeholders for the backends they represent.
10894         (spam-set-difference): Move, unchanged.
10895         (spam-list-of-processors): Declare OBSOLETE, not used anymore
10896         unless the user has a processor variable.
10897         (spam-classifications, spam-classification-valid-p)
10898         (spam-backend-properties, spam-backend-property-valid-p)
10899         (spam-backend-function-type-valid-p)
10900         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10901         (spam-report-articles-gmane, spam-report-articles-resend):
10902         Remove functions, they are not needed.
10903         (spam-install-backend-super, spam-backend-list)
10904         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10905         (spam-backend-function, spam-backend-ham-registration-function)
10906         (spam-backend-spam-registration-function)
10907         (spam-backend-ham-unregistration-function)
10908         (spam-backend-spam-unregistration-function)
10909         (spam-backend-statistical-p, spam-backend-mover-p)
10910         (spam-install-backend-alias, spam-install-checkonly-backend)
10911         (spam-install-mover-backend, spam-install-nocheck-backend)
10912         (spam-install-backend, spam-install-statistical-backend)
10913         (spam-install-statistical-checkonly-backend): Add backend installation
10914         support.
10915         (spam-summary-prepare-exit): Rewrite to use the new backend code.
10916         (spam-group-processor-p): Use the new backend code and respect the
10917         summary exit behavior.
10918         (spam-mark-spam-as-expired-and-move-routine): Remove.
10919         (spam-summary-prepare): Change to use the new spam-old-articles
10920         variable.
10921         (spam-copy-or-move-routine, spam-copy-spam-routine)
10922         (spam-move-spam-routine, spam-copy-ham-routine)
10923         (spam-move-ham-routine): Add code to copy/move ham or spam.
10924         (spam-fetch-field-fast): Improve doc and code, plus allow the
10925         'number request.
10926         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10927         variables.
10928         (spam-split, spam-find-spam): Use the new backend code.
10929         (spam-registration-functions): Remove variable.
10930         (spam-unregister-routine): Add convenience wrapper.
10931         (spam-log-undo-registration, spam-register-routine)
10932         (spam-log-processing-to-registry)
10933         (spam-log-unregistration-needed-p): Rename "check" to "backend"
10934         where possible.
10935         (spam-check-gmane-xref, spam-check-regex-headers)
10936         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10937         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10938         (spam-check-bogofilter-headers, spam-check-spamoracle)
10939         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10940         (spam-check-crm114-headers): Use the spam-split-group that
10941         spam-split prepares, no need to determine it every time.
10942
10943         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10944         to the nnheader-parse-naked-head call.
10945
10946         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10947
10948         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10949         the nnheader-nov-read-message-id call.
10950
10951 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10952
10953         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10954         gnus-activate-group twice.  Suggested by Markus Peter
10955         <warp@spin.de>.
10956
10957 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10958
10959         * gnus-art.el (gnus-article-time-format): Exchange the order of
10960         day and month in the default value; fix customization type.
10961         (article-date-ut): Use add-text-properties.
10962         (article-make-date-line): Use message-make-date instead of
10963         current-time-string.
10964
10965         * message.el (message-fetch-field): Don't use set-text-properties.
10966         (message-make-date): Simplify.
10967
10968         * messagexmas.el (message-xmas-make-date): New function.
10969         (message-xmas-redefine): Defalias message-make-date to it.
10970
10971 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10972
10973         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10974         (rfc2047-encode-region): Treat text within parentheses as special;
10975         show the original text when error has occurred.
10976
10977         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10978         already-computed method to gnus-activate-group.
10979
10980         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10981         same select-methods identical Lisp objects.
10982
10983         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10984         object when modifying the info.
10985
10986 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10987
10988         * gnus-srvr.el (gnus-server-set-info): Remove the server from
10989         gnus-opened-servers since it has never been opened with the new
10990         configuration yet.
10991
10992 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10993
10994         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10995         arg to nnheader-generate-fake-message-id.
10996
10997 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
10998
10999         * nnheader.el (nnheader-generate-fake-message-id): Accept a
11000         number and build a fake message ID localized to a group and
11001         article number (so it's repeatable from that point on).
11002         (nnheader-fake-message-id-p): Change regex to accomodate new fake
11003         ID format.
11004
11005         * gnus-sum.el (gnus-get-newsgroup-headers): Call
11006         nnheader-generate-fake-message-id with the article number.
11007
11008 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
11009
11010         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
11011         end-of-buffer.
11012
11013 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11014
11015         * message.el (message-ignored-supersedes-headers): Add Approved.
11016
11017 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11018
11019         * rfc2047.el (rfc2047-encode-message-header): Remove useless
11020         goto-char.
11021         (rfc2047-encode): Fold the line before encoding.
11022
11023 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11024
11025         * rfc2047.el (rfc2047-encode-message-header): Disabled header
11026         folding -- not all headers can be folded, and this should be done
11027         by the message composition mode.  Probably.  I think.
11028
11029 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11030
11031         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
11032         fast.
11033
11034         * gnus-ems.el (gnus-remove-image): Don't use
11035         message-text-with-property; remove only the image found first.
11036
11037         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
11038         found first.
11039
11040 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
11041
11042         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
11043
11044 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11045
11046         * message.el (message-text-with-property): Make it fast and accept
11047         optional arguments.
11048         (message-strip-forbidden-properties): Use it.
11049         (message-fix-before-sending): Follow the m-t-w-p change.
11050
11051         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
11052
11053 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11054
11055         * gnus-art.el (article-hide-headers): Don't change the buffer
11056         mistakenly when performing mml-preview even if
11057         gnus-single-article-buffer is nil.
11058
11059 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
11060
11061         * message.el (message-expand-name-databases): New user option.
11062         (message-expand-name): Use it.
11063
11064 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
11065
11066         * spam.el (spam-report-articles-resend)
11067         (spam-report-resend-register-routine): Allow ham reporting.
11068         (spam-report-resend-register-ham-routine): Add wrapper.
11069         (spam-registration-functions): Add ham resending functions.
11070         (spam-list-of-processors): Add ham resend processor.
11071
11072         * gnus.el (ham-resend-to): Add new group parameter.
11073         (spam-process): Add ham resend option.
11074
11075         * spam-report.el (spam-report-resend): Allow reporting ham.
11076         (spam-report-resend-ham): Add wrapper.
11077
11078 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11079
11080         * message.el (message-cite-articles-with-x-no-archive): New
11081         variable.
11082         (message-cite-original): Use it.
11083
11084 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11085
11086         * message.el (message-cite-original): Respect X-No-Archive.
11087
11088 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11089
11090         * gnus-art.el (article-hide-headers): Refer to the values for
11091         gnus-ignored-headers and gnus-visible-headers in the summary
11092         buffer since a user may have set them as group parameters.
11093
11094 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
11095
11096         * assistant.el (assistant-node-name): Add convenience function.
11097         (assistant-render-text, assistant-render-node): Add error handling,
11098         plus handle multiple next nodes.
11099         (assistant-find-next-node): Comment out for now.
11100         (assistant-find-next-nodes): Add function, returns list of next
11101         nodes.
11102
11103 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
11104
11105         * mail-source.el (mail-source-directory): Fix doc-string.
11106
11107 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
11108
11109         * assistant.el (assistant-render-text, assistant-eval): Add :set
11110         widget type, which is different because it takes and returns a
11111         list.  Much hilarity ensues.
11112
11113 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
11114
11115         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
11116
11117         * gnus-group.el (gnus-group-get-new-news-this-group): Added
11118         doc-string.
11119
11120         * gnus-start.el (gnus-activate-group): Added doc-string.
11121
11122 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11123
11124         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
11125
11126 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
11127
11128         * assistant.el (assistant-render-text): Try to add a :set
11129         widget, more to come.
11130
11131         * spam.el (spam-group-spam-contents-p): Handle empty groupname
11132         strings.
11133         (spam-report-articles-resend)
11134         (spam-register-routine): Do registration iff any articles warrant
11135         it.
11136         (spam-summary-prepare-exit): Change log message for nil group
11137         destinations.
11138
11139 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
11140
11141         * spam.el (spam-report-resend-register-routine): Allow
11142         spam-report-resend-to to be a group parameter or a global value.
11143
11144 2004-05-26  Simon Josefsson  <jas@extundo.com>
11145
11146         * starttls.el: Merge with my GNUTLS based starttls.el.
11147         (starttls-gnutls-program, starttls-use-gnutls)
11148         (starttls-extra-arguments, starttls-process-connection-type)
11149         (starttls-connect, starttls-failure, starttls-success): New
11150         variables.
11151         (starttls-program, starttls-extra-args): Doc fix.
11152         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
11153         functions.
11154         (starttls-negotiate, starttls-open-stream): Check
11155         `starttls-use-gnutls' and pass on to corresponding *-gnutls
11156         function if it is set.
11157
11158 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11159
11160         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11161         structured fields.
11162
11163 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11164
11165         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11166
11167 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
11168
11169         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11170         variable.
11171         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
11172         assigning the spam-mark to new messages.
11173
11174 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
11175
11176         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11177
11178 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11179
11180         * dgnushack.el: Autoload customize-set-variable for XEmacs.
11181
11182         * rfc2047.el (rfc2047-encodable-p): Don't move point.
11183         (rfc2047-decode): Treat the ascii coding-system as raw-text by
11184         default.
11185
11186 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
11187
11188         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11189         correct data.
11190
11191 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
11192
11193         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11194         (spam-group-processor-p): Fix function.
11195         (spam-group-processor-multiple-p)
11196         (spam-group-spam-processor-report-gmane-p)
11197         (spam-group-spam-processor-report-resend-p)
11198         (spam-group-spam-processor-bogofilter-p)
11199         (spam-group-spam-processor-blacklist-p)
11200         (spam-group-spam-processor-ifile-p)
11201         (spam-group-ham-processor-ifile-p)
11202         (spam-group-spam-processor-spamoracle-p)
11203         (spam-group-spam-processor-crm114-p)
11204         (spam-group-ham-processor-bogofilter-p)
11205         (spam-group-spam-processor-stat-p)
11206         (spam-group-ham-processor-stat-p)
11207         (spam-group-ham-processor-whitelist-p)
11208         (spam-group-ham-processor-BBDB-p)
11209         (spam-group-ham-processor-spamoracle-p)
11210         (spam-group-ham-processor-copy-p): Remove functions with some
11211         prejudice against unneeded code.
11212         (spam-report-articles-resend)
11213         (spam-report-resend-register-routine): Allow the group/topic
11214         spam-resend-to value to override spam-report-resend-to.
11215         (spam-summary-prepare-exit): Invoke spam-group-processor-p
11216         properly now.
11217
11218         * gnus.el (spam-resend-to): Add group/topic parameter.
11219         (spam-process): Move the OBSOLETE processors to the end of the
11220         choices.
11221
11222 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
11223
11224         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11225         with resend-to set to nil, and then ask the user if necessary.
11226         (spam-report-resend): spam-report-resend takes a list of articles, not
11227         separate article numbers.
11228
11229 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11230
11231         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11232         addition to emacs-w3m.
11233
11234 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11235
11236         * assistant.el (assistant-authinfo-data): New function.
11237         (assistant-eval): Eval for entire assistant.
11238
11239         * netrc.el (netrc-services-file): New variable.
11240         (netrc-parse-services): New function.
11241         (netrc-find-service-name): New function.
11242         (netrc-find-service-number): New function.
11243         (netrc-port-equal): New function.
11244         (netrc-machine): Use it.
11245
11246         * nnimap.el (nnimap-open-connection): Use netrc.
11247
11248         * gnus-util.el (gnus-netrc-get): Remove aliases.
11249
11250         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11251
11252         * assistant.el (wid-edit): Fix compilation.
11253
11254         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11255
11256 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
11257
11258         * gnus-util.el (gnus-set-file-modes): New function.  (small
11259         patch).
11260
11261 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11262
11263         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11264
11265         * assistant.el (assistant-render-node): Fix up rendering and
11266         read-only text.
11267         (assistant-render-node): Reset.
11268         (assistant-make-read-only): Not sticky.
11269
11270 2004-05-20  Danny Siu  <dsiu@adobe.com>
11271
11272         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11273         centered even when gnus-auto-center-summary is t
11274
11275 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11276
11277         * dns.el (dns-get-txt-answer): New function.
11278         (dns-read-txt): Ditto.
11279         (query-dns): Use it.
11280
11281 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11282
11283         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11284         active for foreign groups even if the group level is higher than
11285         the specified value.
11286
11287 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11288
11289         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11290         non-active groups.
11291
11292         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11293
11294 2004-05-20  Magnus Henoch  <mange@freemail.hu>
11295
11296         * dns.el (dns-read-type): Add support for SVR.  (small patch)
11297
11298 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11299
11300         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11301         (spam-crm114-header, spam-crm114-spam-switch)
11302         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11303         (spam-crm114-positive-spam-header)
11304         (spam-crm114-database-directory, spam-list-of-processors)
11305         (spam-group-spam-processor-crm114-p)
11306         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11307         (spam-generic-score, spam-list-of-checks)
11308         (spam-list-of-statistical-checks, spam-registration-functions)
11309         (spam-check-crm114-headers, spam-crm114-score)
11310         (spam-check-crm114, spam-crm114-register-with-crm114)
11311         (spam-crm114-register-spam-routine)
11312         (spam-crm114-unregister-spam-routine)
11313         (spam-crm114-register-ham-routine)
11314         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
11315         asjo@koldfront.dk (Adam Sjøgren).
11316
11317         * gnus.el: Add spam-use-crm114.
11318
11319         * spam.el (spam-list-of-processors, spam-registration-functions):
11320         Add spam-use-resend.
11321         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11322         (spam-report-articles-gmane): Add doc fix.
11323         (spam-report-articles-resend, spam-report-resend-register-routine):
11324         Add wrappers around spam-report-resend-to.
11325
11326         * spam-report.el (spam-report-resend-to, spam-report-resend):
11327         Add support for resending spam.
11328         (spam-report-gmane): Fix line length >80.
11329
11330         * gnus.el (spam-process): Add spam-use-resend.
11331
11332 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11333
11334         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11335         number of processed spam messages.
11336         (spam-ham-copy-or-move-routine): Return the number of processed
11337         ham messages.
11338         (spam-summary-prepare-exit): Use the above values to decide
11339         whether status messages shouled be displayed.
11340
11341 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11342
11343         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11344         `rfc2047-encoding-function-alist' in order to avoid conflicting
11345         with the old version.
11346         (rfc2047-encode-region): Concatenate words containing non-ASCII
11347         characters in structured fields; don't encode space-delimited
11348         ASCII words even in unstructured fields; don't break words at
11349         char-category boundaries.
11350         (rfc2047-encode-1): New function.
11351         (rfc2047-encode): Use it; encode text so that it occupies the
11352         maximum width within 76-column; work correctly on Q encoding for
11353         iso-2022-* charsets.
11354         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11355         sure not to break a line just after the header name.
11356         (rfc2047-b-encode-region): Removed.
11357         (rfc2047-b-encode-string): New function.
11358         (rfc2047-q-encode-region): Removed.
11359         (rfc2047-q-encode-string): New function.
11360
11361         * mm-util.el (mm-replace-in-string): New function.
11362
11363 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11364
11365         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11366         get it right.
11367         (gnus-inews-make-draft): Really.
11368
11369 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11370
11371         * nnmh.el (nnmh-request-list-1): Don't check the link count
11372         before descending.  (small patch)
11373
11374 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11375
11376         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11377         stuff.
11378
11379         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11380         on real group name.
11381
11382         * gnus-art.el (gnus-signature-limit): Doc fix.
11383
11384         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11385
11386         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
11387
11388 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
11389
11390         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
11391         isn't a string.
11392
11393 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11394
11395         * gnus-draft.el (gnus-draft-send): Bind
11396         rfc2047-encode-encoded-words.
11397
11398         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11399         (rfc2047-encodable-p): Say that =? needs encoding.
11400         (rfc2047-encode-encoded-words): New variable.
11401
11402         * gnus-group.el (gnus-group-select-group): Doc fix.
11403
11404         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11405
11406         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11407         to nil.
11408
11409         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11410
11411         * nnheader.el (nnheader-get-lines-and-char): New function.
11412
11413 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11414
11415         * gnus-msg.el (gnus-summary-followup-with-original): Document
11416         yanking of region when active.
11417
11418 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11419
11420         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11421         groups if the group level is higher than the specified value.
11422
11423 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11424
11425         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11426         (gnus-group-jump-to-group): Added prefix argument using
11427         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11428         non-active group.
11429
11430         * compface.el (uncompface): Be verbose when changing
11431         `uncompface-use-external'.
11432
11433         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11434         handle manual section.
11435
11436 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11437
11438         * gnus-art.el (gnus-button-alist): Revert previous change.
11439
11440 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11441
11442         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11443
11444 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11445
11446         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11447         whether backend can accept message.
11448
11449         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11450
11451 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
11452
11453         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11454         Avoid creating directory when nntp-marks-is-evil is true.
11455         Reported by Reiner Steib.
11456
11457 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11458
11459         * gnus-picon.el (gnus-picon-style): New variable.
11460         (gnus-picon-insert-glyph): Added optional `nostring' argument.
11461         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
11462         Jesper Harder <harder@ifa.au.dk>.
11463
11464 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11465
11466         * message.el (message-fill-field): Return point.
11467         (message-generate-headers): Go to end of field.
11468
11469         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11470         stuff for non-living groups.
11471
11472 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
11473
11474         * gnus-art.el (gnus-article-followup-with-original)
11475         (gnus-article-reply-with-original): gnus-mark-active-p ->
11476         gnus-region-active-p.
11477
11478 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
11479
11480         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11481         only when there is spam or ham to be processed.
11482
11483 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11484
11485         * mail-source.el (mail-source-delete-crash-box): Refactor.
11486         (mail-source-fetch): Use it.
11487         (mail-source-fetch-file): Ditto.
11488         (mail-source-fetch-directory): Run postscript in loop.
11489         (mail-source-fetch-pop): Delete.
11490         (mail-source-fetch-maildir): Ditto.
11491         (mail-source-fetch-imap): Ditto.
11492
11493         * imap.el (imap-authenticators): Comment out sasl.
11494
11495         * message.el (message-skip-to-next-address): New function.
11496         (message-fill-header-address): Refactor.
11497         (message-fill-address): Use it.
11498         (message-delete-address): Use it.
11499         (message-fill-header-general): Refactor.
11500         (message-fill-field-address): Rename.
11501         (message-narrow-to-field): Find the start of the header.
11502         (message-header-format-alist): Don't pre-fill.
11503         (message-fill-header): Removed.
11504         (message-insert-header): New function.
11505         (message-shorten-references): Use it.
11506
11507         * rfc2047.el (rfc2047-field-value): Strip props.
11508
11509         * mail-parse.el (mail-header-make-address): New alias.
11510
11511         * ietf-drums.el (ietf-drums-make-address): New function.
11512
11513         * imap.el: Add compiler directives.
11514
11515         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11516
11517         * gnus-art.el (article-decode-idna-rhs): Don't use
11518         message-idna-inside-rhs-p.
11519
11520 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11521
11522         * message.el (message-idna-inside-rhs-p): Removed.
11523         (message-idna-to-ascii-rhs-1): Use proper address parsing.
11524
11525         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11526         false positives.
11527
11528 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11529
11530         * imap.el (imap-sasl-make-mechanisms): Use sasl.
11531
11532 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11533
11534         * nneething.el (nneething-file-name): Don't create spurious
11535         files.
11536
11537         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11538         (gnus-inews-do-gcc): Remove sleep.
11539
11540         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11541         part under point.
11542
11543         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11544         (gnus-agent-regenerate-group): Using nil messages aren't valid.
11545
11546 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11547
11548         * spam.el (spam-summary-prepare-exit): Fixed (length).
11549
11550 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11551
11552         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11553         as expired without moving it" message when there are spam
11554         messages left.
11555
11556 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
11557
11558         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11559         header is not nil.
11560
11561 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
11562
11563         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11564         nntp-possibly-create-directory, not nntp-possibly-change-group.
11565         (nntp-marks-changed-p): New arg SERVER.
11566         (nntp-request-update-info): Adjust caller.
11567
11568 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
11569
11570         * nntp.el (nntp-save-marks): Pass missing arg.
11571
11572 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11573
11574         * nntp.el: Support marks.
11575         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11576         (nntp-marks-modtime, nntp-marks-directory): New variables.
11577         (nntp-request-set-mark, nntp-request-update-info)
11578         (nntp-possibly-create-directory, nntp-marks-changed-p)
11579         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11580         functions.
11581
11582 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
11583
11584         * gnus-xmas.el (gnus-xmas-select-lowest-window)
11585         (gnus-xmas-redefine): Rename.
11586
11587         * gnus-score.el (gnus-score-insert-help): Use
11588         gnus-select-lowest-window.
11589
11590         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11591         appt-select-lowest-window and rename to gnus-select-lowest-window.
11592
11593         * gnus.el: do.
11594
11595 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11596
11597         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11598         encodings of MIME-encoded words, in order to improve
11599         interoperability with several broken MUAs.
11600
11601 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11602
11603         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11604         tags, only when charsets are not specified in headers.
11605         (mm-inline-text-html-render-with-w3m): Ditto.
11606
11607         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
11608         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
11609
11610 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11611
11612         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11613         instead of MIME-decoded from fields when checking
11614         `gnus-article-address-banner-alist'.
11615
11616 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
11617
11618         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11619         description rather than subject.
11620
11621 2004-05-02  Steve Youngs  <steve@youngs.au.com>
11622
11623         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
11624
11625 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11626
11627         * gnus.el (gnus-version-number): Bump.
11628
11629 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11630
11631         * gnus.el: No Gnus v0.2 is released.
11632
11633 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11634
11635         * gnus-agent.el (gnus-agent-read-agentview): Inline
11636         gnus-uncompress-range.
11637
11638 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11639
11640         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11641         `exec-installed-p'.
11642
11643 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11644
11645         * gnus.el (spam-process, spam-autodetect-methods): Add
11646         bsfilter and bsfilter-headers.
11647
11648         * spam.el (spam-bsfilter): New customize group.
11649         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11650         (spam-bsfilter-header, spam-bsfilter-probability-header)
11651         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11652         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11653         (spam-bsfilter-database-directory): New options.
11654         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11655         (spam-list-of-statistical-checks, spam-registration-functions):
11656         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11657         (spam-bsfilter-score): New command.
11658         (spam-check-bsfilter-headers, spam-check-bsfilter)
11659         (spam-bsfilter-register-with-bsfilter)
11660         (spam-bsfilter-register-spam-routine)
11661         (spam-bsfilter-unregister-spam-routine)
11662         (spam-bsfilter-register-ham-routine)
11663         (spam-bsfilter-unregister-ham-routine): New functions.
11664         (spam-generic-score): Support bsfilter; Accept an optional argument
11665         to recalcurate spam score even if scoring header has already been
11666         added.
11667         (spam-bogofilter-score, spam-spamassassin-score): Accept an
11668         optional argument to recalcurate spam score even if scoring header
11669         has already been added.
11670
11671 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
11672
11673         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11674         strings!  Reported by David D. Smith <davidsmith@acm.org>.
11675         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11676         link is missing.
11677
11678 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
11679
11680         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11681         (html2text-get-attr): Rewrite.
11682
11683         * message.el (message-setup-1): Remove redundant put-text-property
11684         on mail-header-separator.
11685
11686 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
11687
11688         * gnus-registry.el (gnus-registry-cache-whitespace)
11689         (gnus-registry-action, gnus-registry-spool-action)
11690         (gnus-registry-split-fancy-with-parent): Change message levels
11691         from 5 to 3 or 7, as needed.
11692
11693         * spam.el (spam-summary-prepare-exit)
11694         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11695         (spam-split, spam-find-spam, spam-log-undo-registration)
11696         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11697         level from 5 to 6.
11698
11699 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11700
11701         * gnus-ems.el: Autoload appt-select-lowest-window (revert
11702         2004-03-04 change).
11703
11704 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
11705
11706         * sieve-manage.el (sieve-manage-open):
11707         * nnweb.el (nnweb-insert-html):
11708         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11709         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11710         * nnspool.el (nnspool-request-group):
11711         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11712         * nnml.el (nnml-request-update-info):
11713         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11714         (nnmh-request-create-group, nnmh-update-gnus-unreads):
11715         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11716         (nnimap-request-set-mark):
11717         * nnfolder.el (nnfolder-request-update-info):
11718         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11719         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11720         * gnus-uu.el (gnus-uu-find-articles-matching):
11721         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11722         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11723         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11724         * gnus-nocem.el (gnus-nocem-scan-groups):
11725         * gnus-int.el (gnus-start-news-server):
11726         * gnus-group.el (gnus-group-make-kiboze-group)
11727         (gnus-group-browse-foreign-server):
11728         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11729         Use mapc when appropriate.
11730
11731 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
11732
11733         FIXME: Make separate entries for each person.
11734
11735         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11736         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11737         <shields@msrl.com>:
11738
11739         * spam.el (spam-necessary-extra-headers): Get the extra headers we
11740         may need for spam sorting and scoring.
11741         (spam-user-format-function-S): Add user format function suitable for
11742         general use.
11743         (spam-article-sort-by-spam-status): Add sorting function for summary
11744         sorting.
11745         (spam-extra-header-to-number): Add function to get a score from a
11746         header.
11747         (spam-summary-score): Add function to  get a numeric score from the
11748         headers.
11749         (spam-generic-score): Fix function doc, was in wrong place.
11750         (spam-initialize): Take symbols when it's run, and install the
11751         extra headers that spam-necessary-extra-headers thinks we need.
11752
11753 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
11754
11755         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11756         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
11757
11758 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
11759
11760         * gnus-sum.el (gnus-set-global-variables)
11761         (gnus-build-all-threads, gnus-get-newsgroup-headers)
11762         (gnus-article-get-xrefs, gnus-summary-best-group)
11763         (gnus-summary-next-article, gnus-summary-enter-digest-group)
11764         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11765         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11766         Use with-current-buffer.
11767
11768 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
11769
11770         * spam.el (spam-summary-prepare-exit): Simplify logic.
11771         (spam-fetch-article-header): Read the article header if it's not
11772         available.
11773         (spam-list-articles): Simplify logic.
11774         (spam-filelist-register-routine): Fix bug with unregister-list.
11775
11776         * gnus-registry.el: Fix comments at beginning.
11777
11778 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
11779
11780         * message.el (message-cater-to-broken-inn): Remove.
11781         (message-shorten-references): Make sure the total folded length of
11782         References is shorter than 998 characters to cater to a bug in INN
11783         2.3.  Also, don't pretend that references aren't folded -- this
11784         hasn't worked for a while.
11785
11786 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11787
11788         * gnus-agent.el (gnus-agentize):
11789         gnus-agent-send-mail-real-function no longer set to current value
11790         of message-send-mail-function but rather a lambda that calls
11791         message-send-mail-function.  The change makes the agent real-time
11792         responsive to user changes to message-send-mail-function.
11793
11794 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11795
11796         * legacy-gnus-agent.el
11797         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11798         help from Florian Weimer <fw@deneb.enyo.de>
11799
11800 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11801
11802         * nnmail.el (nnmail-cache-insert): Revert last change.
11803
11804 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11805
11806         * nnmail.el (nnmail-cache-insert): Always check whether
11807         nnmail-cache-ignore-groups matches a group name.
11808
11809 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
11810
11811         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11812         (spam-find-spam, spam-log-processing-to-registry)
11813         (spam-log-registered-p, spam-log-unregistration-needed-p)
11814         (spam-log-undo-registration): Use gnus-message instead of
11815         gnus-error, none of these errors are fatal.
11816
11817         * gnus-registry.el (gnus-registry-clean-empty-function)
11818         (gnus-registry-clean-empty): Remove only empty entries without
11819         extra data.
11820
11821 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
11822
11823         * spam-stat.el (spam-stat-buffer-change-to-spam)
11824         (spam-stat-buffer-change-to-non-spam): Change (error) to
11825         (gnus-message 8) invocation.
11826
11827 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11828
11829         * nntp.el (nntp-via-netcat-command): New variable.
11830         (nntp-via-netcat-switches): New variable.
11831         (nntp-open-via-rlogin-and-netcat): New function.
11832         (nntp-open-connection-function): Doc fix.
11833         (nntp-telnet-command): Doc fix.
11834         (nntp-end-of-line): Doc fix.
11835         (nntp-via-rlogin-command): Doc fix.
11836         (nntp-via-user-name): Doc fix.
11837         (nntp-via-address): Doc fix.
11838
11839 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11840
11841         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11842         error in Emacs 21.1.
11843
11844 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
11845
11846         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11847
11848 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11849         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11850         (gnus-agent-with-refreshed-group): New macro.
11851         (gnus-agent-rename-group): New function.
11852         (gnus-agent-delete-group): New function.
11853         (gnus-agent-save-group-info): Use gnus-command-method when
11854         `method' parameter is nil.  Don't write nil entries into the
11855         active file.
11856         (gnus-agent-get-group-info): New function.
11857         (gnus-agent-fetch-articles): Use
11858         gnus-agent-update-files-total-fetched-for to increment disk space
11859         used.
11860         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11861         gnus-agent-update-view-total-fetched-for to increment disk space
11862         used.
11863         (gnus-agent-get-local): Added optional parameters to avoid calling
11864         gnus-group-real-name and gnus-find-method-for-group.
11865         (gnus-agent-set-local): Delete stored entry if either min, or max,
11866         are nil.
11867         (gnus-agent-fetch-session): Reworded error/quit messages.  On
11868         quit, use gnus-agent-regenerate-group to record existance of any
11869         articles fetched to disk before the quit occurred.
11870         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11871         gnus-agent-update-view-total-fetched-for, and
11872         gnus-agent-update-files-total-fetched-for to decrement disk space
11873         used.
11874         (gnus-agent-retrieve-headers): Use
11875         gnus-agent-update-view-total-fetched-for to increment disk space
11876         used.
11877         (gnus-agent-regenerate-group): Replace gnus-group-update-group
11878         with gnus-agent-update-files-total-fetched-for to decrement disk
11879         space and fresh group buffer.
11880         (gnus-agent-inhibit-update-total-fetched-for): New variable.
11881         (gnus-agent-need-update-total-fetched-for): New variable.
11882         (gnus-agent-update-files-total-fetched-for): New function.
11883         (gnus-agent-update-view-total-fetched-for): New function.
11884         (gnus-agent-total-fetched-for): New function.
11885
11886         * gnus-cache.el (gnus-cache-save-buffers): Use
11887         gnus-cache-update-overview-total-fetched-for to change disk space
11888         used by this group.
11889         (gnus-cache-possibly-enter-article): Use
11890         gnus-cache-update-file-total-fetched-for to increment disk space
11891         used by this group.
11892         (gnus-cache-possibly-remove-article): Use
11893         gnus-cache-update-file-total-fetched-for to decrement disk space
11894         used by this group.
11895         (gnus-cache-generate-nov-databases): Purge total fetched cache.
11896         (gnus-cache-rename-group): New function.
11897         (gnus-cache-delete-group): New function.
11898         (gnus-cache-inhibit-update-total-fetched-for): New variable.
11899         (gnus-cache-need-update-total-fetched-for): New variable.
11900         (gnus-cache-with-refreshed-group): New macro.
11901         (gnus-cache-update-file-total-fetched-for): New function.
11902         (gnus-cache-update-overview-total-fetched-for): New function.
11903         (gnus-cache-rename-group-total-fetched-for): New function.
11904         (gnus-cache-delete-group-total-fetched-for): New function.
11905         (gnus-cache-total-fetched-for): New function.
11906
11907         * gnus-group.el: Require gnus-sum and autoload functions to
11908         resolve warnings when gnus-group.el compiled alone.
11909         (gnus-group-line-format): Documented new %F
11910         (size of Fetched data) group line format; identifies disk space
11911         used by agent and cache.
11912         (gnus-group-line-format-alist): Defined new F format.
11913         (gnus-total-fetched-for): New function.
11914         (gnus-group-delete-group): No longer update
11915         gnus-cache-active-altered as gnus-request-delete-group now keeps
11916         the cache in sync.
11917         (gnus-group-list-active): Let the agent store a server's active
11918         list if currently plugged.
11919
11920         * gnus-int.el (gnus-request-delete-group):
11921         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11922         local disk in sync with the server.
11923         (gnus-request-rename-group):
11924         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11925         local disk in sync with the server.
11926
11927         * gnus-start.el (gnus-get-unread-articles):
11928         Cosmetic simplification to logic.
11929
11930         * gnus-util.el (gnus-rename-file): New function.
11931
11932 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
11933
11934         * mm-util.el (mm-image-load-path): Handle nil in load-path.
11935
11936 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
11937
11938         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11939         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
11940
11941 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
11942
11943         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11944         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
11945
11946 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
11947
11948         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11949
11950 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
11951
11952         * spam.el (spam-set-difference): Add function to replace
11953         gnus-set-difference in spam.el.
11954         (spam-summary-prepare-exit): Use spam-set-difference.
11955
11956 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11957
11958         * gnus-registry.el (gnus-registry-cache-file): Update to use
11959         gnus-dribble-directory OR gnus-home-directory OR ~.
11960         (gnus-registry-split-fancy-with-parent): Fix doc.
11961
11962 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11963
11964         * message.el (message-exchange-point-and-mark): Use
11965         message-mark-active-p.  Suggested by Jesper Harder
11966         <harder@ifa.au.dk>.
11967
11968 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11969
11970         * message.el (message-exchange-point-and-mark): Don't activate
11971         region if it was inactive.  Suggested by Hiroshi Fujishima
11972         <pooh@nature.tsukuba.ac.jp>.
11973
11974 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11975
11976         * gnus-art.el (article-display-face): Display Faces in the same
11977         order as X-Faces.
11978
11979 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11980
11981         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11982
11983 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11984
11985         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11986         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11987         (gnus-article-mime-hierarchy): Remove.
11988         (gnus-article-mime-hierarchy-next): Remove.
11989         (gnus-article-mode): Revert 2004-03-19 change.
11990         (gnus-article-setup-buffer): Revert 2004-03-19 change.
11991         (gnus-insert-mime-button): Revert 2004-03-19 change.
11992         (gnus-mime-accumulate-hierarchy): Remove.
11993         (gnus-mime-enter-multipart): Remove.
11994         (gnus-mime-leave-multipart): Remove.
11995         (gnus-mime-display-part): Revert 2004-03-19 change.
11996         (gnus-mime-display-alternative): Revert 2004-03-19 change.
11997
11998         * mml.el (mml-preview): Revert 2004-03-19 change.
11999
12000 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
12001
12002         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
12003
12004 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12005
12006         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
12007         t while entering a file name using the mm-with-multibyte macro.
12008         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12009
12010         * mm-util.el (mm-with-multibyte): New macro.
12011
12012 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12013
12014         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
12015         user option.
12016         (gnus-mime-multipart-functions): Doc and customization fix.
12017         (gnus-article-mime-hierarchy): New variable.
12018         (gnus-article-mime-hierarchy-next): New variable.
12019         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
12020         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
12021         gnus-article-mime-hierarchy-next to nil.
12022         (gnus-insert-mime-button): Show hierarchy numbers.
12023         (gnus-mime-accumulate-hierarchy): New function.
12024         (gnus-mime-enter-multipart): New function.
12025         (gnus-mime-leave-multipart): New function.
12026         (gnus-mime-display-part): Recompute hierarchical MIME structure.
12027         (gnus-mime-display-alternative): Show hierarchy numbers.
12028
12029         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
12030         gnus-article-mime-hierarchy-next to nil.
12031
12032 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
12033
12034         * dns.el: Don't require gnus-xmas.
12035
12036 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
12037
12038         * mml.el (mml-generate-mime-1): Don't use format=flowed with
12039         inline PGP.
12040         (mml-menu): Disable mml-quote-region if mark is inactive.
12041
12042 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12043
12044         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
12045         when the group's active is not available.
12046
12047 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12048
12049         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
12050         error.
12051
12052 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
12053
12054         * imap.el (imap-store-password): New variable.
12055         (imap-interactive-login): Use it.
12056         Suggested by Mark Plaksin <happy@mcplaksin.org>.
12057
12058 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12059
12060         * gnus-art.el (gnus-article-read-summary-keys): Restore new
12061         window-start and hscroll to summary window.
12062
12063 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12064
12065         * gnus-start.el (gnus-convert-old-newsrc): Only write the
12066         conversion message to newsrc-dribble when an actual conversion is
12067         performed.
12068
12069 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
12070
12071         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
12072
12073 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12074
12075         * mm-decode.el (mm-complicated-handles): New function reviving
12076         former definition of mm-multiple-handles.
12077
12078         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12079         (gnus-mime-delete-part): Use it.
12080
12081 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12082
12083         * gnus-agent.el (gnus-agent-read-local): Bind
12084         nnheader-file-coding-system to gnus-agent-file-coding-system to
12085         avoid the implicit assumption that they will always be equal.
12086         (gnus-agent-save-local): Bind buffer-file-coding-system, not
12087         coding-system-for-write, as the with-temp-file macro first prints
12088         to a buffer then saves the buffer.
12089
12090 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12091
12092         * gnus-art.el (gnus-article-edit-part): New function.
12093         (gnus-mime-save-part-and-strip): Use it; do query instead of
12094         signaling an error; don't use mm-multiple-handles.
12095         (gnus-mime-delete-part): Ditto.
12096
12097 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12098
12099         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
12100         old file versions.
12101         (gnus-group-prepare-hook): Removed function that converted list
12102         form of gnus-agent-expire-days to group properties.
12103
12104         * gnus-int.el: Autoload gnus-agent-regenerate-group.
12105         (gnus-request-accept-article): Re-indented.
12106
12107         * gnus-start.el (gnus-convert-old-newsrc): Registered new
12108         converters to handle old agent file formats.  Added logic for a
12109         "backup before upgrading warning".
12110         (gnus-convert-mark-converter-prompt): Developers can mark
12111         functions as needing (default), or not needing,
12112         gnus-convert-old-newsrc's "backup before upgrading warning".
12113         (gnus-convert-converter-needs-prompt): Tests whether the user
12114         should be protected from potentially irreversable changes by the
12115         function.
12116
12117         * legacy-gnus-agent.el: New.  Provides converters that are only
12118         loaded when gnus-convert-old-newsrc needs to call them.
12119
12120 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12121
12122         * mail-source.el (mail-source-touch-pop): Doc fix.
12123
12124         * message.el (message-smtpmail-send-it): Doc fix.
12125
12126 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
12127
12128         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
12129
12130         * nnmail.el (nnmail-split-fancy): do.
12131
12132         * gnus-kill.el (gnus-kill, gnus-execute): do.
12133
12134 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
12135
12136         * gnus-sum.el (gnus-widget-reversible-match)
12137         (gnus-widget-reversible-to-internal)
12138         (gnus-widget-reversible-to-external): New functions.
12139         (gnus-widget-reversible): New widget.
12140         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
12141
12142 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
12143
12144         * gnus-sum.el (gnus-thread-sort-functions)
12145         (gnus-article-sort-functions): Document `(not F)' items.
12146
12147 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12148
12149         * spam.el (spam-use-gmane-xref): Add new backend.
12150         (spam-gmane-xref-spam-group): Add variable to control the name of the
12151         Gmane spam group.
12152         (spam-blackhole-servers, spam-blackhole-good-server-regex)
12153         (spam-regex-headers-spam, spam-regex-headers-ham)
12154         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
12155         (spam-list-of-checks): Add spam-use-gmane-xref to list of
12156         backends and checks.
12157         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
12158
12159         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
12160         an autodetect method.
12161
12162 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12163
12164         * gnus-int.el (gnus-request-accept-article): Inform the agent that
12165         articles are being added to a group.
12166         (gnus-request-replace-article): Inform the agent that articles
12167         need to be uncached as the cached contents are no longer valid.
12168
12169 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12170
12171         * binhex.el: Don't autoload executable-find.
12172
12173         * canlock.el: Don't autoload mail-fetch-field.
12174
12175         * dgnushack.el: Autoload c-mode for XEmacs.
12176
12177         * gnus-ems.el: Don't autoload appt-select-lowest-window.
12178
12179         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12180         rmail-dont-reply-to and rmail-output.
12181
12182         * gnus-score.el: Don't autoload ffap-string-at-point.
12183
12184         * gnus-setup.el: Don't autoload sc-cite-original.
12185
12186         * imap.el: Don't autoload base64-decode-string,
12187         base64-encode-string and md5.
12188
12189         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12190         and rmail-msg-restore-non-pruned-header.
12191
12192         * mm-decode.el: Don't autoload executable-find.
12193
12194         * mm-url.el: Don't autoload executable-find.
12195
12196         * mm-view.el: Don't autoload diff-mode.
12197
12198         * nndb.el: Don't autoload news-reply-mode, news-setup,
12199         cancel-timer and telnet.
12200
12201         * password.el: Don't autoload run-at-time for Emacs.
12202
12203         * sha1-el.el: Don't autoload executable-find.
12204
12205         * sieve-mode.el: Don't autoload c-mode.
12206
12207         * uudecode.el: Don't autoload executable-find.
12208
12209 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12210
12211         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12212         (gnus-agent-possibly-alter-active): Avoid null in numeric
12213         comparison.
12214         (gnus-agent-set-local): Refuse to save null in local object table.
12215         (gnus-agent-regenerate-group): The REREAD parameter can now be a
12216         list of articles that will be marked as unread.
12217
12218 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12219
12220         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12221
12222 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12223
12224         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12225         language tags.
12226
12227 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12228
12229         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12230         Don't bind "obarray".
12231
12232         * gnus-sum.el (gnus-thread-sort-functions): Added
12233         `gnus-thread-sort-by-most-recent-number' and
12234         `gnus-thread-sort-by-most-recent-date'.
12235         Reported by Kai Grossjohann <kai@emptydomain.de>.
12236
12237 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12238
12239         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12240
12241 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12242
12243         * gnus-cus.el (gnus-agent-customize-category): Removed
12244         ignore-errors macro reference that required cl to be loaded at
12245         run-time.
12246
12247         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12248         single-interval range of the form (min . max).  Previously the
12249         range had to look like ((min . max)).  Likewise, return
12250         (min . max) rather than ((min . max)).
12251         (gnus-range-map): Use gnus-range-normalize to accept
12252         single-interval range.
12253
12254         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12255         the cache, but not the agent, now appear with their usual face.
12256
12257         * dgnushack.el (loaddir): New variable that is bound to the
12258         directory containing the dgnushack.el file. Use loaddir, rather
12259         than srcdir, to update load-path. Change lets dgnushack compile
12260         code in directories other than GNUS/lisp.
12261
12262 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12263
12264         * lpath.el: Don't bind w3m-safe-url-regexp.
12265
12266         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12267         w3m-safe-url-regexp variable buffer-local.
12268
12269         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12270
12271 2004-02-27  Simon Josefsson  <jas@extundo.com>
12272
12273         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12274         gnus-group-real-prefix.
12275         (gnus-summary-move-article): Use it, instead of
12276         gnus-group-real-prefix.
12277
12278 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12279
12280         * lpath.el: Bind w3m-safe-url-regexp.
12281
12282         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12283         w3m-safe-url-regexp variable buffer-local and set it as the value
12284         of mm-w3m-safe-url-regexp.
12285
12286         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12287
12288         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12289         parsing gnus-posting-styles when the message is not for replying.
12290
12291         * dgnushack.el: Autoload sgml-mode for XEmacs.
12292
12293         * nnrss.el (nnrss-opml-export): Use
12294         mm-set-buffer-file-coding-system instead of
12295         set-buffer-file-coding-system.
12296
12297 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
12298
12299         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12300         of checkdoc.el).
12301         * nnrss.el: do.
12302         * gnus-mlspl.el: do.
12303         * gnus-ml.el: do.
12304         * gnus-srvr.el: do.
12305
12306         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12307
12308 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12309
12310         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12311         Corrections to custom-manual links.
12312
12313         * gnus-art.el (gnus-article): Ditto.
12314
12315         * mm-decode.el (mime-display, mime-security): Ditto.
12316
12317 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12318
12319         * flow-fill.el: Typo.
12320
12321 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
12322
12323         * spam-wash.el: New file.
12324
12325 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
12326
12327         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12328
12329 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12330
12331         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12332         to be run with new-articles as LIST1, not LIST2.
12333         (spam-registration-functions): Add spam-use-ham-copy as a nil
12334         registration backend.
12335
12336 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12337
12338         * spam-stat.el (spam-stat-washing-hook): New option.
12339         (spam-stat-buffer-words): Use it.
12340         (spam-stat-process-directory, spam-stat-test-directory): Use
12341         insert-file-contents-literally.
12342         (spam-stat-coding-system): New variable.
12343         (spam-stat-load, spam-stat-save): Use it.
12344
12345 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12346
12347         * spam-report.el (spam-report-plug-agent): Quote
12348         spam-report-url-to-file and spam-report-url-ping-plain.
12349
12350 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12351
12352         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12353         / in mailto URLs.
12354
12355 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12356
12357         * spam-report.el (spam-report-process-queue): Fix interactive use.
12358         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12359         (spam-report-unplug-agent): Doc fixes.
12360         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12361         (spam-report-agentize, spam-report-deagentize): Autoload
12362
12363 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12364
12365         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
12366
12367         * message.el (message-setup-fill-variables): Add mml tags to
12368         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12369         <ajk@iu.edu>.
12370         (message-mode): Don't modify paragraph-separate there.
12371
12372 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12373
12374         * compface.el (uncompface-use-external): Default to undecided.
12375         (uncompface-use-external-threshold): New variable.
12376         (uncompface-float-time): New macro.
12377         (uncompface): Determine whether to use the external decoder if
12378         uncompface-use-external is undecided.
12379
12380 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12381
12382         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12383         after images.
12384
12385         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12386
12387 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12388
12389         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12390
12391         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12392
12393         * gnus-sum.el (gnus-summary-limit-to-age)
12394         (gnus-summary-limit-children): do.
12395
12396         * gnus-int.el (gnus-request-scan): do.
12397
12398         * gnus-group.el (gnus-group-suspend): do.
12399
12400         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12401
12402         * gnus-cite.el (gnus-cite-parse-attributions): do.
12403
12404         * gnus-agent.el (gnus-summary-set-agent-mark)
12405         (gnus-agent-regenerate-group): do.
12406
12407         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12408
12409         * binhex.el (binhex-decode-region-internal): do.
12410
12411 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12412
12413         * gnus-fun.el (gnus-face-properties-alist): New user option.
12414         (gnus-display-x-face-in-from): Use it.
12415
12416         * gnus-art.el (article-display-face): Ditto.
12417
12418         * compface.el (uncompface-use-external): Default to nil.
12419
12420 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12421
12422         * nntp.el (nntp-erase-buffer): New function.
12423         (nntp-retrieve-data, nntp-send-command)
12424         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12425         (nntp-possibly-change-group): Use it.
12426
12427         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12428         with-current-buffer.
12429
12430 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12431
12432         * compface.el: Merge the ELisp-based uncompface program.
12433         (compface): New customization group.
12434         (uncompface-use-external): New user option.
12435         (uncompface): Call uncompface-internal if uncompface-use-external
12436         is nil.
12437         (uncompface-internal): New function.  Note that there are also
12438         some other functions and variables added for this function.
12439
12440 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
12441
12442         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12443         if necessary.
12444
12445 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
12446
12447         * spam-report.el (spam-report-unplug-agent)
12448         (spam-report-plug-agent, spam-report-deagentize)
12449         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12450         Add support for the Agent in spam-report: when unplugged, report to a
12451         file; when plugged, submit all the requests.
12452
12453         * spam.el (spam-register-routine): Fix message about
12454         registration.
12455
12456 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
12457
12458         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12459         dependencies.
12460         (rfc2047-encode): Use it.
12461
12462         * gnus-art.el (gnus-button-marker-list): Move before first
12463         reference.
12464
12465         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12466         (imap-parse-body): Fix format string mismatch.
12467
12468         * gnus-score.el (gnus-summary-increase-score): do.
12469
12470         * nnrss.el (nnrss-close): New function.
12471
12472 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
12473
12474         * nnrss.el (nnrss-make-filename): New function.
12475         (nnrss-request-delete-group, nnrss-read-server-data)
12476         (nnrss-save-server-data, nnrss-read-group-data)
12477         (nnrss-save-group-data): Use it.
12478         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12479         (nnrss-read-server-data, nnrss-read-group-data): Use load.
12480         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12481
12482 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
12483
12484         * mml.el (mml-compute-boundary-1): Don't uncompress files.
12485
12486 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
12487
12488         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12489         files.
12490
12491         * message.el (message-generate-headers-first): Don't quote nil
12492         and t in docstrings.
12493
12494         * imap.el (imap-id): do.
12495
12496         * gnus-agent.el (gnus-agent-consider-all-articles)
12497         (gnus-agent-queue-mail): do.
12498
12499 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
12500
12501         * spam-report.el (spam-report-process-queue): New function.
12502         Process requests from `spam-report-requests-file'.
12503         (spam-report-process-queue): Doc fix.
12504
12505 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
12506
12507         * spam.el (spam-register-routine)
12508         (spam-log-processing-to-registry, spam-log-registered-p)
12509         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12510         Change "check" to "spam-check" for semi-clarity.
12511
12512 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
12513
12514         * pop3.el: Require nnheader.
12515
12516         * mml-smime.el: Require cl.  Autoload message-fetch-field.
12517
12518         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12519
12520         * gnus-picon.el: Require cl.
12521
12522         * gnus-fun.el: Require gnus-ems and gnus-util.
12523
12524         * gnus.el (gnus-method-to-server): Move defsubst before first use.
12525
12526         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12527
12528         * gnus-art.el (gnus-article-edit-mode): Define before first
12529         reference.
12530
12531 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
12532
12533         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12534         (gnus-uu-post-encoded): Use point-at-bol.
12535
12536         * gnus-topic.el (gnus-group-active-topic-p): do.
12537
12538         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12539
12540         * gnus-group.el (gnus-group-kill-region): do.
12541
12542         * gnus-art.el (article-date-ut): do.
12543
12544         * message.el (message-fetch-field): Remove redundant
12545         case-fold-search binding.
12546         (message-narrow-to-field): Simplify.
12547
12548 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12549
12550         * spam.el (spam-directory): Derive from `gnus-directory'.
12551
12552         * spam-report.el (spam-report-url-to-file)
12553         (spam-report-requests-file): New function and variable for offline
12554         reporting.
12555         (spam-report-url-ping-function): Add `spam-report-url-to-file'
12556         and user defined function.
12557         (spam-report-url-ping-mm-url): Remove doubled slash.
12558
12559 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
12560
12561         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12562
12563 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
12564
12565         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12566         format string mismatch.
12567
12568         * sieve.el (sieve-deactivate-all): do.
12569
12570         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12571
12572         * nnlistserv.el (nnlistserv-kk-wash-article): do.
12573
12574         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12575
12576         * mm-bodies.el (mm-7bit-chars): Don't include \r.
12577
12578 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
12579
12580         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12581         the list of checks.
12582
12583 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
12584
12585         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12586         padding.
12587
12588 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
12589
12590         * mm-view.el (mm-fill-flowed): New variable.
12591         (mm-inline-text): Use it.
12592
12593 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
12594
12595         * spam.el (spam-spamassassin-register-ham-routine)
12596         (spam-spamassassin-register-spam-routine): Fix function names.
12597
12598 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12599
12600         * gnus.el (gnus-tmp-grouplens): Remove.
12601         (gnus-summary-line-format): Remove grouplens.
12602
12603         * gnus-group.el (gnus-group-line-format): Ditto.
12604
12605         * gnus-spec.el (gnus-format-specs): Ditto.
12606         (gnus-update-format-specifications): Flush the group format spec
12607         cache if there's the grouplens stuff.
12608         (gnus-parse-simple-format): Replace %l with the empty string.
12609
12610 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
12611
12612         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12613         omission.
12614
12615 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12616
12617         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12618         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12619
12620 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12621
12622         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12623         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12624         New macros and functions.
12625         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12626         Handle > NLINK_MAX messages.
12627         * nnmaildir.el (nnmaildir-request-set-mark): Use
12628         nnmaildir--emlink-p and nnmaildir--eexist-p.
12629
12630 2004-01-25  Alex Schroeder  <alex@gnu.org>
12631
12632         * spam-stat.el (spam-stat-process-directory-age): New option.
12633         (spam-stat-process-directory): Use it.
12634
12635 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
12636
12637         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12638         (spam-stat-save): Accept prefix argument.
12639
12640 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
12641
12642         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12643         links" error.
12644
12645 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12646
12647         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
12648         the rest of the and/or forms.
12649
12650 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12651
12652         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12653         compatibility with old .newsrc.eld files.
12654
12655         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
12656
12657         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12658
12659         * gnus-start.el (gnus-1): do.
12660
12661         * gnus-group.el (gnus-group-line-format-alist): do.
12662
12663         * gnus.el (gnus-use-grouplens, gnus-visual): do.
12664
12665         * gnus-gl.el: Remove.
12666
12667 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12668
12669         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12670         marks consisting of a single range {for example, (3 . 5)} rather
12671         than a list of a single range { ((3 . 5)) }.
12672
12673 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12674
12675         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12676         with-current-buffer.
12677         (spam-stat-store-current-buffer): Use insert-buffer-substring to
12678         avoid consing a string.
12679
12680         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12681         Remove obsolete entries for big5 and gb2312.
12682
12683 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12684
12685         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12686         uncompressed list.
12687
12688 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
12689
12690         * spam-stat.el (spam-stat-strip-xref): New function.
12691         (spam-stat-process-directory): Use it.
12692
12693         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12694         here -- it's done in message-fetch-field.
12695
12696 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12697
12698         * gnus-agent.el (gnus-agent-queue-mail)
12699         (gnus-agent-prompt-send-queue): New variables.
12700         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12701         * gnus-draft.el (gnus-group-send-queue): Pass the group name
12702         "nndraft:queue" along to gnus-draft-send.  Use
12703         gnus-agent-prompt-send-queue.
12704         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12705         is "nndraft:queue".  Suggested by Gaute Strokkenes
12706         <gs234@srcf.ucam.org>
12707
12708         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12709         (agent-enable-undownloaded-faces): Added
12710         (gnus-agent-cat-groups): Use eval-and-compile, not
12711         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12712         method of gnus-agent-cat-groups even when the buffer has been
12713         evaled.
12714         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12715         delete gnus-agent-save-active-1.
12716         (gnus-agent-save-groups): Deleted.  Identical to
12717         gnus-agent-save-active.
12718         (gnus-agent-write-active): No longer adjust agent's copy of active
12719         file as agent's adjustments are now stored in their own
12720         file.  Removed optional parameter.
12721         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12722         servers.  Add use of min/max range limits from server's local
12723         file.
12724         (gnus-agent-save-alist): Removed unused optional argument.
12725         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12726         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12727         (gnus-agent-set-local): A per-server file that keeps min/max range
12728         limits for articles known to the agent.  Provides a fast mechanism
12729         for altering many active ranges.
12730         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12731         active file (local makes it unnecessary).
12732         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12733
12734         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12735         (agent-enable-undownloaded-faces): Added
12736
12737         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12738         disable it when sending to "nndraft:queue".
12739         (gnus-group-send-queue): Add safety check to avoid sending queue
12740         when unplugged.
12741
12742         * gnus-group.el (gnus-group-catchup): Use new
12743         gnus-sequence-of-unread-articles, not
12744         gnus-list-of-unread-articles, to avoid exhausting memory with huge
12745         numbers of articles.  Use gnus-range-map to avoid having to
12746         uncompress the unread list.
12747         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12748         Fixed invalid ange-ftp reference.
12749
12750         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12751         (gnus-sorted-range-intersection): Intersection of two ranges
12752         without requiring that they first be uncompressed.
12753
12754         * gnus-start.el (gnus-activate-group): Unless blocked by the
12755         caller, possibly expand the active range to include both cached
12756         and agentized articles.
12757         (gnus-convert-old-newsrc): Rewrote in anticipation of having
12758         multiple version-dependent converters.
12759         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12760         gnus-agent-save-active.
12761         (gnus-save-newsrc-file): Save dirty agent range limits.
12762
12763         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12764         gnus-agent-possibly-alter-active.
12765         (gnus-adjust-marked-articles): Faster handling of simple lists
12766
12767 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
12768
12769         * spam-stat.el (spam-stat-test-directory): New optional argument
12770         displays a list of files detected.  Suggested by Andrew Cohen
12771         <cohen@andy.bu.edu>.
12772         (spam-stat-buffer-words-with-scores): Don't narrow and change
12773         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
12774
12775 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
12776
12777         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12778         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12779         (spam-spamassassin-arguments)
12780         (spam-spamassassin-spam-flag-header)
12781         (spam-spamassassin-positive-spam-flag-header)
12782         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12783         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12784         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12785         (spam-list-of-processors, spam-list-of-checks)
12786         (spam-list-of-statistical-checks, spam-registration-functions)
12787         (spam-check-spamassassin-headers, spam-check-spamassassin)
12788         (spam-spamassassin-score)
12789         (spam-spamassassin-register-with-sa-learn)
12790         (spam-spamassassin-register-spam-routine)
12791         (spam-spamassassin-register-ham-routine)
12792         (spam-assassin-register-spam-routine)
12793         (spam-assassin-register-ham-routine): Add SpamAssassin support.
12794         (spam-bogofilter-score): Fix to show article before scoring.
12795
12796 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
12797
12798         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12799         default scoring function.
12800         (spam-generic-score): Call spam-spamassassin-score if
12801         spam-use-spamassassin or spam-use-spamassassin-headers is on;
12802         spam-bogofilter-score otherwise.
12803
12804         * gnus.el (spam-process, spam-autodetect-methods): Add
12805         spamassassin and spamassassin-headers.
12806
12807 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
12808
12809         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12810         Suppress unnecessary messages.
12811
12812 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
12813
12814         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12815         make-hash-table.
12816
12817 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12818
12819         * canlock.el (base64-encode-string): Don't autoload it.
12820
12821 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12822
12823         * run-at-time.el: Remove useless (require 'itimer),
12824         eval-and-compile and (featurep 'xemacs).
12825
12826 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
12827
12828         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12829         GROUP is a virtual group.
12830
12831 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
12832
12833         * gnus.el: Autoload `message-y-or-n-p'.
12834
12835 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
12836
12837         * pgg-parse.el: Remove unnecessary (require 'custom).
12838
12839         * pgg-def.el: do.
12840
12841         * nnmail.el: do.
12842
12843         * gnus-undo.el: do.
12844
12845         * gnus-picon.el: do.
12846
12847         * gnus-util.el: do.
12848
12849 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
12850
12851         * gnus-sum.el (gnus-pick-line-number): Add autoload.
12852
12853 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12854
12855         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12856         handle, as well as a list.
12857
12858         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12859         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12860         (mm-w3m-cid-retrieve): Simplify.
12861
12862 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
12863
12864         * message.el (message-kill-to-signature): Allow prefix arg to
12865         specify number of lines to keep before signature.
12866
12867 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
12868
12869         (message-kill-to-signature): Change docstring.
12870
12871 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12872
12873         * canlock.el: Always require sha1-el.
12874         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12875
12876         * message.el: Autoload sha1 only when compiling.
12877
12878         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
12879         eudc-expand-inline for XEmacs.
12880
12881 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12882
12883         * message.el (message-canlock-generate): Require sha1-el.
12884
12885 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
12886
12887         * message.el (message-expand-name): Silence the byte compiler.
12888
12889         * lpath.el: Add detect-coding-system.
12890
12891         * dgnushack.el (dgnushack-compile): Remove obsolete check for
12892         cus-edit.
12893
12894 2004-01-13  Simon Josefsson  <jas@extundo.com>
12895
12896         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12897         Invoke gnus-score-mode.  Reported by
12898         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12899
12900         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
12901         Jim Blandy <jimb@redhat.com> (tiny change).
12902
12903 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12904
12905         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12906
12907 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
12908
12909         * spam.el (spam-get-article-as-string): Update to use
12910         gnus-request-article-this-buffer, much simpler.
12911         (spam-get-article-as-buffer): Remove.
12912
12913 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
12914
12915         * message.el (message-expand-name): Use EUDC if the user uses that.
12916
12917 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12918
12919         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12920         character for the encoding to avoid consing a string.
12921
12922         * rfc2047.el (rfc2047-decode-string): Don't cons a string
12923         unnecessarily.
12924
12925         * mm-util.el (mm-replace-chars-in-string): Remove.
12926
12927         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12928         of mm-replace-chars-in-string.
12929
12930 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
12931
12932         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12933
12934         * mm-util.el (mm-subst-char-in-string): Support inplace.
12935
12936         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12937         a new string in every iteration.  Use shy groups.
12938
12939 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
12940
12941         * gnus-srvr.el (gnus-browse-unsubscribe-group):
12942         * gnus-soup.el (gnus-soup-group-brew):
12943         * gnus-msg.el (gnus-put-message):
12944         * gnus-move.el (gnus-group-move-group-to-server):
12945         * gnus-kill.el (gnus-batch-score):
12946         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12947         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12948         (gnus-group-update-group, gnus-group-read-group)
12949         (gnus-group-make-group, gnus-group-make-help-group)
12950         (gnus-group-make-archive-group, gnus-group-make-directory-group)
12951         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12952         (gnus-group-sort-by-unread, gnus-group-catchup)
12953         (gnus-group-unsubscribe-group, gnus-group-kill-group)
12954         (gnus-group-yank-group, gnus-group-set-info)
12955         (gnus-group-list-groups):
12956         * gnus.el (gnus-generate-new-group-name):
12957         * gnus-delay.el (gnus-delay-send-queue):
12958         * nnvirtual.el (nnvirtual-catchup-group):
12959         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12960         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12961         (gnus-group-prepare-topics, gnus-topic-check-topology):
12962         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12963         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12964         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12965         (gnus-group-make-articles-read):
12966         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12967         (gnus-group-change-level, gnus-kill-newsgroup)
12968         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12969         (gnus-get-unread-articles, gnus-make-articles-unread)
12970         (gnus-make-ascending-articles-unread): Use accessor
12971         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12972         to get group information for improved readability.
12973
12974
12975 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12976
12977         * gnus-art.el (article-decode-mime-words, article-babel)
12978         (gnus-article-highlight-signature, gnus-article-add-buttons)
12979         (gnus-signature-toggle): Use gnus-with-article-buffer.
12980
12981         * gnus-art.el (gnus-article-highlight-headers)
12982         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12983
12984         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12985         (gnus-article-set-globals, gnus-request-article-this-buffer)
12986         (gnus-button-message-id, gnus-article-maybe-hide-headers)
12987         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12988         (gnus-mime-display-alternative): Use with-current-buffer.
12989
12990 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12991
12992         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12993         also under 80 char limit, and call gnus-error if needed.
12994         (spam-fetch-article-header): Fix - it was a
12995         buffer-local variable (gnus-newsgroup-data).
12996         (spam-find-spam): Use spam-generate-fake-headers, forget about
12997         spam-insert-fake-headers.
12998         (spam-insert-fake-headers): Remove.
12999
13000 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13001
13002         * deuglify.el (gnus-article-outlook-unwrap-lines)
13003         (gnus-outlook-rearrange-article)
13004         (gnus-outlook-repair-attribution-outlook)
13005         (gnus-outlook-repair-attribution-block)
13006         (gnus-outlook-repair-attribution-other): Remove redundant
13007         save-excursion.
13008
13009 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13010
13011         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
13012         (spam-fetch-field-subject-fast)
13013         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
13014         (spam-fetch-article-header): Add functions to deal with Gnus
13015         internals for fast retrieval of article header data.
13016         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
13017
13018 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13019
13020         * pop3.el (pop3-md5): Remove.
13021         (pop3-apop): Replace pop3-md5 with md5.
13022
13023         * mm-bodies.el: base64 is always built-in.
13024
13025         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
13026         with-current-buffer.
13027
13028 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * canlock.el (canlock-insert-header): Remove excessive grouping in
13031         regexp.
13032
13033         * gnus-sum.el (gnus-summary-read-document): Ditto.
13034
13035         * gnus-uu.el (gnus-uu-part-number): Ditto.
13036
13037         * html2text.el (html2text-remove-tags): Ditto.
13038         (html2text-format-tags): Ditto.
13039         (html2text-format-single-elements): Ditto.
13040
13041         * mml.el (mml-parse-1): Ditto.
13042
13043 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13044
13045         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
13046
13047         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
13048
13049         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
13050
13051         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
13052
13053 2003-11-15  Simon Josefsson  <jas@extundo.com>
13054
13055         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
13056         (pgg-gpg-lookup-key): Use regexp match instead of
13057         split-string (split-string is different between emacs 21.2 and
13058         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
13059
13060 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13061
13062         * gnus-art.el (gnus-mime-view-all-parts)
13063         (gnus-article-part-wrapper, gnus-article-view-part): Use
13064         with-current-buffer.
13065
13066 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13067
13068         * spam.el (spam-disable-spam-split-during-ham-respool)
13069         (spam-spamoracle-database, spam-cache-lookups)
13070         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
13071         (spam-group-ham-mark-p, spam-group-spam-mark-p)
13072         (spam-group-ham-marks, spam-group-spam-marks)
13073         (spam-group-spam-contents-p, spam-group-ham-contents-p)
13074         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
13075         also add spam-use-blackholes to the statistical checks.
13076         (spam-fetch-field-fast): Add interface to fetching fields, may
13077         become a macro.
13078         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
13079         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
13080         (spam-insert-fake-headers): Fake an article when needed.
13081         (spam-find-spam): Fake article when possible.
13082         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
13083         (spam-check-bogofilter-headers): Use message-fetch-field instead
13084         of nnmail-fetch-field.
13085
13086 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13087
13088         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
13089
13090 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13091
13092         * spam.el (spam-split): Do not require spam-use-CHECK to be
13093         enabled if that check is passed to spam-split explicitly; also
13094         fix so 'spam doesn't get converted to spam-split-group when
13095         spam-split-symbolic-return is t.
13096         (spam-find-spam): Find registrations of the article and use those
13097         instead of re-running spam-split to find the spam/ham
13098         classification of the article.
13099         (spam-log-processing-to-registry, spam-log-registered-p)
13100         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13101         Use gnus-error instead of gnus-message.
13102         (spam-log-registration-type): Add function to determine the
13103         classification of a message based on registry entries; will
13104         return nil if both 'spam and 'ham are found.
13105         (spam-check-BBDB): Expand all the BBDB macros here so we can have
13106         a reasonably fast local cache without the loading errors.
13107         (spam-cache-lookups): Set to t by default.
13108         (spam-find-spam): Don't try to guess spam-cache-lookups.
13109         (spam-enter-whitelist, spam-enter-blacklist): Clear the
13110         spam-caches entry.
13111         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
13112         caching of whitelist/blacklist entries.
13113         (spam-check-whitelist, spam-check-blacklist): Invoke
13114         spam-from-listed-p with a type, not a cache variable.
13115         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
13116
13117 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13118
13119         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
13120
13121         * nnmail.el (nnmail-split-fancy): do.
13122
13123         * mml.el (mml-parse): do.
13124
13125         * gnus-score.el (gnus-enter-score-words-into-hashtb)
13126         (gnus-score-adaptive): do.
13127
13128 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13129
13130         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
13131         (gnus-mime-button-map): Don't set keymap parent.
13132         (gnus-button-ctan-directory-regexp): Use shy grouping.
13133         (gnus-prev-page-map): Don't set keymap parent.
13134         (gnus-prev-page-map): Remove duplicated one.
13135         (gnus-next-page-map): Don't set keymap parent.
13136         (gnus-mime-security-button-map): Ditto.
13137
13138         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
13139         version number.
13140
13141         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
13142
13143 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13144
13145         * canlock.el (canlock-sha1-function): Remove.
13146         (canlock-sha1-function-for-verify): Remove.
13147         (canlock-openssl-program): Remove.
13148         (canlock-openssl-args): Remove.
13149         (canlock-ignore-errors): Remove.
13150         (canlock-sha1-with-openssl): Remove.
13151         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
13152         (canlock-verify): Don't use canlock-ignore-errors.
13153
13154         * sha1-el.el (sha1-string-external): Make it can return a string
13155         in binary form.
13156         (sha1-region-external): Ditto.
13157         (sha1-string-internal): Ditto.
13158         (sha1-region-internal): Ditto.
13159         (sha1-region): Ditto.
13160         (sha1-string): Ditto.
13161         (sha1): Ditto.
13162
13163 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13164
13165         * spam.el (spam-report-articles-gmane): New command.
13166
13167 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13168
13169         * gnus.el: Don't make unnecessary *Group* buffer when loading.
13170
13171         * run-at-time.el (run-at-time-saved): Remove.
13172         (run-at-time): Doc fix.
13173
13174 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13175
13176         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
13177         (gnus-summary-limit-map): Add it.
13178         (gnus-summary-make-menu-bar): do.
13179
13180 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
13181
13182         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
13183         Make attempt at some caching support (done for BBDB only now).
13184         (spam-find-spam): Set spam-cache-lookups if there are more than 2
13185         addresses to be checked.
13186         (spam-clear-cache-BBDB): Add function, to be invoked by
13187         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
13188         (spam-check-BBDB): Check and use the caches, if
13189         spam-cache-lookups is on, remove superfluous (provide).
13190
13191 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13192
13193         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
13194
13195 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
13196
13197         * run-at-time.el (run-at-time-saved): Move to after the definition
13198         of `run-at-time'.
13199
13200         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
13201
13202 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13203
13204         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13205         mm-w3m-local-map-property.
13206
13207         * mm-view.el (mm-w3m-mode-map): Remove.
13208         (mm-w3m-local-map-property): Remove.
13209         (mm-inline-text-html-render-with-w3m): Don't use
13210         mm-w3m-local-map-property.
13211
13212 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13213
13214         * run-at-time.el: New file.
13215
13216         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
13217         under Emacs.
13218
13219         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13220         of gnus-set-text-properties.
13221
13222         * gnus-uu.el (gnus-uu-save-article): Ditto.
13223
13224         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13225
13226         * gnus-cite.el (gnus-cite-parse): Ditto.
13227
13228         * gnus-art.el (gnus-button-push): Use set-text-properties instead
13229         of gnus-.
13230
13231         * gnus-xmas.el (run-at-time): Require run-at-time.
13232
13233         * gnus.el: Changed calls to nnheader-run-at-time and
13234         password-run-at-time throughout to use run-at-time directly.
13235
13236         * password.el: Removed definition of run-at-time.
13237
13238         * nnheaderxm.el: Remove definition of run-at-time.
13239
13240 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
13241
13242         * mml.el (mml-minibuffer-read-disposition): Show attachment type
13243         in prompt.
13244
13245 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13246
13247         * messagexmas.el (message-xmas-redefine): Alias
13248         `message-make-caesar-translation-table' to
13249         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
13250         version.
13251
13252         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
13253         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
13254         `gnus-xmas-set-text-properties'.
13255         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
13256         `gnus-xmas-completing-read'.
13257         (gnus-xmas-completing-read): Removed.
13258         (gnus-xmas-open-network-stream): Removed.
13259
13260         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13261         XEmacs version.
13262
13263         * dns.el (dns-make-network-process): Use `open-network-stream'
13264         instead of `gnus-xmas-open-network-stream'.
13265
13266         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
13267
13268         * .cvsignore: Add auto-autoloads.el, custom-load.el.
13269
13270 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13271
13272         * gnus-art.el (gnus-mime-display-alternative)
13273         (gnus-insert-mime-button, gnus-insert-mime-security-button)
13274         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13275         Don't use gnus-local-map-property.
13276
13277         * gnus-util.el (gnus-local-map-property): Remove.
13278
13279         * mm-view.el (mm-view-pkcs7-decrypt): Replace
13280         gnus-completing-read-maybe-default with completing-read.
13281
13282         * gnus-util.el (gnus-completing-read): do.
13283         (gnus-completing-read-maybe-default): Remove.
13284
13285 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13286
13287         * password.el: Only autoload `run-at-time' if not XEmacs.
13288         Only autoload the itimer functions if XEmacs.
13289
13290 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13291
13292         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
13293         XEmacsen.
13294
13295         * dgnushack.el: Autoload executable-find for XEmacs.
13296
13297 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13298
13299         * gnus-art.el (gnus-read-string): Remove.
13300         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13301         read-string.
13302
13303 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
13304
13305         * netrc.el: Autoload password-read.
13306         (netrc): Add configuration group.
13307         (netrc-encoding-method, netrc-openssl-path): Add
13308         variables for encoding and decoding of files with symmetric
13309         ciphers.
13310         (netrc-encode): Add assistant function to encode a file with
13311         netrc-encoding-method.
13312         (netrc-parse): Add interactive parameter, added optional
13313         decoding if netrc-encoding-method is non-nil but otherwise
13314         behavior is standard.
13315         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13316         Do s/encode/encrypt/ everywhere.
13317
13318         * spam.el: Remove executable-find autoload.
13319
13320 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13321
13322         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13323
13324         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13325
13326 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13327
13328         * gnus-art.el (gnus-treat-ansi-sequences,
13329         (article-treat-ansi-sequences): New variable and function.
13330         Suggested by Dan Jacobson <jidanni@jidanni.org>.
13331
13332         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13333         Use it.
13334
13335 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13336
13337         * mm-util.el (mm-quote-arg): Remove.
13338
13339         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13340         shell-quote-argument.
13341
13342         * gnus-uu.el (gnus-uu-command): do.
13343
13344         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13345
13346         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13347         with make-char.
13348
13349         * mm-util.el (mm-make-char): Remove.
13350
13351         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13352         add-minor-mode.
13353
13354         * gnus-undo.el (gnus-undo-mode): do.
13355
13356         * gnus-topic.el (gnus-topic-mode): do.
13357
13358         * gnus-sum.el (gnus-dead-summary-mode): do.
13359
13360         * gnus-start.el (gnus-slave-mode): do.
13361
13362         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13363
13364         * gnus-ml.el (gnus-mailing-list-mode): do.
13365
13366         * gnus-gl.el (gnus-grouplens-mode): do.
13367
13368         * gnus-draft.el (gnus-draft-mode): do.
13369
13370         * gnus-dired.el (gnus-dired-mode): do.
13371
13372         * gnus-ems.el (gnus-add-minor-mode): Remove.
13373
13374         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13375         Replace gnus-char-width with char-width.
13376
13377         * gnus-ems.el (gnus-char-width): Remove.
13378
13379         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13380         Replace gnus-char-width with char-width.
13381
13382         * gnus-ems.el (gnus-char-width): Remove.
13383
13384         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13385         definition.
13386         Remove Emacs 20 hash table compatibility code.
13387
13388         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13389         20 compatibility code.
13390
13391         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13392
13393         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13394
13395         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13396         with point-at-{eol,bol}.
13397
13398         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13399
13400         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13401
13402         * flow-fill.el (fill-flowed-point-at-bol)
13403         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13404
13405         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13406         Replace with point-at-{eol,bol} throughout all files.
13407
13408 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13409
13410         * ntlm.el (ntlm-string-as-unibyte): New macro.
13411         (ntlm-build-auth-response): Use it.
13412
13413         Remove Emacs 20 stuff:
13414         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
13415         (butlast, mapc, remove): Remove the compiler macros.
13416         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13417         of delq and copy-sequence.
13418         * gnus-art.el (popup-menu): Remove the compiler macro.
13419         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13420         Emacs 20.
13421
13422 2004-01-05  Simon Josefsson  <jas@extundo.com>
13423
13424         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13425         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13426         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13427         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13428         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13429         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13430         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13431         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13432         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13433         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13434         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13435         string-xor into ntlm-string-xor.  Suggested by
13436         Jesper Harder <harder@myrealbox.com>.
13437
13438         * ntlm.el: Don't include poem.
13439
13440         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13441         Jesper Harder <harder@myrealbox.com>.
13442
13443         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13444
13445         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13446         probably breaks emacs with DL patch, but do we care? Is anyone
13447         still using the DL stuff?)
13448
13449         * sieve-manage.el: Use the password package.
13450         (sieve-manage-read-passwd): Remove.
13451         (sieve-manage-interactive-login): Use password.  Re-add
13452         condition-case around loop.
13453
13454         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13455         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13456         the password package.
13457
13458 2003-02-19  Simon Josefsson  <jas@extundo.com>
13459
13460         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13461         token.
13462
13463 2002-08-07  Simon Josefsson  <jas@extundo.com>
13464
13465         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13466         (sieve-manage-authenticators):
13467         (sieve-manage-authenticator-alist): Add some SASL mechs.
13468         (sieve-sasl-auth): New function.
13469         (sieve-manage-cram-md5-auth):
13470         (sieve-manage-plain-auth): Rewrite using SASL library.
13471         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13472         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13473         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13474         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13475
13476 2004-01-05  Simon Josefsson  <jas@extundo.com>
13477
13478         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13479         New files.
13480
13481 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13482
13483         * gnus-group.el (gnus-no-groups-message): Update.
13484
13485         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13486
13487 2003-11-09  Simon Josefsson  <jas@extundo.com>
13488
13489         * imap.el: Support for ID IMAP extension (RFC 2971).
13490         (imap-local-variables): Add imap-id.
13491         (imap-id): New variable.
13492         (imap-id): New function.
13493         (imap-parse-response): Parse untagged ID response.
13494         * nnimap.el (nnimap-id): New variable.
13495         (nnimap-open-connection): Use it.
13496
13497 2003-12-28  Simon Josefsson  <jas@extundo.com>
13498
13499         * gnus-score.el (gnus-score-edit-all-score): New.
13500         * gnus-group.el (gnus-group-score-map): Bind it to W e.
13501
13502 2004-01-04  Simon Josefsson  <jas@extundo.com>
13503
13504         * password.el: Add.
13505
13506 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
13507
13508         * dns.el: Add support for AAAA records (see RFC 3596)
13509
13510         * Fix typo PRT -> PTR
13511
13512         * Parse MX, PTR and SOA replies (see RFC 1035)
13513
13514 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13515
13516         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13517
13518         * Moved to Changelog.2.
13519
13520 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13521
13522         * gnus.el (gnus-version-number): Bump version.
13523
13524 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13525
13526         * gnus.el: No Gnus v0.1 is released.
13527
13528 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13529
13530         * gnus.el: No Gnus v0.0 is released.
13531
13532 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13533
13534         * gnus.el (gnus-version-number): Bump.
13535         (gnus-version): No.
13536
13537 See ChangeLog.2 for earlier changes.
13538
13539     Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13540
13541   This file is part of GNU Emacs.
13542
13543   GNU Emacs is free software: you can redistribute it and/or modify
13544   it under the terms of the GNU General Public License as published by
13545   the Free Software Foundation, either version 3 of the License, or
13546   (at your option) any later version.
13547
13548   GNU Emacs is distributed in the hope that it will be useful,
13549   but WITHOUT ANY WARRANTY; without even the implied warranty of
13550   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13551   GNU General Public License for more details.
13552
13553   You should have received a copy of the GNU General Public License
13554   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13555
13556 ;; Local Variables:
13557 ;; coding: utf-8
13558 ;; fill-column: 79
13559 ;; add-log-time-zone-rule: t
13560 ;; End:
13561
13562 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4