Introduce a new variable, gnus-blocked-images, and use that instead of the w3m variable.
[gnus] / lisp / ChangeLog
1 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-html.el (gnus-blocked-images): New variable.
4
5         * message.el (message-prune-recipients): New function.
6         (message-prune-recipient-rules): New variable.
7
8         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9         guess whether a long line is natural text or not.
10
11         * gnus-html.el (gnus-html-schedule-image-fetching): Use
12         gnus-process-plist and friends for compatibility.
13
14 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15
16         * gnus-ems.el: Provide compatibility functions for
17         gnus-set-process-plist.
18
19         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
20         header-line-format for XEmacs 21.4.
21
22         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
23         * gnus.el (gnus-valid-select-methods)
24         * message.el (message-send-mail-partially-limit)
25         * mm-decode.el (mm-text-html-renderer)
26         * mml.el (mml-insert-mime-headers-always)
27         * smiley.el (smiley-regexp-alist): Bump custom version.
28
29 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
30
31         * gnus-html.el: require mm-url.
32         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
33         with the url to `url'.
34         (gnus-html-wash-tags): Support cid: URLs/images.
35
36 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
37
38         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
39         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
40         bindings, as they aren't useful at all. `w' is moved to `W w'.
41
42         * gnus-move.el: Removed file, since it doesn't really work.
43
44         * gnus-html.el (gnus-article-html): Tell w3m that the input is
45         UTF-8. This seems to fix problems with some German web feeds.
46
47         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
48         at the top so that the proper colours are applied.
49
50         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
51         don't have dots in their names.
52
53         * gnus-art.el (gnus-article-view-part): Doc fix.
54
55         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
56         XEmacs-compatible.
57         (gnus-html-put-image): Don't do images on non-graphic displays.
58
59         * nnslashdot.el: Removed this unused backend.
60
61         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
62         actions.
63         (gnus-undo-register-1): Revert last change.
64
65         * gnus-group.el (gnus-group-completing-read): Protect against not
66         having completion-styles bound.
67
68         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
69         make broken recipients happier.
70
71         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
72
73         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
74         point parameter.
75
76         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
77
78         * gnus-group.el (gnus-group-completing-read): Add 'substring to
79         completion-styles for group selection.
80
81 2009-02-04  Andreas Schwab  <schwab@suse.de>
82
83         * gnus-score.el (gnus-score-string): Fix regex for matching extra
84         headers and regexp-quote the match if necessary.
85
86 2009-03-24  Miles Bader  <miles@gnu.org>
87
88         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
89         the blinking smiley.
90
91 2009-03-24  Simon Josefsson  <simon@josefsson.org>
92
93         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
94         blink smiley.
95
96 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
97
98         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
99         where the dribbel file lives exists.
100
101         * message.el (message-send-mail-partially-limit): Change the default to
102         nil, since most people don't want this.
103
104         * mm-url.el (mm-url-decode-entities): Also decode entities like
105         &#x3212.
106
107 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
108
109         * gnus-sum.el (gnus-summary-idna-message):
110         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
111         Hyperlink urls in docstrings with URL `...'.
112
113 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
114
115         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
116         functions.
117
118 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
119
120         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
121         say what the mouseover text should be.
122
123         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
124         version of the mm-w3m-safe-url-regexp variable to only download images
125         in the groups where we want that to happen.
126
127         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
128
129         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
130         easier debugging.
131         (gnus-article-beginning-of-window): Add kludge to allow spacing past
132         big pictures in the article buffer.
133
134         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
135         gnus-article-html.
136         (mm-text-html-renderer): gnus-article-html needs curl in addition to
137         w3m.
138
139         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
140
141 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
142
143         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
144         which doesn't exist.
145
146         * message.el (message-inhibit-ecomplete): New variable to allow some
147         function to inhibit ecomplete address storage.
148         (message-resend): Disable ecomplete message storage when resending
149         messages.
150
151         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
152
153 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
154
155         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
156         Save excursion while copying, moving, and deleting articles in order to
157         prevent the cursor from jumping to unforeseen place.
158
159 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
160
161         * lpath.el: No need to bind bookmark-current-buffer,
162         bookmark-yank-point and bookmark-make-record-function.
163
164 2010-08-17  Glenn Morris  <rgm@gnu.org>
165
166         * gnus-sync.el: Require gnus components whose functions are used.
167
168         * gnus-art.el (bookmark-make-record-function):
169         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
170         Declare for compiler.
171
172         * mm-url.el (mml-compute-boundary): Autoload.
173
174 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
175
176         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
177
178 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
179
180         Typo fix "hoo4a" -> "hook".
181
182         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
183
184 2010-08-14  Glenn Morris  <rgm@gnu.org>
185
186         * gnus-sync.el (gnus-sync): Fix defgroup version.
187
188 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
189
190         Doc fixes and keep unknown groups (ammended for nunion bug fix).
191
192         * gnus-sync.el: Fix docs.
193         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
194         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
195
196 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
197
198         Optimizations for gnus-sync.el.
199
200         * gnus-sync.el: Add docs about gnus-sync-backend
201         possibilities.
202         (gnus-sync-save): Remove unnecessary message.
203         (gnus-sync-read): Optimize and show what groups were skipped.
204
205 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
206
207         Minor bug fixes for gnus-sync.el.
208
209         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
210         read the sync on get-new-news.
211
212         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
213         quiet.
214
215         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
216
217 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
218
219         Make saving and restoring of hidden threads work with overlays.
220         Patch applied by Ted Zlatanov.
221
222         * gnus-sum.el (gnus-hidden-threads-configuration)
223         (gnus-restore-hidden-threads-configuration): Update to deal with text
224         properties, rather than searching for a magic character.
225
226 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
227
228         New gnus-sync.el library for synchronization of marks.
229
230         * gnus-sync.el: New library for synchronization of marks.
231
232         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
233         renamed from `gnus-registry-grep-in-list'.
234
235         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
236
237         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
238
239 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
240
241         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
242         determining charset of text fails.
243
244 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
245
246         * nnmail.el (nnmail-get-new-mail-1): Revert.
247
248         * nnml.el (nnml-active-number): Make sure names of newly created groups
249         in nnml-group-alist are encoded.
250
251 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
252
253         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
254         containing non-ASCII characters in active file for nnml back end.
255
256 2010-07-24  David Engster  <dengste@eml.cc>
257
258         * mml-smime.el (mml-smime-epg-verify): Also accept the older
259         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
260
261 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
262
263         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
264         tag (Bug#6654).
265
266 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
267
268         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
269         the article buffer, not the summary buffer.
270
271 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
272
273         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
274         Emacs 23 as well.
275
276 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
277
278         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
279         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
280
281 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
282
283         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
284         Patch applied by Karl Fogel.
285
286         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
287         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
288
289 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
290
291         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
292         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
293         C-w still not working correctly from Article buffers; Thierry's
294         patch to fix that will be applied after this.
295
296         * gnus-art.el (bookmark-make-record-function): New local variable.
297
298         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
299         article buffer.
300         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
301
302 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
303
304         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
305         on changes in bookmark.el.
306
307 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
308
309         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
310         `no-log' instead of message not to log prompt string.
311
312 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
313
314         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
315         the *other* type of HTML form submission.
316
317 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
318
319         * auth-source.el (auth-source-pick): If choice does not contain a
320         questioned keyword, set the check to t.
321
322 2010-06-12  Romain Francoise  <romain@orebokech.com>
323
324         * gnus-util.el (gnus-date-get-time): Move up before first use.
325
326 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
327
328         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
329         (gnus-article-edit-part): Bind it to make last part that is substituted
330         or deleted visible.
331         (gnus-mime-display-single): Buttonize part of which id equals to
332         gnus-mime-buttonized-part-id.
333
334 2010-06-10  Dan Christensen  <jdc@uwo.ca>
335
336         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
337         (gnus-dd-mmm): Use gnus-date-get-time.
338         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
339         simplify logic.
340         (gnus-summary-limit-to-age): Use gnus-date-get-time.
341         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
342
343 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
344
345         * auth-source.el (top): Autoload `secrets-list-collections',
346         `secrets-create-item', `secrets-delete-item'.
347         (auth-sources): Fix tag string.
348         (auth-get-source, auth-source-retrieve, auth-source-create)
349         (auth-source-delete): New defuns.
350         (auth-source-pick): Rewrite in order to avoid 2 passes.
351         (auth-source-forget-user-or-password): New parameter USERNAME.
352         (auth-source-user-or-password): New parameters CREATE-MISSING and
353         DELETE-EXISTING.  Retrieve password interactively, if needed.
354
355 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
356
357         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
358         deleting unused directories when gnus-expert-user is t.
359
360 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
361
362         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
363         for each temp file when gnus-article-browse-delete-temp is ask.
364
365 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
366
367         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
368         Lisp calls to delete-backward-char by calls to delete-char.
369
370 2010-05-20  Kevin Ryde  <user42@zip.com.au>
371
372         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
373
374 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
375
376         * password-cache.el (password-cache-remove): Fix docstring.
377
378 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
379
380         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
381         article unless decoding article to be saved.
382
383 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
384
385         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
386         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
387         generated within the mm-with-unibyte-current-buffer macro.
388
389 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
390
391         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
392         to nil when we're in a mml-preview buffer and no group is selected.
393
394 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
395
396         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
397         when catching the `C-g'.  Reported by "Leo".
398
399 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
400
401         * message.el (message-forward-make-body-plain)
402         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
403         multibyte-string-p.
404
405         * lpath.el: Revert.
406
407 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
408
409         * message.el (message-forward-make-body-mml): Assume original message
410         is multibyte string; error on unibyte.
411         (message-forward-make-body-plain): Ditto; don't add excessive newline
412         in body end.
413
414         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
415
416 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
417
418         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
419         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
420
421 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
422
423         * mm-extern.el (mm-extern-url): Don't use
424         mm-with-unibyte-current-buffer.
425         (mm-extern-cache-contents): Use with-current-buffer instead of
426         save-excursion + set-buffer.
427
428 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
429
430         * mm-util.el (mm-emacs-mule): Remove.
431
432 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
433
434         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
435         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
436         change.
437
438 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
439
440         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
441         bind the default value of enable-multibyte-characters to nil.
442
443 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
444
445         * message.el (message-forward-make-body-plain)
446         (message-forward-make-body-mml):
447         Don't use mm-with-unibyte-current-buffer.
448
449 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
450
451         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
452
453 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
454
455         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
456         (Bug#5592).
457
458 2010-05-07  Julien Danjou  <julien@danjou.info>
459
460         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
461         it to mm-pipe-part.
462
463         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
464         it is given.
465
466 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
467
468         * binhex.el (binhex-decode-region-internal)
469         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
470         (dns-query)
471         * nnweb.el (nnweb-gmane-search)
472         * pgg-parse.el (pgg-parse-armor)
473         * pgg.el (pgg-verify-region)
474         * sha1.el (sha1-string-external)
475         * uudecode.el (uudecode-decode-region-internal)
476         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
477         XEmacs.
478
479         * gnus-art.el (gnus-article-browse-html-parts)
480         * gnus-group.el (gnus-read-ephemeral-gmane-group)
481         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
482         make-temp-file.
483
484         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
485         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
486         compiling.
487
488         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
489         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
490         XEmacs when compiling.
491
492         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
493         gnus-pick-mode-off-hook for XEmacs when compiling.
494         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
495         gnus-binary-mode-off-hook for XEmacs when compiling.
496
497         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
498         nil if char-charset is not available.
499
500         * imap.el (imap-disable-multibyte)
501         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
502         macros.
503
504         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
505         instead of encode-coding-string.
506
507         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
508         'xemacs) instead of mm-emacs-mule to switch function definitions.
509         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
510
511         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
512         bind temporary-file-directory for XEmacs;
513         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
514         timer-set-function for XEmacs 21.4 and SXEmacs;
515         bind timer-list for XEmacs 21.4 and SXEmacs;
516         fbind char-charset and find-charset-region for non-Mule XEmacs;
517         fbind decode-coding-region, decode-coding-string, detect-coding-region,
518         encode-coding-region and encode-coding-string for XEmacs having no
519         file-coding feature.
520
521 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
522
523         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
524
525 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
526
527         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
528         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
529
530 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
531
532         * mm-util.el (mm-decompress-buffer): Use `delete-file';
533         alias `jka-compr-delete-temp-file' no longer exists.
534
535 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
536
537         Use define-minor-mode in Gnus where applicable.
538         * mml.el (mml-mode): Use define-minor-mode.
539         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
540         (gnus-undo-mode): Use define-minor-mode.
541         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
542         (gnus-dead-summary-mode): Use define-minor-mode.
543         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
544         Initialize in declaration.
545         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
546         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
547         (gnus-mailing-list-mode): Use define-minor-mode.
548         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
549         (gnus-draft-mode): Use define-minor-mode.
550         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
551         (gnus-dired-mode): Use define-minor-mode.
552
553 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
554
555         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
556         handles on recursive mml-to-mime translation and check them for
557         boundary delimiter collisions.  Reported by Greg Troxel.
558
559 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
560
561         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
562
563 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
564
565         * mm-util.el (mm-find-buffer-file-coding-system):
566         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
567
568 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
569
570         * message.el (message-generate-headers): Record insertion of optional
571         headers as well.  Otherwise the check to prevent repeated insertion of
572         optional headers is a no-op.
573
574 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
575
576         * smime.el: Don't mention CVS.
577
578         * nnrss.el (nnrss-fetch): Don't mention CVS.
579
580         * nnir.el: Don't mention CVS.
581
582 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
583
584         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
585
586 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
587
588         * lpath.el: Fbind bookmark-default-handler,
589         bookmark-get-bookmark-record, bookmark-make-record-default,
590         bookmark-prop-get for Emacs <23 and XEmacs.
591
592 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
593
594         * gnus-sum.el: Add bookmark declarations to silence the compiler.
595         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
596         Use with-current-buffer to silence the byte-compiler.
597         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
598         bother to require `gnus'.
599         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
600
601 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
602
603         * gnus-sum.el (gnus-summary-bookmark-make-record)
604         (gnus-summary-bookmark-jump): New functions.
605         (gnus-summary-mode): Setup bookmark support.
606
607 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
608
609         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
610         if set.
611
612 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
613
614         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
615         gnus-article-browse-html-save-cid-image; make it work recursively for
616         forwarded messages as well.
617         (gnus-article-browse-html-parts): Work when prefix arg is given.
618         (gnus-article-browse-html-article): Doc fix.
619
620 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
621
622         * message.el (message-default-mail-headers):
623         (message-default-headers): Carry the value mail-default-headers over
624         into message-default-mail-headers, rather than message-default-headers.
625
626 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
627
628         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
629         charset.
630
631         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
632         charset into the <meta> tag when the article is encoded to utf-8.
633
634 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
635
636         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
637         directories as well.
638         (gnus-article-browse-html-parts): Work for images that do not specify
639         file names; delete temp directory when quitting; insert header at the
640         right place; use file: scheme for image files.
641
642 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
643
644         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
645         (gnus-article-browse-html-parts): Use it to make temporary cid image
646         files in addition to html file so that browser may display them.
647
648 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
649
650         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
651
652 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
653
654         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
655
656 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
657
658         * auth-source.el (auth-sources): Change default to be simpler.  Explain
659         about Secret Service API sources.  Improve Customize options.
660         (auth-source-pick): Change to accept any number of search parameters.
661         Implement fallbacks iteratively, not recursively.  Add scoring on the
662         second pass and sort by score.  Call Secret Service API when needed.
663         (auth-source-user-or-password): Use it.  Call Secret Service API
664         directly when needed to get the user name and the password.
665
666 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
667
668         * message.el (message-interactive): Doc fix.
669         (message-qmail-inject-args): Reflow.
670         (message-kill-to-signature): Fix typo in docstring.
671
672         * smiley.el (smiley-buffer): Fix typo in docstring.
673
674 2010-03-24  Glenn Morris  <rgm@gnu.org>
675
676         * mail-source.el (gnus-message): Declare.
677         (mail-source-delete-old-incoming): Require gnus-util.
678
679 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
680
681         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
682
683         * message.el (ecomplete-setup): Autoload it for Emacs <23.
684
685         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
686         password-cache's default if it is not bound.
687         (mml-secure-passphrase-cache-expiry): Default to 16 that is
688         password-cache-expiry's default if it is not bound.
689
690         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
691         available in Emacs 21.
692
693         * lpath.el: Suppress compiler warnings for:
694         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
695         XEmacs;
696         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
697         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
698         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
699
700 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
701
702         * auth-source.el (auth-sources): Fix up definition so extra parameters
703         are always inline.
704
705 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
706
707         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
708         wasn't updated after mismatch.  Clear cached mailbox info correctly
709         when uidvalidity changes.
710         (nnimap-group-prefixed-name): New function to avoid some code
711         duplication.
712         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
713         (nnimap-request-group): Use it.
714         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
715         (nnimap-update-unseen): Significantly improved speed of Gnus startup
716         with many imap folders.  This is done by caching the group status from
717         the imap server persistently in a group parameter `imap-status'.  (This
718         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
719         but not persistently, so every Gnus startup was still very slow.)
720
721 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
722
723         * assistant.el (assistant-render-text): Run `widget-setup' and don't
724         delete the extra newline.  Otherwise editing of :string and :number
725         types don't work.
726
727 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
728
729         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
730         secrets.el dependency.
731         (auth-sources): Add optional user name.  Add secrets.el configuration
732         choice (unused right now).
733
734 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
735
736         * gnus-sum.el (gnus-summary-make-menu-bar): Let
737         `gnus-registry-install-shortcuts' fill in the functions.
738
739         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
740         warnings.
741         (gnus-registry-misc-menus): Variable to hold registry mark menus.
742         (gnus-registry-install-shortcuts): Populate and use it in a
743         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
744
745 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
746
747         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
748         In-place substitutions for the group name encoding/decoding.
749         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
750         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
751         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
752         (nnimap-update-unseen, nnimap-request-list)
753         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
754         (nnimap-request-set-mark, nnimap-split-to-groups)
755         (nnimap-split-articles, nnimap-request-newgroups)
756         (nnimap-request-create-group, nnimap-request-accept-article)
757         (nnimap-request-delete-group, nnimap-request-rename-group)
758         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
759         `encoded-mbx' for consistency.
760         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
761         variable `imap-current-mailbox'.
762
763         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
764         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
765
766 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
767
768         * pop3.el (pop3-display-message-size-flag): Display message size byte
769         counts during POP3 download.
770         (pop3-movemail): Use it.
771         (pop3-list): Implement listing of available messages.
772
773 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
774
775         * nnir.el (nnir-get-article-nov-override-function): New function to
776         override the normal NOV retrieval.
777         (nnir-retrieve-headers): Use it.
778
779 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
780
781         * auth-source.el (netrc-machine-user-or-password): Autoload.
782
783 2010-03-19  Glenn Morris  <rgm@gnu.org>
784
785         Stop message.el from loading about 40 libraries it doesn't always need.
786         The general approach is to autoload rather than require, and to
787         require in the specific functions rather than the file.  (Bug#5642)
788
789         * gmm-utils.el: Don't require wid-edit.
790         (widget-create-child-value, widget-convert, widget-default-get):
791         Autoload.
792
793         * gnus-util.el: Don't require time-date, netrc.
794         (message-fetch-field, gnus-group-name-decode): Declare rather than
795         autoloading.
796         (gnus-fetch-field): Require message.
797         (gnus-decode-newsgroups): Require gnus-group.
798
799         * ietf-drums.el: Don't require time-date.
800
801         * message.el: Don't require hashcash, canlock, ecomplete.
802         Do require mail-utils.  Require nnheader only when compiling.
803         (smtpmail-default-smtp-server): Remove declaration.
804         (message-send-mail-function): Check smtpmail-default-smtp-server
805         is bound rather than requiring smtpmail.
806         (message-auto-save-directory, message-insert-signature): Use
807         expand-file-name rather than nnheader-concat.
808         (nnheader-insert-file-contents): Autoload.
809         (hashcash-wait-async): Declare.
810         (message-send-mail): Only call gnus-setup-posting-charset if
811         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
812         (message-send-mail-with-sendmail): Require sendmail.
813         (canlock-password, canlock-password-for-verify): Declare.
814         (message-canlock-password): Require canlock.
815         (nnheader-get-report): Autoload.
816         (gnus-setup-posting-charset): Declare.
817         (message-send-news): Require gnus-msg.
818         (message-make-references, message-make-in-reply-to): Use mail-header-id
819         rather than the alias mail-header-message-id.
820         (ecomplete-add-item, ecomplete-save): Declare.
821         (message-put-addresses-in-ecomplete): Require ecomplete.
822         (ecomplete-display-matches): Autoload.
823
824         * mm-decode.el: Don't require mailcap, gnus-util.
825         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
826         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
827         Autoload.
828         (mailcap-mime-extensions): Declare.
829
830         * mm-encode.el: Don't require mailcap.
831         (mailcap-extension-to-mime): Autoload.
832
833         * mml-sec.el: Don't require password-cache.
834
835         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
836         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
837         (mml-minibuffer-read-type): Require mailcap.
838         (mml-preview): Require gnus-msg.
839
840         * mml1991.el: Require password-cache.
841         (password-cache-expiry): Remove declaration.
842
843         * mml2015.el: Require password-cache.
844         (password-cache-expiry): Remove declaration.
845
846         * nneething.el (mailcap): Require mailcap.
847
848         * nnheader.el (declare-function): Add compatibility stub.
849         (message-remove-header): Declare rather than autoload.
850         (nnheader-replace-header): Require message.
851
852         * nnimap.el (declare-function): Add compatibility stub.
853         (netrc-parse, netrc-machine-user-or-password): Declare.
854         (nnimap-open-connection): Require netrc.
855
856         * nntp.el (declare-function): Add compatibility stub.
857         (netrc-parse, netrc-machine, netrc-get): Declare.
858         (nntp-send-authinfo): Require netrc.
859
860         * rfc2047.el: Don't require qp.
861         (quoted-printable-encode-region, quoted-printable-decode-string):
862         Autoload.
863
864         * sieve-mode.el: Don't require easymenu.
865         (easy-menu-add-item): Autoload it.
866
867         * spam-stat.el (time-to-number-of-days): Autoload it.
868
869 2010-03-19  Glenn Morris  <rgm@gnu.org>
870
871         * password-cache.el (password-cache, password-cache-expiry): Autoload.
872
873 2010-03-18  Glenn Morris  <rgm@gnu.org>
874
875         * hashcash.el (declare-function): Remove duplicate definition.
876
877 2010-03-17  Kevin Ryde  <user42@zip.com.au>
878
879         * mml.el (mml-read-tag): Unquote values with `read' to reverse
880         prin1 in mml-insert-tag (just stripping the quotes gave wrong
881         value if any backslash escapes).
882
883 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
884
885         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
886         if it is available.  (bug#5647)
887
888         * lpath.el: Suppress compiler warning for coding-system-from-name for
889         Emacs 21 and XEmacs.
890
891 2010-03-14  Juri Linkov  <juri@jurta.org>
892
893         * hmac-def.el:
894         * hmac-md5.el:
895         * netrc.el: Fix keywords.
896
897 2010-02-26  Glenn Morris  <rgm@gnu.org>
898
899         * message.el (message-send-mail-function): Change the default, so that
900         it inherits from a customized send-mail-function.  (Bug#5643)
901
902 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
903
904         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
905         shell-command-to-string signals an error (bug#5299).
906
907 2010-02-24  Glenn Morris  <rgm@gnu.org>
908
909         * message.el (message-smtpmail-send-it)
910         (message-send-mail-with-mailclient): Doc fixes.
911
912 2010-02-16  Glenn Morris  <rgm@gnu.org>
913
914         * message.el (message-default-mail-headers): Change the default value
915         to ease the transition from mail-mode to message-mode.  (Bug#5555)
916
917 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
918
919         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
920         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
921
922 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
923
924         * time-date.el (date-to-time): Doc fix (Bug#5408).
925
926 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
927
928         * message.el (message-mail): Just pass yank-action on to message-setup.
929         (message-setup): Handle (FUN . ARGS) form of yank-action.
930         (message-with-reply-buffer, message-widen-reply)
931         (message-yank-original): Handle non-buffer values of
932         message-reply-buffer (Bug#4080).
933         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
934
935 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
936
937         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
938         Fix typo in docstring.
939
940 2010-01-08  Jason Rumney  <jasonr@gnu.org>
941
942         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
943         response.
944
945 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
946
947         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
948
949         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
950
951         * message.el (message-check-news-header-syntax): Protect against a
952         string that `rfc822-addresses' returns when parsing fails.
953
954 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
955
956         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
957         (gnus-previous-char-property-change): New functions.
958
959         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
960
961 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
962
963         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
964         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
965
966 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
967
968         * message.el (message-exchange-point-and-mark): Rework last change to
969         avoid using optional arg of exchange-point-and-mark, for backward
970         compatibility.
971
972 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
973
974         * message.el (message-exchange-point-and-mark): Call
975         exchange-point-and-mark with an argument rather than setting
976         mark-active by hand (Bug#5175).
977
978 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
979
980         * nntp.el (nntp-service-to-port): Work for service expressed with
981         numeric string; replace [:digit:] with [0-9] for XEmacs.
982
983 2009-12-17  Glenn Morris  <rgm@gnu.org>
984
985         * gnus-group.el (gnus-bug-group-download-format-alist):
986         Change emacs entry to debbugs.gnu.org.  Bump :version.
987
988 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
989
990         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
991
992 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
993
994         * message.el (message-info): Explain why we use `Info-goto-node'.
995
996 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
997
998         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
999
1000 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1001
1002         * message.el (message-completion-in-region): New compatibility function.
1003         (message-expand-group): Use it.
1004
1005 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1006
1007         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1008         with no unread article should be listed if the 2nd arg `predicate' is
1009         given.
1010
1011 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1012
1013         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1014
1015 2009-11-29  Juri Linkov  <juri@jurta.org>
1016
1017         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1018         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1019         on `gnus-recenter'. (Bug#4698, Bug#4981)
1020
1021 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1022
1023         * sha1.el (sha1-string-external): default-directory "/" in case
1024         otherwise non-existent.  process-connection-type pipe for touch of
1025         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1026
1027 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1028
1029         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1030         it's comms related and sgml-mode.el has "comm" on that basis too.
1031
1032 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1033
1034         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1035         containing tspecial characters if they have been already quoted.
1036
1037 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1038
1039         * dns-mode.el (auto-mode-alist): Purecopy string.
1040
1041 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1042
1043         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1044
1045 2009-10-24  Glenn Morris  <rgm@gnu.org>
1046
1047         * gnus-art.el (help-xref-stack-item): Define for compiler.
1048
1049 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1050
1051         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1052
1053 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1054
1055         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1056
1057 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1058
1059         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1060         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1061
1062 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1063
1064         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1065         (gnus-overlays-in): New alias to overlays-in.
1066
1067         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1068         gnus-overlay-get, and gnus-delete-overlay.
1069         (gnus-summary-show-thread): Make it work as well for systems in which
1070         next-single-char-property-change is not available.
1071         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1072
1073         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1074         (gnus-overlay-get): New alias to extent-property.
1075         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1076
1077         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1078         SXEmacs.
1079
1080         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1081         SXEmacs.
1082
1083 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1084
1085         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1086
1087 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1088
1089         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1090         and XEmacs that don't have `remove-overlays'.
1091
1092 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1093
1094         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1095         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1096         selective display.  Use overlays instead.
1097
1098 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1099
1100         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1101
1102 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1103
1104         * spam-stat.el (spam-stat-load): Fix typo in message.
1105
1106 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1107
1108         * dig.el (dig-invoke): Fix typo in docstring.
1109         (query-dig): Reflow docstring.
1110
1111 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1112
1113         * gnus-art.el (gnus-article-encrypt-body):
1114         * message.el (message-check-recipients):
1115         * mm-util.el (mm-codepage-setup):
1116         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1117         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1118
1119 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1120
1121         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1122         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1123         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1124         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1125         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1126
1127 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1128
1129         * dig.el: Add "Keywords: comm", as per net-utils.el.
1130
1131 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1132
1133         * dig.el (dig-mode): Use define-derived-mode.
1134
1135 2009-09-19  Glenn Morris  <rgm@gnu.org>
1136
1137         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1138
1139 2009-09-18  Glenn Morris  <rgm@gnu.org>
1140
1141         * gnus-diary.el (gnus-diary-check-message):
1142         * message.el (message-insert-formatted-citation-line):
1143         * nnbabyl.el (top-level):
1144         * nndiary.el (nndiary-schedule):
1145         Fix typos in condition-case handlers.
1146
1147 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1148
1149         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1150         configuration that provides the sole article window in a frame;
1151         position point correctly after deleting a part.
1152
1153 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1154
1155         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1156         (spam-resolve-registrations-routine): Use it to unregister articles
1157         that change status.
1158
1159 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1160
1161         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1162         with XEmacs.
1163         (parse-time-string-chars): Use it.
1164
1165 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1166
1167         * imap.el (imap-interactive-login): Better messages.
1168         (imap-open): Fix bug with renamed buffer on reconnect.
1169         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1170         for easier debugging and cleaner code.  On successful (guessed based on
1171         server capabilities) secondary authentication, set imap-state
1172         correctly.
1173         (imap-last-authenticator): Define imap-last-authenticator as a variable
1174         to avoid warnings.
1175
1176 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1177
1178         * nnrss.el (nnrss-request-article): Remove binding of
1179         default-enable-multibyte-characters that has gotten needless by
1180         the 2007-07-13 change in rfc2047-encode-message-header.
1181
1182         * mml.el (mml-insert-multipart): Error on the message header.
1183         (mml-insert-part): Error on the message header; position point at
1184         the end of a MIME tag.
1185
1186 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1187
1188         * time-date.el (autoload): Expand define-obsolete-function-alias into
1189         defalias and make-obsolete for old Emacsen that Gnus supports.
1190         (with-no-warnings): Define it for old Emacsen.
1191         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1192         is available.
1193         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1194         float-time is available; suppress compile warning for time-to-seconds.
1195
1196         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1197         (gnus-float-time): Alias to float-time if it exists.
1198
1199         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1200         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1201         float-time is available; suppress compile warning for time-to-seconds.
1202
1203         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1204         XEmacs.
1205
1206 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1207
1208         * imap.el (imap-message-map): Docstring fix.
1209
1210 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1211
1212         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1213         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1214         Add the optional argument `encoding' that overrides the default.
1215
1216         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1217         mm-encode-buffer.
1218
1219 2009-09-04  Glenn Morris  <rgm@gnu.org>
1220
1221         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1222         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1223         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1224         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1225         * mm-util.el (mm-with-unibyte-current-buffer)
1226         (mm-find-buffer-file-coding-system):
1227         * yenc.el (yenc-decode-region): Use default-value rather than
1228         default-enable-multibyte-characters.
1229
1230 2009-09-03  Glenn Morris  <rgm@gnu.org>
1231
1232         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1233         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1234         than default-enable-multibyte-characters.
1235
1236 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1237
1238         * gnus-art.el (gnus-article-read-summary-keys):
1239         Fix gnus-buffer-configuration's value temporarily used.
1240
1241 2009-09-02  Glenn Morris  <rgm@gnu.org>
1242
1243         * gnus-util.el (gnus-float-time): New function.
1244         * gnus-delay.el (gnus-delay-article):
1245         * gnus-sum.el (gnus-thread-latest-date):
1246         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1247         * nnspool.el (nnspool-request-newgroups):
1248         Use gnus-float-time rather than time-to-seconds.
1249         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1250
1251         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1252         (gnus-header-subject-face, gnus-header-newsgroups-face)
1253         (gnus-header-name-face, gnus-header-content-face):
1254         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1255         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1256         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1257         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1258         (gnus-cite-face-11):
1259         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1260         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1261         (gnus-server-closed-face, gnus-server-denied-face)
1262         (gnus-server-offline-face):
1263         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1264         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1265         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1266         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1267         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1268         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1269         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1270         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1271         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1272         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1273         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1274         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1275         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1276         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1277         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1278         (gnus-summary-high-undownloaded-face)
1279         (gnus-summary-low-undownloaded-face)
1280         (gnus-summary-normal-undownloaded-face)
1281         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1282         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1283         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1284         (gnus-splash-face):
1285         * message.el (message-header-to-face, message-header-cc-face)
1286         (message-header-subject-face, message-header-newsgroups-face)
1287         (message-header-other-face, message-header-name-face)
1288         (message-header-xheader-face, message-separator-face)
1289         (message-cited-text-face, message-mml-face):
1290         * sieve-mode.el (sieve-control-commands-face)
1291         (sieve-action-commands-face, sieve-test-commands-face)
1292         (sieve-tagged-arguments-face):
1293         * spam.el (spam-face):
1294         Mark face aliases with "-face" in the name as obsolete.
1295
1296 2009-09-01  Glenn Morris  <rgm@gnu.org>
1297
1298         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1299         than goto-line.
1300
1301 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1302
1303         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1304         Don't move point if the command is invoked inside the message header.
1305
1306 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1307
1308         * imap.el (imap-send-command): Simplify.
1309         (imap-wait-for-tag): point-max -> buffer-size.
1310
1311 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1312
1313         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1314         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1315         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1316         * nnir.el (nnir-swish-e-index-file):
1317         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1318         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1319         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1320         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1321         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1322         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1323
1324 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1325
1326         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1327         Don't save excursion.
1328
1329 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1330
1331         * nnheader.el (nnheader-find-file-noselect):
1332         * mm-util.el (mm-insert-file-contents):
1333         Use (default-value 'major-mode) instead of default-major-mode.
1334
1335 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1336
1337         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1338
1339 2009-08-26  Glenn Morris  <rgm@gnu.org>
1340
1341         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1342         than placing in files.el.
1343
1344 2009-08-25  Glenn Morris  <rgm@gnu.org>
1345
1346         * nnir.el (top-level): Don't require cl at run-time.
1347         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1348         Replace cl-function substitute with gnus-replace-in-string.
1349         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1350         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1351         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1352         simplified expansions.
1353
1354 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1355
1356         * dig.el (dig): Add autoload cookie.
1357
1358 2009-08-22  Glenn Morris  <rgm@gnu.org>
1359
1360         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1361         goto-line.
1362
1363 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1364
1365         * parse-time.el (parse-time-string-chars): Save match data.
1366
1367 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1368
1369         * parse-time.el (parse-time-string-chars): Compute using character
1370         classes, to handle non-ascii characters (Bug#3190).
1371
1372 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1373
1374         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1375
1376         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1377         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1378         (gnus-mm-display-part, gnus-mime-display-single)
1379         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1380         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1381
1382         * gnus-sum.el
1383         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1384         (gnus-summary-move-article): Add expirable mark to articles copied or
1385         moved to group that has auto-expire turned on if the option is non-nil.
1386
1387 2009-07-24  Glenn Morris  <rgm@gnu.org>
1388
1389         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1390         Fix typo.  (Bug#3903)
1391
1392 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1393
1394         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1395         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1396         that should not be used for draft articles.
1397         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1398         that has no concern in minor mode keys.
1399         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1400         Abolish.
1401
1402 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1403
1404         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1405         article without making inquiry to a user for unknown encoding.
1406
1407         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1408         (nnmaildir--scan): Assume i-node and device number that file-attributes
1409         returns might be cons-cell.
1410
1411         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1412
1413         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1414
1415 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1416
1417         * auth-source.el: Remove docs now in auth.texi.  Don't use
1418         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1419         `auth-source-hide-passwords' and use them.
1420
1421 2009-07-15  Glenn Morris  <rgm@gnu.org>
1422
1423         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1424
1425 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1426
1427         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1428         excessive whitespace from the default values of title and description.
1429
1430 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1431
1432         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1433         mail-fetch-field to fetch Content-Description header in order to
1434         exclude newlines.
1435
1436 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1437
1438         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1439         format used by GnuPG 2.0.11.
1440
1441 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1442
1443         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1444         to deleted part.
1445
1446 2009-05-30  David Engster  <dengste@eml.cc>
1447
1448         * nnmairix.el: Remove old documentation in the commentary block.
1449         (nnmairix-request-group): Do not update active file for nnml back ends.
1450         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1451         end so that overview files are ignored.
1452         (nnmairix-update-groups): Make updating the groups more robust by using
1453         marks.
1454         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1455         with dollar characters in message-id.
1456
1457 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1458
1459         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1460         2008-12-25 in dns.el.
1461
1462 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1463
1464         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1465         could happen if the text is only composed of spaces and/or tabs.
1466
1467 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1468
1469         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1470         when sending a queued message to avoid extra mml tags.
1471
1472 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1473
1474         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1475
1476 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1477
1478         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1479         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1480         rmail-toggle-header for XEmacs;
1481         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1482
1483 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1484
1485         * gnus-dired.el: Remove autoload for gnus-setup-message.
1486         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1487         displaying Gnus logo; always use compose-mail.
1488
1489 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1490
1491         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1492
1493 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1494
1495         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1496         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1497         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1498         available.
1499         (gnus-nocem-epg-verify): New function.
1500
1501 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1502
1503         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1504
1505 2009-02-15  Glenn Morris  <rgm@gnu.org>
1506
1507         * gnus-util.el (rmail-insert-rmail-file-header)
1508         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1509         autoloads.
1510         (rmail-default-rmail-file): Remove unnecessary declaration.
1511         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1512
1513 2009-02-14  Glenn Morris  <rgm@gnu.org>
1514
1515         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1516         variable (only used in gnus-util, which declares it anyway).
1517         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1518         which was only needed by gnus-art (changed to not use it any more).
1519         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1520         only used in gnus-util, which autoloads it itself.
1521         (rmail-update-summary): Fix autoload.
1522
1523         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1524         rather than rmail-output-to-rmail-file.
1525
1526 2009-02-07  Glenn Morris  <rgm@gnu.org>
1527
1528         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1529         autoload of function that no longer exists.
1530         (rmail-toggle-header): Declare.
1531         (message-forward-rmail-make-body): Handle mbox Rmail.
1532
1533 2009-01-31  Glenn Morris  <rgm@gnu.org>
1534
1535         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1536         2009-01-09 change.
1537
1538 2009-01-31  Dave Love  <fx@gnu.org>
1539
1540         * imap.el (imap-fetch-safe): Bind debug-on-error.
1541         (imap-debug): Add imap-fetch-safe.
1542
1543 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1544
1545         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1546         (auth-source-forget-all-cached): New convenience function.
1547         (auth-source-user-or-password): Accept list of modes or a single mode.
1548
1549         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1550         auth-source modes.
1551
1552         * netrc.el (netrc-machine-user-or-password): Use list of
1553         auth-source modes.
1554
1555         * nnimap.el (nnimap-open-connection): Use list of
1556         auth-source modes.
1557
1558         * nntp.el (nntp-send-authinfo): Use list of
1559         auth-source modes.
1560
1561 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1562
1563         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1564         now.
1565
1566 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1567
1568         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1569         coding system in XEmacs; add a workaround for XEmacs.
1570
1571         * lpath.el: Fbind coding-system-aliasee.
1572
1573 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1574
1575         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1576         of current-language-environment.
1577
1578 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1579
1580         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1581         available at runtime.
1582
1583 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1584
1585         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1586
1587 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1588
1589         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1590         the greatest positive fixnum value doesn't work under an XEmacs with
1591         bignum support; use the most-positive-fixnum constant instead,
1592         available since Emacs 21.1 with cl and XEmacs 21.1.
1593
1594 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1595
1596         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1597         XEmacs gets not to work.
1598
1599 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1600
1601         * mm-util.el (mm-coding-system-priorities): Allow the value like
1602         "Japanese (UTF-8)" of current-language-environment.
1603
1604 2009-01-09  Glenn Morris  <rgm@gnu.org>
1605
1606         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1607         with last-command-event.
1608
1609 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1610
1611         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1612         in the doc string.
1613
1614         * message.el (message-fix-before-sending): Amend comment.
1615
1616 2009-01-08  Dave Love  <fx@gnu.org>
1617
1618         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1619
1620 2009-01-07  David Engster  <dengste@eml.cc>
1621
1622         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1623         simplified server definitions by converting it via
1624         gnus-server-to-method.
1625
1626 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1627
1628         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1629         parameter's operands.
1630
1631 2009-01-06  David Engster  <dengste@eml.cc>
1632
1633         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1634         primary select method (for gnus-group-mark-article-as-read).
1635
1636 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1637
1638         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1639         `(gnus)Face', not `(gnus)X-Face'.
1640
1641 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1642
1643         * mm-util.el (mm-ucs-to-char): New function.
1644
1645         * mm-url.el (mm-url-decode-entities): Use it.
1646
1647         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1648         unicode-to-char.
1649
1650 2009-01-05  Dave Love  <fx@gnu.org>
1651
1652         * time-date.el: Require cl for `declare'.
1653
1654 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1655
1656         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1657         Dave Love.
1658
1659 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1660
1661         * message.el (message-fix-before-sending): Add `eight-bit' to
1662         illegible-text check.
1663
1664 2009-01-03  Michael Olson  <mwolson@gnu.org>
1665
1666         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1667         `headers' is nil.  This can occur if the IMAP server does not have
1668         permissions to read messages from a folder, but can write new messages
1669         to the folder.
1670         (nnimap-request-article-part): Do not insert `data' if it is nil.
1671
1672         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1673         characters which will confuse `read', so skip past them.
1674
1675 2009-01-01  Dave Love  <fx@gnu.org>
1676
1677         * imap.el (imap-string-to-integer): Fix typo.
1678         (imap-fetch-safe): New function.
1679         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1680
1681         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1682
1683         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1684         (imap-parse-greeting): Fix doc strings.
1685         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1686         (imap-parse-flag-list): Make messages unique.
1687         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1688
1689         * nnimap.el: Fix author email.
1690         (nnimap-split-rule): Add FIXME comment.
1691         (nnimap-debug): Fix doc string.
1692
1693 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1694
1695         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1696
1697 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1698
1699         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1700         nslookup if resolv.conf isn't available.
1701         (dns-query): Rename from query-dns.
1702         (dns-query-cached): Rename from query-dns-cached.
1703
1704 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1705
1706         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1707         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1708         to check if those variables exist (first appeared in Emacs 18.50).
1709
1710 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1711
1712         * mm-util.el (mm-line-number-at-pos): New function.
1713
1714         * spam-report.el (spam-report-process-queue): Use it.
1715
1716 2008-12-24  David Engster  <dengste@eml.cc>
1717
1718         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1719         parameters that haven't existed as variables as buffer-local variables.
1720
1721 2008-12-23  Dave Love  <fx@gnu.org>
1722
1723         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1724         cadar.
1725
1726         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1727         imap-starttls-p.
1728         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1729
1730 2008-12-22  Dave Love  <fx@gnu.org>
1731
1732         * imap.el: Fix author email.  Doc fixes.
1733         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1734         reply.
1735
1736 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1737
1738         * spam-report.el (spam-report-gmane-max-requests): New constant.
1739         (spam-report-gmane-wait): New variable.
1740         (spam-report-gmane-ham, spam-report-gmane-spam)
1741         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1742         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1743         the server.
1744
1745         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1746         Add explanations.
1747
1748         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1749         nnheader-accept-process-output and nnheader-read-timeout if available.
1750         (pop3-movemail): Use it.
1751
1752         * message.el (message-check-news-body-syntax): Fix signature check if
1753         there's an attachment.
1754
1755 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1756
1757         * mm-util.el: Add comments to the mm- emulating functions.
1758
1759 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1760
1761         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1762         by Stephen Berman <stephen.berman@gmx.net>.
1763
1764 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1765
1766         * mm-util.el (mm-substring-no-properties): New function.
1767         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1768         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1769         (mm-string-to-multibyte): Doc fix.
1770
1771         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1772
1773 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1774
1775         * mml.el (mml-attach-file): Strip text properties from file name.
1776         (Bug#1574)
1777
1778 2008-12-16  Glenn Morris  <rgm@gnu.org>
1779
1780         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1781
1782 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1783
1784         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1785         knows since the charset specified might be a bogus alias that
1786         mm-charset-synonym-alist provides.
1787
1788 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1789
1790         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1791         "ISO_8859-1".
1792
1793         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1794
1795 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1796
1797         * mm-util.el (mm-charset-eval-alist):
1798         Define it before mm-charset-to-coding-system.
1799         (mm-charset-to-coding-system): Add optional argument `silent';
1800         define it before mm-charset-override-alist.
1801         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1802         default value if it can be used in Emacs currently running;
1803         silence mm-charset-to-coding-system.
1804
1805 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1806
1807         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1808         `allow-override' which says whether to use `mm-charset-override-alist'.
1809         (rfc2047-decode-encoded-words): Use it.
1810
1811         * mm-util.el (mm-charset-override-alist): Fix custom type;
1812         add `(gb2312 . gbk)' to choices.
1813
1814 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1815
1816         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1817         fast.
1818
1819         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1820
1821         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1822
1823 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1824
1825         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1826         on links.
1827
1828         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1829
1830 2008-12-03  Lute Kamstra  <lute@gnu.org>
1831
1832         * sha1.el: Remove leading * from docstrings of defcustoms,
1833         deffaces, defconsts and defuns.
1834
1835 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1836
1837         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1838         users' addresses that don't have domain parts.
1839         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1840         rather than message-narrow-to-head since there will be the message
1841         header separator.
1842
1843 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1844
1845         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1846         since the result is inserted in a unibyte buffer anyway.
1847         (nnimap-demule-use-string-to-multibyte): Remove.
1848         (nnimap-demule): Alias it to mm-string-to-multibyte.
1849
1850 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1851
1852         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1853         variable for debugging bug#464 and bug#1174.
1854         (nnimap-demule): Use it.
1855
1856 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1857
1858         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1859         score calculation correctly.
1860
1861 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1862
1863         * message.el (message-send-mail): Just set the buffer to unibyte
1864         rather than use mm-with-unibyte-current-buffer which does a lot more.
1865         (message-send-mail-partially): Don't bother with
1866         mm-with-unibyte-current-buffer since it's already been made unibyte by
1867         message-send-mail.
1868
1869 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1870
1871         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1872
1873 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1874
1875         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1876
1877 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1878
1879         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1880         require itself and to remove `with-no-warnings'.
1881
1882 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1883
1884         * starttls.el (starttls-any-program-available): Get the name of the
1885         available TLS layer program.
1886         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1887         well as the host name in the "opening" message.
1888
1889         * auth-source.el (auth-source-cache, auth-source-do-cache)
1890         (auth-source-user-or-password): Cache passwords and logins by default,
1891         allow override with `auth-source-do-cache'.
1892         (auth-source-forget-user-or-password): Allow users to remove cache
1893         entries if needed.
1894
1895 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1896
1897         * md4.el (md4-buffer): Fix typo in docstring.
1898         (md4, md4-64): Doc fixes.
1899         (md4-pack-int32): Reflow docstring.
1900
1901 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1902
1903         * ietf-drums.el (ietf-drums-remove-comments): Localize second
1904         condition-case to only the forward-sexp call.
1905
1906 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1907
1908         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1909         quotes contained.  Make it more robust regardless by an extra
1910         condition-case wrapper.
1911
1912 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1913
1914         * lpath.el: No need to fbind codepage-setup for Emacs 23.
1915
1916 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1917
1918         * nnml.el (nnml-request-expire-articles): Check if the function set to
1919         `nnmail-expiry-target' returns the symbol `delete'.
1920
1921         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1922
1923         * nnmail.el (nnmail-expiry-target): Fix custom type.
1924
1925 2008-10-02  Glenn Morris  <rgm@gnu.org>
1926
1927         * mm-util.el (mm-codepage-setup): Tweak codepage error.
1928         Silence compiler warning.
1929
1930 2008-10-01  Magnus Henoch  <mange@freemail.hu>
1931
1932         * tls.el (open-tls-stream): Show the actual command being
1933         executed, instead of the format string.
1934
1935 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1936
1937         * lpath.el: Fbind codepage-setup for Emacs 23.
1938
1939 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
1940
1941         * mml.el (mml-menu): Don't assume mml2015 is bound.
1942
1943 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1944
1945         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1946         exists.
1947
1948 2008-09-27  Glenn Morris  <rgm@gnu.org>
1949
1950         * gnus-util.el (mail-header-remove-comments): Autoload it.
1951
1952 2008-09-27  Andreas Schwab  <schwab@suse.de>
1953
1954         * gnus-util.el (gnus-split-references): Strip comments.
1955         (gnus-parent-id): Likewise.
1956
1957 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
1958
1959         * message.el (message-confirm-send): Fix version.
1960
1961 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1962
1963         * message.el (message-idna-to-ascii-rhs-1): Use
1964         mail-extract-address-components rather than mail-header-parse-addresses
1965         that is an alias by default to ietf-drums-parse-addresses that does not
1966         support non-ASCII names in headers' contents.
1967
1968 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1969
1970         * message.el (message-confirm-send): Fixed variable documentation to
1971         avoid the "y/n" wording.
1972
1973 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
1974
1975         * message.el (message-set-auto-save-file-name): Save to a different
1976         filename so multiple messages (especially drafts) can be recovered.
1977
1978 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
1979
1980         * message.el (message-confirm-send): Add appropriate version.
1981
1982 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1983
1984         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
1985         defvar.
1986
1987 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
1988
1989         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
1990         (mm-pkcs7-enveloped-magic): Ditto.
1991
1992 2008-09-17  Simon Josefsson  <simon@josefsson.org>
1993
1994         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
1995         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
1996
1997 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
1998
1999         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2000         default, it's better.
2001
2002 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2003
2004         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2005         summary line gnus-number property and ignore them (with a warning
2006         message).
2007
2008 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2009
2010         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2011         macro caddr in the interactive form since it won't be expanded.
2012
2013 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2014
2015         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2016         `charset'; fix name of function called recursively.
2017         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2018
2019 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2020
2021         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2022         (gnus-mime-set-charset-parameters): New function.
2023         (gnus-mime-view-part-as-charset): Use it to correctly display part
2024         specifying wrong charset.
2025
2026 2008-09-08  David Engster  <dengste@eml.cc>
2027
2028         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2029         in completing-read for back end server.
2030
2031 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2032
2033         * message.el (message-confirm-send): New variable to confirm sending a
2034         message.
2035         (message-send): Use it.
2036
2037 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2038
2039         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2040
2041 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2042
2043         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2044
2045 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2046
2047         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2048         prevent tracking too many groups.
2049         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2050         Use it.
2051
2052 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2053
2054         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2055         moving point to the bottom of the window in order to avoid recentering.
2056
2057 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2058
2059         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2060
2061         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2062         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2063         (gnus-article-beginning-of-window): Fix calculation.
2064
2065 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2066
2067         * gnus-msg.el (gnus-summary-supersede-article)
2068         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2069         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2070         message header.
2071
2072 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2073
2074         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2075         pending output coming after the status change.
2076
2077 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2078
2079         * message.el:
2080         * gnus-start.el:
2081         * gnus-registry.el: Remove VMS support.
2082
2083 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2084
2085         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2086         macro.
2087         (rfc2104-hash): Use it.
2088
2089 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2090
2091         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2092         (gnus-summary-sort-by-most-recent-date): New commands.
2093         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2094         and menu entries.
2095
2096 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2097
2098         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2099         don't redisplay article for raw contents; remove plural articles stuff.
2100
2101         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2102         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2103         on gnus-summary-save-article; display results properly.
2104
2105 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2106
2107         * lpath.el: No need to fbind ns-focus-frame.
2108
2109 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2110
2111         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2112
2113 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2114
2115         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2116         gnus-save-all-headers.
2117
2118 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2119
2120         * gnus-util.el (ns-focus-frame): Remove declaration.
2121         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2122         like x.
2123
2124 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2125
2126         * rfc2104.el (rfc2104-zero): Delete defconst.
2127         (rfc2104-hex-alist): Likewise.
2128         (rfc2104-hex-to-int): Delete func.
2129         (rfc2104-hexstring-to-bitstring): Likewise.
2130         (rfc2104-nybbles): New defconst.
2131         (rfc2104-hash): Rewrite for speed.
2132
2133 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2134
2135         * tls.el (open-tls-stream): Make it work with the 2nd argument
2136         BUFFER that is a string but does not exist as a buffer object, as
2137         mentioned in the doc-string.
2138
2139 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2140
2141         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2142         SXEmacs.
2143
2144 2008-07-16  Glenn Morris  <rgm@gnu.org>
2145
2146         * gnus-util.el (ns-focus-frame): Declare for compiler.
2147
2148 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2151         set as a group parameter.
2152         (gnus-summary-save-in-pipe): Work when it is called independently.
2153         (gnus-summary-pipe-to-muttprint): Don't modify
2154         gnus-summary-pipe-output-default-command.
2155
2156 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2157
2158         * message.el (message-send-mail-with-sendmail):
2159         Display the error message.
2160
2161 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2162
2163         * gnus-art.el (gnus-default-article-saver):
2164         Add gnus-summary-save-in-pipe to choices.
2165         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2166         gnus-summary-pipe-output-default-command as the default command.
2167         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2168         instead of gnus-last-shell-command.
2169
2170         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2171         New user option.
2172         (gnus-summary-muttprint-program): Mention the value will be changed.
2173         (gnus-summary-save-article): Force showing of all headers.
2174         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2175
2176 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2177
2178         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2179
2180 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2181
2182         * nnimap.el (nnimap-id):
2183         * sieve-manage.el (sieve-manage-open): Doc fixes.
2184
2185 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2186
2187         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2188         if available.
2189
2190 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2191
2192         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2193
2194         * nnkiboze.el (nnkiboze-generate-group):
2195         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2196
2197         * nnmairix.el: Require CL.
2198
2199 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2200
2201         * dgnushack.el: Autoload get-display-table and put-display-table for
2202         XEmacs 21.5.
2203
2204         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2205         21.4 and SXEmacs.
2206
2207 2008-06-15  David Engster  <dengste@eml.cc>
2208
2209         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2210
2211 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2212
2213         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2214         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2215         runtime choice under XEmacs.
2216
2217         * gnus-sum.el (gnus-summary-set-display-table):
2218         Use `gnus-put-display-table', `gnus-get-display-table',
2219         `gnus-set-display-table' for the display table, instead of `aset'.
2220
2221         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2222         Use `gnus-put-display-table', `gnus-get-display-table',
2223         `gnus-set-display-table' for the display table.
2224
2225 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2226
2227         * nnmairix.el: Add autoloads.
2228
2229 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2230
2231         * nnmairix.el (nnmairix-delete-recreate-group)
2232         (nnmairix-update-and-clear-marks): Fix error messages.
2233
2234 2008-06-14  David Engster  <dengste@eml.cc>
2235
2236         * nnmairix.el: Upgrade to version 0.6.
2237         (nnmairix-group-toggle-propmarks-this-group)
2238         (nnmairix-group-toggle-readmarks-this-group)
2239         (nnmairix-group-delete-recreate-this-group)
2240         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2241         (nnmairix-remove-tick-mark-original-article): New commands.
2242         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2243         (nnmairix-propagate-marks-to-nnmairix-groups)
2244         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2245         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2246         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2247         functions needed for marks propagation and manipulation of read marks.
2248         (nnmairix-update-groups): New function.
2249         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2250         (nnmairix-determine-original-group-from-registry)
2251         (nnmairix-determine-original-group-from-path)
2252         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2253         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2254         New helper functions.
2255         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2256         keystrokes for new commands.
2257         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2258         (nnmairix-request-group): Check allow-fast group parameter.
2259         (nnmairix-request-create-group): Set allow-fast group parameter if
2260         nnmairix-allowfast-default is set.
2261         (nnmairix-close-group): Propagate marks upon closing if needed.
2262         (nnmairix-group-toggle-threads-this-group): Use new.
2263         nnmairix-group-toggle-parameter helper function.
2264         (nnmairix-search): Better check for empty search result.
2265         (nnmairix-goto-original-article): Use new helper functions for
2266         determining original article.
2267         (nnmairix-show-original-article): Make sure message-id is in brackets.
2268         (nnmairix-call-mairix-binary): Change variable name.
2269         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2270         helper function.
2271         (nnmairix-widget-toggle-activate): Fix doc string.
2272
2273 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2274
2275         * nnir.el: Require edmacro when compiling with XEmacs.
2276         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2277         available in Emacs 21.
2278
2279 2008-06-11  Glenn Morris  <rgm@gnu.org>
2280
2281         * gnus-util.el (x-focus-frame):
2282         * gnus.el (image-size):
2283         * mm-decode.el (image-size): Declare.
2284
2285         * gnus-picon.el (declare-function): Add compat definition.
2286         (image-size): Declare.
2287
2288         * gnus-group.el (tool-bar-map):
2289         * gnus-sum.el (tool-bar-map): Define for compiler.
2290
2291         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2292
2293         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2294
2295         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2296         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2297         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2298         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2299         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2300         * sieve-manage.el, spam-report.el, spam.el:
2301         Remove unnecessary eval-and-compile of autoloads.
2302
2303 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2304
2305         * auth-source.el: Precise Tramp doc.
2306
2307 2008-06-07  Glenn Morris  <rgm@gnu.org>
2308
2309         * nnmairix.el: Remove unnecessary eval-when-compile.
2310
2311 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2312
2313         * lpath.el: Fbind propertize for XEmacs 21.4.
2314
2315 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2316
2317         * nnir.el: Move here from ../contrib.
2318
2319 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2320
2321         * gnus-util.el (gnus-read-shell-command): New function.
2322         * mm-decode.el (mm-pipe-part):
2323         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2324
2325 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2326
2327         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2328
2329 2008-06-03  Glenn Morris  <rgm@gnu.org>
2330
2331         * pop3.el (nnheader-accept-process-output): Autoload it.
2332
2333 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2334
2335         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2336         are not 2-digit hexadecimal characters that follow `%'s.
2337
2338 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2339
2340         * message.el (message-bogus-recipient-p): Fix type in doc string.
2341         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2342         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2343         Improve custom options.
2344         (message-bogus-recipient-p): Adjust accordingly.
2345
2346 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2347
2348         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2349         long-form month and day names.
2350
2351 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2352
2353         * dgnushack.el: Autoload debug, eudc-expand-inline and
2354         pgg-snarf-keys-region for XEmacs.
2355
2356         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2357
2358         * nnmairix.el: Require edmacro when compiling with XEmacs.
2359
2360 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2361
2362         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2363         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2364
2365 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2366
2367         * auth-source.el: Add more docs.
2368
2369         * netrc.el (netrc-machine): Always match if the port is not given.
2370
2371 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2372
2373         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2374         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2375         retrieval faster in some cases, but might make CPU usage larger.  If
2376         this has any bad side effects, we might revert this change.
2377
2378         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2379         seems to make mail retrieval much, much faster.
2380         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2381         unconditionally.
2382
2383         * gnus-draft.el (gnus-group-send-queue): Bind
2384         message-send-mail-partially-limit to nil to avoid being prompted.
2385
2386 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2387
2388         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2389
2390         * message.el (message-bogus-address-regexp): Fix and improve custom
2391         type.
2392         (message-setup-hook): Add message-check-recipients as custom option.
2393
2394 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2395
2396         * message.el (message-cite-function): Remove bogus autoload which crept
2397         in during merge from v5-10.
2398
2399 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2400
2401         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2402
2403         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2404
2405         * auth-source.el: Preliminary Tramp docs.
2406         (auth-sources): Change the default auth-sources to use
2407         EPA .gpg files.
2408
2409 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2410
2411         * nntp.el: Autoload `auth-source-user-or-password'.
2412         (nntp-send-authinfo): Use it.
2413
2414         * nnimap.el: Autoload `auth-source-user-or-password'.
2415         (nnimap-open-connection): Use it.
2416
2417         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2418         for the gnus-message function.
2419         (auth-source-user-or-password): Use it.
2420
2421 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2422
2423         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2424         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2425         (rfc2104-hash): Use it.
2426
2427 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2428
2429         * gnus-art.el (gnus-article-toggle-truncate-lines):
2430         Don't use `iff' in docstring.
2431
2432 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2433
2434         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2435
2436         * gnus-util.el (gnus-extract-address-component-name)
2437         (gnus-extract-address-component-email): Convenience functions around
2438         `gnus-extract-address-components'.
2439
2440         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2441         Use `gnus-extract-address-component-email' to fix bug of comparing full
2442         sender name to `user-mail-address'.
2443
2444 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2445
2446         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2447         catch/throw to optimize.
2448         (gnus-registry-find-keywords): Just use member to find a keyword.
2449
2450 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2451
2452         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2453         is current before calling gnus-server-prepare.
2454         (gnus-server-setup-buffer, gnus-server-update-server)
2455         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2456
2457 2008-05-04  Juri Linkov  <juri@jurta.org>
2458
2459         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2460         (mailcap-file-default-commands): Use mailcap-replace-in-string
2461         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2462         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2463
2464 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2465
2466         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2467
2468 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2469
2470         * gnus.el: Bump version to 0.11.
2471
2472 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2473
2474         * gnus.el: No Gnus v0.10 is released.
2475
2476 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2477
2478         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2479         hooks.
2480         (gnus-update-read-articles): Speed up non-marks-using users.
2481         (gnus-use-marks): Define gnus-use-marks.
2482         (gnus-propagate-marks): Rename variable to something more sensible.
2483
2484 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2485
2486         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2487         (gmm-image-load-path-for-library): Fix typos in docstrings.
2488         (gmm-message): Reflow docstring.
2489
2490 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2491
2492         * mail-source.el (mail-source-set-1, mail-source-bind):
2493         Move auth-source code out of the macro to clean it up and fix bugs.
2494
2495 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2496
2497         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2498         by sender if it's equal to user-mail-address, it's likely to be
2499         useless.
2500
2501         * mail-source.el (mail-source-bind): Don't use user or password if they
2502         are not bound.  Unintern them if they are nil.  Don't use server unless
2503         it's bound, and default it to empty string otherwise.
2504
2505 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2506
2507         * mail-source.el: Load auth-source.el.
2508         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2509         get user name or password, if auth-sources is set up.
2510
2511         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2512         strategy of splitting with parent.
2513         (gnus-registry-split-fancy-with-parent)
2514         (gnus-registry-post-process-groups): Use it and fix prior
2515         bug (returning a list as the split result).
2516
2517         * auth-source.el (auth-sources): Remove server parameter.
2518         (auth-source-pick, auth-source-user-or-password)
2519         (auth-source-user-or-password-imap)
2520         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2521         (auth-source-user-or-password-sftp)
2522         (auth-source-user-or-password-smtp): Remove server parameter.
2523
2524 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2525
2526         * smime.el (smime-sign-region, smime-encrypt-region)
2527         (smime-decrypt-region):
2528         Remove redundant calls to `generate-new-buffer-name'.
2529
2530 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2531
2532         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2533         Don't use QP for message/rfc822.
2534         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2535
2536 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2537
2538         * sieve-manage.el (sieve-string-bytes): Remove.
2539         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2540         correct byte-length only if the process's coding-system is the same as
2541         the one used internally by Emacs to represent strings.
2542
2543 2008-04-22  Juri Linkov  <juri@jurta.org>
2544
2545         * mailcap.el (mailcap-file-default-commands): New function.
2546
2547 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2548
2549         * message.el (message-signature-separator, message-cite-function):
2550         Change custom version.
2551
2552 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2553
2554         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2555         commands.
2556         (tls-checktrust): Ditto.
2557
2558 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2559
2560         * mm-decode.el (mm-display-external): Make temp file read-only.
2561
2562 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2563
2564         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2565         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2566         `C-c C-f d'.
2567
2568 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2569
2570         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2571
2572 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2573
2574         * gnus.el: Bump version to 0.9.
2575
2576 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2577
2578         * gnus.el: No Gnus v0.8 is released.
2579
2580 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2581
2582         * mail-source.el (mail-source-value):
2583         Prefer fboundp to functionp so it works with macros as well.
2584
2585 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2586
2587         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2588         Fix last change in case the element is not even a symbol.
2589
2590 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2591
2592         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2593         Prefer fboundp to functionp so it works with macros as well.
2594
2595 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2596
2597         * auth-source.el: Added docs.
2598         (auth-sources): Modify format to support server.
2599         (auth-source-pick, auth-source-user-or-password)
2600         (auth-source-user-or-password-imap)
2601         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2602         (auth-source-user-or-password-sftp)
2603         (auth-source-user-or-password-smtp): Add server parameter.
2604
2605 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2606
2607         * gnus-registry.el: Initialize the registry when gnus-registry-install
2608         is t.
2609
2610 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2611
2612         * compface.el (uncompface): Make buffer unibyte.
2613
2614 2008-04-05  Glenn Morris  <rgm@gnu.org>
2615
2616         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2617
2618 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2619
2620         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2621         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2622
2623         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2624         multibyteness after rather than before erasing it.
2625
2626         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2627         mm-with-multibyte.
2628         (gnus-request-article-this-buffer): Make sure the proper decoding is
2629         used if gnus-original-article-buffer happens to be unibyte.
2630
2631         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2632         default-enable-multibyte-characters.
2633
2634         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2635         default-enable-multibyte-characters.
2636
2637         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2638
2639         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2640
2641 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2642
2643         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2644         (imap-message-copyuid-1): Use it.
2645         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2646         J. Williams in
2647         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2648
2649         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2650         imap-enable-exchange-bug-workaround.
2651         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2652
2653 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2654
2655         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2656         a 100 byte status-checks into a 2-3MB transfer for each group.
2657         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2658         to enable bug workaround or not.
2659         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2660
2661 2008-03-31  Glenn Morris  <rgm@gnu.org>
2662
2663         * message.el (mml2015-use): Declare for compiler.
2664         (message-info): Require mml2015 when appropriate.
2665
2666 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2667
2668         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2669         whitespace.
2670
2671 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2672
2673         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2674         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2675         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2676         (nntp-service-to-port): New function.
2677         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2678         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2679         (nntp-open-netcat-stream): New function.
2680         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2681
2682 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2683
2684         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2685
2686 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2687
2688         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2689
2690 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2691
2692         * dns.el (dns-write): Use set-buffer-multibyte.
2693
2694 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2695
2696         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2697
2698 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2699
2700         * message.el (message-signature-separator): Change default.
2701         Improve custom type.
2702         (message-cite-function): Change default to
2703         message-cite-original-without-signature.
2704
2705         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2706         toggle.
2707
2708         * message.el (message-check-news-body-syntax): Fix signature check.
2709         (message-setup-1): Mark buffer as unmodified _after_ running
2710         message-setup-hook and handling message-alternative-emails.
2711         (message-shorten-references): Be more strict when building list of
2712         valid references to comply with GNKSA.
2713
2714         * gnus-group.el (gnus-read-ephemeral-bug-group)
2715         (gnus-read-ephemeral-debian-bug-group)
2716         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2717
2718         * message.el (message-info): Don't use booleanp which isn't supported
2719         in Emacs 21 and XEmacs.
2720
2721 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2722
2723         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2724         gnus-group-gmane-group-download-format.
2725         (gnus-group-read-ephemeral-gmane-group): Rename from
2726         gnus-group-read-ephemeral-gmane-group.
2727         (gnus-read-ephemeral-gmane-group-url): Rename from
2728         gnus-group-read-ephemeral-gmane-group-url.
2729         (gnus-bug-group-download-format-alist): New variable.
2730         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2731         (gnus-read-ephemeral-emacs-bug-group): New commands.
2732
2733 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2734
2735         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2736         (gnus-visible-headers): Improve custom type.
2737
2738 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2739
2740         * mml.el (mml-menu): Add workarounds for XEmacs.
2741
2742         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2743         X-Boundary header.
2744
2745         * message.el (message-simplify-recipients): Fix previous commit.
2746
2747 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2748
2749         * mm-util.el (mm-set-buffer-multibyte): New function.
2750         * mm-decode.el (mm-copy-to-buffer): Use it.
2751
2752 2008-03-19  Glenn Morris  <rgm@gnu.org>
2753
2754         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2755         Accidentally removed in the sync process with Emacs.
2756
2757 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2758
2759         * message.el (message-alter-recipients-discard-bogus-full-name):
2760         New function.
2761         (message-alter-recipients-function): New variable.
2762         (message-get-reply-headers): Use it.
2763         (message-replace-header): New helper function.
2764         (message-recipients-without-full-name): New variable.
2765         (message-simplify-recipients): New command.
2766
2767         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2768
2769         * message.el (message-info): Handle EasyPG manual.
2770
2771         * mml.el (mml-menu): Add entry for EasyPG.
2772
2773 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2774
2775         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2776         parameter.
2777
2778         * message.el (message-disassociate-draft): Specify drafts group name
2779         fully.
2780
2781 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2782
2783         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2784         unnecessary duplicates from the match list.
2785
2786 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2787
2788         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2789
2790         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
2791
2792         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2793         args of `how-many' of which the XEmacs version doesn't take; declare
2794         Info-index-next as function.
2795
2796 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2797
2798         * gnus-score.el (gnus-score-headers): Fix handling of
2799         gnus-inhibit-slow-scoring.
2800
2801         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2802         string.
2803         (gnus-button-url-regexp): Improve handling of parenthesis.
2804         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2805         (gnus-button-handle-info-keystrokes): Handle index entries.
2806
2807 2008-03-15  Glenn Morris  <rgm@gnu.org>
2808
2809         * parse-time.el (parse-time-string): Simplify.
2810
2811 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2812
2813         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2814         Incoming* files.
2815
2816 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2817
2818         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2819         (auth-source-pick): Use it.
2820
2821 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2822
2823         * binhex.el (binhex-decode-region-internal):
2824         * uudecode.el (uudecode-decode-region-internal):
2825         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2826         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2827         setting default-enable-multibyte-characters.
2828
2829 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2830
2831         * auth-source.el (auth-source-protocols)
2832         (auth-source-protocols-customize, auth-source-choices): Added and
2833         modified variable customizations and defaults.
2834         (auth-source-pick, auth-source-user-or-password)
2835         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2836         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2837         (auth-source-user-or-password-sftp)
2838         (auth-source-user-or-password-smtp): Use new variables and provide an
2839         interface to netrc.el.
2840
2841 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2842
2843         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2844         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2845         Make sure the nntp port to specify is a string.
2846
2847 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2848
2849         * nntp.el: Use with-current-buffer.
2850         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2851         dubious mm-with-unibyte-current-buffer.
2852         (nntp-with-open-group-function): New function extracted from
2853         nntp-with-open-group macro.
2854         (nntp-with-open-group): Use the function, so it's easier to debug.
2855         Add indentation and debugging info.
2856         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2857         the use of the netcat alternatives.
2858
2859         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2860         Avoid mm-string-as-multibyte as well.
2861
2862         * nnweb.el (nnweb-insert-html):
2863         Remove use of nnheader-string-as-multibyte.
2864
2865         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2866         (nnheader-string-as-multibyte): Remove.
2867
2868         * mm-view.el: Use inhibit-read-only.
2869         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2870         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2871         or unibyte-string.
2872
2873         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2874         (mm-uu-yenc-extract): Use with-current-buffer.
2875
2876         * gnus-soup.el (gnus-soup-send-packet): Don't use
2877         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2878
2879         * nnmh.el: Use with-current-buffer.
2880         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2881         mm-string-as-multibyte on the output of mm-encode-coding-string.
2882
2883         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2884         (nnimap-request-move-article): Use with-current-buffer.
2885
2886         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2887         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2888         conversion uses string-make-unibyte rather than string-as-unibyte.
2889
2890         * gnus-msg.el: Use with-current-buffer.
2891
2892         * message.el (message-ignored-resent-headers): Add "Delivered-To".
2893
2894 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
2895
2896         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2897         string for caching if it is 'PIN.
2898
2899 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2900
2901         * lpath.el: Consider the case without Emacs/W3.
2902
2903 2008-03-08  Glenn Morris  <rgm@gnu.org>
2904
2905         * time-date.el (date-to-time, time-subtract, time-add)
2906         (safe-date-to-time): Doc fixes.
2907
2908 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2909
2910         * mail-source.el (mail-source-delete-old-incoming-confirm):
2911         Change default to nil.
2912         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2913
2914 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2915
2916         * lpath.el: Rearrange.
2917
2918         * gnus-art.el (gnus-narrow-to-page): Position point properly.
2919         (gnus-article-goto-prev-page): Work for articles having ^L's.
2920
2921         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2922
2923         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2924
2925 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
2926
2927         * gnus-bookmark.el: Adjust for renames in bookmark.el.
2928         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2929         (gnus-bookmark-jump): Adjust some variable names.
2930
2931 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2932
2933         * auth-source.el: New package.
2934         (auth-source-choices): Add customization entry point variable.
2935
2936         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2937         bug.
2938
2939 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
2940
2941         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2942         (gnus-registry-initialize, gnus-registry-install-p): Use it.
2943         (gnus-registry-install-shortcuts): Rename from
2944         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
2945         the `gnus-registry-mark-map' keymap dynamically from
2946         `gnus-registry-marks'.  The generated functions update the summary line
2947         when a registry mark is added or deleted, and will call
2948         `gnus-registry-install-p' (see the comments in the code).
2949         (gnus-registry-user-format-function-M): Use concat intelligently.
2950
2951         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2952         the registry mark functions.
2953
2954 2008-03-05  Glenn Morris  <rgm@gnu.org>
2955
2956         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2957         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2958         gnus-art.
2959         (top-level): No need to load own source when compiling.
2960
2961 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
2962
2963         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2964         Suggested by <chris.anderton@zetnet.co.uk>.
2965
2966 2008-03-04  Glenn Morris  <rgm@gnu.org>
2967
2968         * gnus-sum.el (top-level): No need to require gnus when compiling,
2969         since unconditionally required near start of file.
2970         (gnus-summary-display-while-building): Move definition before use.
2971
2972 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
2973
2974         * gnus-registry.el (gnus-registry-user-format-function-M): Add
2975         formatting function.
2976
2977 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
2978
2979         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
2980         with plists.
2981         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
2982         Use new format.
2983
2984 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2985
2986         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
2987         `where-is-internal' that returns a range of key sequences.
2988
2989 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2990
2991         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
2992
2993         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
2994         (gnus-summary-jump-to-group): Consider windows on other displayed
2995         frames as well.  Similar changes might be needed elsewhere, but that's
2996         the one I've bumped into during my use.
2997
2998         * nndoc.el (nndoc-oe-dbx-type-p):
2999         * gnus-msg.el (gnus-debug):
3000         * gnus-group.el (gnus-update-group-mark-positions):
3001         Use mm-string-to-multibyte.
3002
3003 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3004
3005         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3006         doesn't handle NotDashEscaped.
3007
3008         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3009         (mml-dnd-attach-options): Fix typo in custom choice.
3010
3011         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3012         nndoc-article-type to mbox.
3013         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3014
3015         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3016         to nil, instead of html2text.
3017
3018         * imap.el (imap-debug): Add `imap-ping-server'.
3019
3020         * gnus-bookmark.el: Add FIXMEs.
3021
3022         * message.el (message-form-letter-separator)
3023         (message-send-form-letter-delay): New variables.
3024         (message-send-form-letter): Use them.  New command to send form
3025         letters.  Requested by Uwe Siart.
3026         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3027
3028 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3029
3030         * Update copyright years.
3031
3032 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3033
3034         Sync from EMACS_22_BASE.
3035
3036         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3037
3038 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3039
3040         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3041         empty author.
3042
3043 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3044
3045         * gnus-registry.el (gnus-registry-marks): Add variable for
3046         customization of marks and their appearance.
3047         (gnus-registry-read-mark): Use it.
3048         (gnus-registry-do-marks): Add utility function to loop through
3049         `gnus-registry-marks'.
3050         (gnus-registry-install-shortcuts-and-menus): Add function to install
3051         shortcuts and menus.
3052         (gnus-registry-initialize): Use it.
3053         (gnus-registry-default-mark): Clarify documentation.
3054
3055 2008-02-29  Glenn Morris  <rgm@gnu.org>
3056
3057         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3058         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3059         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3060         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3061         Change defcustom :version from 23.0 to 23.1.
3062
3063 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3064
3065         * gnus-registry.el (gnus-registry-follow-group-p)
3066         (gnus-registry-post-process-groups): Add functions to aid registry
3067         splitting and improve logging.  Clarify behavior in function
3068         documentation.
3069         (gnus-registry-split-fancy-with-parent): Use them.
3070
3071 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3072
3073         * gnus-art.el: Use with-current-buffer.
3074
3075 2008-02-27  David Engster  <dengste@eml.cc>
3076
3077         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3078         Express real group name in the response.
3079
3080 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3081
3082         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3083         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3084         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3085         autoload gnus-registry-fetch-group when compiling.
3086         (nnmairix-request-group-with-article-number-correction): Remove
3087         unreferenced argument passed to nnmairix-call-backend.
3088
3089 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3090
3091         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3092         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3093         Wilde.
3094
3095 2008-02-27  Glenn Morris  <rgm@gnu.org>
3096
3097         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3098         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3099         variables to defconsts.  Convert comments to doc-strings.
3100         (nnmairix-last-server, nnmairix-current-server): Convert from free
3101         variables to defvars.  Convert comments to doc-strings.
3102         (gnus-registry-fetch-group): Autoload.
3103         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3104         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3105         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3106         caddr.
3107         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3108         nnmairix-request-group-with-article-number-correction call.
3109         (nnmairix-fast, nnmairix-group): New, less general names, for free
3110         variables passed from nnmairix-request-group to
3111         nnmairix-request-group-with-article-number-correction.  Declare.
3112         (nnmairix-request-group-with-article-number-correction):
3113         Use nnmairix-fast, nnmairix-group rather than fast, group.
3114
3115 2008-02-26  David Engster  <dengste@eml.cc>
3116
3117         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3118         version 0.5.
3119
3120 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3121
3122         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3123         instead of making an extra function call.  Don't add the current group
3124         to articles only when they have the group.  Use
3125         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3126         Reported by David <de_bb@arcor.de>.
3127
3128 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3129
3130         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3131         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3132
3133 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3134
3135         * mail-source.el (mail-source-delete-incoming): Change default.
3136         Supplement doc string.
3137
3138         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3139
3140 2008-02-14  Glenn Morris  <rgm@gnu.org>
3141
3142         * time-date.el (format-seconds): New function.
3143
3144 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3145
3146         * nnmail.el (nnmail-message-id-cache-file): Derive from
3147         `gnus-home-directory'.
3148
3149 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3150
3151         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3152         Document negative prefix.
3153
3154         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3155
3156 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3157
3158         * message.el (message-unsent-separator): Add the Exim bounce
3159         separator.
3160
3161 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3162
3163         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3164         list.
3165         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3166         recipient/signer list.
3167
3168 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3169
3170         * Makefile.in (datarootdir): Define.
3171         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3172         name that might contain whitespace.
3173
3174 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3175
3176         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3177         fbound (Emacs 23 unicode), signal an error.
3178
3179 2008-02-08  Glenn Morris  <rgm@gnu.org>
3180
3181         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3182
3183 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3184
3185         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3186         ports to the calls to `netrc-machine-user-or-password' in addition to
3187         "imap" and "imaps".
3188
3189 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3190
3191         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3192
3193         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3194
3195 2008-02-01  Kenichi Handa  <handa@m17n.org>
3196
3197         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3198         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3199         (rfc2104-hash): Convert the result of concat to unibyte string.
3200
3201 2008-02-01  Dave Love  <fx@gnu.org>
3202
3203         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3204         coding-system-for-read.
3205         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3206
3207 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3208
3209         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3210         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3211         <hanche@math.ntnu.no>.
3212
3213 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3214
3215         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3216
3217         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3218
3219 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3220
3221         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3222         * message.el (message-beginning-of-line): Use featurep instead of bound
3223         tests in order to resolve conditionals at compile time.
3224
3225 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3226
3227         * mail-source.el (mail-sources): Add `group' choice.
3228
3229         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3230         parameter `in-group' to control into which group the articles go.
3231         Add treatment of `group' mail-source.
3232
3233 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3234
3235         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3236
3237         * mm-decode.el (mm-dissect-buffer): Decode description.
3238
3239         * mml.el (mml-to-mime): Encode message header first.
3240
3241 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3242
3243         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3244         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3245
3246         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3247         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3248
3249 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3250
3251         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3252
3253 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3254
3255         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3256         prefix keys.
3257         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3258         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3259         gnus-xmas.el.
3260
3261         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3262         (gnus-xmas-article-describe-bindings): New function.
3263         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3264         gnus-xmas-article-describe-bindings.
3265
3266         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3267
3268 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3269
3270         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3271         Add new variables for article mark management.
3272         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3273         list of extra data entries which, when present, will indicate that the
3274         article ID should not be trimmed from the registry.
3275         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3276         functions.
3277         (gnus-registry-read-mark): New function to read a mark name from the
3278         user.
3279         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3280         (gnus-registry-set-article-mark-internal): New functions to add and
3281         remove marks.
3282         (gnus-registry-get-article-marks): New function to show the marks for
3283         an article, or retrieve them for further use.
3284
3285 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3286
3287         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3288         keys when no argument is given.
3289
3290 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3291
3292         * imap.el (imap-ping-server): New variable.
3293         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3294         (imap-ping-server): Minor doc string fixes.
3295
3296 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3297
3298         * imap.el (imap-ping-server): New function.
3299         (imap-opened): Call imap-ping-server.
3300
3301 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3302
3303         * gnus-sum.el (gnus-article-sort-by-random)
3304         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3305         jidanni@jidanni.org.
3306
3307 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3308
3309         * gnus-art.el (gnus-article-describe-bindings): New function.
3310         (gnus-article-read-summary-keys): Use it.
3311         (gnus-article-mode-map): Bind `C-h b' to it.
3312
3313 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3314
3315         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3316         XEmacs.
3317         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3318         against non-character events.
3319
3320         * lpath.el: Fbind map-keymap for Emacs 21.
3321
3322 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3323
3324         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3325         command.
3326         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3327         instead of END.  Change name of the temp file.
3328         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3329         customizable.
3330
3331 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3332
3333         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3334         bind `S W' to gnus-article-wide-reply-with-original; set default
3335         binding to gnus-article-read-summary-send-keys.
3336         (gnus-article-read-summary-keys): Fix the order of keys; display
3337         continuation keys correctly in the echo area; describe bindings
3338         correctly when keys end with `C-h'.
3339         (gnus-article-read-summary-send-keys): New function.
3340         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3341         for gnus-article-read-summary-send-keys; display continuation keys
3342         correctly in the echo area.
3343         (gnus-article-reply-with-original): Ignore prefix argument.
3344         (gnus-article-wide-reply-with-original): New function.
3345
3346         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3347         Emacs 21.
3348
3349 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3350
3351         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3352         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3353
3354 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3355
3356         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3357         (gnus-group-read-ephemeral-gmane-group): New command.
3358
3359 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3360
3361         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3362
3363 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3364
3365         * message.el (message-send-mail-function): Increase custom version.
3366
3367         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3368         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3369
3370 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3371
3372         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3373         for the cases where imap-authenticate is called with a nil buffer
3374         parameter.
3375
3376 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3377
3378         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3379         html parts correctly; support forwarded messages.
3380         (gnus-article-browse-html-article): Remove work buffers.
3381
3382         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3383         compiling.
3384         (netrc-bound-and-true-p): New macro.
3385         (netrc-parse): Use it instead of bound-and-true-p that is not available
3386         in XEmacs 21.4.
3387
3388 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3389
3390         * gnus-registry.el (gnus-registry-mark-article)
3391         (gnus-registry-article-marks): Add functionality to mark articles
3392         through the Gnus registry.
3393
3394         * encrypt.el: Clarify documentation for the new pgg method.
3395         (encrypt-file-alist): Add PGG option.
3396         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3397         functionality.  Abstract password key and messaging to external
3398         functions.
3399         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3400         (encrypt-message-method-and-cipher): Add new convenience external
3401         functions.
3402         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3403         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3404
3405         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3406         (netrc-parse): Use encrypt-file-alist to determine if
3407         encrypt-find-model or encrypt-insert-file-contents should be used.
3408
3409         * encrypt.el: Clarify documentation.  Load password-cache or
3410         password, whichever one is found first, instead of autoloading.
3411
3412 2007-12-19  Glenn Morris  <rgm@gnu.org>
3413
3414         * mml.el (message-options-set, message-narrow-to-head)
3415         (message-in-body-p, message-mail-p, message-encode-message-body):
3416         Autoload.
3417         (message-remove-header, message-narrow-to-headers-or-head)
3418         (message-subscribed-p, message-make-mail-followup-to)
3419         (message-position-on-field, message-news-p)
3420         (message-options-set-recipient, message-generate-headers)
3421         (message-sort-headers): Declare as functions.
3422
3423 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3424
3425         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3426         convention in doc string.
3427
3428 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3429
3430         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3431         title to html parts.
3432         (gnus-article-browse-html-article): Pass message header to it.
3433
3434         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3435
3436 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3437
3438         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3439         or password compatible with XEmacs.
3440
3441 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3442
3443         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3444         format document.
3445         (gnus-mime-delete-part): Don't write description line if empty.
3446         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3447
3448 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
3449
3450         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3451         (gnus-summary-mark-read-and-unread-as-read)
3452         (gnus-summary-mark-current-read-and-unread-as-read)
3453         (gnus-summary-mark-unread-as-ticked): Doc fix.
3454         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3455
3456 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3457
3458         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3459         Christoph Conrad <christoph.conrad@gmx.de>.
3460
3461 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3462
3463         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3464         yes-or-no-p.
3465
3466 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3467
3468         * mm-decode.el (mm-add-meta-html-tag): New function.
3469         (mm-save-part-to-file, mm-pipe-part): Use it.
3470
3471         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3472         gnus-y-or-n-p instead of y-or-n-p.
3473         (gnus-article-browse-html-parts): Work with message/external-body; use
3474         mm-add-meta-html-tag.
3475
3476 2007-12-11  Glenn Morris  <rgm@gnu.org>
3477
3478         * gnus-cache.el: Require gnus-sum not just when compiling.
3479
3480         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3481
3482         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3483         definitions before use.
3484
3485         * mm-decode.el: Require gnus-util.
3486         (mm-remove-part): Only call delete-annotation on XEmacs.
3487
3488         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3489
3490         * nnmail.el: Require gnus-int.
3491
3492         * spam.el: Move `require's before `eval-when-compile's.
3493
3494         * gnus-ems.el (gnus-alive-p):
3495         * gnus-fun.el (message-goto-eoh):
3496         * gnus-util.el (gnus-group-name-decode):
3497         * mail-source.el (gnus-compress-sequence):
3498         * message.el (Info-goto-node, format-spec):
3499         * mm-bodies.el (message-options-get):
3500         * mm-decode.el (mm-view-pkcs7):
3501         * mm-util.el (gmm-write-region):
3502         * mml-smime.el (mml-compute-boundary)
3503         (gnus-completing-read-with-default):
3504         * mml.el (widget-button-press, gnus-make-hashtable):
3505         * mml1991.el (mm-decode-content-transfer-encoding)
3506         (mm-encode-content-transfer-encoding)
3507         (message-options-get, message-options-set):
3508         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3509         * nnfolder.el (gnus-request-group):
3510         * nnheader.el (ietf-drums-unfold-fws):
3511         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3512         * smime.el (gnus-run-mode-hooks):
3513         * spam-stat.el (gnus-message): Autoload.
3514
3515         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3516         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3517         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3518         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3519         Add declare-function compatibility definition.
3520
3521         * gnus-cache.el (nnvirtual-find-group-art):
3522         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3523         (gnus-add-image, gnus-add-wash-type):
3524         * gnus-group.el (nnkiboze-score-file):
3525         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3526         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3527         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3528         (message-tokenize-header, gnus-get-buffer-create)
3529         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3530         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3531         * gnus.el (gnus-group-decoded-name):
3532         * mail-source.el (imap-capability):
3533         * mm-bodies.el (message-options-set):
3534         * mm-decode.el (gnus-configure-windows):
3535         * mm-extern.el (message-goto-body):
3536         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3537         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3538         (epg-sub-key-validity, message-options-set):
3539         * mml.el (widget-event-point, gnus-configure-windows):
3540         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3541         * mml2015.el (epg-check-configuration, epg-configuration)
3542         (message-options-set):
3543         * nndb.el (nndb-request-article):
3544         * nnfolder.el (gnus-request-create-group):
3545         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3546         * nnmaildir.el (gnus-group-mark-article-read):
3547         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3548         * rfc1843.el (message-fetch-field):
3549         * spam.el (gnus-extract-address-components):
3550         Declare as functions.
3551
3552 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3553
3554         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3555
3556         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3557
3558         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3559         bind show-trailing-whitespace for XEmacs.
3560
3561 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3562
3563         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3564         new no-op macro for backward compatibility.
3565
3566         * imap.el (imap-string-to-integer): New function.
3567
3568 2007-12-09  Glenn Morris  <rgm@gnu.org>
3569
3570         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3571
3572         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3573         * message.el, mm-view.el, sieve-manage.el, smime.el:
3574         Add declare-function compatibility definition.
3575
3576         * gnus-art.el (w3-region, w3m-region, Info-menu):
3577         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3578         * gnus-sum.el (gnus-get-predicate):
3579         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3580         * message.el (mail-abbrev-in-expansion-header-p):
3581         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3582         (w3m-detect-meta-charset, w3m-region):
3583         * sieve-manage.el (password-read, password-cache-add)
3584         (password-cache-remove):
3585         * smime.el (password-read-and-add): Declare as functions.
3586
3587 2007-12-08  David Kastrup  <dak@gnu.org>
3588
3589         * gnus-sum.el (gnus-summary-simplify-subject-query):
3590         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3591         `message'.
3592
3593 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3594
3595         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3596         it to bind idna-program, installation-directory, defined-colors, and
3597         face-attribute for XEmacs of the version that compiles defcustom forms.
3598
3599 2007-12-07  Glenn Morris  <rgm@gnu.org>
3600
3601         * gnus-art.el (article-make-date-line): Revert previous change.
3602
3603 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3604
3605         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3606
3607 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3608
3609         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3610         Call gnus-add-to-range ranges only once with a prepared article-list.
3611
3612 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3613
3614         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3615         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3616         group names with backslashes.  Reported by Tassilo Horn
3617         <tassilo@member.fsf.org>.
3618
3619 2007-12-06  Deepak Goel  <deego3@gmail.com>
3620
3621         * gnus-art.el (article-make-date-line):
3622         * gnus-start.el (gnus-load):
3623         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3624
3625 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3626
3627         * gnus-art.el (gnus-use-idna)
3628         * gnus-start.el (gnus-site-init-file)
3629         * message.el (message-use-idna)
3630         * mm-uu.el (mm-uu-hide-markers)
3631         * smiley.el (smiley-style): Revert changes that suppress warnings.
3632
3633 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3634
3635         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3636         specify charset to html source.  Reported by Christoph Conrad
3637         <christoph.conrad@gmx.de>.
3638
3639 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3640
3641         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3642         idna-program in order to suppress byte compile warning issued by XEmacs
3643         that came to byte compile the default value section of defcustom forms
3644         recently.
3645
3646         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3647         value of installation-directory.
3648
3649         * message.el (message-use-idna): Don't directly refer to the value of
3650         idna-program.
3651
3652         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3653
3654         * smiley.el (smiley-style): Don't directly call face-attribute.
3655
3656 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3657
3658         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3659
3660         * gnus-dired.el: Reduce Gnus dependencies.
3661         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3662         require.  Use autoloads instead.
3663         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3664         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3665         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3666         (gnus-dired-mode): Adjust doc string.
3667         (gnus-dired-mail-mode): New variable.
3668         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3669         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3670         (gnus-dired-mail-buffers): New function.  Return mail or message
3671         composition buffers.
3672         (gnus-dired-attach): Use it.
3673         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3674         NO-DECODE.
3675         (gnus-dired-print): Use `gnus-print-buffer' depending on
3676         `gnus-dired-mail-mode'.
3677
3678 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3679
3680         * rfc2047.el (rfc2047-encoded-word-regexp)
3681         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3682         explaining what regexp patterns are for.
3683
3684 2007-12-04  Glenn Morris  <rgm@gnu.org>
3685
3686         * password.el: Move to password-cache.el.
3687
3688         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3689         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3690         * mml-smime.el (password-read, password-cache-add)
3691         (password-cache-remove):
3692         No need to autoload, since mml-sec requires password.
3693
3694         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3695         * message.el (gnus-extract-address-components):
3696         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3697
3698         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3699         password.
3700
3701 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3702
3703         * mailcap.el: Reduce dependencies.
3704         (mail-header-parse-content-type): Autoload.
3705         (mailcap-delete-duplicates): New alias.
3706         (mailcap-mime-info): Add optional argument NO-DECODE.
3707         (mailcap-mime-types): Use mailcap-delete-duplicates.
3708
3709         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3710
3711 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3712
3713         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3714         (imap-parse-status): Upcase status-att for servers that sends them
3715         lower-case (e.g., MS Exchange 2007).
3716
3717 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3718
3719         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3720         function.
3721
3722         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3723         (gnus-uu-yenc-article): New function.
3724
3725         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3726
3727         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3728         buffer.
3729
3730 2007-12-02  Glenn Morris  <rgm@gnu.org>
3731
3732         * binhex.el (binhex): New custom group.
3733         (binhex-decoder-program, binhex-decoder-switches)
3734         (binhex-use-external): Move to the binhex custom group.
3735
3736         * uudecode.el (uudecode): New custom group.
3737         (uudecode-decoder-program, uudecode-decoder-switches)
3738         (uudecode-use-external): Move to the uudecode custom group.
3739
3740         * netrc.el (top-level): Don't load `encrypt' features.
3741         (netrc-parse): Don't use encrypt.
3742         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3743
3744         * encrypt.el: Remove file.
3745
3746 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3747
3748         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3749         matches on patches.
3750
3751         * gnus-art.el (gnus-article-browse-html-article): Mention
3752         `mm-text-html-renderer' in the doc string.
3753
3754         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3755         string.  Add comments.
3756
3757         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3758         if rhs is ASCII.
3759
3760 2007-12-01  Glenn Morris  <rgm@gnu.org>
3761
3762         * mail-source.el (top-level): Require format-spec before
3763         eval-when-compile.
3764
3765 2007-11-30  Glenn Morris  <rgm@gnu.org>
3766
3767         * encrypt.el: Require password, rather than autoloading password-read.
3768
3769 2007-11-29  Glenn Morris  <rgm@gnu.org>
3770
3771         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3772         (sasl-make-client, sasl-next-step, sasl-step-data)
3773         (sasl-step-set-data): Declare as functions.
3774
3775 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3776
3777         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3778
3779 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3780
3781         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3782         certs should be verified and what is to be done in the event of a
3783         verification failure.
3784
3785         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3786         caller can indicate whether the cache should be disregarded for this
3787         call.  This way the result of the call is reproducible at all times and
3788         can be considered a canonical server name for the supplied method.
3789         (gnus-agent-method-p): Canonicalize server names by pushing their
3790         method through `gnus-method-to-server' using the no-cache argument.
3791
3792         * gnus-srvr.el (gnus-server-insert-server-line): Call
3793         `gnus-method-to-server' with `no-cache' argument.
3794
3795         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3796         gnus-agent-possibly-synchronize-flags as this should be called when the
3797         server is actually being opened.
3798         (gnus-agent-possibly-synchronize-flags)
3799         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3800         flags file of an agentized server to the latter function.
3801
3802         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3803         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3804         after a connection has been established successfully.
3805
3806 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3807
3808         * gnus-art.el (article-display-face): Force to display face if called
3809         interactively; check if gnus-article-x-face-too-ugly matches author.
3810         (article-display-x-face): Display face even if From header is missing
3811         as article-display-face does.
3812
3813 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3814
3815         * hashcash.el (message-narrow-to-headers-or-head)
3816         (message-fetch-field, message-goto-eoh)
3817         (message-narrow-to-headers): Declare as functions.
3818
3819 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3820
3821         * mail-source.el (mail-sources): Default to fetch from file for
3822         compatibility with default of nnmail-spool-file.
3823
3824 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3825
3826         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3827         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3828         to look for encoded word that should be encoded again.
3829         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3830         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3831         encoding pattern.
3832         (rfc2047-decode-region): Switch strict regexp and loose one according
3833         to rfc2047-allow-irregular-q-encoded-words.
3834
3835 2007-11-25  Romain Francoise  <romain@orebokech.com>
3836
3837         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3838
3839 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3840
3841         * tls.el (tls-program): Provide more custom choices from
3842         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
3843         (tls-process-connection-type, tls-success): Remove "*" in doc string.
3844
3845 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3846
3847         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3848         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3849
3850         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3851         `nnmail-spool-file'.
3852
3853         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3854         `nnmail-spool-file'.
3855
3856         * gnus-move.el (gnus-change-server): Ditto.
3857
3858         * gnus-kill.el (gnus-batch-score): Ditto.
3859
3860         * gnus-cache.el (gnus-jog-cache): Ditto.
3861
3862         * gnus-msg.el (gnus-summary-reply):
3863         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3864
3865 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3866
3867         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
3868         version.  Minor improvement to doc strings.
3869         (tls-program): Add comment.
3870
3871 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
3872
3873         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
3874         (tls-checktrust): New variable.  Check if GNU TLS complained about a
3875         mismatch between the hostname provided in the certificate and the name
3876         of the host connnecting to.
3877         (open-tls-stream): Use them.  Check certificates against trusted root
3878         certificates.
3879
3880 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3881
3882         * gnus-cache.el (gnus-cache-generate-nov-databases):
3883         Use nnml-generate-nov-databases-directory instead of
3884         nnml-generate-nov-databases-1.
3885
3886 2007-11-24  Glenn Morris  <rgm@gnu.org>
3887
3888         * message.el (message-tool-bar-retro): Update for rename
3889         mail_send.xpm->mail-send.xpm.
3890
3891 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3892
3893         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3894         `smime-ldap-search' for Emacs 22 and up.
3895
3896 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3897
3898         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3899
3900         * message.el (message-send-mail-function): Fix error convention.
3901         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3902         (message-widen-reply, message-send-mail, message-talkative-question)
3903         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3904         (message-clone-locals, message-send-news): Use with-current-buffer.
3905         (message-insert-or-toggle-importance): Remove unused var `valid'.
3906         (message-make-references): Remove unused var `new-references'.
3907         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
3908
3909 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3910
3911         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
3912         (spam-split-symbolic-return-positive): Reflow docstring.
3913         (spam-backends, spam-summary-exit-behavior)
3914         (spam-mark-ham-unread-before-move-from-spam-group)
3915         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
3916         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3917         (spam-clear-cache, spam-backend-check, spam-install-backend)
3918         (spam-install-statistical-backend, spam-list-of-processors)
3919         (spam-group-processor-p, spam-split, spam-bogofilter-score)
3920         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
3921         (spam-check-crm114, spam-initialize, spam-unload-hook):
3922         Fix typos in docstrings.
3923
3924 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3925
3926         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
3927         been checked if they have never been read and those group levels are
3928         higher than the one that a user specified.
3929
3930 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3931
3932         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
3933         foreign groups unless a group level is specified by a user.
3934         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
3935
3936 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
3937
3938         * message.el (message-send-mail-function): Require sendmail.
3939
3940 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
3941
3942         * message.el (message-send-mail-function): Check for smtpmail too.
3943
3944         * utf7.el (utf7-encode, utf7-decode): Use coding system
3945         `utf-7'/`utf-7-imap' from utf-7.el' if available.
3946
3947         * message.el (message-send-mail-function): New function.
3948         (message-send-mail-function): Set default using
3949         message-send-mail-function.  Adjust doc string.
3950         (message-send-mail-with-mailclient): New function.
3951
3952 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3953
3954         * smime.el (from):
3955         * rfc2047.el (message-posting-charset):
3956         * qp.el (mm-use-ultra-safe-encoding):
3957         * pop3.el (parse-time-months):
3958         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
3959         * nnml.el (files):
3960         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
3961         (jka-compr-compression-info-list, ange-ftp-path-format)
3962         (efs-path-regexp):
3963         * nndiary.el (files):
3964         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
3965         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
3966         (epg-digest-algorithm-alist, inhibit-redisplay)
3967         (password-cache-expiry):
3968         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
3969         (pgg-output-buffer, password-cache-expiry):
3970         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
3971         (efs-path-regexp):
3972         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
3973         (inhibit-redisplay):
3974         * mm-uu.el (file-name, start-point, end-point, entry)
3975         (gnus-newsgroup-name, gnus-newsgroup-charset):
3976         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
3977         (latin-unity-ucs-list):
3978         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
3979         (mm-uu-binhex-decode-function):
3980         * message.el (gnus-message-group-art, gnus-list-identifiers)
3981         (rmail-enable-mime-composing, gnus-local-organization)
3982         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
3983         (gnus-read-active-file, facemenu-add-face-function)
3984         (facemenu-remove-face-function, gnus-article-decoded-p)
3985         (tool-bar-mode):
3986         * mail-source.el (display-time-mail-function):
3987         * gnus-util.el (nnmail-pathname-coding-system)
3988         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
3989         (gnus-original-article-buffer, gnus-user-agent)
3990         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
3991         (xemacs-codename, sxemacs-codename, emacs-program-version):
3992         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
3993         * gnus-start.el (gnus-agent-covered-methods)
3994         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
3995         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
3996         (gnus-newsgroup-headers, gnus-group-list-mode)
3997         (gnus-group-mark-positions, gnus-newsgroup-data)
3998         (gnus-newsgroup-unreads, nnoo-state-alist)
3999         (gnus-current-select-method, mail-sources)
4000         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4001         (nnmail-spool-file, gnus-cache-active-hashtb):
4002         * gnus-mh.el (mh-lib-progs):
4003         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4004         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4005         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4006         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4007         (gnus-group-buffer):
4008         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4009         (font-lock-set-defaults):
4010         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4011         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4012         (gnus-summary-post-menu, total-parts, type, condition, length):
4013         * gnus-agent.el (gnus-agent-read-agentview):
4014         * flow-fill.el (show-trailing-whitespace):
4015         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4016         eval-and-compile wrappers for byte compiler pacifiers.
4017
4018         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4019         (mm-display-inline-fontify): Check for featurep 'xemacs not
4020         extent-list.
4021
4022         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4023         itimer-list.
4024         (mm-create-image-xemacs): Only do something for XEmacs.
4025         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4026
4027         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4028
4029         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4030         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4031
4032 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4033
4034         * nnimap.el (nnimap-split-download-body):
4035         * gnus-demon.el (gnus-demon):
4036         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4037
4038 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4039
4040         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4041         macros.
4042         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4043         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4044         copy data from unibyte buffer to multibyte current buffer.
4045         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4046         to copy data from unibyte current buffer to multibyte buffer.
4047         (nntp-make-process-buffer): Make process buffer unibyte.
4048
4049         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4050
4051 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4052
4053         * pop3.el (pop3-open-server): Accept and process data more robustly at
4054         connexion start to avoid spurious "POP SSL connexion failed" errors.
4055
4056 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4057
4058         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4059         read group names.
4060
4061 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4062
4063         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4064
4065 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4066
4067         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4068         (nnmail-save-active): Use a unibyte buffer when saving active file,
4069         which may contain non-ASCII group names.
4070
4071         * nnml.el (nnml-request-group): Decode group names in messages.
4072
4073 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4074
4075         * message.el (message-citation-line-function)
4076         (message-insert-formatted-citation-line): Fix spelling of
4077         `message-insert-formated-citation-line'.
4078
4079 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4080
4081         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4082
4083 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4084
4085         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4086         nnmail-pathname-coding-system.
4087
4088         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4089         that a user enters; decode group names in messages.
4090
4091         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4092
4093 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4094
4095         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4096
4097         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4098
4099         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4100         risky local variable.
4101
4102         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4103
4104 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4105
4106         * encrypt.el: Improve documentation to fix function name typo.
4107         Reported by Daiki Ueno <ueno@unixuser.org>.
4108
4109 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4110
4111         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4112         even if the point is not in the last page of an article.
4113         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4114         back to the previous page.
4115
4116 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4117
4118         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4119
4120 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4121
4122         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4123
4124 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4125
4126         * message.el (message-check-news-body-syntax): Avoid
4127         mm-string-as-multibyte.
4128         (message-hide-headers): Don't assume (point-min)==1.
4129
4130 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4131
4132         * message.el (message-remove-blank-cited-lines): Fix if remove is
4133         given.
4134         (message-bogus-address-regexp): New variable.
4135         (message-bogus-recipient-p): New function.
4136         (message-check-recipients): New command.
4137         (message-syntax-checks): Add `bogus-recipient'.
4138         (message-fix-before-sending): Add `bogus-recipient'.
4139
4140         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4141         (gnus-treat-body-boundary): Don't test window-system.
4142
4143 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4144
4145         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4146
4147 2007-10-28  Miles Bader  <miles@gnu.org>
4148
4149         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4150         at compile-time too.
4151
4152 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4153
4154         * gnus-msg.el (gnus-message-setup-hook): Add
4155         `message-remove-blank-cited-lines' to options.
4156
4157 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4158
4159         * message.el (message-remove-blank-cited-lines): New function.
4160         Suggested by Karl Plästerer.
4161
4162 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4163
4164         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4165         mapc.
4166
4167         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4168         (top-level): Use mapc to set functions to be traced for debugging.
4169
4170         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4171         called for effect with while loop.
4172
4173         * message.el (message-talkative-question): Replace mapcar called for
4174         effect with mapc.
4175
4176         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4177         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4178         called for effect with dolist.
4179
4180         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4181
4182         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4183         gnus-extra-headers and nnmail-extra-headers.
4184
4185         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4186         called for effect with dolist.
4187         (top-level): Use mapc to set functions to be traced for debugging.
4188
4189         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4190         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4191         dolist.
4192
4193         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4194         Replace mapcar called for effect with mapc.
4195         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4196         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4197         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4198         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4199
4200         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4201         remove-if that's a cl function.
4202
4203         * webmail.el (webmail-debug): Replace mapcar called for effect with
4204         dolist.
4205
4206         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4207         with mapc.
4208
4209 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4212         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4213         with while loop.
4214
4215         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4216         functions from article-* functions.
4217         (gnus-multi-decode-header): Replace mapcar called for effect with
4218         dolist.
4219
4220         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4221         (gnus-bookmark-show-details): Replace mapcar called for effect with
4222         while loop.
4223
4224         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4225         called for effect with while loop.
4226
4227         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4228         with dolist.
4229
4230         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4231         mapcar called for effect with dolist.
4232
4233         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4234
4235         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4236         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4237         Replace mapcar called for effect with dolist.
4238         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4239         mapc.
4240
4241         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4242         Replace mapcar called for effect with dolist.
4243         (gnus-topic-list): Replace mapcar called for effect with mapc.
4244
4245         * gnus.el: Use mapc instead of mapcar to add autoloads.
4246
4247 2007-10-23  Richard Stallman  <rms@gnu.org>
4248
4249         * gnus-group.el (gnus-group-highlight): Mark as risky.
4250
4251 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4252
4253         * gnus.el (gnus-server-to-method): Return method found first in
4254         gnus-newsrc-alist.
4255
4256         * gnus-art.el (gnus-article-highlight-signature)
4257         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4258         button overlay without the front stickiness.
4259
4260 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4261
4262         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4263         overview buffer needed a catch to receive its throw.
4264         (gnus-agent-flush-cache): Declared as interactive to make this function
4265         easier to use.
4266
4267 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4268
4269         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4270         `next-line'.
4271
4272 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4273
4274         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4275         exclude address matching message-dont-reply-to-names.
4276
4277 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4278
4279         * gnus-util.el (gnus-string<): New function.
4280
4281         * gnus-sum.el (gnus-article-sort-by-author)
4282         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4283
4284 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4285
4286         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4287         the frame-focus tag is set in gnus-buffer-configuration.
4288
4289 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4290
4291         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4292         the front stickiness.
4293
4294 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4295
4296         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4297         url pattern; remove duplicate one.
4298         (gnus-article-extend-url-button): New function.
4299         (gnus-article-add-buttons): Use it.
4300         (gnus-button-push): Use concatenated url that it makes.
4301
4302 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4303
4304         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4305
4306 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4307
4308         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4309         Don't hardcode point-min==1.
4310
4311 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4312
4313         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4314         Fix comment about "iso8859-1".
4315
4316 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4317
4318         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4319         ones returned from the verify-function.
4320
4321         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4322         mml2015-extract-cleartext-signature if extraction failed.
4323
4324 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4325
4326         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4327         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4328         failed.
4329
4330 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4331
4332         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4333
4334 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4335
4336         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4337         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4338         recommends to use EasyPG instead of PGG.
4339
4340         * pgg.el: Revert to revision 6.23.2.16.
4341
4342         * pgg-def.el: Revert to revision 6.6.2.14.
4343
4344         * pgg-gpg.el: Revert to revision 6.23.2.34.
4345
4346 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4347
4348         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4349         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4350         thread for both the null and zero (kill/expire thread) universal prefix
4351         cases.
4352         (gnus-summary-expire-thread): Add new function to expire a thread,
4353         using gnus-summary-kill-thread.
4354         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4355         shortcuts for gnus-summary-expire-thread.
4356         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4357         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4358
4359 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4360
4361         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4362         extras value, so an extras entry can be deleted.
4363         (gnus-registry-delete-extra-entry): Use it.
4364         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4365         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4366         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4367         storage through the gnus-registry, and provide an appropriate API for
4368         it.
4369
4370 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4371
4372         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4373         Suggested by Leo <sdl.web@gmail.com>.
4374
4375         * gnus.el: Do.
4376
4377 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4378
4379         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4380         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4381
4382         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4383
4384         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4385         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4386
4387 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4388
4389         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4390         newline.
4391         (nnmbox-request-accept-article): Don't change article in source buffer;
4392         narrow to header to use message-fetch-field rather than
4393         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4394         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4395         as delimiters; make sure article ends with newline.
4396         (nnmbox-delete-mail): Correct last position of article to be deleted;
4397         ignore X-Gnus-Newsgroup header in article body.
4398         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4399         positions; make sure article ends with newline.
4400
4401         * message.el (message-display-abbrev): Don't infloop when a user
4402         inserts SPC in the beginning of header.
4403
4404         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4405         coding-system-for-read and coding-system-for-write for XEmacs having no
4406         file-coding feature.
4407
4408         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4409
4410 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4411
4412         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4413         list of groups not followed by default.  Fix type to be regexp.
4414         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4415
4416 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4417
4418         * hmac-def.el (define-hmac-function): Switch from old-style to
4419         new-style backquotes.
4420
4421         * md4.el (md4-make-step): Likewise.
4422
4423 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4424
4425         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4426         raw-text coding system when saving .newsrc file, which may contain
4427         non-ASCII group names.
4428
4429 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4430
4431         * gnus-cus.el (gnus-score-extra): New widget.
4432         (gnus-score-extra-convert): New function.
4433         (gnus-score-customize): Use it for Extra.
4434
4435 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4436
4437         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4438         (mml2015-mailcrypt-clear-verify): Use it.
4439         (mml2015-gpg-clear-verify): Use it.
4440         (mml2015-pgg-clear-verify): Use it.
4441         (mml2015-epg-clear-verify): Replace the current part with the output
4442         from GnuPG; don't extract the plaintext by itself.
4443
4444         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4445         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4446         mml2015-clear-verify-function; don't touch the armor headers or
4447         dash-escaped text here.
4448
4449 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4450
4451         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4452         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4453         parts, or application/octet-stream as a last resort.
4454         (gnus-mime-view-part-as-type): Don't toggle display.
4455         (gnus-mime-view-part-as-charset): Don't turn off display before
4456         querying charset.
4457
4458         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4459         stuff to undisplayer function in Emacs.
4460         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4461
4462         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4463         text/calendar parts.
4464
4465 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4466
4467         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4468         decoding text/calendar parts.
4469
4470         * message.el (message-forward-make-body-mime): Always mark body as
4471         having no illegible text; remove signed-or-encrypted argument.
4472         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4473
4474         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4475         (mml-generate-mime-1): Don't encode body if it is specified to be in
4476         raw form; don't make buffer be unibyte when inserting multibyte string.
4477
4478 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4479
4480         * sha1.el: Fix up comment style.
4481         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4482         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4483
4484         * hex-util.el: Fix up comment style.
4485         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4486
4487         * gnus-salt.el: Use with-current-buffer.
4488         (gnus-pick-setup-message): Fix long-standing typo.
4489
4490 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4491
4492         * imap.el (imap-logout-timeout): New variable.
4493         (imap-logout, imap-logout-wait): New functions.
4494         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4495
4496         * nnimap.el (nnimap-logout-timeout): New server variable.
4497         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4498         nnimap-logout-timeout.
4499
4500         * gnus-art.el (gnus-article-summary-command-nosave)
4501         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4502
4503 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4504
4505         * gnus.el (gnus-maximum-newsgroup): New variable.
4506
4507         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4508         according to gnus-maximum-newsgroup.
4509
4510         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4511         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4512         Limit the range of articles according to gnus-maximum-newsgroup.
4513
4514 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4515
4516         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4517         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4518         Don't perform gnus-configure-windows here; reuse existing sticky
4519         article buffer.
4520
4521         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4522         it doesn't exist in gnus-article-mode.
4523
4524 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4525
4526         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4527         (gnus-agent-decoded-group-name): New function.
4528         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4529         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4530
4531 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4532
4533         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4534         Add binding for gnus-sticky-article.
4535         (gnus-summary-exit): Don't kill sticky article buffers.
4536
4537         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4538         article buffer.
4539         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4540         (gnus-kill-sticky-article-buffers): New commands.
4541
4542 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4543
4544         * nntp.el (nntp-xref-number-is-evil): New server variable.
4545         (nntp-find-group-and-number): If it is non-nil, don't trust article
4546         numbers in the Xref header.
4547
4548 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4549
4550         * gnus-agent.el (gnus-agent-read-group): New function.
4551         (gnus-agent-flush-group, gnus-agent-expire-group)
4552         (gnus-agent-regenerate-group): Use it.
4553         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4554         nnmail-pathname-coding-system.
4555
4556 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4557
4558         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4559
4560         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4561         that are unread as unread, and also as selected so that information of
4562         marks having been changed by a user may be updated when exiting group.
4563
4564 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4567         calculated ignoring signature parts to gnus-treat-article.
4568
4569 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4570
4571         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4572         a point here in order to keep the window start.
4573         (gnus-insert-mime-security-button): Make a button overlay without the
4574         front stickiness.
4575         (gnus-mime-display-security): Goto the end of a button.
4576
4577         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4578
4579 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4580
4581         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4582         group-name-at-point.
4583         (gnus-group-completing-read): New function that offers decoded
4584         non-ASCII group names for completion.
4585         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4586         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4587         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4588         (gnus-group-fetch-control): Use it.
4589         (gnus-fetch-group): Use group-name-at-point for the initial value
4590         rather than the default value; use gnus-alive-p.
4591
4592         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4593         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4594         (gnus-summary-post-news): Use gnus-group-completing-read.
4595
4596         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4597         (gnus-read-move-group-name): Decode group name for completion.
4598
4599 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4600
4601         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4602         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4603         Yamaoka slightly modified the code).
4604
4605 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4606
4607         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4608         (nnmail-split-incoming): Bind it.
4609
4610         * nnml.el (nnml-group-name-charset): New function.
4611         (nnml-decoded-group-name): Use it; don't decode group name if
4612         nnmail-group-names-not-encoded-p is non-nil.
4613         (nnml-encoded-group-name): New function.
4614         (nnml-group-pathname): Inline nnml-decoded-group-name.
4615         (nnml-request-expire-articles): Decode group name in message.
4616         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4617         nnmail-pathname-coding-system.
4618         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4619         not decoded ones according to nnmail-group-names-not-encoded-p.
4620         (nnml-generate-active-info): Use nnml-encoded-group-name.
4621
4622 2007-08-08  Glenn Morris  <rgm@gnu.org>
4623
4624         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4625         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4626         doc-strings and comments.
4627
4628 2007-07-25  Glenn Morris  <rgm@gnu.org>
4629
4630         * Relicense all FSF files to GPLv3 or later.
4631
4632 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * gnus-sum.el (gnus-summary-move-article): Make
4635         gnus-summary-respool-article work.
4636
4637 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4638
4639         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4640         string.
4641
4642 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4643
4644         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4645         that should be ignored when comparing distant RSS articles with local
4646         ones.
4647         (nnrss-make-hash-index): New function.  Create a hash index according
4648         to the ignored fields.
4649         (nnrss-check-group): Use it.
4650
4651 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4652
4653         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4654
4655         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4656
4657         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4658         the new optional argument ENCODED is non-nil.
4659         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4660         coding system for encoding group name.
4661         (gnus-group-make-rss-group): Pass un-encoded group name to
4662         gnus-group-make-group.
4663         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4664         encoded.
4665
4666         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4667         Encode group name to which articles are moved or copied.
4668         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4669         coding system for encoding Newsgroup, Followup-To and Xref headers.
4670
4671         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4672         marks; use nnheader-file-coding-system to write a file.
4673         (nnagent-retrieve-headers): Bind file-name-coding-system to
4674         nnmail-pathname-coding-system.
4675
4676         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4677
4678         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4679         (nnml-request-article, nnml-request-create-group)
4680         (nnml-request-rename-group, nnml-find-id)
4681         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4682         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4683         (nnml-save-marks): Use nnml-group-pathname instead of
4684         nnmail-group-pathname.
4685
4686         (nnml-request-create-group, nnml-request-expire-articles)
4687         (nnml-request-move-article, nnml-request-delete-group)
4688         (nnml-deletable-article-p, nnml-possibly-create-directory)
4689         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4690         (nnml-open-marks): Bind file-name-coding-system to
4691         nnmail-pathname-coding-system.
4692
4693         (nnml-request-article): Pass server argument to nnml-find-group-number.
4694         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4695         server argument to nnml-possibly-create-directory.
4696         (nnml-request-accept-article): Pass server argument to
4697         nnml-active-number and nnml-save-mail.
4698         (nnml-find-group-number): Pass server argument to nnml-find-id.
4699         (nnml-request-update-info): Pass server argument to
4700         nnml-marks-changed-p.
4701
4702         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4703         (nnml-save-mail, nnml-active-number): Add server argument.
4704
4705         (nnml-request-delete-group): Warn if group is missing.
4706         (nnml-get-nov-buffer): Decode group name.
4707         (nnml-generate-active-info): Encode group name.
4708         (nnml-open-marks): Decode group name in messages.
4709
4710 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4711
4712         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4713         if it is not specified.
4714         (gnus-article-pipe-part, gnus-article-save-part)
4715         (gnus-article-interactively-view-part, gnus-article-copy-part)
4716         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4717         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4718         (gnus-article-replace-part, gnus-article-delete-part)
4719         (gnus-article-view-part-as-type): Pass raw prefix argument to
4720         gnus-article-part-wrapper.
4721
4722 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4723
4724         * gnus-agent.el (gnus-agent-save-active): Bind
4725         nnheader-file-coding-system to gnus-agent-file-coding-system.
4726
4727         * gnus-cache.el (gnus-cache-save-buffers)
4728         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4729         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4730         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4731         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4732         (gnus-cache-generate-active, gnus-cache-rename-group)
4733         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4734         (gnus-cache-update-overview-total-fetched-for): Bind
4735         file-name-coding-system to nnmail-pathname-coding-system.
4736         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4737         variables.
4738         (gnus-cache-decoded-group-name): New function.
4739         (gnus-cache-file-name): Use it.
4740         (gnus-cache-generate-active): Use non-decoded group name for active.
4741
4742         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4743         right place.
4744         (gnus-write-active-file): Don't break non-ASCII group names.
4745
4746         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4747         nnmail-pathname-coding-system.
4748
4749         * lpath.el: Bind default-file-name-coding-system,
4750         file-name-coding-system and language-info-alist for XEmacs.
4751
4752         * gnus-uu.el (gnus-uu-decode-save): Typo.
4753
4754 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4755
4756         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4757
4758 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4759
4760         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4761         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4762         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4763         (gnus-agent-flush-group, gnus-agent-flush-cache)
4764         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4765         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4766         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4767         (gnus-agent-regenerate-group)
4768         (gnus-agent-update-files-total-fetched-for)
4769         (gnus-agent-update-view-total-fetched-for): Bind
4770         file-name-coding-system to nnmail-pathname-coding-system.
4771         (gnus-agent-group-pathname): Don't encode file names by
4772         nnmail-pathname-coding-system.
4773         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4774         coding-system-for-write instead of buffer-file-coding-system to
4775         gnus-agent-file-coding-system.
4776
4777         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4778         Decode group name.
4779
4780         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4781
4782         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4783         (gnus-read-newsrc-el-file): Make group names unibyte.
4784
4785         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4786         nnmail-pathname-coding-system.
4787
4788         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4789         (nnrss-request-delete-group): Bind file-name-coding-system to
4790         nnmail-pathname-coding-system.
4791         (nnrss-read-server-data, nnrss-read-group-data): Bind
4792         file-name-coding-system correctly.
4793         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4794
4795         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4796         (nntp-server-to-method-cache): New variable.
4797         (nntp-group-pathname): New function that decodes non-ASCII group names.
4798         (nntp-possibly-create-directory, nntp-marks-changed-p)
4799         (nntp-save-marks, nntp-open-marks): Use it.
4800         (nntp-possibly-create-directory, nntp-open-marks):
4801         Bind file-name-coding-system to nnmail-pathname-coding-system.
4802         (nntp-open-marks): Decode group names when bootstrapping marks.
4803
4804         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4805         Newsgroups and Folowup-To headers.
4806
4807 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4808
4809         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4810         (gnus-server-closed-face, gnus-server-denied-face)
4811         (gnus-server-offline-face): Remove variable.
4812         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4813
4814         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4815         of modifying message-stack directly for XEmacs.
4816
4817         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4818         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4819         if the coding-system argument is nil for XEmacs.
4820
4821         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4822         mm-charset-override-alist.
4823
4824         * rfc2047.el: Don't require base64; require rfc2045 for the function
4825         rfc2045-encode-string.
4826         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4827         to quote the parameter value.
4828
4829 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4830
4831         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4832         form in gnus-group-name-charset-method-alist.
4833
4834         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4835         overrides the default layout edit-form.
4836
4837         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4838
4839         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4840
4841 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4842
4843         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4844         as unfetched articles.
4845
4846 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4847
4848         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4849
4850 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4851
4852         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4853         original back end that keeps marks in the local system.
4854
4855 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4856
4857         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4858         arg of pop-to-buffer for XEmacs.
4859         (gnus-article-read-summary-keys): Ditto; don't restore window
4860         configuration if summary command ends up with neither article buffer
4861         nor summary buffer; describe bindings if summary keys end with C-h.
4862
4863 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4864
4865         * message.el (message-fix-before-sending): Skip raw message part to be
4866         forwarded while checking illegible text.
4867         (message-forward-make-body-mime, message-forward-make-body): Mark
4868         signed or encrypted raw message as having no illegible text.
4869
4870 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4871
4872         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4873         (gnus-message-with-timestamp-1): New macro.
4874         (gnus-message-with-timestamp): New function.
4875         (gnus-message): Use them.
4876
4877         * nnheader.el (nnheader-message): Use them.
4878
4879 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4880
4881         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4882         .newsrc.eld file.
4883
4884 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4885
4886         * gnus-agent.el (gnus-agent-fetch-headers)
4887         (gnus-agent-retrieve-headers): Bind
4888         gnus-decode-encoded-address-function to identity.
4889
4890         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4891         available also when the server returns simply a dot.
4892
4893         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4894
4895 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4896
4897         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4898
4899 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4900
4901         * gnus-ems.el (gnus-x-splash): Make it work.
4902
4903         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4904         from being used.
4905
4906         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
4907
4908 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4909
4910         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
4911         4th and the 5th arguments.
4912
4913         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4914         the front stickiness.
4915         (gnus-article-summary-command-nosave): Correct the order of the
4916         arguments passed to pop-to-buffer.
4917         (gnus-article-read-summary-keys): Ditto; make it work properly when the
4918         summary command ends up with the article buffer.
4919
4920         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
4921         the same faces.
4922
4923 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4924
4925         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
4926
4927 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4928
4929         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
4930         * gnus-sum.el (gnus-summary-highlight):
4931         * pgg.el (pgg-sign-region, pgg-sign):
4932         * mail-source.el (mail-source-delete-old-incoming-confirm):
4933         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
4934
4935 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4936
4937         * gnus-art.el (gnus-mime-view-part-externally)
4938         (gnus-mime-view-part-internally): Fix predicate function passed to
4939         completing-read.
4940
4941         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
4942
4943         * gnus.el (gnus-update-message-archive-method): Add :version.
4944
4945 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4946
4947         * gnus.el (gnus-update-message-archive-method): New variable.
4948
4949         * gnus-start.el (gnus-setup-news): Update saved "archive" method
4950         according to gnus-message-archive-method if
4951         gnus-update-message-archive-method is non-nil.
4952
4953 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
4956         by Loic Dachary <loic@dachary.org>.
4957         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4958
4959 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4960
4961         * message.el (message-pop-to-buffer): Add switch-function argument.
4962         (message-mail): Pass switch-function argument to it.
4963
4964 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
4965
4966         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
4967         Improve doc string.
4968
4969 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4970
4971         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
4972         (gnus-header-content)
4973         * gnus-cite.el (gnus-cite-10)
4974         * gnus-srvr.el (gnus-server-closed)
4975         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
4976         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
4977         (gnus-group-mail-3-empty, gnus-group-mail-low)
4978         (gnus-group-mail-low-empty, gnus-splash)
4979         * message.el (message-header-to, message-header-cc)
4980         (message-header-subject, message-header-other, message-header-name)
4981         (message-header-xheader, message-separator, message-cited-text)
4982         (message-mml): Lighten colors of faces used for dark background.
4983
4984 2007-05-24  Simon Josefsson  <simon@josefsson.org>
4985
4986         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
4987         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
4988
4989 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4990
4991         * message.el (message-narrow-to-headers-or-head):
4992         Ignore mail-header-separator in the body.
4993
4994 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4995
4996         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
4997         same as window size.
4998
4999 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5000
5001         * message.el (message-font-lock-keywords): Use message-header-xheader
5002         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5003         ahead of the anything pattern, to get it recognised.
5004
5005 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5006
5007         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5008         spam.el loads uses it in the compiled defadvice form.
5009
5010 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5011
5012         * gnus-sum.el (gnus-articles-to-read)
5013         (gnus-summary-insert-old-articles): Don't truncate group name for
5014         `read-string'.
5015
5016         * gnus-util.el (gnus-limit-string): Delete this function.
5017
5018         * gnus-sum.el (gnus-simplify-subject-fully): Use
5019         `truncate-string-to-width' instead.
5020
5021 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5022
5023         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5024         if, on summary exit, the next group has to be selected.
5025         (gnus-summary-exit): Use it.
5026
5027 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5028
5029         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5030         non-break space.
5031
5032 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5033
5034         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5035         Check if group is not a directory.
5036         (nnfolder-request-expire-articles): Don't delete articles if the target
5037         group is not available.
5038
5039         * nnml.el (nnml-request-create-group): Properly check if group is not a
5040         file.
5041         (nnml-request-expire-articles): Don't delete articles if the target
5042         group is not available.
5043
5044         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5045         Don't quote characters that are within parentheses.
5046
5047 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5048
5049         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5050         (gnus-handle-ephemeral-exit): Select article according to it.
5051
5052 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5053
5054         * message.el (message-insert-formated-citation-line): Remove newline.
5055         (message-citation-line-format): Add final \n here so that the user can
5056         avoid a blank line.
5057
5058 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5059
5060         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5061         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5062         Update lanl/arXiv support.
5063
5064 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5065
5066         * gnus.el: Bump version number.
5067
5068 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5069
5070         * gnus.el (gnus-version-number): Bump version.
5071
5072 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5073
5074         * gnus.el: No Gnus v0.6 is released.
5075
5076 2007-04-27  Didier Verna  <didier@xemacs.org>
5077
5078         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5079         * gmm-utils.el (gmm-regexp-concat): here.
5080         * message.el: Don't require 'gnus-util.
5081         (message-dont-reply-to-names): Handle name change above.
5082         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5083
5084 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5085
5086         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5087         since the initial value varies according to the system.
5088
5089 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5090
5091         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5092
5093 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5094
5095         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5096
5097 2007-04-24  Didier Verna  <didier@xemacs.org>
5098
5099         Improve the type of gnus-ignored-from-addresses.
5100         * gnus-util.el (gnus-orify-regexp): New function.
5101         * message.el (gnus-util): Require it.
5102         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5103         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5104         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5105
5106 2007-04-24  Didier Verna  <didier@xemacs.org>
5107
5108         * gnus-sum.el:
5109         * gnus-utils.el: Fix some trailing whitespaces.
5110
5111 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5112
5113         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5114         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5115         article's Message-ID; refer parent article in summary buffer.
5116
5117         * message.el (message-bounce): Call mime-to-mml.
5118
5119         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5120         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5121         optimize and/or forms properly.
5122
5123 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5124
5125         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5126         URL.
5127
5128 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5129
5130         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5131
5132 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5133
5134         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5135         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5136         displayed of multipart/alternative part if it is invoked from summary
5137         buffer.
5138
5139         * mm-view.el (mm-inline-text-html-render-with-w3m)
5140         (mm-inline-text-html-render-with-w3m-standalone)
5141         (mm-inline-render-with-function): Use mail-parse-charset by default.
5142
5143 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5144
5145         * parse-time.el (parse-time-string-chars): Check if CHAR
5146         is less than the length of parse-time-syntax.
5147
5148 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5149
5150         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5151         from gnus-newsgroup-processable.
5152
5153 2007-04-16  Didier Verna  <didier@xemacs.org>
5154
5155         * gnus-msg.el (gnus-configure-posting-styles): Handle
5156         message-signature-directory properly with :file syntax.  Reported by
5157         "Leo".
5158
5159 2007-04-11  Didier Verna  <didier@xemacs.org>
5160
5161         New user option: message-signature-directory.
5162         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5163         * message.el (message-insert-signature): Ditto.
5164         * message.el (message-signature-file): Doc update.
5165         * message.el (message-signature-directory): New.
5166
5167 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5168
5169         * gnus-msg.el (gnus-inews-yank-articles): Use
5170         message-exchange-point-and-mark instead of exchange-point-and-mark.
5171
5172 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5173
5174         * message.el (message-yank-original): Make sure cited text ends with
5175         newline; don't exchange point and mark.
5176
5177 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5178
5179         * tls.el (open-tls-stream): Properly handle case where there
5180         is no associated buffer.
5181
5182 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5183
5184         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5185         message-yank-original, make sure (< mark TEXT point).
5186
5187 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5188
5189         * message.el (message-fill-column): New variable.
5190         (message-mode): Use it.  Add comment on a possible new hook.
5191
5192         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5193         (nnmail-get-new-mail): Reformat.
5194
5195         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5196
5197         * gmm-utils.el: Fix Commentary.
5198         (gmm-tool-bar-from-list): Fix typo in doc string.
5199
5200 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5201
5202         * message.el (message-yank-original): Don't switch point and mark
5203         unnecessarily to put point and mark as documented.
5204
5205 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5206
5207         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5208         from the message heads.
5209
5210 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5211
5212         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5213         article buffer does not have a window.  This may not be the best
5214         solution but is certainly better than setting the start of the null,
5215         that is the current, window.
5216
5217 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5218
5219         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5220         (gnus-draft-setup): Run it.
5221
5222         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5223         gnus-score-fast-scoring.  Allow regexp.
5224         (gnus-score-headers): Use it.
5225
5226         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5227         XEmacs.
5228
5229         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5230         string.
5231         (gnus-button-alist): Also catch `<f1> k ...'.
5232         (gnus-treat-display-x-face): Fix doc string.
5233
5234 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5235
5236         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5237         evaluation of gnus-extended-version to ensure correct generation of the
5238         User-Agent header when message-generate-headers-first is used.
5239
5240 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5241
5242         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5243         hashcash-path is nil.  Don't call callback with incorrect number of
5244         parameters if val is 0.
5245
5246 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5247
5248         * message.el (message-required-news-headers):
5249         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5250
5251 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5252
5253         * tls.el (open-tls-stream): In handshake-waiting loop,
5254         don't wait more if there is output available to process.
5255
5256 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5257
5258         * tls.el (tls-program): Doc fix.
5259
5260 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * message.el (message-generate-new-buffers): Change the meaning of the
5263         nil value; add `standard' to the choices; treat t as `unique'; improve
5264         doc string.
5265         (gnus-select-frame-set-input-focus): Autoload.
5266         (message-buffer-name): Search for the existing message buffer if
5267         message-generate-new-buffers is nil or `standard'; treat the value t of
5268         message-generate-new-buffers as `unique'.
5269         (message-pop-to-buffer): Raise the frame already displaying the message
5270         buffer; clear the echo area after querying.
5271         (message-setup): Pass the `continue' argument to compose-mail.
5272         (message-mail): Prefer `switch-function' if it is given; search for the
5273         existing message buffer if the `continue' argument is non-nil; pass
5274         continue and switch-function arguments to compose-mail by way of
5275         message-setup.
5276         (message-mail-other-window): Adjust argument of message-setup.
5277         (message-mail-other-frame): Ditto.
5278
5279 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5280
5281         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5282         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5283         to turn font-lock on when turning gnus-message-citation-mode on.
5284
5285 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5286
5287         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5288         (mml-smime-function-alist): New variable; add epg as the backend.
5289         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5290         mml-smime- functions instead.
5291         * mm-view.el: Require smime.
5292
5293 2007-03-05  Didier Verna  <didier@xemacs.org>
5294
5295         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5296         instead of just inheritance for posting styles.
5297         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5298
5299 2007-02-24  Chris Moore  <dooglus@gmail.com>
5300
5301         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5302         * pgg-pgp.el (pgg-pgp-encrypt-region):
5303         * pgg-gpg.el (pgg-gpg-encrypt-region):
5304         Check pgg-encrypt-for-me if no other recipients.
5305
5306 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5307
5308         * tls.el (tls-certtool-program): Fix custom type.
5309
5310 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5311
5312         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5313         and point-at-eol instead of line-(beginning|end)-position.
5314
5315         * assistant.el (assistant-parse-buffer): Ditto.
5316
5317         * netrc.el (netrc-parse-services): Ditto.
5318
5319 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5320
5321         * mml2015.el (mml2015-epg-find-usable-key): New function.
5322         (mml2015-epg-sign): Use it.
5323         (mml2015-epg-encrypt): Use it.
5324
5325 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5326
5327         * message.el (message-make-in-reply-to): Quote name containing
5328         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5329         if there are special characters.  Reported by NAKAJI Hiroyuki
5330         <nakaji@jp.freebsd.org>.
5331
5332 2007-02-27  Didier Verna  <didier@xemacs.org>
5333
5334         Include the group parameters as well as the topic ones in the
5335         inheritance filter process.
5336         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5337         argument GROUP-PARAMS-LIST.
5338         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5339
5340 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5341
5342         * nntp.el (nntp-never-echoes-commands)
5343         (nntp-open-connection-functions-never-echo-commands): New variables.
5344         (nntp-send-command): Use them.
5345
5346 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5347
5348         * mml2015.el (mml2015-epg-verify): Simplified.
5349
5350 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5351
5352         * mml.el (mml-content-disposition-alist): New user option.
5353         (mml-content-disposition): New function.
5354         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5355         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5356
5357 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5358
5359         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5360         verification.
5361
5362 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5363
5364         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5365         articles posted in the last 24 hours.
5366
5367 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5368
5369         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5370
5371 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5372
5373         * nntp.el (nntp-send-command): Don't wait for echoes when
5374         nntp-open-ssl-stream is used.
5375
5376 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5379         (gnus-message-add-citation-keywords)
5380         (gnus-message-remove-citation-keywords): Remove.
5381         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5382         directly, make the variables in font-lock-defaults buffer-local, add
5383         gnus-message-citation-keywords to them and then update the value of
5384         font-lock-keywords.
5385
5386 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * message.el (message-cite-original-1): Don't call
5389         gnus-article-highlight-citation.
5390
5391         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5392         citations; fix line count.
5393
5394 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5395
5396         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5397         (gnus-message-add-citation-keywords)
5398         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5399         versions of font-lock-add-keywords and font-lock-remove-keywords to
5400         work with XEmacs correctly.
5401
5402 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5403
5404         * gnus-cite.el (gnus-cite-face-list): Set the values of
5405         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5406         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5407         (gnus-message-cite-prefix-regexp): New variable.
5408         (gnus-message-search-citation-line): Use it; protect against long
5409         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5410         the 0th match data for Emacs.
5411         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5412         (gnus-message-add-citation-keywords): Append keywords rather than
5413         prepending; emulate font-lock-add-keywords if it is not available.
5414         (gnus-message-remove-citation-keywords): Emulate
5415         font-lock-remove-keywords if it is not available.
5416
5417         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5418
5419         * message.el (message-cite-prefix-regexp): Set the value of
5420         gnus-message-cite-prefix-regexp.
5421
5422 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5423
5424         * nnweb.el (nnweb-google-parse-1): Update parser.
5425
5426 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5427
5428         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5429
5430 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5431
5432         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5433         regexp.
5434
5435 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5438         string-to-multibyte.
5439         (uudecode-decode-region-internal): Use it.
5440
5441         * lpath.el: Fbind string-as-multibyte for XEmacs.
5442
5443 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5444
5445         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5446         custom choice.
5447
5448         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5449
5450 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5451
5452         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5453
5454         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5455         `write-region' to respect `mm-inhibit-file-name-handlers'.
5456
5457 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5458
5459         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5460         Use gnus-home-directory instead of "~/" or "$HOME".
5461
5462 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5463
5464         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5465         to mention filename.
5466         Add comments at beginning regarding usage.
5467         (encrypt-write-file-contents): Change interactive so a string is
5468         acceptable.  If the file has no associated model, show an error instead
5469         of a nonsense prompt.
5470
5471 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5472
5473         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5474         Thanks to Yoshihiko Yamada for kind notification of this typo.
5475
5476 2007-01-12  Kenichi Handa  <handa@m17n.org>
5477
5478         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5479         multibyte buffer.
5480
5481 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5482
5483         * gnus-score.el (gnus-score-fast-scoring): New variable.
5484         (gnus-score-headers): Use it.
5485
5486         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5487
5488         * message.el (message-cite-original-1): Call
5489         gnus-article-highlight-citation if requested.
5490         (message-make-from): Allow name and address as optional arguments.
5491
5492         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5493
5494         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5495         bugs to doc string.
5496         (gnus-button-alist): Add mid\\|message-id.
5497         (gnus-button-fetch-group): Extend for use in
5498         `browse-url-browser-function'.
5499         (gnus-button-url-regexp): Try to catch paired parentheses like in
5500         Wikipedia URLs.
5501
5502         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5503         Suggested by Simon Krahnke <overlord@gmx.li>.
5504
5505 2007-01-13  Romain Francoise  <romain@orebokech.com>
5506
5507         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5508         Update copyright.
5509
5510 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5511
5512         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5513
5514 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5515
5516         * gnus-registry.el (gnus-registry-unfollowed-groups)
5517         (gnus-registry-split-fancy-with-parent): Fix documentation.
5518
5519 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5520
5521         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5522         from nnweb groups.
5523
5524 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5525
5526         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5527         Xref urls.  Erase buffer before requesting head.
5528
5529 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5530
5531         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5532         customizable.
5533
5534 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5535
5536         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5537         no signing key is found.
5538         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5539         no encrypting and/or signing key is found.
5540
5541 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5542
5543         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5544
5545 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5546
5547         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5548         headers read from disk with the ones newly found in the current search.
5549         This should no longer cause problems, because the article numbers in
5550         Gmane's `nov.php' output are ignored since the previous change.
5551
5552 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5553
5554         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5555
5556 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5557
5558         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5559         replace-regexp-in-string; bind url-version; fbind display-images-p and
5560         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5561         find-face and set-itimer-function for Emacs; bind itimer-list for
5562         Emacs.
5563
5564         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5565
5566 2007-01-01  Romain Francoise  <romain@orebokech.com>
5567
5568         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5569
5570 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5571
5572         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5573         `define-minor-mode' macro definition expanded properly.
5574         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5575         exclude it there.
5576
5577         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5578         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5579         `fboundp' test.
5580         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5581         This is OK to autoload in (S)XEmacs now.
5582
5583 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5584
5585         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5586         keystroke.
5587         (gnus-summary-limit-to-singletons): Fix typo.
5588
5589         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5590         else fails.
5591
5592 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5593
5594         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5595         docstring.
5596
5597         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5598         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5599         (gnus-summary-insert-dormant-articles): Fix typo in message.
5600
5601 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5602
5603         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5604         nil for XEmacs.
5605         (gnus-message-citation-mode): Don't autoload in XEmacs.
5606
5607         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5608
5609 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5610
5611         * nnimap.el (nnimap-expunge-search-string): Mention
5612         nnimap-search-uids-not-since-is-evil in docstring.
5613
5614 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5615
5616         * spam.el: Revert to make-obsolete-variable because
5617         define-obsolete-variable-alias is not supported in Emacs 21.
5618
5619         * spam.el (spam-ifile-path, spam-ifile-database-path)
5620         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5621         make-obsolete-variable.
5622         (spam-bsfilter-path, spam-bsfilter-program)
5623         (spam-spamassassin-path, spam-spamassassin-program)
5624         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5625         use "path" inappropriately.
5626         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5627         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5628         variable names.
5629
5630 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5631
5632         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5633         summary buffer.
5634
5635         * password.el (password-cache-remove): Use clear-string to burn
5636         password, if available.
5637
5638 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5639
5640         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5641
5642         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5643
5644         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5645         (gnus-message-highlight-citation): Move defcustom here from
5646         gnus-cite.el.
5647         (gnus-message-citation-mode): Autoload.
5648
5649         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5650         checks to make it compile with XEmacs.
5651         (gnus-message-citation-mode): New minor mode.
5652         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5653         (gnus-message-highlight-citation): New variables.
5654         (gnus-message-search-citation-line)
5655         (gnus-message-add-citation-keywords)
5656         (gnus-message-remove-citation-keywords)
5657         (turn-on-gnus-message-citation-mode)
5658         (turn-off-gnus-message-citation-mode): New functions.
5659
5660 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5661
5662         * gnus-cite.el: Enable highlighting of different citation levels in
5663         message-mode.
5664
5665 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5666
5667         * message.el (message-make-fqdn): Fix comment.
5668         (message-bogus-system-names): Add ".local".
5669
5670         * spam.el (spam-ifile-path, spam-ifile-program)
5671         (spam-ifile-database-path, spam-ifile-database)
5672         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5673         Don't use "path" inappropriately.
5674         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5675         strings.
5676         (spam-check-ifile, spam-ifile-register-with-ifile)
5677         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5678         new variable names.
5679
5680         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5681         (gnus-treat-display-smileys): Simplify using
5682         gnus-image-type-available-p.
5683
5684         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5685         available.
5686
5687         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5688         `display-images-p' if available.
5689
5690 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5691
5692         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5693         one after turning on the buffer's multibyteness instead of decoding
5694         them directly in the unibyte buffer that causes unexpected conversion
5695         in Emacs 23 (unicode).
5696
5697 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5698
5699         * message.el (message-generate-hashcash): Fix custom type.
5700
5701 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5702
5703         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5704
5705 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5706
5707         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5708         disconnect icons.  Add help text.
5709
5710 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5711
5712         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5713         negated to be consistent with the others we handle.
5714
5715 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5716
5717         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5718         version of gnus-summary-buffer to something, so that we can use two
5719         article buffers at the same time.
5720
5721 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5722
5723         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5724         trigger all the extra headers.
5725         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5726         sorting.
5727
5728 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5729
5730         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5731         solid groups.
5732
5733 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5734
5735         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5736
5737 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5738
5739         * legacy-gnus-agent.el: Add Copyright notice.
5740
5741 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5742
5743         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5744
5745 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5746
5747         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5748
5749         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5750         to make it work reliably in CVS Emacs.
5751         (gnus-summary-limit-strange-charsets-predicate)
5752         (gnus-summary-limit-to-predicate): New functions.
5753
5754 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5755
5756         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5757         specifying array size.
5758         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5759         array if it is too small.
5760         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5761         (gnus-sort-threads-loop): New function.
5762
5763 2006-12-06  Chris Moore  <dooglus@gmail.com>
5764
5765         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5766         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5767
5768 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5769
5770         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5771         options.
5772
5773 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5774
5775         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5776         DOS-ing the recipient.
5777
5778         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5779         the headers when creating the mapping to avoid mismappings.
5780         (nnweb-gmane-create-mapping): Always nix out old mapping.
5781
5782 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5783
5784         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5785         and mm-verify-option to never.
5786
5787 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5788
5789         * message.el (message-signed-or-encrypted-p): New function.
5790         (message-forward-make-body): Use it.
5791
5792         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5793         Replace encode-coding-string with mm-encode-coding-string.
5794
5795 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * nneething.el (nneething-decode-file-name): Replace
5798         decode-coding-string with mm-decode-coding-string.
5799
5800         * gnus-int.el (gnus-open-server): Say failed server's name.
5801
5802 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5803
5804         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5805         strings to a single string.  Quote `errors-file-name'.
5806         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5807         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5808         Adjust calls.  Use `shell-quote-argument'.
5809
5810 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5811
5812         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5813         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5814
5815         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5816         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5817         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5818         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5819         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5820         (gnus-subscribe-newsgroup, gnus-1):
5821         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5822         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5823         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5824         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5825
5826 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5827
5828         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5829         keystroke.
5830         (gnus-summary-limit-to-bodies): Implement headersp.
5831
5832 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5833
5834         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5835
5836 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5837
5838         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5839
5840 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5841
5842         * message.el (message-generate-hashcash): Expand range of values to
5843         include `opportunistic'.
5844         (message-send-mail): Use it.
5845
5846 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5847
5848         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5849         and comment it.
5850
5851         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5852
5853 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5854
5855         * gnus-util.el (gnus-extract-address-components): Improve comment.
5856
5857 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5858
5859         * gnus-util.el (gnus-extract-address-components): Work with address in
5860         which the name portion contains @.
5861
5862         * lpath.el: Fbind custom-autoload.
5863
5864 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5865
5866         * gnus.el (gnus-start): Move custom group up.
5867         (gnus-select-method): Don't autoload, but make it available for
5868         `customize-variable'.
5869         (gnus-getenv-nntpserver): Don't autoload.
5870
5871 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5872
5873         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5874
5875 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5876
5877         * message.el (message-sendmail-extra-arguments): New variable.
5878         (message-send-mail-with-sendmail): Use it.
5879
5880 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5881
5882         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5883         mm-with-unibyte-current-buffer to make string unibyte.
5884
5885         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5886         mm-string-as-multibyte.
5887
5888 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5889
5890         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5891         Reported by Werner Koch <wk@gnupg.org>.
5892
5893 2006-11-14  Daiki Ueno  <ueno@p360>
5894
5895         * mml2015.el: Autoload epa-select-keys when compiling.
5896
5897 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5898
5899         * mml2015.el (mml2015-epg-sign): Save the signing keys in
5900         message-options.
5901         (mml2015-epg-encrypt): Save the recipient keys in message-options.
5902
5903 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5904
5905         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5906         EasyPG (< 0.0.6).
5907         (mml2015-always-trust): New user option.
5908         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5909         prompt.
5910
5911 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5912
5913         * nntp.el (nntp-authinfo-force): New variable.
5914         (nntp-send-authinfo): Use it.
5915
5916 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5917
5918         * message.el (message-strip-subject-encoded-words): Allow _not_ to
5919         decode encoded words.  Improve prompt.  Add comment about forwarding.
5920         (message-replacement-char): Move up.
5921
5922 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5923
5924         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
5925         instead of gnus-intersection because arguments of gnus-sorted-nunion
5926         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
5927
5928 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
5929
5930         * message.el (message-strip-subject-encoded-words): Reformat prompt.
5931         (message-simplify-subject-functions): Enable
5932         message-strip-subject-encoded-words by default.
5933
5934 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
5935
5936         * message.el (message-strip-subject-encoded-words): New function.
5937         (message-simplify-subject-functions): New variable.
5938         (message-simplify-subject): Use it.  Fix typo in doc string.
5939         Support message-strip-subject-encoded-words.
5940
5941 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
5942
5943         * gnus-diary.el (gnus-diary-delay-format-function):
5944         * nndiary.el (nndiary-reminders):
5945         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
5946
5947 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5948
5949         * gnus-art.el (article-hide-boring-headers): Fetch date from
5950         gnus-original-article-buffer to avoid problems with localized date
5951         strings.
5952
5953 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5954
5955         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
5956
5957 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
5958
5959         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
5960         New variables.
5961         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5962         (mm-charset-synonym-alist): Move some entries to
5963         mm-codepage-iso-8859-list.
5964         (mm-charset-synonym-alist, mm-charset-override-alist): Add
5965         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5966
5967 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5968
5969         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
5970
5971 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5972
5973         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
5974         with Emacs 21 and XEmacs.
5975
5976 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5977
5978         * spam.el (spam-parse-address): New function for better parsing,
5979         catching errors, etc.
5980         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
5981
5982 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5983
5984         * mm-view.el: Add interactive arg to html2text autoload.
5985
5986 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5987
5988         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
5989
5990 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
5991
5992         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
5993         variables.
5994         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5995         (mm-charset-synonym-alist): Move some entries to
5996         mm-codepage-iso-8859-list.
5997
5998         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
5999
6000 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6001
6002         * message.el (message-citation-line-format)
6003         (message-insert-formated-citation-line): Fix implementation of %E, %N
6004         and %n according to the doc string.
6005
6006 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6007
6008         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6009         car-safe to avoid bad parses.
6010
6011 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6014         names.
6015
6016         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6017
6018 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6019
6020         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6021         header.
6022
6023         * message.el (message-draft-headers): Add Date.
6024         (message-headers-to-generate): Fix typo in docstring.
6025
6026         * nndraft.el (nndraft-required-headers): New variable.
6027         (nndraft-generate-headers): Use it.
6028
6029         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6030
6031 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6032
6033         * gnus-registry.el (gnus-registry-wash-for-keywords)
6034         (gnus-registry-find-keywords): New functions to allow easy searching of
6035         articles that are in the registry.
6036
6037 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6038
6039         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6040         ietf-drums-parse-address instead of gnus-extract-address-components.
6041         Reported by Damien Elmes <damien@repose.cx>.
6042
6043 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6044
6045         * gnus.el (gnus-mime): Remove unused custom group.
6046
6047 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6048
6049         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6050         "blank line" when searching for end of armor headers.
6051
6052 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6053
6054         * gmm-utils.el (gmm-write-region): Fix variable name.
6055
6056 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6057
6058         * gmm-utils.el (gmm-write-region): New function based on compatibility
6059         code from `mm-make-temp-file'.
6060
6061         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6062
6063         * nnmaildir.el (nnmaildir--update-nov)
6064         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6065         Use `gmm-write-region'.
6066
6067 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6068
6069         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6070         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6071
6072         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6073
6074         * message.el (message-replacement-char): New variable.
6075         (message-fix-before-sending): Use it.
6076         (message-simplify-subject): New function to remove duplicate code.
6077         (message-reply, message-followup): Use it.
6078
6079         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6080         gnus-summary-limit-to-articles.
6081
6082 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6083
6084         * gnus-util.el (gnus-with-local-quit): New macro.
6085
6086         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6087
6088 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6089
6090         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6091         ignore non-string data.
6092
6093 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6094
6095         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6096         non-string data (needs to be done in the registry too).
6097
6098 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6099
6100         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6101         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6102         (gnus-registry-split-fancy-with-parent)
6103         (gnus-registry-fetch-simplified-message-subject-fast)
6104         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6105         Remove text properties on ingress into the registry and when it's saved.
6106         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6107         registry from entries with no groups.
6108
6109 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6110
6111         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6112         function to remove string properties.
6113
6114 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6115
6116         * gmm-utils.el (gmm): Adjust custom version.
6117
6118         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6119         custom version.
6120
6121         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6122
6123 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6124
6125         * gnus-art.el (gnus-insert-prev-page-button)
6126         (gnus-insert-next-page-button): Simplify.  Reformat.
6127
6128 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6129
6130         * gnus-art.el (gnus-insert-prev-page-button)
6131         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6132
6133 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6134
6135         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6136
6137 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6138
6139         * gnus-art.el (gnus-insert-mime-button)
6140         (gnus-insert-mime-security-button):
6141         Apply gnus-article-button-face to MIME and security buttons.
6142
6143 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6144
6145         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6146         readable.
6147
6148 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6149
6150         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6151
6152 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6153
6154         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6155         `browse-url-of-file' instead of `browse-url'.
6156
6157 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6158
6159         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6160         regexp.  Articles containing quotation were cut prematurely.
6161
6162 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6163
6164         * message.el (message-cite-original-1): Use nobody by default for the
6165         value of From header.
6166         (message-reply): Ditto.
6167
6168 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6169
6170         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6171         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6172         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6173
6174 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6175
6176         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6177         mails in the doc string.  Add some URLs in comment.
6178         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6179
6180 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6181
6182         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6183         backslashes handling and the way to find boundaries of quoted strings.
6184
6185 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6186
6187         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6188         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6189         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6190         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6191
6192 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6193
6194         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6195         doc string.
6196         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6197
6198 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6199
6200         * lpath.el: Fbind epg-check-configuration.
6201
6202 2006-09-06  Simon Josefsson  <jas@extundo.com>
6203
6204         * mml2015.el (mml2015-use): Doc fix, mention epg.
6205
6206 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6207
6208         * mml2015.el (mml2015-use): Default to epg, if available.
6209
6210 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6211
6212         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6213         message-sender.
6214         (mml1991-epg-encrypt): Ditto.
6215         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6216         message-sender.
6217         (mml2015-epg-encrypt): Ditto.
6218
6219 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6220
6221         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6222         several common directories.
6223
6224 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6225
6226         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6227         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6228
6229 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6230
6231         * gnus-art.el (article-decode-encoded-words): Make it fast.
6232
6233 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6234
6235         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6236
6237         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6238         in quoted string into `\'.
6239
6240 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6241
6242         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6243         Use standard-syntax-table.
6244
6245 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * gnus-art.el (gnus-decode-address-function): New variable.
6248         (article-decode-encoded-words): Use it to decode headers which are
6249         assumed to contain addresses.
6250         (gnus-mime-delete-part): Remove useless `or'.
6251
6252         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6253         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6254         (gnus-nov-parse-line): Use it to decode From header.
6255         (gnus-get-newsgroup-headers): Ditto.
6256         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6257
6258         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6259         (mail-decode-encoded-address-string): New alias.
6260
6261         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6262         New function.
6263         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6264         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6265         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6266         (rfc2047-decode-string): Ditto.
6267         (rfc2047-decode-address-region): New function.
6268         (rfc2047-decode-address-string): New function.
6269
6270 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6271
6272         * message.el (message-caesar-buffer-body): Allow rotating headers.
6273
6274         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6275
6276         * message.el (message-insert-formated-citation-line): Fix %f.
6277         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6278
6279 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6280
6281         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6282         (gnus-bookmark-mouse-available-p): New macro.
6283         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6284         (gnus-bookmark-bmenu-show-infos): Use it.
6285         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6286         (gnus-bookmark-bmenu-hide-infos): Ditto.
6287         (gnus-bookmark-remove-properties): New function.
6288         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6289         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6290         (gnus-bookmark-write-file): Bind coding-system-for-write.
6291         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6292         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6293         group before selecting it.
6294         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6295         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6296         quit-window if it is not available; use gnus-mouse-2 and bind it to
6297         gnus-bookmark-bmenu-select-by-mouse.
6298         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6299         (gnus-bookmark-bmenu-select-by-mouse): New function.
6300
6301 2006-08-13  Romain Francoise  <romain@orebokech.com>
6302
6303         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6304         space.
6305
6306 2006-08-10  Romain Francoise  <romain@orebokech.com>
6307
6308         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6309         (dns-mode-soa-auto-increment-serial): New user option.
6310         (dns-mode-soa-maybe-increment-serial): New function.
6311         (dns-mode): Add the latter to `write-contents-functions'.
6312
6313 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6314
6315         * compface.el (uncompface): Use binary rather than raw-text-unix.
6316
6317 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6318
6319         * compface.el (uncompface): Make sure the eol conversion doesn't take
6320         place when communicating with the external programs.  Reported by
6321         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6322
6323 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6324
6325         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6326
6327 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6328
6329         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6330         Make it more robust by parsing author and date independently.
6331
6332 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6333
6334         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6335
6336 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6337
6338         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6339         first matching secret key.
6340         (mml2015-epg-encrypt): Ditto.
6341
6342         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6343         first matching secret key.
6344         (mml1991-epg-encrypt): Ditto.
6345
6346         * mml2015.el (mml2015-encrypt-to-self): New user option.
6347         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6348         mml2015-epg-encrypt-to-self is set.
6349
6350         * mml1991.el (mml1991-encrypt-to-self): New variable.
6351         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6352         mml1991-epg-encrypt-to-self is set.
6353
6354         * mml2015.el (mml2015-signers): New user option.
6355         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6356         (mml2015-epg-encrypt): Allow to select signing keys.
6357
6358         * mml1991.el (mml1991-signers): New variable.
6359         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6360         (mml1991-epg-encrypt): Allow to select signing keys.
6361
6362 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6363
6364         * nnheader.el (nnheader-insert-head): Make it work even if the file
6365         uses CRLF for the line-break code.
6366
6367 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6368
6369         * mml2015.el: Require mml-sec instead of password.
6370         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6371         (mml2015-cache-passphrase): Inherit the default value from
6372         mml-secure-cache-passphrase.
6373         (mml2015-passphrase-cache-expiry): Inherit the default value from
6374         mml-secure-passphrase-cache-expiry.
6375
6376         * mml1991.el: Require mml-sec instead of password.
6377         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6378         (mml1991-cache-passphrase): Inherit the default value from
6379         mml-secure-cache-passphrase.
6380         (mml1991-passphrase-cache-expiry): Inherit the default value from
6381         mml-secure-passphrase-cache-expiry.
6382
6383         * mml-sec.el: Require password.
6384         (mml-secure-verbose): New user option.
6385         (mml-secure-cache-passphrase): New user option.
6386         (mml-secure-passphrase-cache-expiry): New user option.
6387
6388 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6389
6390         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6391         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6392         andreas@altroot.de (Andreas Vögele).
6393
6394         FIXME: Use `tiny change'?
6395
6396 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6397
6398         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6399         workaround for the url package included with Emacs.
6400
6401         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6402
6403 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6404
6405         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6406         correctly.  This fixes a bug caused by the 2006-05-12 change.
6407
6408 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6409
6410         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6411         some information about the error when saying that the `bogus' mail
6412         group will be used.
6413
6414 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6415
6416         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6417         string.
6418
6419 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6420
6421         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6422
6423 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6424
6425         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6426
6427 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6428
6429         * mml1991.el (mml1991-function-alist): Add epg.
6430         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6431         (mml1991-epg-encrypt): New functions.
6432
6433 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6434
6435         * mml2015.el (mml2015-verbose): New variable.
6436         (mml2015-cache-passphrase): Ditto.
6437         (mml2015-passphrase-cache-expiry): Ditto.
6438         (mml2015-function-alist): Add epg.
6439         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6440         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6441         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6442         functions.
6443
6444 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6445
6446         * message.el (message-cite-original-1): Preserve region when removing
6447         quoted text due to X-No-Archive in order to avoid bogus attribution
6448         when citing multiple messages.
6449
6450 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6451
6452         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6453         Kenneth Jacker <khj@be.cs.appstate.edu>.
6454
6455 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6456
6457         * gnus-diary.el (gnus-user-format-function-d)
6458         (gnus-user-format-function-D): Autoload.
6459
6460         * imap.el (Commentary): Fix typo.
6461
6462         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6463         2006-04-22 contribution.
6464
6465 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6466
6467         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6468         It didn't really fix the bogosity I'm seeing with solid web groups.
6469
6470 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6471
6472         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6473         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6474         created using server names.  If we use the feature without declaring
6475         it, Gnus does not properly manage server and group state.
6476
6477         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6478         bound.
6479
6480 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6481
6482         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6483         looking up the method using GROUP's prefix before inventing a new one.
6484         It is used on killed/unknown groups in various places where returning
6485         an all-new method isn't expected by the caller.
6486
6487         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6488         and match semantics of gnus-group-real-prefix.
6489
6490 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6491
6492         * nnmail.el (nnmail-broken-references-mailers): New variable.
6493         (nnmail-ignore-broken-references): New function generalizing
6494         nnmail-fix-eudora-headers.
6495         (nnmail-fix-eudora-headers): Now obsolete.
6496
6497         * gnus-art.el (gnus-button-handle-custom): Support
6498         `customize-apropos*'.
6499
6500 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6501
6502         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6503
6504         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6505         articles.
6506
6507 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6508
6509         * message.el (message-cite-reply-above): New variable.
6510         (message-yank-original): Use it.
6511
6512 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6513
6514         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6515
6516 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6517
6518         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6519         as read.
6520
6521         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6522
6523 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6524
6525         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6526         (gnus-bookmark-default-file): Use gnus-directory.
6527         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6528         Remove "*" in doc string.
6529         (gnus-bookmark-write-file): Simplify.
6530         (gnus-bookmark-maybe-sort-alist): Use `when'.
6531         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6532         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6533         FIXME about Emacs 21 and XEmacs compatibility.
6534         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6535         compatibility.
6536         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6537         compatibility.
6538         (gnus-bookmark-menu-heading): Fix version.
6539
6540 2006-06-19  Bastien Guerry  <bzg@altern.org>
6541
6542         * gnus-bookmark.el: New file.
6543
6544 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6545
6546         * message.el (message-syntax-checks): Doc fix.
6547
6548 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6549
6550         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6551         unsubscribed groups as if they were killed ones.  It causes duplicate
6552         entries in gnus-newsrc-alist.
6553
6554 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6555
6556         * message.el (message-syntax-checks): Doc fix.
6557         (message-send-mail): Add check for continuation headers.
6558         (message-check-news-header-syntax): Fix regexp used to check for
6559         continuation headers.
6560
6561 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6562
6563         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6564
6565 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6566
6567         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6568
6569 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6570
6571         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6572         default-truncate-lines.
6573
6574 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6575
6576         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6577         to fill the utf-8 entry.
6578
6579         * lpath.el: Fbind unicode-precedence-list.
6580
6581 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6582
6583         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6584
6585 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6586
6587         * gnus-agent.el (directory-files-and-attributes): Move all the way
6588         forward (the third and final move).
6589         (gnus-agent-read-agentview): Trap reconstruction errors due to
6590         nonexistant directory.  Handle by returning nil.
6591
6592 2006-05-30  Didier Verna  <didier@xemacs.org>
6593
6594         * message.el (message-dont-reply-to-names): Update the custom type.
6595         * message.el (message-dont-reply-to-names): New defsubst: potentially
6596         convert a list of regexps into a single one.
6597         * message.el (message-get-reply-headers): Use it.
6598         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6599
6600 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6601
6602         * gnus-agent.el (directory-files-and-attributes): Move forward.
6603
6604 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6605
6606         * gnus-ml.el (gnus-mailing-list-subscribe)
6607         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6608         (gnus-mailing-list-message): Fix doc strings.
6609
6610 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6611
6612         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6613         of doing it manually.
6614
6615 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6616
6617         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6618         comment.
6619
6620 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6621
6622         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6623         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6624         (gnus-agent-read-local): All symbols allocated in my-obarray.
6625         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6626         (gnus-agent-regenerate-group): Check numeric names to see if they are
6627         messages or groups.
6628         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6629         better way of do this...)
6630
6631         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6632         'dummy.group' (there should be a better way of do this...)
6633
6634 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6635
6636         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6637         (gnus-saved-headers): Ditto.
6638         (gnus-default-article-saver): Mention functions may have properties.
6639         (gnus-article-save): Override gnus-save-all-headers and
6640         gnus-saved-headers by :headers property which saver function may have.
6641         (gnus-summary-save-in-file): Add :headers property.
6642         (gnus-summary-write-to-file): Ditto.
6643
6644         * gnus-sum.el (gnus-summary-save-article): Bind
6645         gnus-prompt-before-saving to t when saving many articles in a file;
6646         always show all headers.
6647
6648         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6649
6650 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6651
6652         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6653         marks.
6654
6655         * message.el (message-indent-citation): Add optional arguments to allow
6656         using it outside of message buffers.
6657
6658         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6659         (gnus-article-treat-unfold-headers): Use it.
6660         (gnus-article-truncate-lines): New variable.
6661         (gnus-article-mode): Use it.
6662         (gnus-article-toggle-truncate-lines): New function.
6663
6664         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6665         gnus-article-toggle-truncate-lines.
6666
6667         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6668         coding system in XEmacs, use binary.
6669
6670 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6671
6672         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6673         after-load-alist.
6674
6675         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6676         this function should save decoded articles.
6677         (gnus-summary-write-to-file): Use property to specify this function
6678         should save decoded articles and specify gnus-summary-save-in-file
6679         should be used to save articles other than the first one when saving
6680         many articles.
6681         (gnus-summary-save-body-in-file): Use property to specify this
6682         function should save decoded articles.
6683         (gnus-summary-write-body-to-file): Use property to specify this
6684         function should save decoded articles and specify
6685         gnus-summary-save-body-in-file should be used to save articles other
6686         than the first one when saving many articles.
6687
6688         * gnus-sum.el (gnus-summary-save-article): Simplify.
6689
6690 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6691
6692         * gnus-art.el (gnus-default-article-saver): Add
6693         gnus-summary-write-body-to-file.
6694         (gnus-article-save-coding-system): Don't use coding system object
6695         in XEmacs.
6696         (gnus-read-save-file-name): Add optional `dir-var' argument which
6697         specifies directory in which files are saved; work even if optional
6698         `variable' argument is not specified.
6699         (gnus-summary-write-to-file): Read file name.
6700         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6701         (gnus-summary-write-body-to-file): New function.
6702
6703         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6704         (gnus-summary-local-variables): Add it.
6705         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6706         (gnus-summary-save-article): Remove optional `decode' argument;
6707         determine whether to decode articles by the value of
6708         gnus-default-article-saver; when saving many files using
6709         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6710         it first and use gnus-summary-save-in-file or
6711         gnus-summary-save-body-in-file thereafter unless
6712         gnus-prompt-before-saving is always; move point to article which
6713         will be saved.
6714         (gnus-summary-save-article-file): Revert.
6715         (gnus-summary-write-article-file): Revert.
6716         (gnus-summary-save-article-body-file): Revert.
6717         (gnus-summary-write-article-body-file): New function.
6718
6719 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6720
6721         * gnus-art.el (gnus-default-article-saver): Doc fix.
6722         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6723         from gnus-summary-save-article-coding-system, and default to a
6724         certain coding system.
6725         (gnus-output-to-file): Add coding cookie and encode text according
6726         to gnus-article-save-coding-system; don't use mm-append-to-file.
6727
6728         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6729         gnus-art.el and rename to gnus-article-save-coding-system.
6730         (gnus-summary-save-article): Require gnus-art; don't show all
6731         headers if it decodes articles; don't add coding cookie here;
6732         don't bind mm-text-coding-system-for-write.
6733         (gnus-summary-save-article-file): Save decoded articles.
6734         (gnus-summary-write-article-file): When saving many files, use
6735         gnus-summary-write-to-file first and gnus-summary-save-in-file
6736         thereafter unless gnus-prompt-before-saving is always.
6737         (gnus-summary-save-article-body-file): Save decoded articles.
6738
6739         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6740
6741 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6742
6743         * nnrss.el (nnrss-check-group): Bind hash-index.
6744
6745 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6746
6747         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6748         its hash index.  Store this hash in `nnrss-group-data'.
6749         (nnrss-read-group-data): Update accordingly.
6750
6751 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6752
6753         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6754         entry.
6755
6756         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6757         gnus-article-browse-html-article.
6758
6759 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6760
6761         * gnus-sum.el (gnus-summary-mime-map): Add
6762         gnus-article-browse-html-article.
6763
6764         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6765
6766 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6767
6768         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6769         suitable coding systems in customize.
6770
6771 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6772
6773         * mail-source.el (mail-sources): Fix custom type.
6774
6775 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6776
6777         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6778         (gnus-summary-expire-articles-now): Shorten prompt.
6779
6780         * gmm-utils.el (wid-edit): Require.
6781         (defun-gmm): Renamed from `gmm-defun-compat'.
6782         (gmm-image-search-load-path): Use it.
6783         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6784
6785 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6786
6787         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6788         variable.
6789         (gnus-summary-save-article): Add optional `decode' argument.  If
6790         it is set and gnus-summary-save-article-coding-system is non-nil,
6791         save decoded article.
6792         (gnus-summary-write-article-file): Save decoded article if
6793         gnus-summary-save-article-coding-system is non-nil.
6794
6795         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6796         type.
6797
6798 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6799
6800         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6801
6802 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6803
6804         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6805         first to test gnus-single-article-buffer which may be buffer-local.
6806
6807         * gnus-sum.el (gnus-summary-setup-buffer): Make
6808         gnus-single-article-buffer buffer-local and nil in ephemeral
6809         group; make gnus-article-buffer, gnus-article-current, and
6810         gnus-original-article-buffer always buffer-local.
6811         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6812         group.
6813         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6814
6815 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6816
6817         * nnml.el (nnml-request-compact-group): Compressed files might not
6818         have .gz extension.
6819
6820 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6821
6822         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6823         (mm-copy-to-buffer): Use with-current-buffer.
6824         (mm-display-part): Simplify.
6825         (mm-inlinable-p): Add optional arg `type'.
6826
6827 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6828
6829         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6830         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6831         Try harder to show the attachment internally or externally using
6832         gnus-mime-view-part-as-type.
6833
6834 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6835
6836         * message.el (message-from-style, message-signature-separator)
6837         (message-user-organization-file, message-send-mail-function)
6838         (message-citation-line-function, message-yank-prefix)
6839         (message-indent-citation-function, message-signature)
6840         (message-signature-file, message-signature-insert-empty-line):
6841         Remove autoloads.
6842
6843         * gnus-art.el (gnus-buttonized-mime-types): Remove
6844         "multipart/signed".  Revert 2006-04-26 change.
6845
6846 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6847
6848         * gnus.el (gnus-version-number): Bump version.
6849
6850 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6851
6852         * gnus.el: No Gnus v0.5 is released.
6853
6854 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6855
6856         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6857         fetching articles by message-id.
6858
6859 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6860
6861         * message.el (hashcash): Require hashcash as normal.
6862
6863         * ecomplete.el (ecomplete-highlight-match-line): Use
6864         point-at-eol.
6865         (ecomplete-highlight-match-line): Use `highlight', because that
6866         face exists in both Emacs and XEmacs.
6867
6868         * message.el (message-display-abbrev): Use point-at-bol.
6869
6870         * mail-source.el: Don't require timer/timer-funcs.
6871
6872         * gnus-async.el: Ditto.
6873
6874         * password.el: Ditto.
6875
6876         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
6877
6878         * mm-url.el: Ditto.
6879
6880         * gnus-xmas.el: Don't require timer-funcs.
6881
6882         * mm-util.el: Require timer/timer-funcs.
6883
6884 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6885
6886         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6887         Close.
6888
6889 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6890
6891         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6892         unibyte after clear-decrypt function runs.
6893
6894         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6895         returns as a unibyte string.
6896
6897 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6898
6899         * lpath.el: Revert.
6900
6901         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
6902         (pgg-gpg-process-sentinel): Revert.
6903
6904         * pgg-pgp.el (pgg-pgp-process-region): Revert.
6905         (pgg-pgp-lookup-key): Revert.
6906
6907         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
6908         (pgg-pgp5-lookup-key): Revert.
6909
6910         * pgg.el (pgg-fetch-key): Revert.
6911
6912 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6913
6914         * lpath.el: Fbind string-as-multibyte for XEmacs.
6915
6916         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6917         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6918         (mml1991-pgg-encrypt): Ditto.
6919
6920         * pgg-gpg.el (pgg-string-to-multibyte): New function.
6921         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
6922         a multibyte buffer.
6923
6924         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
6925         (pgg-pgp-lookup-key): Ditto.
6926
6927         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
6928         (pgg-pgp5-lookup-key): Ditto.
6929
6930         * pgg.el (pgg-fetch-key): Ditto.
6931
6932 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6933
6934         * message.el (message-user-organization-file): Check several
6935         locations of the organization file.
6936
6937         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
6938         Add gnus-article-view-part-as-type.
6939
6940         * gnus-art.el (gnus-article-view-part-as-type): New function.
6941
6942         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
6943         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
6944
6945         * mml.el: Simplify autoload.
6946         (mml-mode): defvar dnd-protocol-alist instead of using
6947         symbol-value.
6948         (mml-default-directory): New variable.
6949         (mml-minibuffer-read-file): Use it.
6950         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6951
6952         * message.el (message-citation-line-format): New variable.
6953         (message-insert-formated-citation-line): New function.
6954         (message-citation-line-function): Add
6955         `message-insert-formated-citation-line' to custom type.
6956
6957         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
6958         to doc string.
6959
6960         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
6961         depending on mm-verify-option.
6962
6963 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6964
6965         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
6966         binding pgg-* variables; reimplement the section which prevents
6967         MIME header from being signed.
6968         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
6969         pgg-text-mode; remove a blank line at the top of body.
6970
6971         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
6972         lines at the top of body; use gnus-newsgroup-charset if there's no
6973         Charset header.
6974
6975 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6976
6977         * message.el (message-self-insert-commands): Doc fix.
6978
6979         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
6980         (mm-uu-pgp-encrypted-test): Ditto.
6981         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
6982         between header and body; return application/pgp-encrypted handle
6983         if decryption failed; decode decrypted body by charset.
6984
6985         * mm-decode.el (mm-automatic-display): Don't make application/pgp
6986         element match to application/pgp-*.
6987
6988 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6989
6990         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
6991         HTML.
6992
6993 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6994
6995         * mail-source.el (mail-source-call-script): Message the error
6996         string.
6997
6998 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6999
7000         * gnus-util.el (gnus-byte-compile): Use it.
7001
7002 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7003
7004         * gnus-util.el (kill-empty-logs): New function.
7005
7006 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7007
7008         * message.el (message-mail-alias-type): Doc fix.
7009         (message-mail-alias-type-p): New function.
7010         (message-send): Use it.
7011         (message-mode): Ditto.
7012         (message-strip-forbidden-properties): Ditto.
7013
7014         * ecomplete.el (ecomplete-database-file-coding-system): New
7015         variable.
7016         (ecomplete-save): Use it.
7017         (ecomplete-setup): Use it.
7018
7019 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7020
7021         * message.el (message-self-insert-commands): New variable.
7022         (message-strip-forbidden-properties): Use it.
7023
7024 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7025
7026         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7027         that doesn't make XEmacs choke.
7028
7029 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7030
7031         * gnus-util.el (gnus-replace-in-string):
7032         Prefer replace-regexp-in-string over of replace-in-string.
7033
7034 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7035
7036         * gnus-util.el (gnus-select-frame-set-input-focus):
7037         Use select-frame-set-input-focus if it is available in XEmacs; use
7038         definition defined in Emacs 22 for old Emacsen.
7039
7040         * dgnushack.el: Autoload unmorse-region for XEmacs.
7041
7042         * lpath.el: Bind cursor-in-non-selected-windows and
7043         select-frame-set-input-focus for XEmacs.
7044
7045 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7046
7047         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7048
7049 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7050
7051         * gnus-registry.el (gnus-registry-cache-save): Remove text
7052         properties when saving via the temp buffer.
7053
7054 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7055
7056         * message.el (message-generate-hashcash): Honor custom type.
7057
7058 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7059
7060         * message.el (message-generate-hashcash): Default to non-nil when
7061         hashcash is found.
7062
7063         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7064         (gnus-refer-thread-limit): Increase default to 500.
7065
7066         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7067
7068         * flow-fill.el (fill-flowed): Allow delete-space.
7069
7070 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7071
7072         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7073         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7074         Remove autoloads.
7075
7076 2006-04-18  Simon Josefsson  <jas@extundo.com>
7077
7078         * message.el (message-generate-hashcash): Default to.
7079
7080 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7081
7082         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7083         concatenating segments rather than before concatenating them.
7084
7085 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7086
7087         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7088
7089 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7090
7091         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7092
7093         * message.el (message-forward-make-body-plain): Allow
7094         message-forward-ignored-headers to be a list.
7095         (message-remove-ignored-headers): Factor out into function.
7096         (message-forward-make-body-mml): Use it.
7097
7098         * imap.el (imap-quote-specials): New function.
7099         (imap-login-auth): Quote specials.
7100
7101         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7102         (rfc2231-parse-string): Allow concatanation of parameters that
7103         aren't contiguous.  The test case is
7104           (mail-header-parse-content-type "message/external-body;
7105             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7106             access-type=LOCAL-FILE;
7107             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7108
7109 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7110
7111         * nntp.el (nntp-accept-process-output): Return the value of
7112         `nnheader-accept-process-output'.
7113
7114 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7115
7116         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7117         (gnus-button-alist): Recognize more diff formats.
7118         (gnus-button-patch): Strip directory.
7119
7120 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7121
7122         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7123         Emacs 22 when setting focus.
7124
7125 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7126
7127         * gnus-art.el (gnus-article-treat-types): Do treatment of
7128         text/x-verbatim parts.
7129         (gnus-button-patch): New command.
7130
7131         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7132         addresses that contain invalid characters.
7133
7134 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7135
7136         * message.el (message-put-addresses-in-ecomplete): Use
7137         gnus-replace-in-string.
7138         (message-is-yours-p): Use the more correct
7139         mail-header-parse-address instead of
7140         mail-extract-address-components.
7141         (message-put-addresses-in-ecomplete): Fix typo.
7142
7143         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7144         keystroke.
7145
7146         * gnus-art.el (gnus-treatment-function-alist): Change order of
7147         newsgroups/generic header folding to avoid double-folding.
7148
7149         * message.el (message-hidden-headers): Add X-Draft-From.
7150
7151         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7152         command.
7153         (gnus-summary-repeat-search-article-backward): New command.
7154
7155         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7156         groups in the parent topic.
7157
7158 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7159
7160         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7161         (spam-extra-header-to-number): Return the CRM114 number as a
7162         number instead of a string.
7163
7164 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7165
7166         * gnus-art.el (gnus-face-properties-alist): Moved here from
7167         gnus-fun.
7168
7169         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7170
7171 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7172
7173         * message.el (message-strip-forbidden-properties): Only display on
7174         self-insert-command.
7175
7176         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7177         reindent.
7178         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7179
7180 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7181
7182         * smiley.el (smiley-style): Fix typo.
7183
7184 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7185
7186         * hashcash.el (hashcash-insert-payment-async-2): Use
7187         message-goto-eoh instead of doing it manually.
7188         (mail-add-payment): Use message-narrow-to-header instead of trying
7189         to do the same itself.
7190
7191         * message.el (message-hidden-headers): Add Face.
7192
7193         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7194         reparenting code.
7195         (gnus-summary-reparent-children): Refactored out code.
7196         (gnus-summary-thread-map): New keystroke.
7197         (gnus-summary-reparent-children): Make into command.
7198
7199         * smiley.el (smiley-style): Default to `medium' if using a large
7200         font.
7201
7202         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7203         does it itself.
7204
7205         * message.el (message-point-in-header-p): Simplify definition.
7206
7207 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7208
7209         * nnagent.el (nnagent-request-set-mark): Silence log file
7210         writing.
7211         (nnagent-request-set-mark): Use write-region instead of
7212         append-to-file.
7213
7214         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7215         strange select method.
7216
7217         * ecomplete.el (ecomplete-display-matches): Get highlightling
7218         right.
7219         (ecomplete-display-matches): Use literals.
7220         (ecomplete-display-matches): Disable message logging.
7221
7222         * message.el (message-display-abbrev): Small optimization.
7223
7224         * ecomplete.el (ecomplete-display-matches): Allow automatic
7225         display.
7226
7227         * message.el (message-strip-forbidden-properties): Display
7228         abbrevs.
7229         (message-display-abbrev): Get automatic display right.
7230
7231         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7232         keystrokes.
7233
7234 2006-04-13  Romain Francoise  <romain@orebokech.com>
7235
7236         TODO: Backport to v5-10!
7237
7238         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7239         Moved here (and renamed) from gnus-registry.el.
7240
7241         * gnus-registry.el: Require gnus-util.
7242         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7243
7244 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7245
7246         * gnus-group.el (gnus-group-catchup-current): Change
7247         if-then-else-if-then-else into cond.
7248         (gnus-group-catchup): Indent.
7249         (group-name-at-point): New function.
7250         (gnus-fetch-group): Provide default from thing at point.
7251
7252 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7253
7254         * message.el (message-display-abbrev): Fix regexp.
7255
7256         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7257         choosing.
7258         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7259         dead variables.
7260
7261         * message.el (message-newline-and-indent): Remove debugging.
7262         (message-display-abbrev): Use new implementation.
7263
7264 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7265
7266         * gnus-art.el (gnus-article-mode): Set
7267         cursor-in-non-selected-windows to nil.
7268
7269         * smiley.el: Revert previous change.
7270         (smiley-data-directory): defvar it before using it in the
7271         defcustom of `smiley-style'.
7272
7273 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7274
7275         * message.el (message-newline-and-indent): New function.
7276
7277         * ecomplete.el: Implement more bits.
7278
7279         * message.el (message-put-addresses-in-ecomplete): Clean up the
7280         string.
7281
7282         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7283
7284         * gnus-sum.el (gnus-summary-save-parts): Bind
7285         gnus-summary-save-parts-counter and use it to make unique file
7286         names.
7287
7288         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7289
7290         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7291         parameter to say whether to actually parse the individual
7292         addresses.
7293
7294         * message.el (message-put-addresses-in-ecomplete): New function.
7295         (ecomplete): Require.
7296         (message-mail-alias-type): Add ecomplete as an option.
7297
7298 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7299
7300         * flow-fill.el (fill-flowed): Remove trailing space from blank
7301         quoted lines.
7302
7303 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7304
7305         * smiley.el (smiley-style): Move definition later to avoid a
7306         compilation warning.
7307
7308 2006-04-12  Kenichi Handa  <handa@m17n.org>
7309
7310         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7311         buffer and then decode the buffer text if necessary.
7312         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7313         first, and after mm-encode-body, change the buffer to unibyte.
7314         Use mm-disable-multibyte instead of set-buffer-multibyte.
7315
7316 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7317
7318         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7319         Content-Type header instead of Content-Disposition header.
7320         (gnus-mime-inline-part): Ditto.
7321         (gnus-mime-view-part-as-charset): Ignore charset that the part
7322         specifies.
7323
7324         * mm-decode.el (mm-display-part): Work with external parts and
7325         usual parts similarly.
7326
7327         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7328         instead of gnus-display-mime.
7329
7330         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7331         instead of with-temp-buffer.
7332
7333         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7334         tag to summarized topics part in order to encode non-ASCII text.
7335
7336 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7337
7338         * smiley.el (smiley-style): New variable.
7339         (smiley-directory): New function.
7340         (smiley-data-directory): Derive from `smiley-style' using
7341         `smiley-directory'.
7342         (smiley-regexp-alist): Add new entries.
7343
7344         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7345         (gnus-article-browse-delete-temp): Add :version.
7346
7347 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7348
7349         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7350         the sieve region.
7351
7352 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7353
7354         * gnus.el (gnus-version-number): Bump version.
7355
7356 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7357
7358         * gnus.el: No Gnus v0.4 is released.
7359
7360 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7361
7362         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7363         layout.
7364
7365         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7366         unknown charset.
7367
7368         * message.el (message-header-synonyms): Add Original-To to the
7369         default.
7370
7371         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7372         optional parameter.
7373
7374 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7375
7376         * gnus-fun.el (gnus): Require it for gnus-directory.
7377
7378 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7379
7380         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7381
7382 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7383
7384         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7385
7386 2006-04-05  Simon Josefsson  <jas@extundo.com>
7387
7388         * password.el (password-reset): New function.
7389
7390 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7391
7392         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7393         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7394
7395 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7396
7397         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7398         Some whitespace was matched into the url, which broke browsing hits
7399         > 100 when mm-url-use-external was nil.
7400
7401 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7402
7403         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7404         gnus-extra-headers for 'Newsgroups.
7405
7406         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7407         bound.
7408
7409 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7410
7411         * pgg-gpg.el: Clean up process buffers every time gpg processes
7412         complete.
7413
7414 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7415
7416         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7417         doc string.
7418
7419 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7420
7421         * pgg-gpg.el (pgg-gpg-process-filter)
7422         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7423
7424         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7425         lines, temporary fix.
7426
7427 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7428
7429         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7430
7431 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7432
7433         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7434         default-enable-multibyte-characters.  This reverts the change from
7435         revision 6.17 which is no longer necessary because the passphrase
7436         is sent separately now.  GnuPG messages are unreadable under
7437         multibyte locales with default-enable-multibyte-characters set to
7438         nil.
7439
7440 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7441
7442         * message.el (message-tool-bar-gnome): Move "spell".
7443
7444 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7445
7446         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7447         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7448         instead.
7449
7450 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7451
7452         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7453         newsgroups handling for NNTP overviews which don't include
7454         Newsgroups.
7455
7456 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7457
7458         * message.el (message-resend): Bind message-generate-hashcash to nil.
7459
7460 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7461
7462         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7463         when searching for already-paid recipients.
7464
7465 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7466
7467         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7468         passphrases when it is not needed.
7469         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7470         passphrase stuff from gpg, should only be necessary when you use
7471         gpg with a smartcard.
7472
7473 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7474
7475         * mml.el (mml-insert-mime): Ignore cached contents of
7476         message/external-body part.
7477
7478         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7479         (mm-insert-part): Ditto.
7480
7481 2006-03-23  Simon Josefsson  <jas@extundo.com>
7482
7483         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7484         Reiner.
7485         (pgg-gpg-use-agent-p): Use it again.
7486
7487 2006-03-23  Simon Josefsson  <jas@extundo.com>
7488
7489         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7490         older emacsen.
7491         (pgg-gpg-use-agent-p): Don't use it.
7492
7493 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7494
7495         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7496         if we can.
7497
7498 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7499
7500         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7501         (pgg-gpg-update-agent): New function.
7502         (pgg-gpg-use-agent-p): New function.
7503         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7504         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7505         (pgg-gpg-sign-region): Use it.
7506
7507 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7508
7509         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7510         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7511
7512 2006-03-21  Simon Josefsson  <jas@extundo.com>
7513
7514         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7515         <wilde@sha-bang.de>.
7516         (pgg-gpg-use-agent): New variable.
7517         (pgg-gpg-process-region): Use it.
7518         (pgg-gpg-encrypt-region): Likewise.
7519         (pgg-gpg-encrypt-symmetric-region): Likewise.
7520         (pgg-gpg-decrypt-region): Likewise.
7521         (pgg-gpg-sign-region): Likewise.
7522         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7523
7524 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7525
7526         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7527
7528         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7529         Add comment on version.
7530
7531 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7532
7533         * smiley.el: Add missing test smiley.
7534
7535 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7536
7537         * mm-decode.el (mm-with-part): New macro.
7538         (mm-get-part): Use it; work with message/external-body as well.
7539         (mm-save-part): Treat name and filename equally.
7540
7541         * mm-extern.el (mm-extern-cache-contents): New function.
7542         (mm-inline-external-body): Use it; force the part to be displayed;
7543         move undisplayer added to the cached handle to the parent.
7544
7545         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7546         (gnus-mime-view-part-as-type): Work with message/external-body.
7547
7548         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7549
7550 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7551
7552         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7553         images in image-load-path.  [Sync with image.el, revision 1.60, in
7554         Emacs.]
7555
7556 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7557
7558         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7559         path rather than symbol.  Always return list of directories.
7560         Guarantee that image directory comes first.  [Sync with image.el,
7561         revision 1.59, in Emacs.]
7562
7563         * message.el (message-make-tool-bar): Adjust to new API of
7564         `gmm-image-load-path-for-library'.
7565
7566         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7567
7568         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7569
7570 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7571
7572         * gnus-art.el (gnus-article-only-boring-p):
7573         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7574         intangible text.
7575         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7576
7577 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7578
7579         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7580         `defun' instead of `gmm-defun-compat'.
7581
7582 2006-03-14  Simon Josefsson  <jas@extundo.com>
7583
7584         * message.el (message-unique-id): Don't use message-number-base36
7585         if (user-uid) is a float.
7586         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7587
7588 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7589
7590         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7591
7592         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7593         empty line between a part and a message part.
7594
7595 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7596
7597         * smiley.el: Add more test smileys.
7598         (smiley-data-directory, smiley-regexp-alist)
7599         (gnus-smiley-file-types): Fix doc strings.
7600         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7601         adding new elements.
7602         (smiley-mouse-map): Unused code.  Make it a comment.
7603
7604 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7605
7606         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7607         scan latest NoCeM messages instead of old ones.
7608         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7609         delimiters that are recently used.
7610         (gnus-nocem-load-cache): Add autoload cookie.
7611
7612         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7613
7614         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7615         level which is larger than gnus-use-nocem is specified.
7616
7617         * gnus-group.el (gnus-group-get-new-news): Ditto.
7618
7619 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7620
7621         * gnus-util.el (gnus-tool-bar-update): New function.
7622
7623         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7624         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7625
7626         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7627
7628         * gnus-group.el (gnus-group-redraw-when-idle)
7629         (gnus-group-redraw-check): Remove.
7630         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7631
7632 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7633
7634         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7635         if optional last element is specified in splits (FIELD VALUE...).
7636
7637 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7638
7639         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7640         to gmm-image-load-path-for-library.  Call with no-error argument.
7641         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7642
7643         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7644
7645         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7646
7647         * gmm-utils.el (gmm-image-load-path): Remove alias.
7648
7649 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7650
7651         * gmm-utils.el (gmm-image-load-path): Add alias.
7652
7653         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7654         nnml-generate-nov-databases-1.
7655         (nnml-generate-nov-databases): Use it.
7656         (nnml-generate-nov-databases-directory): Document no-active
7657         argument.
7658
7659         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7660         directory if path is t.  Add no-error.
7661
7662         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7663         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7664
7665         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7666         resetting gnus-article-browse-html-temp-list.
7667
7668         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7669         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7670         Add example to docstring.  Rename local variables.  Move error
7671         checks to default case in cond and simplify.
7672
7673 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7676         handle is multipart when calling it recursively.
7677         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7678
7679 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7680
7681         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7682         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7683
7684 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7685
7686         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7687         is loaded.
7688
7689         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7690         loaded.
7691
7692 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7693
7694         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7695         to "Emacs 23 (unicode)" in doc string.
7696
7697         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7698         "Emacs 23 (unicode)" in comment.
7699
7700 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7701
7702         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7703
7704         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7705         characters 160 through 255 in Emacs 23.
7706
7707 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7708
7709         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7710         gnus-article-browse-html-temp.
7711         (gnus-article-browse-delete-temp): Make it customizable.  Add
7712         `file'.  Adjust doc string.
7713         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7714         query for each file.  Adjust doc string.
7715         (gnus-article-browse-html-parts): Add
7716         `gnus-article-browse-delete-temp-files' to
7717         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7718
7719 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7720
7721         * gnus-art.el (gnus-article-browse-html-temp)
7722         (gnus-article-browse-delete-temp): New variables.
7723         (gnus-article-browse-delete-temp-files): New function.
7724         (gnus-article-browse-html-parts): Use it.
7725
7726 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7727
7728         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7729
7730         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7731         string.
7732
7733         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7734         gnus-summary-insert-new-articles when unplugged.  Remove
7735         gnus-summary-search-article-forward.
7736
7737         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7738         display-visual-class instead of display-color-cells.
7739
7740 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7741
7742         * dgnushack.el: Autoload customize-group for XEmacs.
7743
7744         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7745         message/* containing non-ASCII text properly.
7746
7747 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7748
7749         * message.el: Require gmm-utils, remove autoloads.
7750         (message-tool-bar): Set default based on
7751         gmm-tool-bar-style.
7752         (message-tool-bar-gnome): Add gmm-customize-mode.
7753
7754         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7755         gmm-tool-bar-style.
7756         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7757
7758         * gnus-group.el (gnus-group-tool-bar): Set default based on
7759         gmm-tool-bar-style.
7760         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7761
7762         * gmm-utils.el (gmm-image-directory): Rename variable from
7763         gmm-image-load-path.
7764         (gmm-image-load-path): Use gmm-image-directory.
7765         (gmm-customize-mode): New function.
7766         (gmm-tool-bar-style): New variable.
7767
7768         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7769         gnus-group-redraw-line-number.
7770         (gnus-group-redraw-check): Simplify.
7771         (gnus-group-tool-bar-update): Remove redraw check.
7772         (gnus-group-make-tool-bar): Add redraw check.
7773
7774 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7775
7776         * gnus-art.el (gnus-button): Add missing parentheses.
7777
7778 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7779
7780         * lpath.el: Fbind line-number-at-pos.
7781
7782 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7783
7784         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7785
7786 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7787
7788         * gnus-art.el (gnus-button): New face.
7789         (gnus-article-button-face): Use it.
7790
7791         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7792         gnus-summary-next-page.  Re-order.
7793
7794         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7795         next-node are now included.
7796         (gnus-group-redraw-line-number): New internal variable.
7797         (gnus-group-redraw-check): Helper function for updating the tool
7798         bar.
7799         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7800
7801         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7802
7803         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7804         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7805         Use it to match format of Spamassassin 3.0 and later.  Reported by
7806         IRIE Tetsuya <irie@t.email.ne.jp>.
7807         (spam-check-bogofilter)
7808         (spam-bogofilter-register-with-bogofilter): Fix args of
7809         `gnus-error' calls.
7810
7811 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7812
7813         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7814         unnecessary interaction when sending queued mails.  Reported by
7815         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7816
7817 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7818
7819         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7820         first or last are nil.
7821
7822 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7823
7824         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7825
7826 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7827
7828         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7829
7830 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7831
7832         * dns.el (query-dns): Protect more against buggy tcp output.
7833
7834 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7835
7836         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7837         nov.php.
7838
7839 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7840
7841         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7842         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7843         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7844         output on the server side.
7845         (nnweb-google-create-mapping): Update regexps and add some
7846         progress indication.
7847
7848 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7849
7850         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7851         gnus-agent-toggle-plugged.  Re-order icons.
7852         (gnus-group-tool-bar-gnome): Add
7853         gnus-group-{prev,next}-unread-group.
7854         (gnus-group-tool-bar-gnome): Re-order icons.
7855
7856         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7857         gnus-summary-insert-new-articles.
7858
7859         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7860         comments.
7861
7862         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7863         also available in Emacs 21.3.
7864
7865         * message.el (message-fix-before-sending): Change "Emacs 22" to
7866         "Emacs 23 (unicode)" in comment.
7867
7868         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7869         "Emacs 23 (unicode)" in comment.
7870
7871         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7872         comment.
7873         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7874
7875         * mm-view.el (mm-fill-flowed): Add :version.
7876
7877 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7878
7879         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7880         and load-path.
7881
7882 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7883
7884         * message.el: Autoload gmm-image-load-path.
7885         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7886         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7887         consitency.
7888
7889         * gmm-utils.el (gmm-image-load-path): Also search in
7890         "../etc/images".  Don't set gmm-image-load-path if we don't find
7891         the image.
7892
7893 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7894
7895         * gmm-utils.el (gmm-image-load-path): Don't make
7896         `gmm-image-load-path' include subdirectories which the second arg
7897         `image' might specify.
7898
7899         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7900         subdirectory to icon file names.
7901
7902         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7903
7904 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7905
7906         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7907         gmm-image-load-path calls.
7908
7909         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7910
7911         * message.el (message-make-tool-bar): Ditto.
7912
7913         * mml.el (mml-preview): Added comment concerning tool bar icons.
7914
7915         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7916         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
7917
7918         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7919         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
7920
7921         * message.el (message-tool-bar-gnome): Use new icon names.
7922         (message-make-tool-bar): Use `gmm-image-load-path'.
7923
7924         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
7925         functions from MH-E.
7926         (gmm-image-load-path): New variable from MH-E.
7927         (gmm-image-load-path): New function from MH-E.  Added arguments
7928         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
7929         *-image-load-path-called-flag.
7930
7931 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
7932
7933         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
7934
7935 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
7936
7937         * nnimap.el (nnimap-request-move-article): Change folder back to
7938         source group before deleting.
7939
7940 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
7941
7942         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
7943
7944         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7945         mm-url.
7946
7947         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
7948
7949 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7950
7951         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7952         coding system which mm-charset-to-coding-system returns for a
7953         given charset is valid.
7954
7955 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
7956
7957         * html2text.el (html2text-remove-tag-list):
7958         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
7959
7960 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
7961
7962         * gnus-cus.el: Revert 2005-10-17 change.
7963
7964 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7965
7966         * gnus-art.el (article-strip-banner): Call
7967         article-really-strip-banner only when the regexp match is made.
7968
7969 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7970
7971         * gnus-art.el (article-strip-banner): Use
7972         gnus-extract-address-components instead of
7973         mail-header-parse-addresses to make it work with non-ASCII text;
7974         remove mail-encode-encoded-word-string.
7975
7976         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
7977         values which are surrounded with \"...\"; make it never cause a
7978         Lisp error; give up parsing of parameters if it failed in
7979         extracting type.
7980
7981 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
7982
7983         * smime.el (smime-cert-by-ldap-1): Fix bug where
7984         `smime-ldap-search' returns results without userCertificates.
7985
7986 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7987
7988         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
7989
7990 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7991
7992         * spam.el (spam-check-spamassassin-headers): Adapt format for
7993         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
7994         <ari@mbf.ocn.ne.jp>.
7995         (spam-list-of-processors): Add spam-use-gmane.
7996
7997 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7998
7999         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8000         make-temp-file; make it work with XEmacs as well.
8001
8002         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8003         mm-make-temp-file.
8004
8005         * mm-decode.el (mm-display-external): Use the 3rd arg of
8006         mm-make-temp-file.
8007         (mm-create-image-xemacs): Ditto.
8008
8009 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8010
8011         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8012         with message-narrow-to-headers.
8013         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8014         (gnus-draft-check-draft-articles): New function.
8015         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8016
8017 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8018
8019         * gnus-art.el (gnus-article-browse-html-parts):
8020         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8021         Don't use suffix argument for mm-make-temp-file for Emacs 21
8022         compatibility.  Remove useless `format'.
8023
8024 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8025
8026         * nnweb.el (nnweb-google-wash-article): Update regexps.
8027         (nnweb-group-alist): Use defvoo instead of defvar.
8028
8029 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8030
8031         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8032         re-loading nn* modules.
8033
8034 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8035
8036         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8037         for `tool-bar-mode' and don't check it's default-value.
8038
8039         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8040
8041         * message.el (message-make-tool-bar): Ditto.
8042
8043         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8044         `substring'.  Shorten tmp-file name.
8045
8046         * gnus.el: Remove bogus comment.
8047
8048 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8049
8050         * gnus-art.el (gnus-article-browse-html-parts): New function.
8051         (gnus-article-browse-html-article): New function for viewing html
8052         articles with a browser.
8053
8054 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8055
8056         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8057         in elisp.
8058         (pgg-gpg-encrypt-symmetric-region): Ditto.
8059         (pgg-gpg-sign-region): Ditto.
8060
8061         * pgg-def.el (pgg-text-mode): New variable.
8062
8063         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8064         (mml2015-pgg-encrypt): Ditto.
8065
8066         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8067         (mml1991-pgg-encrypt): Ditto.
8068
8069 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8070
8071         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8072         message-make-date instead of current-time-string.
8073
8074         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8075         to gnus-decoded which mm-uu might set.
8076
8077 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8080         don't decode quoted parameters; remove misimported Emacs code.
8081         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8082         (rfc2231-decode-encoded-string): Don't use split-string which
8083         behaves differently according to Emacs version; use
8084         mm-decode-coding-region to convert charset to coding-system.
8085         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8086         (rfc2231-encode-string): Remove misimported Emacs code.
8087
8088 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8089
8090         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8091         when calling mail-header-parse-content-type.
8092         (article-de-quoted-unreadable): Ditto.
8093         (article-de-base64-unreadable): Ditto.
8094         (article-wash-html): Ditto.
8095
8096         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8097         calling mail-header-parse-content-type and
8098         mail-header-parse-content-disposition.
8099         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8100         mail-header-parse-content-type.
8101
8102         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8103         insert charset and format parameters; encode description after
8104         inserting it to buffer.
8105         (mml-insert-parameter): Fold lines properly even if a parameter is
8106         segmented into two or more lines; change the max column to 76.
8107
8108         * rfc1843.el (rfc1843-decode-article-body): Don't use
8109         ignore-errors when calling mail-header-parse-content-type.
8110
8111         * rfc2231.el (rfc2231-parse-string): Return at least type if
8112         possible; don't cause an error even if it fails in parsing of
8113         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8114         (rfc2231-encode-string): Don't break lines at the beginning, leave
8115         it to mml-insert-parameter.
8116
8117         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8118         calling mail-header-parse-content-type.
8119
8120 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8121
8122         * spam-report.el (spam-report-gmane-use-article-number):
8123         Improve doc string.
8124         (spam-report-gmane-internal): Check if a suitable header was found
8125         in the article.
8126
8127 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8128
8129         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8130         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8131
8132 2006-02-05  Romain Francoise  <romain@orebokech.com>
8133
8134         Update copyright notices of all files in the gnus directory.
8135
8136 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8137
8138         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8139
8140 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8141
8142         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8143         segmented lines of parameter value to cope with Thunderbird 1.5
8144         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8145         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8146         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8147
8148 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8149
8150         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8151         parts.
8152
8153 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8154
8155         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8156         there's only one active file for all servers.
8157         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8158         solid groups.  Gnus might have used a FAST request to select the group.
8159         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8160         and nnweb-search redundantly in the active file.
8161         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8162         (nnweb-request-create-group): Don't use ARGS.
8163         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8164         initialisations.  Let nnoo do the work.
8165
8166 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8167
8168         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8169         Say the part has been decoded.
8170
8171         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8172
8173 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8174
8175         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8176         mailcap-viewer-test-cache when there's no 'test clause, since that
8177         will invert the meaning of a "nil" test previously determined by
8178         mailcap-mailcap-entry-passes-test.
8179
8180 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8181
8182         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8183         compiling.
8184
8185         * gnus-sum.el: Ditto.
8186
8187         * message.el: Don't bind tool-bar-map when compiling.
8188
8189 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8190
8191         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8192
8193 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8194
8195         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8196         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8197         current Google Groups.
8198
8199 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8200
8201         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8202         and tool-bar-mode.
8203
8204         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8205         and tool-bar-mode.
8206
8207         * message.el (message-tool-bar-update): Simplify.
8208         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8209
8210         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8211         gnus-summary-buffer.
8212         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8213         gnus-summary-reply.
8214
8215         * gmm-utils.el (gmm): Add :version.
8216
8217 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8218
8219         * Makefile.in (clean): New rule.
8220         (distclean): Use it.
8221
8222 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8223
8224         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8225         autoload.
8226
8227 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * gmm-utils.el (gmm-verbose): Add :group.
8230
8231 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8232
8233         * message.el: Change some comments WRT tool-bars.
8234
8235         * gnus-sum.el (gnus-summary-tool-bar)
8236         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8237         (gnus-summary-tool-bar-zap-list): New variables.
8238         (gnus-summary-make-tool-bar): Complete rewrite using
8239         `gmm-tool-bar-from-list'.
8240
8241         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8242         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8243         variables.
8244         (gnus-group-make-tool-bar): Complete rewrite using
8245         `gmm-tool-bar-from-list'.
8246         (gnus-group-tool-bar-update): New function.
8247
8248         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8249
8250 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8251
8252         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8253         is dissected into a single part of which the type is the same as
8254         the given one; decode charset.
8255
8256 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8257
8258         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8259         into alists as symbol not string, since that's what
8260         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8261         look for.
8262
8263 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8264
8265         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8266         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8267
8268         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8269
8270 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8271
8272         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8273         (gnus-xmas-mime-security-button-menu): New function.
8274
8275         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8276         (gnus-mime-security-button-menu): New definition.
8277         (gnus-mime-security-button-map): Use them.
8278         (gnus-mime-security-button-menu): New function.
8279         (gnus-insert-mime-security-button): Addition to help echo.
8280         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8281         (gnus-mime-security-pipe-part): New functions.
8282
8283         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8284         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8285
8286         * mm-decode.el (mm-handle-set-disposition): Remove.
8287         (mm-handle-set-description): Remove.
8288
8289 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8290
8291         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8292         (mm-w3m-standalone-supports-m17n-p): New function.
8293         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8294         w3m usage.
8295
8296         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8297         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8298
8299 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8300
8301         * message.el (message-tool-bar-zap-list): Use
8302         gmm-tool-bar-zap-list as custom type.
8303         (message-tool-bar-update): New function.
8304         (message-tool-bar, message-tool-bar-gnome)
8305         (message-tool-bar-retro): Add message-tool-bar-update.
8306         (message-tool-bar-gnome): Add flyspell-buffer.
8307
8308         * gnus-util.el (gnus-error): Describe `args'.
8309
8310         * gmm-utils.el (gmm-error): Describe `args'.
8311         (gmm-tool-bar-zap-list): New widget.
8312         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8313
8314 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8315
8316         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8317         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8318         the number of recursive calls.
8319
8320         * mm-decode.el (mm-handle-set-disposition): New macro.
8321         (mm-handle-set-description): New macro.
8322
8323 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8324
8325         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8326         encoding.
8327
8328 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8329
8330         * message.el (message-tool-bar-zap-list, message-tool-bar)
8331         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8332         (message-tool-bar-local-item-from-menu): Remove.
8333         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8334         (message-make-tool-bar): New function.
8335         (message-mode): Use `message-make-tool-bar'.
8336
8337         * gmm-utils.el: New file.
8338         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8339         (gmm-lazy): New widget copied from `nnmail.el'.
8340         (gmm-tool-bar-from-list): New function for creating customizable
8341         tool bars.
8342         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8343         output.
8344         (gmm): Add :prefix to defgroup.
8345
8346 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8347
8348         * gmm-utils.el (gmm-widget-p): New function.
8349
8350 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8351
8352         * mml.el (mml-attach-file): Describe `description' in doc string.
8353         (mml-menu): Add Emacs MIME manual and PGG manual.
8354
8355 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8356
8357         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8358
8359 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8360
8361         * nntp.el (nntp-end-of-line): Doc fix.
8362
8363 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8364
8365         * imap.el (imap-open): Handle case where buffer is a buffer
8366         object.
8367
8368 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8369
8370         * gnus-delay.el (gnus-delay): Don't autoload.
8371         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8372         to be re-loaded when customizing the `gnus-delay' group.
8373
8374 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8375
8376         * message.el (message-insert-citation-line): Use newlines.
8377
8378 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8379
8380         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8381         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8382         these routines, so the passphrase can be managed externally and
8383         passed in to the system.
8384         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8385         pgg-add-passphrase-to-cache function.
8386
8387         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8388         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8389         these routines, so the passphrase can be managed externally and
8390         passed in to the system.
8391         (pgg-pgp5-sign-region): Use new name of
8392         pgg-add-passphrase-to-cache function.
8393
8394 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8395
8396         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8397         part of the decoded armor to find the key-identifier.
8398         (pgg-gpg-lookup-key-owner): New function to return the
8399         human-readable identifier of a key owner.
8400         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8401         itself.
8402         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8403         the key value) if we have a key and can match it against a secret
8404         key.  Also, added a note pointing out fact that the prompt only
8405         indicates the first matching key.
8406
8407         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8408         pgg-decrypt-region.
8409         (pgg-add-passphrase-to-cache): Rename from
8410         `pgg-add-passphrase-cache' to reduce confusion (all callers
8411         changed).
8412         (pgg-remove-passphrase-from-cache): Rename from
8413         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8414         changed).
8415         (pgg-read-passphrase, pgg-add-passphrase-cache)
8416         (pgg-remove-passphrase-cache): Add informative docstrings.
8417         (pgg-decrypt): Convey provided passphrase in subordinate call to
8418         pgg-decrypt-region.
8419
8420 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8421
8422         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8423         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8424         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8425         'passphrase' argument, so the passphrase can be managed externally
8426         and then passed in to the system.
8427
8428         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8429         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8430         so the passphrase cache can be used reliably with identifiers
8431         besides a pgp packet's key id.
8432
8433         * pgg-gpg.el (pgg-gpg-encrypt-region)
8434         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8435         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8436         these routines, so the passphrase can be managed externally and
8437         passed in to the system.
8438
8439         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8440         'notruncate' argument, so the passphrase cache can be used
8441         reliably with identifiers besides a pgp packet's key id.
8442
8443 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8444
8445         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8446         symmetric encryption.
8447         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8448         encrypted session key.
8449         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8450         message ask for the passphrase in a proper way.
8451
8452         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8453         New user commands for symmetric encryption.
8454
8455 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8456
8457         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8458
8459         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8460
8461 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8462
8463         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8464
8465 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8466
8467         * mm-decode.el (mm-inlined-types): Add application/pgp.
8468         (mm-automatic-display): Ditto.
8469
8470         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8471         part as text.
8472
8473 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8474
8475         * nnrss.el: Update copyright.
8476         (nnrss-opml-import): Query whether to subscribe to each entry.
8477
8478         * gnus-art.el:
8479         * gnus-sum.el:
8480         * gnus-xmas.el:
8481         * messagexmas.el:
8482         * mm-uu.el:
8483         * mm-view.el: Update copyright.
8484
8485 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8486
8487         * message.el (message-info): New function.
8488         (message-mode-menu): Add it.
8489         Update copyright.
8490
8491         * ChangeLog: Fix and update copyright.
8492
8493 2006-01-13  Romain Francoise  <romain@orebokech.com>
8494
8495         * message.el (message-forward-subject-name-subject): Prefer the
8496         address to 'nowhere' if the sender has no name.
8497         Fix typo.  Update copyright year.
8498
8499 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8500
8501         * gnus-art.el (article-wash-html): Use
8502         gnus-summary-show-article-charset-alist if a numeric arg is given.
8503         (gnus-article-wash-html-with-w3m-standalone): New function.
8504
8505         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8506         mm-inline-text-html-render-with-w3m-standalone.
8507         (mm-text-html-washer-alist): Map w3m-standalone to
8508         gnus-article-wash-html-with-w3m-standalone.
8509         (mm-inline-text-html-render-with-w3m-standalone): New function.
8510
8511 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8512
8513         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8514         Improve LaTeX.
8515
8516 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8517
8518         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8519         (nnrss-request-article): Render text/plain parts as HTML.
8520
8521         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8522         the buffer.
8523
8524 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8525
8526         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8527         custom definition of `gnus-posting-styles'.
8528
8529         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8530         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8531
8532 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8533
8534         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8535         Use nntp for bug archive.
8536
8537 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8538
8539         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8540         parts.
8541         (nnrss-normalize-date): New function converts ISO 8601 date into
8542         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8543         (nnrss-check-group): Use it.
8544
8545 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8546
8547         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8548
8549         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8550         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8551         (nnrss-insert-w3): Ditto.
8552
8553 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8556         the articles to be forwarded including the case where neither a
8557         number of articles nor a region is specified.
8558
8559 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8560
8561         * nnrss.el (nnrss-request-article): Fix last change; fill
8562         text/plain parts.
8563
8564 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8565
8566         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8567         in text/plain part.
8568         (nnrss-check-group): Don't add excessive newline to dc:subject.
8569
8570 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8571
8572         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8573         article.
8574
8575 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8576
8577         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8578         (nnml-use-compressed-files, nnml-save-mail): Support other
8579         comression programs such as bzip2.
8580
8581 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8582
8583         * dns.el (query-dns): Make sure we check the buffer size before
8584         removing tcp headers.
8585
8586 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8587
8588         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8589         remove MIME buttons associated with multipart/alternative parts.
8590         (gnus-mime-display-alternative): Tag buttons using `article-type'
8591         text property.
8592
8593         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8594         associated with multipart/alternative parts.
8595
8596         * gnus-art.el (gnus-signature-separator): Fix custom type.
8597
8598         * mm-decode.el (mm-inlined-types): Fix custom type.
8599         (mm-keep-viewer-alive-types): Ditto.
8600         (mm-automatic-display): Ditto.
8601         (mm-attachment-override-types): Ditto.
8602         (mm-inline-override-types): Ditto.
8603         (mm-automatic-external-display): Ditto.
8604
8605 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8606
8607         * spam-report.el (spam-report-user-mail-address)
8608         (spam-report-user-agent): New variables.
8609         (spam-report-url-ping-plain): Use spam-report-user-agent.
8610
8611 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8612
8613         * gnus-art.el (gnus-button-handle-custom): Do not just use
8614         `customize-apropos' for any "M-x customize-*" button but the
8615         function called for.  Accept both the function name and its
8616         argument in order to achieve this.
8617         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8618         function name to `gnus-button-handle-custom' in case of "M-x
8619         customize-*" buttons.
8620
8621 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8622
8623         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8624         multipart/alternative and add xref to mm-discouraged-alternatives
8625         in doc string.
8626
8627         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8628         gnus-buttonized-mime-types in doc string.
8629
8630 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8631
8632         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8633         Suggest image/.* in the doc string.
8634
8635 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8636
8637         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8638         message-marks (Debian bug #342521).
8639
8640 2005-12-12  Simon Josefsson  <jas@extundo.com>
8641
8642         * password.el (password-read-from-cache): Add.
8643         (password-read): Use it.
8644
8645 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8646
8647         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8648         us-ascii as a MIME charset.
8649
8650         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8651         against the case where the 2nd arg TYPE is nil.
8652
8653 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8654
8655         * pop3.el (pop3-stream-type): Fix custom version.
8656
8657         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8658
8659 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8660
8661         * mm-decode.el (mm-display-external): Add missing cdr.
8662
8663 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8664
8665         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8666         RFC1524) if it is in mailcap or add a suffix according to
8667         mailcap-mime-extensions when generating a temp filename; postpone
8668         deleting a temp file for 2 seconds for some wrappers, shell
8669         scripts, and so on, which might exit right after having started a
8670         viewer command as a background job.
8671
8672 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8673
8674         * nntp.el (nntp-marks-directory): Fix custom group.
8675
8676         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8677         steps when < 10.
8678
8679         * gnus-start.el (gnus-no-server-1): Mention
8680         `gnus-level-default-subscribed' in doc string.
8681
8682 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8683
8684         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8685         parens.
8686
8687 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8688
8689         * gnus-xmas.el (gnus-use-toolbar): Revert.
8690         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8691         gnus-use-toolbar is default.
8692
8693         * messagexmas.el (message-use-toolbar): Revert.
8694         (message-setup-toolbar): Use global default-toolbar if
8695         message-use-toolbar is default.
8696
8697 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8698
8699         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8700         according to default-toolbar-visible-p.
8701
8702         * messagexmas.el (message-use-toolbar): Ditto.
8703
8704 2005-11-26  Dave Love  <fx@gnu.org>
8705
8706         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8707         (tls-program, tls-success): Provide openssl alternative.
8708
8709         * starttls.el: Doc fixes.
8710         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8711         SERVICE to PORT.
8712
8713         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8714         port null or service name.
8715         (starttls-negotiate): Autoload.
8716
8717 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8718
8719         * message.el (message-kill-to-signature): Fix interactive spec.
8720
8721 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * pop3.el (pop3-open-server): Recognize a string as a service name.
8724
8725 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8726
8727         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8728
8729 2005-11-23  Dave Love  <fx@gnu.org>
8730
8731         Add pop3s, pop3/starttls.
8732
8733         * pop3.el (pop3-authentication-scheme): Clarify doc.
8734         (open-tls-stream, starttls-open-stream): Autoload.
8735         (pop3-stream-type): New.
8736         (pop3-open-server): Use it.
8737
8738         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8739         for POP.
8740         (mail-source-keyword-map): Add :stream for POP.
8741         (mail-source-fetch-pop): Use pop3-stream-type.
8742
8743 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8744
8745         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8746         of current-time-string.
8747
8748 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8749
8750         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8751         date header.
8752
8753 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8754
8755         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8756         it can seriously impact performance as it bypasses the agent's
8757         local caches.
8758
8759 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8760
8761         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8762         must be explicitly online rather than "not explicitly offline" for
8763         its flags to be synchronized.
8764
8765         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8766         that gnus-uu-unmark-thread will function correctly.
8767
8768         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8769         1024K is instead displayed as 1M.
8770
8771 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8772
8773         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8774
8775 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8776
8777         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8778
8779 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8780
8781         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8782         error message to display actual error condition.
8783         (gnus-agent-save-local): Avoid saving symbols that are bound to
8784         nil as they simply result in a warning message in
8785         gnus-agent-read-local.
8786
8787 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8788
8789         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8790         rather than make-variable-buffer-local for file-precious-flag.
8791
8792 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8793
8794         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8795         for duplicates which are removed.  The invalid sort check then
8796         triggers a rescan after the sort as sorting may have moved
8797         duplicate entries such that they can be cheaply detected.
8798
8799 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8800
8801         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8802
8803 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8804
8805         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8806         internal variable to a custom variable.  Changed default value
8807         from compressed(2) to uncompressed(1).
8808         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8809         support for uncompressed agentview files.  Taken together, reading
8810         the agentview file should now be 6-7 times faster.
8811
8812 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8813
8814         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8815         as a buffer-local variable.  This avoids creating truncated
8816         dribble files as a result of a hang up, eg.
8817
8818 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8819
8820         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8821         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8822         XEmacs.
8823
8824 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8825
8826         * gnus-start.el (gnus-start-draft-setup): Enforce
8827         `gnus-draft-mode' for nndraft:drafts at startup.
8828
8829         * gnus.el (gnus-splash): Change custom group.
8830         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8831         allow-list argument.
8832
8833         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8834         string.
8835
8836 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8837
8838         * gnus-art.el (gnus-default-article-saver): Add user-defined
8839         `function' to custom type.
8840
8841 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8842
8843         * imap.el (imap-open): Handle case where buffer is a buffer
8844         object.
8845
8846 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8847
8848         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8849         long lines.
8850         (gnus-cache-delete-group): Wrap doc strings.
8851
8852         * gnus-agent.el (gnus-agent-rename-group)
8853         (gnus-agent-delete-group): Wrap doc strings.
8854
8855 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8856
8857         * messagexmas.el (message-use-toolbar): Change the valid values
8858         into default, top, bottom, left, and right.
8859         (message-toolbar-thickness): New variable.
8860         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
8861         well.
8862         (message-setup-toolbar): Make it work.
8863
8864         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
8865         (gnus-use-toolbar): Change the valid values into default, top,
8866         bottom, left, and right.
8867         (gnus-toolbar-thickness): New variable.
8868         (gnus-xmas-setup-toolbar): New function.
8869         (gnus-xmas-setup-group-toolbar): Use it.
8870         (gnus-xmas-setup-summary-toolbar): Use it.
8871
8872 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8873
8874         * gnus-start.el (gnus-1): Add "native" to
8875         gnus-predefined-server-alist.
8876
8877         * gnus.el (gnus-method-to-server): Don't add "native" to the
8878         lists here, because that leads to problems when
8879         gnus-select-method is bound.
8880
8881 2005-11-09  Simon Josefsson  <jas@extundo.com>
8882
8883         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8884         use (not sort-by-date) instead.
8885
8886 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8887
8888         * gnus-delay.el (gnus-delay-group): Don't autoload.
8889         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8890         to be re-loaded when customizing the `gnus-delay' group.
8891
8892 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8893
8894         * message.el: Revert last changes.
8895         (message-insert-citation-line): Use newlines.
8896
8897 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8898
8899         * message.el (message-courtesy-message)
8900         (message-mark-insert-begin, message-mark-insert-end)
8901         (message-elide-ellipsis, message-cancel-message)
8902         (message-add-header, message-change-subject)
8903         (message-cross-post-followup-to-header)
8904         (message-cross-post-insert-note, message-reduce-to-to-cc)
8905         (message-widen-reply, message-delete-not-region)
8906         (message-kill-to-signature, message-insert-signature)
8907         (message-insert-importance-high, message-insert-importance-low)
8908         (message-insert-or-toggle-importance)
8909         (message-insert-disposition-notification-to)
8910         (message-indent-citation, message-yank-original)
8911         (message-cite-original-without-signature, message-cite-original)
8912         (message-insert-citation-line, message-position-on-field)
8913         (message-fix-before-sending, message-send-mail-partially)
8914         (message-send-mail, message-send-mail-with-sendmail)
8915         (message-send-mail-with-qmail, message-send-news)
8916         (message-check-news-header-syntax, message-generate-headers)
8917         (message-insert-courtesy-copy, message-fill-address)
8918         (message-fill-header, message-shorten-references)
8919         (message-setup-1, message-cancel-news)
8920         (message-forward-make-body-plain, message-forward-make-body-mime)
8921         (message-forward-make-body-mml, message-encode-message-body)
8922         (message-forward-make-body-digest-plain)
8923         (message-forward-make-body-digest-mime)
8924         (message-use-alternative-email-as-from): Insert `hard-newline'
8925         instead of ordinary newlines.
8926
8927 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8928
8929         * message.el (message-generate-headers): Downcase the argument
8930         given to message-check-element.
8931
8932 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
8933
8934         * nntp.el (nntp-authinfo-rejected): New error condition.
8935         (nntp-wait-for): Use new error condition to signal authentication
8936         error.
8937         (nntp-retrieve-data): Rethrow new error condition to break out of
8938         recursive call to nntp-send-authinfo.
8939
8940 2005-11-08  Romain Francoise  <romain@orebokech.com>
8941
8942         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
8943         (gnus-summary-exit-map): Bind to `Z p'.
8944         (gnus-summary-make-menu-bar): Add menu item.
8945
8946 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
8947
8948         * gnus-art.el (gnus-article-treat-custom): Add `first'.
8949         (gnus-treat-*): Add `first' in all doc strings.
8950
8951         * gnus-group.el (gnus-group-compact-group): Fix typo.
8952
8953 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8954
8955         * gnus.el (gnus-parameters-case-fold-search): New variable.
8956         (gnus-parameters-get-parameter): Use it.
8957
8958         * gnus-score.el (gnus-home-score-file): Doc fix.
8959
8960 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8961
8962         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
8963
8964 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8965
8966         * mm-util.el (mm-special-display-p): New function.
8967
8968         * mml.el (mml-preview): Use it; doc fix.
8969
8970 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8971
8972         * imap.el (imap-open): Handle case where buffer is a buffer object.
8973
8974 2005-10-29  Romain Francoise  <romain@orebokech.com>
8975
8976         * message.el (message-fix-before-sending): Fix comment.
8977
8978 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8979
8980         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
8981
8982 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8983
8984         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
8985         Used in gnus-score.el.
8986
8987 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8988
8989         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
8990
8991 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8992
8993         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
8994         whitespace removed in revision 7.8.  Use concatenated string to
8995         protect trailing whitespace.
8996
8997 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
8998
8999         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9000         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9001         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9002         Courier IMAP ("some version from 2004").  Mostly based on similar
9003         code in the same function.
9004
9005 2005-10-26  Didier Verna  <didier@xemacs.org>
9006
9007         * gnus-group.el (gnus-group-compact-group): Invalidate original
9008         article buffer.
9009         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9010         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9011         NOV database and in article itself.
9012         Invalidate article backlog.
9013
9014 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9015
9016         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9017
9018 2005-10-26  Simon Josefsson  <jas@extundo.com>
9019
9020         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9021         part of 2004-07-25 change.
9022
9023 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9024
9025         * message.el (message-display-completion-list): New function.
9026         (message-expand-group): Use it; make sure the Completions buffer
9027         is modifiable.
9028 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9029
9030         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9031         user-mail-name is an empty string.
9032
9033 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9034
9035         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9036         depending on gnus-score-decay-constant.
9037
9038         * encrypt.el (encrypt-insert-file-contents)
9039         (encrypt-write-file-contents): Don't use `gnus-message'.
9040
9041         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9042         arguments.
9043         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9044         arguments to mm-uu-verbatim-marks-extract.
9045         (mm-uu-hide-markers): New variable.
9046         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9047
9048         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9049         (gnus-convert-image-to-face-command): Use "convert" by default to
9050         allow other input image formats.
9051         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9052         accordingly.
9053
9054 2005-10-23  Simon Josefsson  <jas@extundo.com>
9055
9056         * imap.el (imap-gssapi-program): Align command line parameters
9057         with latest GNU SASL.
9058         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9059
9060 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9061
9062         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9063         HTML.
9064         (nnslashdot-request-article): Ditto.
9065
9066         * lpath.el (featurep): Add nobreak-char-display.
9067
9068 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9069
9070         * mail-source.el (mail-source-fetch-pop): Require pop3.
9071         (mail-source-check-pop): Ditto.
9072
9073 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9074
9075         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9076         errors.
9077
9078 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9079
9080         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9081         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9082
9083         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9084
9085         * mm-bodies.el (mm-decode-string): Call
9086         `mm-charset-to-coding-system' with allow-override argument.
9087
9088 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9089
9090         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9091         (rfc2047-charset-to-coding-system): New function.
9092         (rfc2047-decode-encoded-words): New function.
9093         (rfc2047-decode-region): Use them.
9094         (rfc2047-decode-cte): Remove.
9095         (rfc2047-parse-and-decode): Remove.
9096         (rfc2047-decode): Remove.
9097
9098 2005-10-15  Kenichi Handa  <handa@m17n.org>
9099
9100         * rfc2047.el (rfc2047-decode-cte): New function.
9101         (rfc2047-decode-region): Change the way to decode successive
9102         encoded-words: decode B- or Q-encoding in each encoded-word,
9103         concatenate them, and decode it as charset.
9104
9105 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9106
9107         * lpath.el: Fbind codepage-setup for XEmacs.
9108
9109 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9110
9111         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9112         widget-move-and-invoke.
9113         (gnus-custom-mode): Use gnus-custom-map.
9114
9115 2005-10-15  Bill Wohler  <wohler@newt.com>
9116
9117         * message.el (message-tool-bar-map): Renamed image file from
9118         mail_send to mail/send.
9119
9120 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9121
9122         * message.el (message-expand-group): Pass the common
9123         prefix substring of completion to `display-completion-list'.
9124
9125 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9126
9127         * mml-sec.el (mml-secure-method): New internal variable.
9128         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9129         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9130         functions using mml-secure-method.
9131
9132         * mml.el (mml-mode-map): Add key bindings for those functions.
9133         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9134         Harder <harder@myrealbox.com>.
9135         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9136         end of message if point is the headers of the message.
9137
9138         * message.el (message-in-body-p): New function.
9139
9140         * assistant.el: Autoload gnus-util and netrc.
9141
9142         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9143         Use `mm-charset-override-alist' only when decoding.
9144
9145         * mm-bodies.el (mm-decode-body): Call
9146         `mm-charset-to-coding-system' with allow-override argument.
9147
9148         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9149         `filename' from Content-Disposition if Content-Type doesn't
9150         provide `name'.
9151         (gnus-mime-view-part-as-type): Set default instead of
9152         initial-input.
9153
9154 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9155
9156         * format-spec.el (format-spec): Propagate text properties of % spec.
9157
9158 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9159
9160         * gnus-art.el (gnus-treat-predicate): Add `first'.
9161
9162 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9163
9164         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9165         (mm-charset-override-alist): New variable.
9166         (mm-charset-to-coding-system): Use it.
9167         (mm-codepage-setup): New helper function.
9168         (mm-charset-eval-alist): New variable.
9169         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9170         about unknown charsets.
9171
9172         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9173
9174 2005-10-04  David Hansen  <david.hansen@gmx.net>
9175
9176         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9177         (nnrss-check-group): Ditto.
9178
9179 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9180
9181         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9182         Rename x-gnus-verbatim to x-verbatim.
9183         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9184
9185         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9186         x-verbatim.
9187
9188         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9189
9190         * gnus-util.el (gnus-remove-duplicates): Remove.
9191
9192         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9193         instead of gnus-remove-duplicates.
9194
9195         * message.el (message-remove-duplicates): Remove.
9196         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9197         message-remove-duplicates.
9198
9199         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9200         available, else use implementation from `delete-dups'.
9201
9202         * message.el (message-insert-expires): New function.
9203         (message-mode-map): Add key binding.
9204         (message-mode-field-menu): Add menu entry.
9205         (message-mode): Document it.
9206         (message-make-expires-date): Use `message-make-date'.
9207
9208 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9209
9210         * message.el (message-make-expires-date): New function.
9211
9212 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9213
9214         * Makefile.in (list-installed-shadows): New entry.
9215         (install): Use it.
9216         (remove-installed-shadows): New entry.
9217
9218         * dgnushack.el (dgnushack-default-load-path): New variable.
9219         (dgnushack-find-lisp-shadows): New function.
9220         (dgnushack-remove-lisp-shadows): New function.
9221
9222 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9223
9224         * Makefile.in (install-el-elc): New entry.
9225         (install): Use it so that .el files are necessarily installed.
9226
9227 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9228
9229         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9230
9231 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9232
9233         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9234         function rather than the diff-mode.el package.
9235         (mm-display-external): Use with-current-buffer.
9236         (mm-viewer-completion-map, mm-viewer-completion-map):
9237         Move initialization inside declaration.
9238
9239 2005-09-29  Simon Josefsson  <jas@extundo.com>
9240
9241         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9242         autoload mail-check-payment.
9243         (spam-check-hashcash): Define unconditionally, since hashcash.el
9244         is part of Gnus now.  Ignore errors from payment checking.
9245
9246 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9247
9248         * message.el (message-bold-region, message-unbold-region): Rename
9249         from `bold-region' and `unbold-region'.
9250
9251         * message.el: Remove useless autoloads.
9252
9253 2005-09-28  Simon Josefsson  <jas@extundo.com>
9254
9255         * message.el (message-use-idna): Default to t.
9256         (message-use-idna): Test whether encoding works too.  Doc fix.
9257
9258 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9259
9260         * nntp.el (nntp-warn-about-losing-connection): Remove.
9261
9262 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9263
9264         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9265         customizable.  Change default value.
9266         (mm-uu-diff-groups-regexp): Change default value.
9267         (mm-uu-type-alist): Add doc string.
9268         (mm-uu-configure): Add doc string.  Make it interactive.
9269         (mm-uu-tex-groups-regexp): New variable.
9270         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9271         (mm-uu-type-alist): Add LaTeX documents.
9272         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9273         of "text/verbatim".
9274         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9275
9276         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9277         instead of "text/verbatim".
9278
9279         * message.el (message-mark-inserted-region)
9280         (message-mark-insert-file): Use slrn style marks when called with
9281         prefix argument.
9282
9283 2005-09-27  Simon Josefsson  <jas@extundo.com>
9284
9285         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9286
9287 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9288
9289         * message.el (message-remove-duplicates): New function.
9290         Implementation borrowed from `gnus-remove-duplicates'.
9291         (message-idna-to-ascii-rhs): Also encode idna addresses in
9292         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9293         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9294         only ask about the same idna domain once per header and also tell
9295         in what header to replace the idna domain.
9296
9297         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9298         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9299         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9300         a header is decoded and not just the last one.
9301
9302 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9303
9304         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9305         has been decoded.
9306
9307         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9308         (mm-insert-part): Don't modify text if it has been decoded.
9309
9310         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9311         decoded.
9312
9313         * mm-view.el (mm-inline-text): Don't strip text props unless
9314         decoding enriched or richtext parts.
9315
9316 2005-09-25  Romain Francoise  <romain@orebokech.com>
9317
9318         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9319         * gnus-start.el (gnus-subscribe-interactively):
9320         * gnus-uu.el (gnus-uu-grab-articles):
9321         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9322         space.
9323
9324 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9325
9326         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9327         * mm-view.el (mm-view-pkcs7-decrypt):
9328         * gnus-sum.el (gnus-summary-limit-to-extra)
9329         (gnus-summary-respool-article, gnus-read-move-group-name):
9330         * gnus-score.el (gnus-summary-increase-score):
9331         * gnus-util.el (gnus-completing-read-with-default):
9332         * gnus-art.el (gnus-read-save-file-name)
9333         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9334         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9335         * message.el (message-check-news-header-syntax):
9336         Follow convention for reading with the minibuffer.
9337
9338 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9339
9340         * spam-report.el (spam-report-url-ping-plain):
9341         Use gnus-extended-version as User-Agent.
9342
9343         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9344         default value is nil.
9345
9346         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9347         (mm-uu-verbatim-marks-extract): New function.
9348         (mm-uu-extract): New face.
9349         (mm-uu-copy-to-buffer): Use it.
9350
9351         * spam-report.el (spam-report-gmane-ham): Renamed from
9352         `spam-report-gmane-unspam'.
9353         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9354         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9355
9356         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9357         Autoload.
9358         (spam-report-gmane-unregister-routine): Renamed
9359         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9360
9361 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9362
9363         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9364         (spam-report-gmane-unregister-routine): Add support for gmane
9365         unregistration.
9366
9367         * spam-report.el (spam-report-gmane-unspam)
9368         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9369         (spam-report-gmane): Change to take a single article and do unspam
9370         registration.
9371
9372 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9373
9374         * mm-url.el (mm-url-decode-entities): Fix regexp.
9375
9376 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9377
9378         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9379         default to nil, to be able to use Gnus at all.  If the default
9380         switches to something else, then the function should be fixed not
9381         be exceedingly slow.
9382
9383 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9384
9385         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9386         fail hard.
9387
9388         * spam-report.el: Add better Keywords line.
9389
9390         * spam.el: Add Maintainer and better Keywords line.
9391
9392 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9393
9394         * gnus-art.el (gnus-article-replace-part)
9395         (gnus-mime-replace-part): New functions.
9396         (gnus-mime-action-alist, gnus-mime-button-commands)
9397         (gnus-mime-save-part-and-strip): Added file argument.
9398         (gnus-article-part-wrapper): Added interactive argument.
9399
9400         * gnus-sum.el (gnus-summary-mime-map): Add
9401         `gnus-article-replace-part'.
9402
9403 2005-09-19  Didier Verna  <didier@xemacs.org>
9404
9405         The nnml compaction feature:
9406         * nnml.el (nnml-request-compact-group): New function.
9407         * nnml.el (nnml-request-compact): New function.
9408         * gnus-int.el (gnus-request-compact-group): New function.
9409         * gnus-int.el (gnus-request-compact): New function.
9410         * gnus-group.el (gnus-group-compact-group): New function.
9411         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9412         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9413         * gnus-srvr.el (gnus-server-compact-server): New function.
9414         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9415         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9416
9417 2005-09-18  Deepak Goel  <deego@gnufans.org>
9418
9419         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9420         format spec.
9421
9422 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9423
9424         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9425
9426 2005-09-15  Romain Francoise  <romain@orebokech.com>
9427
9428         * message.el (message-fill-paragraph): Clarify docstring.
9429
9430 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9431
9432         * gnus-art.el (gnus-mime-display-part): Protect against broken
9433         MIME messages.
9434
9435 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9436
9437         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9438         before parsing header.
9439
9440 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9441
9442         * html2text.el (html2text-replace-list): Add new entities.
9443
9444 2005-09-11  Romain Francoise  <romain@orebokech.com>
9445
9446         * message.el (message-alternative-emails): Improve docstring.
9447         (message-setup-1): Call `message-use-alternative-email-as-from'
9448         after `message-setup-hook' to give it precedence over posting
9449         styles, etc.
9450         (message-use-alternative-email-as-from): Add docstring.  Remove
9451         the original From header if present.
9452
9453         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9454         (nnml-save-mail): Use it.
9455
9456         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9457         articles.  Add new argument `silent'.
9458         (gnus-uu-mark-all): Report the total number of marked articles.
9459
9460 2005-09-10  Romain Francoise  <romain@orebokech.com>
9461
9462         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9463         (gnus-uu-mark-series): Likewise.
9464
9465 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9466
9467         * spam-report.el (spam-report-gmane): Fix generation of spam
9468         report URL.
9469
9470 2005-09-10  Simon Josefsson  <jas@extundo.com>
9471
9472         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9473         t, based on discussion on the ding list with Robert Epprecht
9474         <epprecht@solnet.ch>.
9475
9476 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9477
9478         * spam-report.el (spam-report-gmane): Make it work without
9479         X-Report-Spam header.  Gmane now only provides Archived-At.
9480         This is only used if `spam-report-gmane-use-article-number' is nil.
9481         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9482
9483         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9484         make `gnus-summary-sort-by-recipient' work with threading.
9485
9486         * nnweb.el (nnweb-google-wash-article): Print a message if article
9487         is not available.
9488
9489 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9490
9491         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9492         change.  Decode text/* parts content before displaying.
9493
9494 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9495
9496         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9497
9498 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9499
9500         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9501
9502         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9503         url-package-name, url-package-version,
9504         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9505         w3m-display-inline-images, and w3m-minor-mode-map.
9506
9507 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9508
9509         * message.el (message-tab-body-function): Fix mismatched custom type.
9510
9511         * gnus.el (gnus-group-change-level-function): Ditto.
9512
9513         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9514
9515         * gnus-art.el (gnus-signature-limit)
9516         (gnus-article-mime-part-function): Ditto.
9517
9518 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9519
9520         * mml.el (mml-mode): Silence the byte compiler.
9521
9522         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9523         using `(sit-for 0)' before moving the point to the specified part;
9524         skip unbuttonized parts.
9525         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9526         return to the summary window if gnus-auto-select-part is non-nil.
9527
9528 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9529
9530         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9531         variables.
9532         (mml-dnd-attach-file, mml-mode): Use them.
9533
9534         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9535         Make fetching article by MID work again for Google Groups.  Added
9536         FIXME concerning gnus-group-make-web-group.
9537
9538         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9539         Don't depend on Gnus by using mail-extract-address-components if
9540         gnus-extract-address-components is not bound.
9541
9542 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9543
9544         * gnus-art.el (gnus-mime-display-security): Don't display the
9545         signature, but only the signed part.
9546
9547 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9548
9549         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9550
9551         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9552         list, not listp.
9553
9554 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9555
9556         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9557         when encoding.
9558
9559         * mm-bodies.el (mm-decode-content-transfer-encoding):
9560         De-canonicalize CRLF for all text content types, not just
9561         text/plain.
9562
9563 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9566         valid article; point arrow and cursor at the MIME button.
9567
9568 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9569
9570         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9571         Suggested by Dan Christensen <jdc@uwo.ca>.
9572
9573         * mm-decode.el (mm-save-part): Enable change of prompt.
9574
9575 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9576
9577         * gnus-msg.el (gnus-inews-add-send-actions): Made
9578         `message-post-method' lambda parameter ARG `&optional'.
9579
9580 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9581
9582         * gnus-sum.el (gnus-summary-mime-map): Added
9583         gnus-article-save-part-and-strip, gnus-article-delete-part and
9584         gnus-article-jump-to-part.
9585
9586         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9587         (gnus-article-edit-part): Use it.
9588         (gnus-article-part-wrapper): Added no-handle argument.
9589         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9590         functions.
9591
9592 2005-08-29  Romain Francoise  <romain@orebokech.com>
9593
9594         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9595         docstring.
9596         (gnus-face-from-file): Likewise.
9597
9598 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9599
9600         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9601         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9602         non-nil.
9603         (gnus-auto-select-part): New variable.
9604         (gnus-article-jump-to-part): New function.
9605         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9606         (gnus-mime-delete-part): Allow selecting specified part after
9607         deleting or stripping parts.
9608         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9609         part if argument is bogus.
9610
9611 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9612
9613         * gnus-art.el (w3m-minor-mode-map):
9614         * gnus-spec.el (gnus-newsrc-file-version):
9615         * gnus-util.el (nnmail-active-file-coding-system)
9616         (gnus-original-article-buffer, gnus-user-agent):
9617         * gnus.el (gnus-ham-process-destinations)
9618         (gnus-parameter-ham-marks-alist)
9619         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9620         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9621         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9622         * mm-decode.el (gnus-current-window-configuration):
9623         * mm-extern.el (gnus-article-mime-handles):
9624         * mm-url.el (url-current-object, url-package-name)
9625         (url-package-version):
9626         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9627         (smime-keys, w3m-cid-retrieve-function-alist)
9628         (w3m-current-buffer, w3m-display-inline-images)
9629         (w3m-minor-mode-map):
9630         * mml-smime.el (gnus-extract-address-components):
9631         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9632         (gnus-newsrc-hashtb, message-default-charset)
9633         (message-deletable-headers, message-options)
9634         (message-posting-charset, message-required-mail-headers)
9635         (message-required-news-headers):
9636         * mml1991.el (mc-pgp-always-sign):
9637         * mml2015.el (mc-pgp-always-sign):
9638         * nnheader.el (nnmail-extra-headers):
9639         * rfc1843.el (gnus-decode-encoded-word-function)
9640         (gnus-decode-header-function, gnus-newsgroup-name):
9641         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9642
9643 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9644
9645         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9646         the end of the date treatments.
9647
9648 2005-08-15  Simon Josefsson  <jas@extundo.com>
9649
9650         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9651         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9652         Capello and Romain Francoise.
9653         (pgg-fetch-key-function): Removed, not used?
9654         (pgg-insert-url-with-w3): Require url, to get
9655         url-insert-file-contents regardless of where it is defined.
9656
9657 2005-08-13  Romain Francoise  <romain@orebokech.com>
9658
9659         * message.el (message-cite-original-1): New function.
9660         (message-cite-original): Use it.
9661         (message-cite-original-without-signature): Ditto.
9662
9663 2005-08-08  Romain Francoise  <romain@orebokech.com>
9664
9665         * message.el (message-yank-empty-prefix): New variable.
9666         (message-indent-citation): Use it.
9667         (message-cite-original-without-signature): Respect X-No-Archive.
9668
9669 2005-08-08  Simon Josefsson  <jas@extundo.com>
9670
9671         * pgg.el: Autoload url-insert-file-contents instead of loading
9672         w3/url.
9673         (pgg-insert-url-with-w3): Don't load url here.
9674
9675 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9676
9677         * message.el (message-kill-to-signature): Don't insert newline at
9678         bol.
9679         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9680
9681 2005-08-06  Romain Francoise  <romain@orebokech.com>
9682
9683         * message.el (message-user-fqdn): Fix typo in docstring.
9684
9685 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9686
9687         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9688
9689         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9690
9691 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9692
9693         * mm-bodies.el (mm-encode-body): Use coding system rather than
9694         charset to encode text.
9695
9696         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9697         number of charsets if utf-8 is available (XEmacs).
9698
9699 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9700
9701         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9702         taken from `gnus-button-mid-or-mail-regexp'.
9703         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9704         (gnus-button-alist): Improve regexp for domain part of the MIDs
9705         for news:localpart@domain buttons.
9706         (gnus-button-ctan-directory-regexp): Update.
9707
9708 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9709
9710         * sieve-manage.el (sieve-manage-interactive-login): Use
9711         make-local-variable rather than make-variable-buffer-local.
9712         (sieve-manage-open): Ditto.
9713         (sieve-manage-authenticate): Ditto.
9714
9715         * mml.el (mml-generate-mime-1): Make the content type default to
9716         text/plain if the filename is not specified.
9717
9718 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9719
9720         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9721         instead of insert-buffer.
9722
9723         * message.el (message-yank-original): Ditto; set the mark at the
9724         end of the yanked message.
9725
9726 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9727
9728         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9729         lines to scroll rather than to stop it.
9730
9731         * mml.el (mml-generate-default-type): Add doc string.
9732         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9733         default to application/octet-stream when determining the content
9734         type if it is not specified for the part or the mml contents; add
9735         a comment about mml-generate-default-type.
9736
9737 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9738
9739         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9740         make it default to application/octet-stream when determining the
9741         content type if it is not specified for the external contents.
9742
9743 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9744
9745         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9746         segmented parameter but also other parameters might be there.
9747
9748 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9749
9750         * mm-decode.el (mm-display-external): Delete temp file, directory
9751         and buffer immediately if the external process is exited.
9752
9753 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9754
9755         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9756         fewer lines than that of scroll-margin.
9757         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9758
9759 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9760
9761         * gnus-art.el (gnus-article-next-page): Revert.
9762         (gnus-article-beginning-of-window): New macro.
9763         (gnus-article-next-page-1): Use it.
9764         (gnus-article-prev-page): Ditto.
9765         (gnus-article-edit-part): Use insert-buffer-substring instead of
9766         insert-buffer.
9767         (gnus-article-edit-exit): Ditto.
9768
9769         * gnus-util.el (gnus-beginning-of-window): Remove.
9770         (gnus-end-of-window): Remove.
9771
9772         * lpath.el: Don't bind header-line-format and scroll-margin.
9773
9774 2005-07-25  Simon Josefsson  <jas@extundo.com>
9775
9776         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9777         to have the url package without w3.  Reported by Daiki Ueno
9778         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9779
9780 2005-07-20  Didier Verna  <didier@xemacs.org>
9781
9782         * gnus-diary.el: Remove the description comment (nndiary is now
9783         properly documented in the Gnus manual).
9784         Fix the spelling of "Back End".
9785         * nndiary.el: Ditto.
9786         Fix the copyright notice.
9787
9788 2005-07-18  Romain Francoise  <romain@orebokech.com>
9789
9790         * gnus-sum.el (gnus-summary-to-prefix)
9791         (gnus-summary-newsgroup-prefix): New variables.
9792         (gnus-summary-from-or-to-or-newsgroups): Use them.
9793
9794 2005-07-17  Romain Francoise  <romain@orebokech.com>
9795
9796         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9797         space as it's generally not especially interesting to the user.
9798
9799 2005-07-16  Romain Francoise  <romain@orebokech.com>
9800
9801         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9802         nil to avoid prompting and file modification if one of the
9803         messages at the top of the nnfolder file contains a copyright
9804         notice.
9805         Update copyright notice.
9806
9807         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9808         instead of `current-time-string' as the latter creates a time
9809         string that is not RFC 2822 compliant (it lacks the zone).
9810         Update copyright notice.
9811
9812 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9813
9814         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9815         for text/rtf.  Display default in prompt.  Pass default for M-n.
9816
9817         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9818
9819 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9820
9821         * gnus-msg.el (gnus-button-mailto): Remove
9822         save-selected-window-window hackery because it relies on
9823         save-selected-window internals.
9824
9825 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9826
9827         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9828         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9829         (gnus-article-prev-page): Ditto.
9830
9831         * gnus-util.el (gnus-beginning-of-window): New function.
9832         (gnus-end-of-window): New function.
9833
9834         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9835
9836 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9837
9838         * gnus-score.el (gnus-score-edit-all-score): Set
9839         gnus-score-edit-exit-function to gnus-score-edit-done and call
9840         gnus-message.
9841
9842 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9843
9844         * gnus-msg.el (gnus-button-mailto): Remove
9845         save-selected-window-window hackery because it relies on
9846         save-selected-window internals.
9847
9848 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9849
9850         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9851         add-minor-mode.
9852         (gnus-binary-mode): Ditto.
9853
9854         * gnus-topic.el (gnus-topic-mode): Ditto.
9855
9856 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9857
9858         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9859         (gnus-article-prev-page): Take scroll-margin into consideration.
9860
9861 2005-07-04  Lute Kamstra  <lute@gnu.org>
9862
9863         Update FSF's address in GPL notices.
9864
9865 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9866
9867         * gnus.el (gnus-exit):
9868         * gnus-group.el (gnus-group-icons):
9869         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9870
9871         * gnus-nocem.el (gnus-nocem):
9872         * message.el (message-various, message-buffers, message-sending)
9873         (message-interface, message-forwarding, message-insertion)
9874         (message-headers, message-news, message-mail):
9875         * pgg-gpg.el (pgg-gpg):
9876         * pgg-parse.el (pgg-parse):
9877         * pgg-pgp.el (pgg-pgp):
9878         * pgg-pgp5.el (pgg-pgp5):
9879         * pop3.el (pop3): Finish `defgroup' description with period.
9880
9881 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9882
9883         * gnus-art.el (article-display-face): Improve the efficiency.
9884         (article-display-x-face): Ditto; remove grey x-face stuff.
9885
9886 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9887
9888         * gnus-art.el (article-display-face): Correct the position in
9889         which Faces are inserted.
9890
9891 2005-06-29  Didier Verna  <didier@xemacs.org>
9892
9893         * gnus-art.el (article-display-face): Display faces in correct
9894         order.
9895
9896 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9897
9898         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9899         (gnus-fill-real-hashtb): Use hash table instead of obarray.
9900         (gnus-nocem-check-article): Fetch the Type header.
9901         (gnus-nocem-message-wanted-p): Fix the way to examine types.
9902         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9903         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9904         make sure gnus-nocem-hashtb is initialized.
9905         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9906         (gnus-nocem-unwanted-article-p): Ditto.
9907
9908         * pgg.el (pgg-verify): Return the verification result.
9909
9910 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9911
9912         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9913         is ascii.
9914
9915 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
9916
9917         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9918         `show-nonbreak-escape'.
9919
9920 2005-06-23  Lute Kamstra  <lute@gnu.org>
9921
9922         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
9923
9924         * dig.el (dig-mode):
9925         * smime.el (smime-mode): Use gnus-run-mode-hooks.
9926
9927 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
9928
9929         * nnimap.el (nnimap-split-download-body): Fix spellings.
9930
9931 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
9932
9933         * gnus-art.el (gnus-article-encrypt-body):
9934         * gnus-cus.el (gnus-score-customize):
9935         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
9936         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
9937
9938 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
9939
9940         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
9941         header by looking for magic "MII" at the beginnig.
9942
9943 2005-06-16  Miles Bader  <miles@gnu.org>
9944
9945         * gnus-xmas.el (gnus-xmas-group-startup-message):
9946         Use renamed gnus-splash face.
9947
9948         * assistant.el (assistant-field): Remove "-face" suffix from face name.
9949         (assistant-field-face): New backward-compatibility alias for renamed
9950         face.
9951         (assistant-render-text): Use renamed assistant-field face.
9952
9953         * spam.el (spam): Remove "-face" suffix from face name.
9954         (spam-face): New backward-compatibility alias for renamed face.
9955         (spam-face, spam-initialize): Use renamed spam face.
9956
9957         * message.el (message-header-to, message-header-cc)
9958         (message-header-subject, message-header-newsgroups)
9959         (message-header-other, message-header-name)
9960         (message-header-xheader, message-separator, message-cited-text)
9961         (message-mml): Remove "-face" suffix from face names.
9962         (message-header-to-face, message-header-cc-face)
9963         (message-header-subject-face, message-header-newsgroups-face)
9964         (message-header-other-face, message-header-name-face)
9965         (message-header-xheader-face, message-separator-face)
9966         (message-cited-text-face, message-mml-face):
9967         New backward-compatibility aliases for renamed faces.
9968         (message-font-lock-keywords): Use renamed message faces.
9969
9970         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
9971         (sieve-test-commands, sieve-tagged-arguments):
9972         Remove "-face" suffix from face names.
9973         (sieve-control-commands-face, sieve-action-commands-face)
9974         (sieve-test-commands-face, sieve-tagged-arguments-face):
9975         New backward-compatibility aliases for renamed faces.
9976         (sieve-control-commands-face, sieve-action-commands-face)
9977         (sieve-test-commands-face, sieve-tagged-arguments-face):
9978         Use renamed sieve faces.
9979
9980         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
9981         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
9982         (gnus-group-news-3-empty, gnus-group-news-4)
9983         (gnus-group-news-4-empty, gnus-group-news-5)
9984         (gnus-group-news-5-empty, gnus-group-news-6)
9985         (gnus-group-news-6-empty, gnus-group-news-low)
9986         (gnus-group-news-low-empty, gnus-group-mail-1)
9987         (gnus-group-mail-1-empty, gnus-group-mail-2)
9988         (gnus-group-mail-2-empty, gnus-group-mail-3)
9989         (gnus-group-mail-3-empty, gnus-group-mail-low)
9990         (gnus-group-mail-low-empty, gnus-summary-selected)
9991         (gnus-summary-cancelled, gnus-summary-high-ticked)
9992         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
9993         (gnus-summary-high-ancient, gnus-summary-low-ancient)
9994         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
9995         (gnus-summary-low-undownloaded)
9996         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
9997         (gnus-summary-low-unread, gnus-summary-normal-unread)
9998         (gnus-summary-high-read, gnus-summary-low-read)
9999         (gnus-summary-normal-read, gnus-splash):
10000         Remove "-face" suffix from face names.
10001         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10002         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10003         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10004         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10005         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10006         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10007         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10008         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10009         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10010         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10011         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10012         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10013         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10014         (gnus-summary-normal-ticked-face)
10015         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10016         (gnus-summary-normal-ancient-face)
10017         (gnus-summary-high-undownloaded-face)
10018         (gnus-summary-low-undownloaded-face)
10019         (gnus-summary-normal-undownloaded-face)
10020         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10021         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10022         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10023         (gnus-splash-face):
10024         New backward-compatibility aliases for renamed faces.
10025         (gnus-group-startup-message): Use renamed gnus faces.
10026
10027         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10028         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10029         (gnus-server-agent): Remove "-face" suffix from face names.
10030         (gnus-server-agent-face, gnus-server-opened-face)
10031         (gnus-server-closed-face, gnus-server-denied-face)
10032         (gnus-server-offline-face):
10033         New backward-compatibility aliases for renamed faces.
10034         (gnus-server-agent-face, gnus-server-opened-face)
10035         (gnus-server-closed-face, gnus-server-denied-face)
10036         (gnus-server-offline-face): Use renamed gnus faces.
10037
10038         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10039         Remove "-face" suffix from face names.
10040         (gnus-picon-xbm-face, gnus-picon-face):
10041         New backward-compatibility aliases for renamed faces.
10042
10043         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10044         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10045         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10046         (gnus-cite-11): Remove "-face" suffix from face names.
10047         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10048         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10049         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10050         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10051         New backward-compatibility aliases for renamed faces.
10052         (gnus-cite-attribution-face, gnus-cite-face-list)
10053         (gnus-article-boring-faces): Use renamed gnus faces.
10054
10055         * gnus-art.el (gnus-signature, gnus-header-from)
10056         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10057         (gnus-header-content): Remove "-face" suffix from face names.
10058         (gnus-signature-face, gnus-header-from-face)
10059         (gnus-header-subject-face, gnus-header-newsgroups-face)
10060         (gnus-header-name-face, gnus-header-content-face):
10061         New backward-compatibility aliases for renamed faces.
10062         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10063
10064         * gnus-sum.el (gnus-summary-selected-face)
10065         (gnus-summary-highlight): Use renamed gnus faces.
10066         * gnus-group.el (gnus-group-highlight): Likewise.
10067
10068 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10069
10070         * gnus-sieve.el (gnus-sieve-article-add-rule):
10071         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10072         * spam-stat.el (spam-stat-buffer-change-to-spam)
10073         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10074
10075         * message.el (message-is-yours-p):
10076         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10077
10078 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10079
10080         * mm-view.el (mm-inline-text): Withdraw the last change.
10081
10082 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10083
10084         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10085         executing enriched-decode.
10086
10087 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10088
10089         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10090         charset of tar files.
10091
10092 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10093
10094         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10095
10096 2005-06-04  Lute Kamstra  <lute@gnu.org>
10097
10098         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10099         information is never recorded.
10100
10101 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10102
10103         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10104
10105 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10106
10107         * pop3.el (pop3-apop): Run md5 in the binary mode.
10108
10109         * starttls.el (starttls-set-process-query-on-exit-flag):
10110         Use eval-and-compile.
10111
10112 2005-05-31  Simon Josefsson  <jas@extundo.com>
10113
10114         * smime.el (smime-replace-in-string): Define.
10115         (smime-cert-by-ldap-1): Use it.
10116
10117 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10118
10119         * gnus-art.el (article-display-x-face): Replace
10120         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10121
10122         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10123         set-process-query-on-exit-flag or process-kill-without-query.
10124
10125         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10126         loop instead of replace-regexp.
10127
10128         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10129         instead of process-kill-without-query if it is available.
10130
10131         * lpath.el: Fbind ldap-search-entries.
10132
10133         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10134         instead of find-file-hooks if it is available.
10135
10136         * mml1991.el: Bind pgg-default-user-id when compiling.
10137
10138         * mml2015.el: Bind pgg-default-user-id when compiling.
10139
10140         * nndraft.el (nndraft-request-associate-buffer):
10141         Use write-contents-functions instead of write-contents-hooks if it is
10142         available.
10143
10144         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10145         instead of find-file-hooks if it is available.
10146
10147         * nntp.el (nntp-open-connection): Replace
10148         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10149         (nntp-open-ssl-stream): Ditto.
10150         (nntp-open-tls-stream): Ditto.
10151
10152         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10153         set-process-query-on-exit-flag or process-kill-without-query.
10154         (starttls-open-stream-gnutls): Use it instead of
10155         process-kill-without-query.
10156         (starttls-open-stream): Ditto.
10157
10158 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10159
10160         * smime.el (smime-cert-by-ldap-1): Don't use
10161         replace-regexp-in-string.
10162
10163 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10164
10165         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10166
10167         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10168         in PEM format.  Adjust to the XEmacs compability.
10169
10170 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10171
10172         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10173         by `string-to-number'.
10174         * gnus-agent.el (gnus-agent-regenerate-group)
10175         (gnus-agent-fetch-articles): Ditto.
10176         * gnus-art.el (gnus-button-fetch-group): Ditto.
10177         * gnus-cache.el (gnus-cache-generate-active)
10178         (gnus-cache-articles-in-group): Ditto.
10179         * gnus-group.el (gnus-group-set-current-level)
10180         (gnus-group-insert-group-line): Ditto.
10181         * gnus-score.el (gnus-score-set-expunge-below)
10182         (gnus-score-set-mark-below, gnus-summary-score-effect)
10183         (gnus-summary-score-entry): Ditto.
10184         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10185         (gnus-soup-pack): Ditto.
10186         * gnus-spec.el (gnus-xmas-format): Ditto.
10187         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10188         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10189         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10190         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10191         * nndb.el (nndb-get-remote-expire-response): Ditto.
10192         * nndiary.el (nndiary-parse-schedule-value)
10193         (nndiary-string-to-number, nndiary-request-replace-article)
10194         (nndiary-request-article): Ditto.
10195         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10196         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10197         * nneething.el (nneething-make-head): Ditto.
10198         * nnfolder.el (nnfolder-request-article)
10199         (nnfolder-retrieve-headers): Ditto.
10200         * nnheader.el (nnheader-file-to-number): Ditto.
10201         * nnkiboze.el (nnkiboze-request-article): Ditto.
10202         * nnmail.el (nnmail-process-unix-mail-format)
10203         (nnmail-process-babyl-mail-format): Ditto.
10204         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10205         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10206         (nnmh-request-create-group, nnmh-request-list-1)
10207         (nnmh-request-group, nnmh-request-article): Ditto.
10208         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10209         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10210         * nnsoup.el (nnsoup-make-active): Ditto.
10211         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10212         * nntp.el (nntp-find-group-and-number)
10213         (nntp-retrieve-headers-with-xover): Ditto.
10214         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10215         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10216         (pgg-format-key-identifier): Ditto.
10217         * pop3.el (pop3-last, pop3-stat): Ditto.
10218         * qp.el (quoted-printable-decode-region): Ditto.
10219
10220         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10221         of concat.
10222
10223 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10224
10225         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10226
10227         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10228
10229         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10230
10231         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10232
10233         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10234
10235         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10236
10237         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10238         (gnus-carpal-mode): Ditto.
10239
10240         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10241         (gnus-browse-mode): Ditto.
10242
10243         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10244
10245         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10246
10247 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10248
10249         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10250
10251 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * gnus-util.el (gnus-run-mode-hooks): New function.
10254
10255         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10256
10257         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10258         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10259
10260 2005-05-27  Lute Kamstra  <lute@gnu.org>
10261
10262         * dns-mode.el (dns-mode): Specify customization group.
10263
10264 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10265
10266         * gnus-agent.el (gnus-agent-make-mode-line-string):
10267         Use mode-line-highlight as mouse-face.
10268
10269 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10270
10271         * canlock.el (canlock): Change the parent group to news.
10272
10273         * deuglify.el (gnus-outlook-deuglify): Add :group.
10274
10275         * dig.el (dig): Add :group.
10276
10277         * dns-mode.el (dns-mode): Add :group.
10278
10279         * encrypt.el (encrypt): Add :group.
10280
10281         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10282         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10283         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10284         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10285         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10286
10287         * gnus-diary.el (gnus-diary): Add :group.
10288
10289         * gnus.el (gnus-group-news-1-face): Add :group.
10290         (gnus-group-news-1-empty-face): Ditto.
10291         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10292         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10293         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10294         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10295         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10296         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10297         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10298         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10299         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10300         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10301         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10302         (gnus-summary-high-ticked-face): Ditto.
10303         (gnus-summary-low-ticked-face): Ditto.
10304         (gnus-summary-normal-ticked-face): Ditto.
10305         (gnus-summary-high-ancient-face): Ditto.
10306         (gnus-summary-low-ancient-face): Ditto.
10307         (gnus-summary-normal-ancient-face): Ditto.
10308         (gnus-summary-high-undownloaded-face): Ditto.
10309         (gnus-summary-low-undownloaded-face): Ditto.
10310         (gnus-summary-normal-undownloaded-face): Ditto.
10311         (gnus-summary-high-unread-face): Ditto.
10312         (gnus-summary-low-unread-face): Ditto.
10313         (gnus-summary-normal-unread-face): Ditto.
10314         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10315         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10316
10317         * hashcash.el (hashcash): New custom group.
10318         (hashcash-default-payment): Add :group.
10319         (hashcash-payment-alist): Ditto.
10320         (hashcash-default-accept-payment): Ditto.
10321         (hashcash-accept-resources): Ditto.
10322         (hashcash-path): Ditto.
10323         (hashcash-extra-generate-parameters): Ditto.
10324         (hashcash-double-spend-database): Ditto.
10325         (hashcash-in-news): Ditto.
10326
10327         * message.el (message-minibuffer-local-map): Add :group.
10328
10329         * netrc.el (netrc): Add :group.
10330
10331         * sieve-manage.el (sieve-manage-log): Add :group.
10332         (sieve-manage-default-user): Diito.
10333         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10334         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10335         (sieve-manage-authenticators): Ditto.
10336         (sieve-manage-authenticator-alist): Ditto.
10337         (sieve-manage-default-port): Ditto.
10338
10339         * sieve-mode.el (sieve-control-commands-face): Add :group.
10340         (sieve-action-commands-face): Ditto.
10341         (sieve-test-commands-face): Ditto.
10342         (sieve-tagged-arguments-face): Ditto.
10343
10344         * smime.el (smime): Add :group.
10345
10346         * spam-report.el (spam-report): Add :group.
10347
10348         * spam.el (spam, spam-face): Add :group.
10349
10350 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10351
10352         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10353         return \n.\n.\n at the end of articles.  Protect against that.
10354         (nntp-with-open-group): Allow debugging.
10355
10356         * nnheader.el (mail-header-set-extra): Make into a function
10357         because I just could't understand how to quote the list properly.
10358
10359         * dns.el (query-dns-cached): New function.
10360
10361 2005-05-26  Lute Kamstra  <lute@gnu.org>
10362
10363         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10364
10365 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10366
10367         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10368
10369         * gnus-art.el: Don't autoload mail-extract-address-components.
10370
10371         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10372         eval-and-compile to evaluate it.
10373
10374         * hashcash.el: Don't autoload executable-find.
10375
10376         * nndb.el: Don't declare the nndb back end two or more times; don't
10377         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10378
10379         * nntp.el: Autoload format-spec instead of format; use
10380         eval-and-compile to evaluate autoload forms.
10381
10382 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10383
10384         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10385
10386 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10387
10388         * gnus.el (gnus-version-number): Bump version.
10389
10390 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10391
10392         * gnus.el: No Gnus v0.3 is released.
10393
10394 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10395
10396         * lpath.el (featurep): Bind show-nonbreak-escape.
10397
10398 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10399
10400         * gnus-art.el (gnus-article-edit-part): Disable undo.
10401
10402 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10403
10404         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10405         gnus-article-date-lapsed-new-header is t if date timer is active;
10406         skip headers in which the original date value is empty.
10407         (gnus-article-save-original-date): Redefine it as a macro.
10408         (gnus-display-mime): Use it.
10409
10410 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10411
10412         * gnus-art.el (article-date-ut): Support converting date in
10413         forwarded parts as well.
10414         (gnus-article-save-original-date): New function.
10415         (gnus-display-mime): Use it.
10416
10417 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10418
10419         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10420         enclosure element of <item>.
10421
10422 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10423
10424         * message.el (message-kill-buffer-query): Renamed from
10425         `message-kill-buffer-query-if-modified'.  Added :version.
10426
10427 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10428
10429         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10430         window layout.
10431
10432 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10433
10434         * mml.el: Autoload dnd when compiling.
10435
10436 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10437
10438         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10439         x-dnd-*.
10440
10441 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * qp.el (quoted-printable-encode-region): Save excursion.
10444
10445 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10446
10447         * message.el (message-kill-buffer-query-if-modified): Add new variable
10448         so the user can kill a modified message buffer quickly.
10449         (message-kill-buffer): Use it.
10450
10451 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10452
10453         * lpath.el: Fbind display-time-event-handler; don't fbind
10454         string-to-multibyte.
10455
10456         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10457
10458 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10459
10460         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10461         contained in text because xml.el decodes entities) with LFs.
10462
10463 2005-04-11  Lute Kamstra  <lute@gnu.org>
10464
10465         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10466         differently.
10467
10468 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10469
10470         * mm-util.el (mm-detect-coding-region): Typo.
10471
10472 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10473
10474         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10475
10476 2005-04-06  Deepak Goel  <deego@gnufans.org>
10477
10478         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10479         user-function allow user modifications of the scores.
10480         (spam-stat-score-buffer-user): New function, to allow
10481         user-computed modifications to the score.
10482         (spam-stat-score-buffer-user-functions): List of additional
10483         scoring functions.
10484         (spam-stat-error-holder): Global temporary error holder.
10485         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10486         variable.
10487
10488 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10489
10490         * gnus-registry.el (gnus-registry-clean-empty-function)
10491         (gnus-registry-trim, gnus-registry-fetch-groups)
10492         (gnus-registry-delete-group): Groups that match
10493         `gnus-registry-ignored-groups' are removed from the registry
10494         entries, not just ignored for splitting.  This helps clean up the
10495         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10496         to get all the groups a message ID is in.
10497
10498         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10499         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10500         (spam-stat-score-buffer-user-functions): Add :number custom type.
10501
10502 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10503
10504         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10505         argument in XEmacs.
10506
10507         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10508         (nnrss-request-group): Decode group name first.
10509         (nnrss-request-article): Make a text/plain article if mml-to-mime
10510         failed.
10511         (nnrss-get-encoding): Return a compatible encoding according to
10512         nnrss-compatible-encoding-alist.
10513         (nnrss-find-el): Use consp instead of listp.
10514         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10515
10516 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10517
10518         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10519         which Emacs 20 doesn't support.
10520         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10521
10522 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10523
10524         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10525         silence the byte compiler inside the defun.
10526
10527         * gnus-demon.el (parse-time-string): Add autoload.
10528
10529         * gnus-delay.el (parse-time-string): Add autoload.
10530
10531         * gnus-art.el (parse-time-string): Add autoload.
10532
10533         * nnultimate.el (parse-time): Require for `parse-time-string'.
10534
10535 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10536
10537         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10538
10539         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10540
10541         * smime.el (smime-ldap-host-list): Add :version.
10542
10543 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10544
10545         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10546         pass it to `gnus-browse-read-group'.
10547         (gnus-browse-read-group): Add NUMBER argument and pass it to
10548         `gnus-group-read-ephemeral-group'.
10549
10550         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10551         argument and pass it to `gnus-group-read-group'.
10552
10553 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10554
10555         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10556         mm-xemacs-find-mime-charset-1 if we have the mule feature
10557         available at runtime.
10558
10559 2005-03-25  Werner Lemberg  <wl@gnu.org>
10560
10561         * nnmaildir.el: Replace `illegal' with `invalid'.
10562
10563 2005-03-23  Lute Kamstra  <lute@gnu.org>
10564
10565         * time-date.el: Add comment on time value formats.
10566         Don't require parse-time.
10567         (with-decoded-time-value): New macro.
10568         (encode-time-value): New function.
10569         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10570         (days-to-time): Return a valid time value when arg is huge.
10571         (time-since): Use time-subtract.
10572         (time-to-number-of-days): Use time-to-seconds.
10573
10574 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10575
10576         * gnus-start.el (gnus-display-time-event-handler):
10577         Check display-time-timer at runtime rather than only at load time
10578         in case display-time-mode is turned off in the mean time.
10579
10580 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10581
10582         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10583         used.
10584
10585         * nneething.el (nneething-map-file-directory): Derive from
10586         `gnus-directory'.
10587
10588         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10589         the To/Cc button.
10590
10591 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10592
10593         * nnmaildir.el (nnmaildir-request-accept-article):
10594         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10595
10596 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10597
10598         * gnus-async.el: Require timer-funcs at compile time when in
10599         XEmacs for `run-with-idle-timer'.
10600
10601 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10602
10603         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10604         autoloaded function.
10605
10606 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10607
10608         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10609
10610 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10611
10612         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10613
10614 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10615
10616         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10617         gnus-expert-user to default.
10618
10619 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10620
10621         * nnimap.el (nnimap-open-server): Ditto.
10622
10623         * imap.el (imap-authenticate): Fix typo.
10624
10625 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10626
10627         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10628         buffer (since IMAP server might return FETCH response out of
10629         order, and the nntp buffer must be sorted).
10630
10631 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10632
10633         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10634         comparison on string.
10635
10636         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10637         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10638         (gnus-agent-summary-fetch-series): Modified to protect against
10639         gnus-agent-summary-fetch-group clearing processable flags.
10640         (gnus-agent-synchronize-group-flags): Update live group buffer as
10641         synchronization may occur due to the user toggle the plugged
10642         status.
10643         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10644         successfully downloaded.
10645         (gnus-agent-expire-group-1): Avoid using markers when the overview
10646         is in ascending order; greatly improves performance.
10647         (gnus-agent-regenerate-group): Use
10648         gnus-agent-synchronize-group-flags to reset read status in both
10649         gnus and server.
10650         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10651
10652 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10653
10654         * message.el: Don't autoload former message-utils variables.
10655         (message-strip-subject-trailing-was): Change doc string.
10656
10657         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10658         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10659         (nnweb-google-search): Add "hl=en" here.
10660         (nnweb-google-parse-1, nnweb-google-create-mapping):
10661         Don't hardcode URL.
10662
10663 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10664
10665         * message.el (message-get-reply-headers, message-followup):
10666         Mention related variables `message-use-followup-to' and
10667         `message-use-mail-followup-to', in the information buffer.
10668
10669         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10670         of broken groups(-beta).google.com.
10671
10672 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10673
10674         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10675         parameter to invoked gnus-request-move-article; remove the
10676         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10677         all at once instead of once per article.
10678         (gnus-summary-remove-process-mark): Accept a list of articles as
10679         well as a single article for processing.
10680
10681         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10682         parameter.
10683
10684         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10685
10686         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10687
10688         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10689         parameter.
10690
10691         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10692         parameter.
10693
10694         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10695         parameter and remove the gnus-sum-hint-move-is-internal variable.
10696
10697         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10698         parameter.
10699
10700         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10701         parameter.
10702
10703         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10704         parameter.
10705
10706         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10707
10708         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10709         parameter.
10710
10711         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10712         parameter.
10713
10714 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10715
10716         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10717         a more conservative way.
10718
10719 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10720
10721         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10722         buffer, so it moves the window's cursor.
10723
10724 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10725
10726         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10727         `mm-dissect-multipart' and receive the from field as an (optional)
10728         argument from `mm-dissect-multipart'.
10729         (mm-dissect-multipart): Receive the from field as an argument and
10730         pass it on when we call `mm-dissect-buffer' on MIME parts.
10731         Fixes verification/decryption of signed/encrypted MIME parts.
10732
10733 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10734
10735         * gnus-sum.el (gnus-summary-move-article): Set
10736         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10737         whatever it calls (right now, only nnimap-request-move article
10738         respects it).
10739
10740         * nnimap.el (nnimap-request-move-article): When
10741         gnus-sum-hint-move-is-internal is set, don't do the extra
10742         nnimap-request-article.
10743
10744 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10745
10746         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10747
10748         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10749         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10750
10751         * gnus-sum.el (gnus-summary-caesar-message):
10752         Apply `gnus-treat-article' after rotation.
10753
10754         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10755         doc string.
10756
10757 2005-02-22  Simon Josefsson  <jas@extundo.com>
10758
10759         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10760         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10761         <arne@arnested.dk>.
10762         (encrypt): Add password-cache and password-cache-expiry as group
10763         members.
10764
10765 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10766
10767         * smime.el (smime-ldap-host-list): Doc fix.
10768         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10769         cache) password.
10770         (smime-sign-region): Use it.
10771         (smime-decrypt-region): Use it.
10772         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10773         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10774         fails.
10775         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10776         certificate from DER to PEM format rather than calling openssl.
10777
10778         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10779
10780         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10781         for signing/encryption.
10782
10783         * mml.el (mml-parse-1): Use them.
10784
10785 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10786
10787         * nnrss.el (nnrss-verbose): Removed.
10788         (nnrss-request-group): Use `nnheader-message' instead.
10789
10790 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10791
10792         * nnrss.el (nnrss-verbose): New variable.
10793         (nnrss-request-group): Make it say nnrss is requesting a group.
10794
10795 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10796
10797         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10798         Handle news URL with given port correctly.
10799
10800 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10801
10802         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10803         containing special characters.
10804
10805         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10806
10807         * mml.el (mime-to-mml): Ditto.
10808
10809         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10810         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10811         (rfc2047-decode-region): Quote decoded words containing special
10812         characters when rfc2047-quote-decoded-words-containing-tspecials
10813         is non-nil.
10814
10815 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10816
10817         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10818
10819         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10820
10821 2005-02-15  Simon Josefsson  <jas@extundo.com>
10822
10823         * nnimap.el (nnimap-debug): Doc fix.
10824
10825         * imap.el (imap-debug): Doc fix.
10826
10827 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10828
10829         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10830
10831 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10832
10833         * gnus.el (spam-contents): Improve docs for spam-contents
10834         parameter in its variable incarnation.
10835
10836 2005-02-14  Simon Josefsson  <jas@extundo.com>
10837
10838         * smime-ldap.el: Use require instead of load-library for ldap.
10839         (smime-ldap-search): Indent.
10840         (smime-ldap-search-internal): Shorten line.
10841
10842         * smime.el (smime-cert-by-dns): Add doc-string.
10843         (smime-cert-by-ldap-1): Indent.
10844
10845         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10846         mml-smime-get-dns-ldap.
10847         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10848
10849 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10850
10851         * smime.el: Require smime-ldap.
10852         (smime-ldap-host-list): New variable.
10853         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10854
10855         * mml-smime.el (mml-smime-encrypt-query): New function.
10856         (mml-smime-encrypt-query): Use it.
10857
10858         * smime-ldap.el: New file.
10859
10860 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10861
10862         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10863
10864 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10865
10866         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10867         argument in doc string.  Make query for type more clear.
10868
10869 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10870
10871         * gnus.el (gnus-group-startup-message): Search for gnus images in
10872         etc/images/gnus.
10873         * mm-util.el (mm-image-load-path): Likewise.
10874         * smiley.el (smiley-data-directory): Search for smilies in
10875         etc/images/smilies.
10876
10877 2005-02-09  Kim F. Storm  <storm@cua.dk>
10878
10879         Change Emacs release version from 21.4 to 22.1 throughout.
10880         Change Emacs development version from 21.3.50 to 22.0.50.
10881
10882 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10883
10884         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10885
10886         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10887         non-Mule XEmacs as well.
10888         (mm-decompress-buffer): Signal an error intentionally if it does
10889         not decompress compressed data because auto-compression-mode is
10890         disabled.
10891
10892 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10893
10894         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10895         an ID in the registry even if it has no groups.
10896
10897 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10898
10899         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10900         merge it into mm-decompress-buffer.
10901         (gnus-mime-copy-part): Use the MIME part charset, the value which
10902         a user specified or gnus-newsgroup-charset for decoding, like
10903         gnus-mime-inline-part does; set buffer-file-coding-system to tell
10904         save-buffer what was used.  Suggested by Kevin Ryde
10905         <user42@zip.com.au>.
10906         (gnus-mime-inline-part): Allow the name parameter as well as the
10907         filename parameter; force decompressing of compressed data; always
10908         display contents being not decoded as unibyte.
10909
10910         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10911         as well as the filename parameter.
10912
10913         * mm-util.el (mm-decompress-buffer): Merge
10914         gnus-mime-jka-compr-maybe-uncompress.
10915         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10916         of compressed data.
10917
10918 2005-02-08  Simon Josefsson  <jas@extundo.com>
10919
10920         * imap.el (imap-log): Doc fix.
10921
10922 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10923
10924         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
10925         the coding cookies; decompress compressed parts.
10926
10927         * mml.el (mml-generate-mime-1): Add the charset parameter according
10928         to the value which a user specified manually or the coding cookie.
10929
10930         * mm-util.el (mm-string-to-multibyte): New function.
10931         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
10932         (mm-coding-system-to-mime-charset): New function.
10933         (mm-decompress-buffer): New function.
10934         (mm-find-buffer-file-coding-system): New function.
10935
10936         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
10937         (mm-display-inline-fontify): Rewrite for decoding and decompressing
10938         parts.
10939
10940 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10941
10942         * mm-view.el (mm-display-inline-fontify): Decode a part according
10943         to the charset parameter.
10944
10945 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10946
10947         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10948         prefix arg is neither nil nor a number, as info specifies.
10949
10950 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10951
10952         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10953         timestamps.
10954
10955 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
10956
10957         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
10958         groups error checking and notify user.
10959
10960 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
10961
10962         * message.el (message-send-mail-function): Check existence of
10963         sendmail-program first before using default value
10964         `message-send-mail-with-sendmail'.  Otherwise use more generic
10965         `smtpmail-send-it'.
10966
10967 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10968
10969         * nntp.el (nntp-request-update-info): Always return nil.
10970
10971 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10972
10973         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
10974
10975 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10976
10977         * message.el (message-beginning-of-line): Change the behavior when
10978         invoked between BOL and : so that it first moves backward.
10979
10980 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10981
10982         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
10983         article buffer when editing of the article is discarded.
10984         (gnus-article-prepare): Revert.
10985
10986 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10987
10988         * gnus-art.el (gnus-article-prepare):
10989         Remove message-strip-forbidden-properties from the local hook.
10990
10991 2005-01-27  Simon Josefsson  <jas@extundo.com>
10992
10993         * password.el (password-cache-add): Only start one timer per key.
10994         Reported by Derek Atkins <warlord@MIT.EDU>.
10995
10996 2005-01-26  Steve Youngs  <steve@sxemacs.org>
10997
10998         * run-at-time.el: Removed.  It is no longer needed as
10999         timer-funcs.el in the xemacs-base package has a working version of
11000         `run-at-time'.
11001
11002         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11003
11004         * password.el: Require timer-funcs instead of run-at-time in
11005         XEmacs.
11006         Remove `password-run-at-time' macro.
11007         (password-cache-add): Use `run-at-time' instead of
11008         `password-run-at-time'.
11009
11010         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11011         Remove `nnheader-cancel-function-timers' alias,
11012         `cancel-function-timers' exists in XEmacs in timer-funcs.
11013
11014         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11015         for `run-with-idle-timer'.
11016
11017         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11018         for `run-at-time'.
11019
11020         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11021         for `with-timeout'.
11022
11023         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11024         the same as for XEmacs 21.4.
11025         No need to ignore `run-with-idle-timer', this function exists in
11026         XEmacs now in timer-funcs.el in the xemacs-base package.
11027         (dgnushack-compile): No need to delete
11028         run-at-time.el from the list of files to compile because it
11029         doesn't exist anymore.
11030
11031 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11032
11033         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11034         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11035
11036 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11037
11038         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11039         sensitively.
11040
11041 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11042
11043         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11044
11045 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11046
11047         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11048         which will be inserted according to the multibyteness of a buffer
11049         rather than the type of contents.  Suggested by ARISAWA Akihiro
11050         <ari@mbf.ocn.ne.jp>.
11051
11052         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11053         of string which old xml.el may return rather than a string.
11054
11055 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11056
11057         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11058
11059 2005-01-16  Simon Josefsson  <jas@extundo.com>
11060
11061         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11062         idn/idna.el isn't available.
11063         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11064         <michael@waxrat.com>.
11065
11066         * hashcash.el: Remove non-FSF copyright header.
11067
11068         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11069         (hashcash-generate-payment): Use it.
11070         (hashcash-generate-payment-async): Use it.
11071
11072 2005-01-15  Simon Josefsson  <jas@extundo.com>
11073
11074         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11075         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11076
11077         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11078         gnus-summary-idna-message.
11079         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11080         (gnus-summary-idna-message): New function.
11081
11082 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11083
11084         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11085         gnus-novice-user.
11086
11087 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11088
11089         * nnrss.el (nnrss-request-delete-group): Delete entries in
11090         nnrss-group-alist as well.
11091         (nnrss-save-server-data): Insert newline.
11092
11093 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11094
11095         * gnus.el (gnus-user-agent): Use list of symbols instead of
11096         symbols.  Display full version number for (S)XEmacs.  Optionally
11097         display (S)XEmacs codename.
11098
11099         * gnus-util.el (gnus-emacs-version): Update for new
11100         `gnus-user-agent'.
11101
11102         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11103         Gnus version.
11104
11105 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11106
11107         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11108         which is unreadable in some setups.
11109
11110 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11111
11112         * gnus-spec.el (gnus-update-format-specifications): Flush the
11113         group format spec cache if it doesn't support decoded group names.
11114
11115 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11116
11117         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11118         Allow to apply decay on score files matching a regexp.
11119
11120 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11121
11122         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11123         compatibility in %g and %c.
11124
11125 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11126
11127         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11128         name for only %g and %c.
11129         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11130         of gnus-tmp-group to decoded group name.
11131         (gnus-group-make-rss-group): Exclude `/'s from group names.
11132
11133 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11134
11135         * nnrss.el (nnrss-get-encoding): Fix regexp.
11136
11137 2004-12-27  Simon Josefsson  <jas@extundo.com>
11138
11139         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11140         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11141         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11142
11143 2004-12-17  Kim F. Storm  <storm@cua.dk>
11144
11145         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11146
11147         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11148
11149 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11150
11151         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11152
11153 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11154
11155         * nnrss.el: Require rfc2047 and mml.
11156         (nnrss-file-coding-system): New variable.
11157         (nnrss-format-string): Redefine it as an inline function.
11158         (nnrss-decode-group-name): New function.
11159         (nnrss-string-as-multibyte): Remove.
11160         (nnrss-retrieve-headers): Decode group name; don't use
11161         nnrss-format-string.
11162         (nnrss-request-group): Decode group name.
11163         (nnrss-request-article): Decode group name; allow a Message-ID as
11164         well as an article number; don't use nnrss-format-string; encode a
11165         Message-ID string which may contain non-ASCII characters; use
11166         mml-to-mime to compose a MIME article.
11167         (nnrss-request-expire-articles): Decode group name.
11168         (nnrss-request-delete-group): Decode group name.
11169         (nnrss-fetch): Clarify error message.
11170         (nnrss-read-server-data): Use insert-file-contents instead of load;
11171         bind file-name-coding-system; use multibyte buffer.
11172         (nnrss-save-server-data): Bind coding-system-for-write to the
11173         value of nnrss-file-coding-system; bind file-name-coding-system;
11174         add coding cookie.
11175         (nnrss-read-group-data): Use insert-file-contents instead of load;
11176         bind file-name-coding-system; use multibyte buffer.
11177         (nnrss-save-group-data): Bind coding-system-for-write to the
11178         value of nnrss-file-coding-system; bind file-name-coding-system.
11179         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11180         make it work with non-ASCII text.
11181         (nnrss-find-el): Make it work with old xml.el as well.
11182
11183 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11184
11185         * nnrss.el (nnrss-get-encoding): New function.
11186         (nnrss-fetch): Use unibyte buffer initially; bind
11187         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11188         decode contents according to the encoding attribute.
11189         (nnrss-save-group-data): Add coding cookie.
11190         (nnrss-mime-encode-string): New function.
11191         (nnrss-check-group): Use it to encode subject and author.
11192
11193 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11194
11195         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11196         imaginary variable.
11197
11198 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11199
11200         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11201         correctly even if there are wide characters.
11202
11203 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11204
11205         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11206         downcased symbol names; make a new cache instead of reusing
11207         bbdb-hashtable.
11208
11209 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11210
11211         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11212         concatenating segments rather than before concatenating them.
11213         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11214
11215         * message.el (message-get-reply-headers): Bind `extra'.
11216
11217 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11218
11219         * message.el (message-extra-wide-headers): New variable.
11220         (message-get-reply-headers): Use it.
11221
11222 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11223
11224         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11225         (gnus-agent-group-pathname): Ditto.
11226
11227         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11228
11229         * gnus-group.el (gnus-group-make-group): Decode group name.
11230         (gnus-group-make-rss-group): Register the group data after opening
11231         the nnrss group.
11232
11233 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11234
11235         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11236         by expiry now get marked as read.
11237
11238 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11239
11240         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11241
11242 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11243
11244         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11245         unify Latin characters in XEmacs.
11246         (mm-find-mime-charset-region): Use it.
11247
11248 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11249
11250         * gnus-util.el (gnus-delete-directory): New function.
11251
11252         * gnus-agent.el (gnus-agent-delete-group): Use it.
11253
11254         * gnus-cache.el (gnus-cache-delete-group): Use it.
11255
11256 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11257
11258         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11259         names.
11260
11261 2004-12-16  Simon Josefsson  <jas@extundo.com>
11262
11263         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11264
11265 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11266
11267         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11268
11269         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11270         (gnus-group-set-current-level): Decode group name.
11271
11272 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11273
11274         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11275         failed.
11276
11277 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11278
11279         * gnus-group.el (gnus-group-delete-group): Decode group name.
11280         (gnus-group-make-rss-group): Encode group name.
11281         (gnus-group-catchup-current): Decode group name.
11282         (gnus-group-kill-group): Decode group name.
11283
11284 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11285
11286         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11287
11288 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11289
11290         * gnus-group.el (gnus-group-make-rss-group):
11291         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11292
11293         * gnus-start.el (gnus-setup-news): Honor user's setting to
11294         gnus-message-archive-method.  Suggested by Lute Kamstra
11295         <lute@gnu.org>.
11296
11297 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11298
11299         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11300         global counterparts of the buffer-local variables.
11301
11302 2004-11-16  Romain Francoise  <romain@orebokech.com>
11303
11304         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11305         counterparts of the buffer-local variables.
11306
11307 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11308
11309         * message.el (message-forbidden-properties): Fixed typo in doc
11310         string.
11311
11312 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11313
11314         * gnus-util.el (gnus-replace-in-string): Added doc string.
11315
11316         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11317         to avoid problems when splitting mails with many recipients.
11318
11319 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11320
11321         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11322         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11323
11324 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11325
11326         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11327         if there is no hashtable in memory or file modification time is
11328         newer than cached timestamp.
11329
11330 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11331
11332         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11333         not-matching option.
11334
11335 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11336
11337         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11338         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11339         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11340         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11341         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11342         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11343
11344 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11345
11346         * message.el (message-forward-make-body-mml): Remove headers
11347         according to message-forward-ignored-headers if a message is decoded.
11348
11349 2004-12-02  Romain Francoise  <romain@orebokech.com>
11350
11351         * message.el (message-forward-make-body-plain): Always remove
11352         headers according to message-forward-ignored-headers.
11353
11354 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11355
11356         * spam.el (spam-summary-prepare-exit): Remove the
11357         gnus-summary-limit pop for now, it has problems with ham marks for
11358         me.
11359
11360 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11361
11362         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11363         correctly.
11364
11365 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11366
11367         * format-spec.el (format-spec): Message the char.
11368
11369 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11370
11371         * gnus-art.el (gnus-split-methods): Reformat comments.
11372
11373         * spam.el (spam-summary-prepare-exit): Remove article limits
11374         before exiting the summary buffer.
11375
11376 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11377
11378         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11379         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11380
11381         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11382         order to silence the byte compiler.
11383
11384         * spam.el: Fix the way to silence the byte compiler, which
11385         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11386         bbdb-search-simple, spam-BBDB-register-routine,
11387         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11388         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11389         spam-stat-buffer-is-spam, spam-stat-load,
11390         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11391         spam-stat-save and spam-stat-split-fancy.
11392
11393 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11394
11395         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11396         which may confuse users.
11397         (canlock-password-for-verify): Ditto.
11398
11399         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11400
11401         * gnus-art.el (gnus-emphasis-alist): Ditto.
11402
11403         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11404
11405         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11406
11407         * gnus-start.el (gnus-save-killed-list): Ditto.
11408
11409         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11410         (gnus-sum-thread-tree-root): Ditto.
11411         (gnus-sum-thread-tree-false-root): Ditto.
11412         (gnus-sum-thread-tree-single-indent): Ditto.
11413
11414         * message.el (message-courtesy-message): Ditto.
11415         (message-archive-note): Ditto.
11416         (message-subscribed-address-file): Ditto.
11417         (message-user-fqdn): Ditto.
11418
11419         * spam-report.el (spam-report-gmane-regex): Ditto.
11420
11421         * spam.el (spam-blackhole-good-server-regex): Ditto.
11422
11423 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11424
11425         * mml.el (mml-preview): Widen the message buffer before copying
11426         the contents to the preview buffer; sort headers before previewing.
11427
11428         * message.el (message-hidden-headers): Fix the way to avoid a bug
11429         in the `repeat' widget in Emacs 21.3 or earlier.
11430
11431 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11432
11433         * message.el (message-hidden-headers): Default to "^References:".
11434         Improve customization type.  Suggested by Reiner Steib
11435         <Reiner.Steib@gmx.de>.
11436
11437 2004-11-25  Romain Francoise  <romain@orebokech.com>
11438
11439         * message.el (message-strip-forbidden-properties): Remove check for
11440         obsolete `message-hidden' text property, hidden headers are not
11441         accessible in the buffer anymore.
11442
11443 2004-11-22  Romain Francoise  <romain@orebokech.com>
11444
11445         * message.el (message-header-format-alist): Add `From' in list
11446         so that it can be sorted.
11447         (message-fix-before-sending): Widen and sort headers before
11448         sending.
11449         (message-hide-headers): Use narrowing to hide headers by moving
11450         them to the top of the buffer and narrowing to the region
11451         underneath.
11452
11453 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11454
11455         * message.el (message-strip-forbidden-properties): Bind
11456         buffer-read-only (etc) to nil.
11457
11458 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11459
11460         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11461         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11462
11463 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11464
11465         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11466
11467 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11468
11469         * dns.el (query-dns): Use sit-for to time instead of
11470         accept-process-output, since that doesn't seem to work on udp
11471         sockets.
11472
11473 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11474
11475         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11476
11477 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11478
11479         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11480         doc string.  Improve doc string.
11481
11482 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11483
11484         * nntp.el (nntp-request-update-info): Return nil if
11485         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11486         may not call gnus-activate-group which uselessly issues the GROUP
11487         commands for all nntp groups and wastes time.  Reported by Romain
11488         Francoise <romain@orebokech.com>.
11489
11490         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11491
11492 2004-11-15  Simon Josefsson  <jas@extundo.com>
11493
11494         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11495         headers separately.
11496         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11497         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11498
11499 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11500
11501         * gnus-start.el (gnus-convert-old-newsrc):
11502         Assign legacy-gnus-agent to 5.10.7.
11503
11504 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11505
11506         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11507         start of the lines.
11508
11509 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11510
11511         * hashcash.el (hashcash-default-payment): Change default to 20.
11512         (hashcash-default-accept-payment): Change default to 20.
11513         (hashcash-process-alist): New variable.
11514         (hashcash-generate-payment-async): Add.
11515         (hashcash-already-paid-p): Add.
11516         (hashcash-insert-payment): Don't generate payments twice.
11517         (hashcash-insert-payment-async): Add.
11518         (hashcash-insert-payment-async-2): Add.
11519         (hashcash-cancel-async): Add.
11520         (hashcash-wait-async): Add.
11521         (hashcash-processes-running-p): Add.
11522         (hashcash-wait-or-cancel): Add.
11523         (mail-add-payment): New optional argument.  Conditionally start
11524         asynchronous calculation.
11525         (mail-add-payment-async): Add.
11526
11527         * message.el (message-send-mail): Wait for asynchronous hashcash
11528         results.  Don't clobber existing X-Hashcash headers.
11529         (message-setup-1): Call mail-add-payment-async when
11530         message-generate-hashcash is non-nil.
11531
11532 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11533
11534         * message.el (message-use-alternative-email-as-from): Examine the
11535         From header as well; use message-make-from in order to include a
11536         user's full name.
11537
11538 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11539
11540         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11541         default; improve customization type.
11542         (gnus-emphasis-custom-with-format): New macro.
11543         (gnus-emphasis-custom-value-to-external): New function.
11544         (gnus-emphasis-custom-value-to-internal): New function.
11545
11546 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11547
11548         * dns.el (query-dns): Resolve reverse addresses.
11549
11550 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11551
11552         * gnus-group.el (gnus-group-get-new-news): Use it.
11553
11554         * gnus-start.el (gnus-check-reasonable-setup): New function.
11555
11556 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11557
11558         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11559         "Args out of range" error.  Reported by Arnaud Giersch
11560         <arnaud.giersch@free.fr>.
11561
11562 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11563
11564         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11565
11566 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11567
11568         * spam.el (spam group): Add :version.
11569
11570         * pgg-def.el (pgg group): Add :version.
11571
11572 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11573
11574         * gnus-art.el (gnus-article-edit-article): Don't associate the
11575         article buffer with a draft file.  This is a temporary measure
11576         against the 2004-08-22 change to gnus-article-edit-mode.
11577
11578 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11579
11580         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11581         (html2text-format-tags): Remove unused variable `attr'.
11582
11583 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11584
11585         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11586
11587         * tls.el (tls-process-connection-type, tls-success)
11588         (tls-certtool-program): Add :version.
11589
11590         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11591         (starttls-extra-arguments, starttls-process-connection-type)
11592         (starttls-connect, starttls-failure, starttls-success): Add :version.
11593
11594         * spam-stat.el (spam-stat): Add :version.
11595
11596         * sieve.el (sieve): Add :version.
11597
11598         * sha1.el (sha1): Add :version.
11599         (sha1-use-external): Remove redundant version.
11600
11601         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11602         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11603         (nnmail-split-fancy-match-partial-words)
11604         (nnmail-split-lowercase-expanded): Add :version.
11605
11606         * nndiary.el (nndiary): Add :version.
11607
11608         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11609
11610         * mml-sec.el (mml-default-sign-method)
11611         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11612         Add :version.
11613
11614         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11615
11616         * mm-url.el (mm-url-use-external, mm-url-program)
11617         (mm-url-arguments): Add :version.
11618
11619         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11620         (mm-attachment-file-modes, mm-decrypt-option)
11621         (mm-w3m-safe-url-regexp): Add :version.
11622
11623         * message.el (message-cite-prefix-regexp)
11624         (message-sendmail-envelope-from, message-minibuffer-local-map)
11625         (message-user-fqdn, message-completion-alist): Add :version.
11626
11627         * gnus-win.el (gnus-configure-windows-hook)
11628         (gnus-use-frames-on-any-display): Add :version.
11629
11630         * gnus-art.el (gnus-article-address-banner-alist)
11631         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11632         (gnus-treat-from-picon, gnus-treat-mail-picon)
11633         (gnus-treat-x-pgp-sig): Add :version.
11634
11635         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11636         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11637         (gnus-summary-article-delete-hook)
11638         (gnus-summary-display-while-building): Add :version.
11639
11640         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11641         (gnus-get-top-new-news-hook): Add :version.
11642
11643         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11644         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11645
11646         * gnus-registry.el (gnus-registry): Add :version.
11647
11648         * gnus-spec.el (gnus-use-correct-string-widths)
11649         (gnus-make-format-preserve-properties): Add :version.
11650
11651         * gnus.el (gnus-group-charter-alist)
11652         (gnus-group-fetch-control-use-browse-url)
11653         (gnus-install-group-spam-parameters): Add :version.
11654
11655         * gnus-diary.el (gnus-diary): Add :version.
11656
11657         * gnus-delay.el (gnus-delay): Add :version.
11658
11659         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11660         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11661         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11662         Add :version.
11663
11664         * gnus-agent.el (gnus-agent-max-fetch-size)
11665         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11666         (gnus-agent-prompt-send-queue): Add :version.
11667
11668         * deuglify.el (gnus-outlook-deuglify): Add :version.
11669
11670         * html2text.el: Beautify code.  Improve doc strings.  Some
11671         checkdoc cleanup.
11672         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11673
11674 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11675
11676         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11677
11678 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11679
11680         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11681         when package is loaded.
11682
11683         * spam.el (spam-summary-score-preferred-header): Add global preference
11684         for people who want to override the default SpamAssassin over
11685         Bogofilter preference (when both are set).
11686         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11687         (spam-user-format-function-S): Check
11688         spam-summary-score-preferred-header.
11689         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11690         (spam-user-format-function-S): Format the score correctly.
11691
11692 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11693
11694         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11695         signature file.  Suggested by Manoj Srivastava
11696         <srivasta@golden-gryphon.com>.
11697
11698         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11699         iso-2022-jp even in the Japanese language environment.
11700         Suggested by Jason Rumney <jasonr@gnu.org>.
11701
11702 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11703
11704         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11705         use the same characters as the dummy marks; make it free from
11706         getting affected by the language environment.
11707         (gnus-summary-read-group-1): Update mark positions only when the
11708         format spec is updated.
11709
11710         * gnus-spec.el (gnus-update-format-specifications): Return a list
11711         of updated types.
11712
11713 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11714
11715         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11716         of boundp to check if display-warning is available.
11717
11718 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11719
11720         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11721
11722 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11723
11724         * nnspool.el (nnspool-spool-directory): Use news-path if the
11725         news-directory variable is not bound.
11726
11727         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11728         function instead of display-warning if it is not available.
11729
11730 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11731
11732         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11733         v5-10: Use `point-at-bol'.
11734
11735 2004-10-26  Simon Josefsson  <jas@extundo.com>
11736
11737         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11738         <chenggao@gmail.com>.
11739
11740 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11741
11742         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11743         instead.
11744
11745 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11746
11747         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11748         to remove a server from the nnimap-server-buffer-alist.
11749         (nnimap-open-connection, nnimap-close-server): Use it.
11750
11751         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11752
11753 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11754
11755         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11756         running the major-mode function.
11757
11758 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11759
11760         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11761         dummy marks in the right way.
11762
11763 2004-10-18  David Edmondson  <dme@dme.org>
11764
11765         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11766         excessively.
11767
11768 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11769
11770         * gnus-util.el (gnus-split-references): Accept a nil references
11771         string and go on blissfully.
11772
11773         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11774         cases where the references string is non-nil but has no references.
11775
11776         * encrypt.el: Add autoload tags.
11777
11778         * spam.el (spam-resolve-registrations-routine): Remove article
11779         from unregistration list too.  Reported by David Hanak
11780         <dhanak@isis.vanderbilt.edu>
11781
11782 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11783
11784         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11785         nil.  Changed custom type.
11786
11787 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11788
11789         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11790
11791         * gnus-sum.el (gnus-summary-move-article): Use it.
11792
11793 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11794
11795         * encrypt.el: Add autoload cookies.
11796
11797         * spam.el (spam-backend-article-list-property)
11798         (spam-backend-get-article-todo-list)
11799         (spam-backend-put-article-todo-list)
11800         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11801         Resolve registrations separately.
11802         (spam-register-routine): Format comments.
11803         (spam-unregister-routine, spam-register-routine): Always call with
11804         specific-articles, no default list.
11805         (spam-summary-prepare-exit): Use the spam-classifications function.
11806
11807         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11808         gnus-encrypt.el.
11809
11810         * encrypt.el: Copied from gnus-encrypt.el.
11811
11812         * gnus-encrypt.el: Commented that it's obsolete.
11813
11814 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11815
11816         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11817         (gnus-score-save): Use it.
11818
11819         * message.el (message-bury): Use `window-dedicated-p'.
11820
11821 2004-10-15  Simon Josefsson  <jas@extundo.com>
11822
11823         * pop3.el (top-level): Don't require nnheader.
11824         (pop3-read-timeout): Add.
11825         (pop3-accept-process-output): Add.
11826         (pop3-read-response, pop3-retr): Use it.
11827
11828 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11829
11830         * spam.el (spam-register-routine): Move comment.
11831         (spam-verify-bogofilter): Use 'unknown for the initial
11832         spam-bogofilter-valid state, not 'never.
11833
11834         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11835         for netrc-machine.
11836
11837         * nnimap.el (nnimap-open-connection): Use
11838         netrc-machine-user-or-password.
11839
11840 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11841
11842         * gnus-registry.el (gnus-registry-unload-hook):
11843         Set as a variable with add-hook.
11844
11845         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11846         of news-path.
11847
11848         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11849
11850         * spam.el: Delete duplicate `provide'.
11851         (spam-unload-hook): Set as a variable with add-hook.
11852
11853 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11854
11855         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11856         in the doc string.
11857
11858         * message.el (message-ignored-news-headers)
11859         (message-ignored-supersedes-headers)
11860         (message-ignored-resent-headers)
11861         (message-forward-ignored-headers): Improve custom type.
11862
11863 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11864
11865         * message.el (message-tokenize-header): Fix 2004-09-06 change
11866         which used point-min in the wrong place.
11867
11868 2004-10-12  Simon Josefsson  <jas@extundo.com>
11869
11870         * tls.el (tls-certtool-program): New variable.
11871         (tls-certificate-information): New function, based on
11872         ssl-certificate-information.
11873
11874 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11875
11876         * compface.el: Move the version of ELisp-based uncompface program
11877         to the contrib directory because of the copyright problem.
11878
11879 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11880
11881         * message.el (message-kill-buffer): Raise the current frame.
11882
11883 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11884
11885         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11886
11887         * gnus.el (message-y-or-n-p): Autoload.
11888
11889         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11890         (pop3-password-required, pop3-authentication-scheme)
11891         (pop3-leave-mail-on-server): Made customizable.
11892         (pop3): New custom group.
11893         (pop3-retr): Remove `sleep-for' statements.
11894         Suggested by Dave Love <fx@gnu.org>.
11895
11896         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11897         Windows/DOS.
11898
11899         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11900         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
11901         Dave Love <fx@gnu.org>.
11902
11903         * mml.el (mml-minibuffer-read-disposition): Require match.
11904         Suggested by Dave Love <fx@gnu.org>.
11905
11906 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11907
11908         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
11909         doc string.
11910
11911 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11912
11913         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11914
11915 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11916
11917         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11918         instead of calling `mm-insert-inline', to decode text/* parts
11919         before displaying them.
11920
11921 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * mm-uu.el (mm-uu-text-plain-type): New variable.
11924         (mm-uu-pgp-signed-extract-1): Use it.
11925         (mm-uu-pgp-encrypted-extract-1): Use it.
11926         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11927         bind mm-uu-text-plain-type with that value.
11928         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11929         mm-uu-dissect.
11930
11931 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * gnus-group.el (gnus-update-group-mark-positions):
11934         * gnus-sum.el (gnus-update-summary-mark-positions):
11935         * message.el (message-check-news-body-syntax):
11936         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11937         of string-as-multibyte.
11938
11939 2004-10-05  Juri Linkov  <juri@jurta.org>
11940
11941         * gnus-group.el (gnus-update-group-mark-positions):
11942         * gnus-sum.el (gnus-update-summary-mark-positions):
11943         * message.el (message-check-news-body-syntax):
11944         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11945         8-bit unibyte values to a multibyte string for search functions.
11946
11947 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11948
11949         * mm-uu.el (mm-uu-dissect): Allow optional arg.
11950         (mm-uu-dissect-text-parts): New function.
11951
11952         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11953         dissect text parts.
11954
11955         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
11956         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
11957
11958         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
11959
11960         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
11961         gnus-current-topics instead of gnus-current-topic.
11962
11963 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
11964
11965         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
11966
11967 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
11968
11969         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
11970         where approriate.
11971
11972         * nnml.el (nnml-generate-active-info): do.
11973
11974         * nndiary.el (nndiary-generate-active-info): do.
11975
11976         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
11977         (gnus-topic-move): do.
11978
11979         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
11980         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
11981
11982         * gnus-srvr.el (gnus-server-prepare)
11983         (gnus-server-open-all-servers): do.
11984
11985         * gnus-msg.el (gnus-summary-cancel-article)
11986         (gnus-summary-resend-message)
11987         (gnus-summary-mail-crosspost-complaint): do.
11988
11989         * gnus-move.el (gnus-change-server): do.
11990
11991         * gnus-group.el (gnus-group-unmark-all-groups)
11992         (gnus-group-set-current-level): do.
11993
11994 2004-10-04  Simon Josefsson  <jas@extundo.com>
11995
11996         * message.el (message-generate-hashcash): Doc fix.
11997
11998 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
11999
12000         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12001         avoid infinite recursion via gnus-get-function.
12002
12003 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12004
12005         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12006
12007         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12008
12009         * nnmail.el (nnmail-split-history): do.
12010
12011         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12012         (nnml-request-delete-group): do.
12013
12014         * nnslashdot.el (nnslashdot-read-groups): do.
12015
12016         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12017         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12018
12019         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12020         (nnspool-sift-nov-with-sed): Use last.
12021         (nnspool-retrieve-headers-with-nov): Use mapc.
12022         (nnspool-request-newgroups): Use dolist.
12023         (nnspool-request-group): Use last.
12024
12025         * nntp.el (nntp-read-server-type): Use dolist.
12026
12027         * nnvirtual.el (nnvirtual-create-mapping)
12028         (nnvirtual-update-read-and-marked): Use dolist.
12029         (nnvirtual-convert-headers): Simplify.
12030
12031 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12032
12033         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12034         support for sync'ing tick marks.
12035
12036 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12037
12038         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12039         there's no visible header.
12040
12041 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12042
12043         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12044         necessary, pass full group name to gnus-request-set-marks.
12045
12046 2004-10-01  Simon Josefsson  <jas@extundo.com>
12047
12048         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12049         acroread.
12050
12051 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12052
12053         * spam-report.el (spam-report-gmane): Fix interactive.
12054
12055         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12056
12057         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12058         when writing file.
12059         (gnus-agent-synchronize-flags): Don't default to being
12060         interactive.
12061
12062 2004-09-30  Simon Josefsson  <jas@extundo.com>
12063
12064         * message.el (message-generate-hashcash): Add.
12065         (message-send-mail): Use it, call mail-add-payment.
12066
12067 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12068
12069         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12070
12071 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12072
12073         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12074         gnus-requst-update-info with explicit code to sync the in-memory
12075         info read flags with the marks being sync'd to the backend.
12076
12077         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12078
12079 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12080
12081         * spam.el (spam-verify-bogofilter): Add new function.
12082         (spam-check-bogofilter)
12083         (spam-bogofilter-register-with-bogofilter): Use it.
12084         (spam-verify-bogofilter): Add small fixes.
12085
12086 2004-09-28  Simon Josefsson  <jas@extundo.com>
12087
12088         * hashcash.el (hashcash-generate-payment): Revert.
12089
12090 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12091
12092         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12093         gnus-extract-references instead of gnus-split-references.
12094
12095         * gnus-util.el (gnus-extract-references): Add new function, analogous
12096         to gnus-split-references but extracts only the message-ID without
12097         anything extra.
12098
12099         * hashcash.el (hashcash-generate-payment)
12100         (hashcash-check-payment): Do the right thing if hashcash-path is
12101         nil (because the hashcash program could not be found).
12102
12103         * spam.el (spam-use-hashcash): Remove comment.
12104
12105 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12106
12107         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12108         (gnus-cache-enter-article, gnus-cache-remove-article)
12109         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12110
12111         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12112
12113         * gnus-art.el (article-hide-boring-headers)
12114         (article-translate-strings, article-display-face)
12115         (gnus-article-mime-match-handle-first)
12116         (gnus-article-highlight-headers)
12117         (gnus-article-add-buttons-to-head): do.
12118
12119 2004-09-27  Simon Josefsson  <jas@extundo.com>
12120
12121         * hashcash.el: New version, from
12122         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12123         ../contrib/.
12124
12125 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12126
12127         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12128
12129 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12130
12131         * gnus-dup.el (gnus-dup-open): Use mapc.
12132         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12133
12134         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12135         Reported by Stefan Wiens <s.wi@gmx.net>.
12136
12137         * gnus.el (gnus-shutdown): Use dolist.
12138
12139         * gnus-undo.el (gnus-undo): Use mapc.
12140
12141         * nnrss.el (nnrss-generate-active): do.
12142
12143         * message.el (message-cite-original-without-signature)
12144         (message-cite-original): Use mapc.
12145         (message-do-actions, message-make-forward-subject): Use dolist.
12146
12147 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12148
12149         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12150         deletion to remove entire duplicate line.  Fixes merged article
12151         number bug.
12152
12153 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12154
12155         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12156         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12157         first ask if you want to open a server and then, even when you
12158         responded with no, asking if you want to synchronize the server's
12159         flags.
12160         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12161         multi-line expressions.
12162         (gnus-agent-synchronize-group-flags): New internal function.
12163         Updates marks in memory (in the info structure) AND in the
12164         backend.
12165
12166         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12167
12168         * nnagent.el (nnagent-request-set-mark): Use
12169         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12170         method, to ensure that synchronization updates marks in the
12171         backend and in the info (in memory) structure.
12172
12173 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12174
12175         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12176         convention fully; don't miss the root article of a thread; make
12177         the X-Draft-From header with correct article numbers.
12178
12179 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12180
12181         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12182         unless plugged.  Disable the agent so that an open failure causes
12183         an error.
12184
12185         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12186         Reverted 2004-09-21 change.  The backend must be opened while
12187         synchronizing flags even when the backend stores the flags
12188         locally.
12189
12190 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12191
12192         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12193         in `header' match.  Reported by Svend Tollak Munkejord.
12194
12195         * message.el (message-cite-original): Fix use of
12196         `message-cite-articles-with-x-no-archive'.
12197
12198 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12199
12200         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12201         (gnus-window-to-buffer): Ditto.
12202
12203         * mml.el (mml-preview-buffer): New variable.
12204         (mml-preview): Manage window layout with gnus-buffer-configuration.
12205
12206         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12207         X-Draft-From header even if those articles aren't quoted.
12208
12209 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12210
12211         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12212         (gnus-request-set-mark, gnus-request-update-mark): Use new
12213         g-s-t-u-l-m to decide to use backend even when unplugged.
12214
12215 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12216
12217         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12218         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12219
12220 2004-09-20  Simon Josefsson  <jas@extundo.com>
12221
12222         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12223         "utf-16-le".
12224
12225 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12226
12227         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12228
12229 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12230
12231         * uudecode.el (uudecode-use-external): Add :version.
12232
12233         * smime.el (smime-CA-file, smime-encrypt-cipher)
12234         (smime-dns-server): Add :version.
12235
12236         * smiley.el (gnus-smiley-file-types): Add :version.
12237
12238         * sha1.el (sha1-use-external): Add :version.
12239
12240         * pgg-def.el (pgg-query-keyserver): Add :version.
12241
12242         * nnmail.el (nnmail-fancy-expiry-targets)
12243         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12244         Add :version.
12245
12246         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12247         (nnimap-retrieve-groups-asynchronous): Add :version.
12248         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12249
12250         * mml.el (mml-content-disposition-parameters)
12251         (mml-insert-mime-headers-always): Add :version.
12252
12253         * mm-util.el (mm-coding-system-priorities): Add :version.
12254
12255         * mm-decode.el (mm-inline-text-html-with-images)
12256         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12257         (mm-verify-option): Add :version.
12258         (mm-text-html-renderer): Change :version.
12259
12260         * message.el (message-fcc-externalize-attachments)
12261         (message-required-headers, message-draft-headers)
12262         (message-subject-trailing-was-query)
12263         (message-subject-trailing-was-ask-regexp)
12264         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12265         (message-mark-insert-end, message-archive-header)
12266         (message-archive-note, message-cross-post-default)
12267         (message-cross-post-note, message-followup-to-note)
12268         (message-cross-post-note-function, message-use-mail-followup-to)
12269         (message-subscribed-address-functions)
12270         (message-subscribed-address-file, message-subscribed-addresses)
12271         (message-subscribed-regexps, message-allow-no-recipients)
12272         (message-yank-cited-prefix, message-signature-insert-empty-line)
12273         (message-hidden-headers, message-hierarchical-addresses)
12274         (message-mail-user-agent, message-use-idna)
12275         (message-valid-fqdn-regexp)
12276         (message-strip-special-text-properties, message-header-synonyms)
12277         (message-beginning-of-line, message-tab-body-function): Add :version.
12278         (message-insert-canlock, message-wide-reply-confirm-recipients):
12279         Change :version.
12280
12281         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12282         and :version.
12283         (mail-source-delete-old-incoming-confirm)
12284         (mail-source-movemail-program): Add :version.
12285
12286         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12287         (gnus-agent-cache, gnus-agent): Change :version.
12288
12289         * gnus-util.el (gnus-use-byte-compile): Change :version.
12290
12291         * gnus-sum.el (gnus-summary-make-false-root-always)
12292         (gnus-summary-default-high-score)
12293         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12294         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12295         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12296         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12297         (gnus-sum-thread-tree-single-indent)
12298         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12299         (gnus-sum-thread-tree-leaf-with-other)
12300         (gnus-sum-thread-tree-single-leaf): Add :version.
12301         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12302         (gnus-article-loose-mime): Change :version.
12303
12304         * gnus-start.el (gnus-backup-startup-file)
12305         (gnus-save-startup-file-via-temp-buffer): Add :version.
12306
12307         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12308         (gnus-server-offline-face): Add :version.
12309
12310         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12311
12312         * gnus-msg.el (gnus-gcc-externalize-attachments)
12313         (gnus-debug-files, gnus-debug-exclude-variables)
12314         (gnus-discouraged-post-methods): Change :version.
12315         (gnus-confirm-mail-reply-to-news)
12316         (gnus-confirm-treat-mail-like-news): Add :version.
12317
12318         * gnus-int.el (gnus-server-unopen-status): Add :version.
12319
12320         * gnus-group.el (gnus-group-jump-to-group-prompt)
12321         (gnus-large-ephemeral-newsgroup)
12322         (gnus-fetch-old-ephemeral-headers): Add :version.
12323
12324         * gnus-fun.el (gnus-x-face-directory)
12325         (gnus-convert-pbm-to-x-face-command)
12326         (gnus-convert-image-to-x-face-command)
12327         (gnus-convert-image-to-face-command): Add :version.
12328
12329         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12330
12331         * gnus-cite.el (gnus-cite-blank-line-after-header)
12332         (gnus-article-boring-faces): Add :version.
12333
12334         * gnus-art.el (gnus-buttonized-mime-types)
12335         (gnus-inhibit-mime-unbuttonizing)
12336         (gnus-treat-display-face)
12337         (gnus-treat-body-boundary): Change :version.
12338         (gnus-body-boundary-delimiter, gnus-picon-databases)
12339         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12340         (gnus-treat-date-english, gnus-treat-fold-headers)
12341         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12342         (gnus-treat-mail-picon, gnus-treat-wash-html)
12343         (gnus-article-encrypt-protocol)
12344         (gnus-use-idna, gnus-article-over-scroll)
12345         (gnus-mime-display-multipart-alternative-as-mixed)
12346         (gnus-mime-display-multipart-related-as-mixed)
12347         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12348         (gnus-ctan-url, gnus-button-ctan-handler)
12349         (gnus-button-handle-ctan-bogus-regexp)
12350         (gnus-button-ctan-directory-regexp)
12351         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12352         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12353         (gnus-button-man-level, gnus-button-emacs-level)
12354         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12355
12356         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12357         (gnus-agent-go-online): Change :version.
12358         (gnus-agent-expire-unagentized-dirs)
12359         (gnus-agent-auto-agentize-methods): Add :version.
12360
12361         * flow-fill.el (fill-flowed-display-column)
12362         (fill-flowed-encode-column): Add :version.
12363
12364         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12365         (gnus-outlook-deuglify-unwrap-max)
12366         (gnus-outlook-deuglify-cite-marks)
12367         (gnus-outlook-deuglify-unwrap-stop-chars)
12368         (gnus-outlook-deuglify-no-wrap-chars)
12369         (gnus-outlook-deuglify-attrib-cut-regexp)
12370         (gnus-outlook-deuglify-attrib-verb-regexp)
12371         (gnus-outlook-deuglify-attrib-end-regexp)
12372         (gnus-outlook-display-hook): Add :version.
12373
12374         * binhex.el (binhex-use-external): Add :version.
12375
12376 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12377
12378         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12379         and `invisible'.
12380
12381 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12382
12383         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12384         in gnus-registry-trim.
12385
12386 2004-09-13  Simon Josefsson  <jas@extundo.com>
12387
12388         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12389
12390         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12391
12392         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12393         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12394         <yamaoka@jpl.org>.
12395         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12396         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12397         <yamaoka@jpl.org>.
12398
12399         * sieve.el (sieve-manage-mode): Ditto.
12400
12401 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12402
12403         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12404
12405 2004-09-11  Simon Josefsson  <jas@extundo.com>
12406
12407         * dns-mode.el: Add.
12408
12409         * mm-view.el (mm-display-dns-inline): Add.
12410
12411         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12412         (mm-automatic-display): Ditto.
12413
12414         * mailcap.el (mailcap-mime-data): Add text/dns.
12415         (mailcap-mime-extensions): Map .soa to text/dns.
12416
12417 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12418
12419         * gnus-art.el (article-decode-mime-words, article-babel)
12420         (gnus-article-highlight-signature, gnus-article-add-buttons)
12421         (gnus-signature-toggle): Remove unnecessary bindings of
12422         `inhibit-read-only' inherited from v5.10 merge.
12423
12424 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12425
12426         * nntp.el (nntp): New customization group.
12427         (nntp-authinfo-file): Add customization group.
12428
12429         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12430
12431         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12432
12433         * gnus.el (to-address, to-list, subscribed)
12434         (large-newsgroup-initial): Ditto.
12435
12436         * flow-fill.el (fill-flowed-display-column)
12437         (fill-flowed-encode-column): Ditto.
12438
12439 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12440
12441         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12442         Use point-min rather than 1.
12443         (message-send-mail): Use buffer-size rather than point-max.
12444
12445         * gnus-sum.el (gnus-summary-search-article-forward):
12446         Signal a specific `search-failed' rather than a generic `error'.
12447
12448         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12449         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12450         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12451
12452 2004-09-10  Simon Josefsson  <jas@extundo.com>
12453
12454         * nndb.el (require): Remove tcp and duplicate cl.
12455
12456 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12457
12458         * gnus-agent.el (directory-files-and-attributes): Move forward.
12459
12460 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12461
12462         * gnus-agent.el (directory-files-and-attributes): Optionally
12463         defined to support XEmacs.
12464
12465 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12466
12467         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12468         to avoid run-time CL dependencies.
12469         (gnus-agent-unfetch-articles): New function.
12470         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12471         article numbers even when local .overview file is missing.
12472         (gnus-agent-read-article-number): New function.  Only accepts
12473         27-bit article numbers.
12474         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12475         gnus-agent-read-article-number.
12476         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12477         from backend while recognizing that article numbers in .overview
12478         must be valid.
12479         (gnus-agent-update-files-total-fetched-for): Use
12480         directory-files-and-attributes to improve performance.
12481         * gnus-int.el (gnus-request-move-article): Use
12482         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12483         improve performance.
12484
12485         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12486         some users confused by references to .newsrc when they only have a
12487         .newsrc.eld file.
12488         (gnus-convert-mark-converter-prompt)
12489         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12490         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12491         New function.  Used internally to only display 'gnus converting
12492         files' message when actually necessary.
12493
12494         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12495         methods now autoloaded.
12496
12497 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12498
12499         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12500         identifiers.
12501
12502 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12503
12504         * gnus-picon.el: Fix indentation and closing parenthesis.
12505
12506 2004-09-01  Simon Josefsson  <jas@extundo.com>
12507
12508         * message.el (message-canlock-generate): Require sha1, not
12509         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12510         to require within a function.  Sadly, if sha1.el isn't loaded, the
12511         let binding in m-c-g will hide the defcustom definition, which is
12512         bad.)
12513
12514         * canlock.el: Require sha1, not sha1-el.
12515
12516         * message.el: Don't autoload sha1 (there is a autoload cookie in
12517         sha1.el).
12518
12519         * sha1-el.el: Renamed to sha1.el.
12520
12521 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12522
12523         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12524
12525 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12526
12527         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12528
12529 2004-08-30  Kim F. Storm  <storm@cua.dk>
12530
12531         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12532
12533         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12534         Add :group 'nnimap.
12535
12536 2004-08-30  Andreas Schwab  <schwab@suse.de>
12537
12538         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12539         ?* and ?\;.
12540
12541         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12542         and ?\' to symbol instead of whitespace.
12543
12544 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12545
12546         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12547
12548         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12549         instead of re-search-forward.
12550
12551         * gnus-uu.el (gnus-uu-save-article): Ditto.
12552         (gnus-uu-post-encode-uuencode): Ditto.
12553
12554         * html2text.el (html2text-clean-list-items): Ditto.
12555         (html2text-clean-dtdd): Ditto.
12556         (html2text-format-tags): Ditto.
12557
12558         * message.el (message-send-mail-with-sendmail): Fix regexp.
12559         (message-fill-field-general): Use search-forward instead of
12560         re-search-forward.
12561         (unbold-region): Ditto.
12562
12563         * nnrss.el (nnrss-request-article): Ditto.
12564
12565         * nnslashdot.el (nnslashdot-request-article): Ditto.
12566
12567         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12568
12569         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12570         "Unrecognized menu descriptor" error in XEmacs.
12571
12572 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12573
12574         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12575         parent article of a sparse article in the thread hashtb.
12576
12577 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12578
12579         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12580         (nnmail-expand-newtext): Lowercase expanded entries if
12581         nnmail-split-lowercase-expanded is non-nil.
12582
12583 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12584
12585         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12586
12587         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12588         of gnus-tmp-news-method into string under XEmacs.  It will be
12589         passed to gnus-correct-length which takes only a string argument.
12590
12591 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12592
12593         * gnus-util.el (gnus-bind-print-variables): New macro.
12594         (gnus-prin1): Use it.
12595         (gnus-prin1-to-string): Use it.
12596         (gnus-pp): New function.
12597         (gnus-pp-to-string): New function.
12598
12599         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12600         Replace pp-to-string with gnus-pp-to-string.
12601         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12602         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12603         * gnus-msg.el (gnus-debug): Ditto.
12604         * gnus-score.el (gnus-score-save): Ditto.
12605         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12606         gnus-pp-to-string.
12607         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12608         with gnus-pp.
12609         * score-mode.el (gnus-score-pretty-print): Ditto.
12610         * webmail.el (webmail-debug): Ditto.
12611
12612 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12613
12614         * gnus-art.el (article-display-face, article-display-x-face):
12615         Use buffer-read-only.
12616
12617 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12618
12619         * gnus-art.el (article-hide-list-identifiers):
12620         Bind inhibit-read-only as t.
12621
12622 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12623
12624         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12625
12626 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12627
12628         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12629         (gnus-narrow-to-page): Don't assume point-min == 1.
12630         (gnus-article-edit-mode): Derive from message-mode.
12631
12632         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12633         point-min == 1.
12634
12635         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12636         Disable incorrect use of `assert'.
12637
12638         * message.el (message-mode): Set comment-start-skip.
12639
12640
12641 2004-08-22  Sam Steingold  <sds@gnu.org>
12642
12643         * pop3.el (pop3-leave-mail-on-server): New user variable.
12644         (pop3-movemail): Delete mail only when it is nil.
12645
12646 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12647
12648         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12649
12650         * mml.el (mml-preview): Use `pop-to-buffer'.
12651
12652         * message.el (message-goto-mail-followup-to): Insert after "To".
12653         (message-carefully-insert-headers): Add comment.
12654
12655         * gnus.el: Remove unused variable `gnus-article-check-size'.
12656
12657         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12658
12659         * gnus-art.el (gnus-button-alist): Improve
12660         `gnus-button-handle-library' entry.
12661
12662 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12663
12664         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12665         downcase, since XEmacs capitalizes error messages differently.
12666
12667 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12668
12669         * nntp.el: Add (require 'gnus) due to reference to
12670         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12671
12672 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12673
12674         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12675         `mm-fill-flowed'.
12676
12677         * mm-decode.el (mm-dissect-singlepart): Check it.
12678
12679 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12680
12681         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12682         'imap' for netrc parsing.
12683
12684 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12685
12686         * mailcap.el (mailcap-mime-data): Mark as risky.
12687
12688 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12689
12690         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12691         may be included in the encoded word.
12692         (rfc2047-encode): Don't append a space if the encoded word
12693         includes close parenthesis.
12694
12695 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12696
12697         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12698         of text within parentheses.
12699
12700 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12701
12702         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12703         (gnus-encrypt-write-file-contents): Make the password key the file
12704         name PLUS the cipher, not just the cipher.  Also remove failed
12705         passwords from the cache.
12706
12707 2004-08-06  Simon Josefsson  <jas@extundo.com>
12708
12709         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12710         fix.
12711
12712 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12713
12714         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12715         LWSP.
12716
12717 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12718
12719         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12720         to append in-reply-to: data to the references: header.
12721
12722         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12723         (netrc-parse): Use gnus-encrypt.el functions.
12724
12725         * gnus-encrypt.el: Add new file for encryption support; currently
12726         does only a few GPG ciphers and an internal XOR cipher.
12727
12728         * password.el: Add comments on using password-read-and-add.
12729         (password-read-and-add): Add function to read and add the
12730         password to the cache at once.
12731
12732 2004-07-28  Simon Josefsson  <jas@extundo.com>
12733
12734         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12735         parameter (but don't use it, for now).
12736
12737         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12738         instead of hard coding to nil.
12739
12740 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12741
12742         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12743         as mm-inline-image-xemacs does.
12744
12745 2004-07-26  Simon Josefsson  <jas@extundo.com>
12746
12747         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12748         Revert part of 2004-07-17 change below.
12749
12750 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12751
12752         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12753         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12754
12755 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12756
12757         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12758         quotes that actually start with ">" at the beginning of the
12759         lines.
12760
12761 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12762
12763         * rfc2047.el (rfc2047-encode-region): Fix last change.
12764         (rfc2047-encode-parameter): Remove useless concat.
12765
12766 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12767
12768         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12769         encode special characters; fix some kind of misconfigured headers;
12770         signal a real error if debug-on-quit or debug-on-error is non-nil.
12771         (rfc2047-encode-max-chars): New variable.
12772         (rfc2047-encode-1): Use it.
12773         (rfc2047-encode-parameter): New function.
12774
12775         * mml.el (mml-insert-parameter): Remove an excessive space.
12776
12777 2004-07-17  Simon Josefsson  <jas@extundo.com>
12778
12779         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12780         Kai Grossjohann <kai@emptydomain.de>.
12781         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12782         (gnus-group-make-menu-bar): Ditto.
12783
12784         * gnus-util.el (gnus-group-server): Add.
12785
12786 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12787
12788         * message.el (message-clone-locals): Clone sendmail and smtp
12789         variables.
12790
12791 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12792
12793         * rfc2047.el (rfc2047-encode-region): Fix last change.
12794
12795 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12796
12797         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12798         characters as non-special.
12799
12800 2004-07-09  Simon Josefsson  <jas@extundo.com>
12801
12802         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12803         Users will lose all flag changes made while unplugged with
12804         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12805         good default.  See numerous reports on ding mailing list.
12806
12807 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12808
12809         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12810         add generate-head-function and generate-article-function to the
12811         rfc822-forward entry.
12812         (nndoc-rfc822-forward-generate-article): New function.
12813         (nndoc-rfc822-forward-generate-head): New function.
12814
12815         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12816
12817 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12818
12819         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12820         respect display group parameter and gnus-summary-expunge-below.
12821         (gnus-articles-to-read): Remove unused reference to display group
12822         parameter.
12823
12824 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12825
12826         * nnheader.el (nnheader-uniquify-message-id): New experimental
12827         variable.
12828         (nnheader-nov-read-message-id): Use it.
12829
12830         * spam-report.el (spam-report-gmane): Add interactive.
12831
12832 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12833
12834         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12835         qp-or-base64 for the application/* types.
12836
12837 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12838
12839         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12840
12841 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12842
12843         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12844         trim value.
12845
12846 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12847
12848         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12849         New macro and function.
12850         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12851
12852 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12855         after-load-alist.
12856
12857 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12858
12859         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12860         update info that isn't there.
12861
12862 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
12863
12864         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12865         entry.
12866
12867 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12868
12869         * mm-view.el (mm-inline-render-with-function): Use multibyte
12870         buffer; decode html source by charset.
12871
12872         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12873
12874         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12875         Mule-UCS is loaded under XEmacs.
12876         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12877
12878 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12879
12880         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12881
12882 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12883
12884         * mm-util.el (mm-coding-system-p): Return a coding-system.
12885         (mm-mime-mule-charset-alist): Use shift_jis instead of
12886         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12887         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12888         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12889         instead of japanese-shift-jis and iso-latin-1 respectively in
12890         order to share the default value with both Emacs and XEmacs-mule.
12891         (mm-mule-charset-to-mime-charset): Make
12892         mm-coding-system-priorities effective.
12893         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12894         while predicating of candidates upon the priorities.
12895
12896 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
12897
12898         * gnus-sum.el (gnus-summary-make-menu-bar): Add
12899         gnus-uu-invert-processable.
12900
12901         * gnus.el: Autoload gnus-uu-invert-processable.
12902
12903 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12904
12905         * mm-util.el (mm-with-multibyte-buffer): New macro.
12906
12907         * rfc2047.el (rfc2047-encode-string): Use it.
12908         (rfc2047-encode-region): Move point to the end of the region after
12909         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12910
12911 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12912
12913         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12914         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12915
12916 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12917
12918         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12919         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
12920         Karl Chen <quarl@nospam.quarl.org>.
12921
12922 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
12923
12924         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12925         invalid addresses.
12926
12927 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
12928
12929         * spam.el: Change section markers, revise TODO list.
12930         (spam-backends): Make new master list of all installed backends.
12931         (spam-summary-exit-behavior): Add new variable to determine how
12932         messages moves are done at summary exit.
12933         (spam-move-spam-nonspam-groups-only)
12934         (spam-process-ham-in-nonham-groups)
12935         (spam-process-ham-in-spam-groups): Remove variables, the
12936         spam-summary-exit-behavior variable should be used to manage this
12937         behavior.
12938         (spam-old-ham-articles, spam-old-spam-articles): Remove.
12939         (spam-old-articles): Add variable, replacing spam-old-ham-articles
12940         and spam-old-spam-articles.
12941         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12942         Add empty variables, placeholders for the backends they represent.
12943         (spam-set-difference): Move, unchanged.
12944         (spam-list-of-processors): Declare OBSOLETE, not used anymore
12945         unless the user has a processor variable.
12946         (spam-classifications, spam-classification-valid-p)
12947         (spam-backend-properties, spam-backend-property-valid-p)
12948         (spam-backend-function-type-valid-p)
12949         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12950         (spam-report-articles-gmane, spam-report-articles-resend):
12951         Remove functions, they are not needed.
12952         (spam-install-backend-super, spam-backend-list)
12953         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12954         (spam-backend-function, spam-backend-ham-registration-function)
12955         (spam-backend-spam-registration-function)
12956         (spam-backend-ham-unregistration-function)
12957         (spam-backend-spam-unregistration-function)
12958         (spam-backend-statistical-p, spam-backend-mover-p)
12959         (spam-install-backend-alias, spam-install-checkonly-backend)
12960         (spam-install-mover-backend, spam-install-nocheck-backend)
12961         (spam-install-backend, spam-install-statistical-backend)
12962         (spam-install-statistical-checkonly-backend): Add backend installation
12963         support.
12964         (spam-summary-prepare-exit): Rewrite to use the new backend code.
12965         (spam-group-processor-p): Use the new backend code and respect the
12966         summary exit behavior.
12967         (spam-mark-spam-as-expired-and-move-routine): Remove.
12968         (spam-summary-prepare): Change to use the new spam-old-articles
12969         variable.
12970         (spam-copy-or-move-routine, spam-copy-spam-routine)
12971         (spam-move-spam-routine, spam-copy-ham-routine)
12972         (spam-move-ham-routine): Add code to copy/move ham or spam.
12973         (spam-fetch-field-fast): Improve doc and code, plus allow the
12974         'number request.
12975         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
12976         variables.
12977         (spam-split, spam-find-spam): Use the new backend code.
12978         (spam-registration-functions): Remove variable.
12979         (spam-unregister-routine): Add convenience wrapper.
12980         (spam-log-undo-registration, spam-register-routine)
12981         (spam-log-processing-to-registry)
12982         (spam-log-unregistration-needed-p): Rename "check" to "backend"
12983         where possible.
12984         (spam-check-gmane-xref, spam-check-regex-headers)
12985         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
12986         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
12987         (spam-check-bogofilter-headers, spam-check-spamoracle)
12988         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
12989         (spam-check-crm114-headers): Use the spam-split-group that
12990         spam-split prepares, no need to determine it every time.
12991
12992         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
12993         to the nnheader-parse-naked-head call.
12994
12995         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
12996
12997         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
12998         the nnheader-nov-read-message-id call.
12999
13000 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13001
13002         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13003         gnus-activate-group twice.  Suggested by Markus Peter
13004         <warp@spin.de>.
13005
13006 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13007
13008         * gnus-art.el (gnus-article-time-format): Exchange the order of
13009         day and month in the default value; fix customization type.
13010         (article-date-ut): Use add-text-properties.
13011         (article-make-date-line): Use message-make-date instead of
13012         current-time-string.
13013
13014         * message.el (message-fetch-field): Don't use set-text-properties.
13015         (message-make-date): Simplify.
13016
13017         * messagexmas.el (message-xmas-make-date): New function.
13018         (message-xmas-redefine): Defalias message-make-date to it.
13019
13020 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13021
13022         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13023         (rfc2047-encode-region): Treat text within parentheses as special;
13024         show the original text when error has occurred.
13025
13026         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13027         already-computed method to gnus-activate-group.
13028
13029         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13030         same select-methods identical Lisp objects.
13031
13032         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13033         object when modifying the info.
13034
13035 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13036
13037         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13038         gnus-opened-servers since it has never been opened with the new
13039         configuration yet.
13040
13041 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13042
13043         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13044         arg to nnheader-generate-fake-message-id.
13045
13046 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13047
13048         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13049         number and build a fake message ID localized to a group and
13050         article number (so it's repeatable from that point on).
13051         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13052         ID format.
13053
13054         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13055         nnheader-generate-fake-message-id with the article number.
13056
13057 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13058
13059         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13060         end-of-buffer.
13061
13062 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13063
13064         * message.el (message-ignored-supersedes-headers): Add Approved.
13065
13066 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13067
13068         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13069         goto-char.
13070         (rfc2047-encode): Fold the line before encoding.
13071
13072 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13073
13074         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13075         folding -- not all headers can be folded, and this should be done
13076         by the message composition mode.  Probably.  I think.
13077
13078 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13079
13080         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13081         fast.
13082
13083         * gnus-ems.el (gnus-remove-image): Don't use
13084         message-text-with-property; remove only the image found first.
13085
13086         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13087         found first.
13088
13089 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13090
13091         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13092
13093 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13094
13095         * message.el (message-text-with-property): Make it fast and accept
13096         optional arguments.
13097         (message-strip-forbidden-properties): Use it.
13098         (message-fix-before-sending): Follow the m-t-w-p change.
13099
13100         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13101
13102 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13103
13104         * gnus-art.el (article-hide-headers): Don't change the buffer
13105         mistakenly when performing mml-preview even if
13106         gnus-single-article-buffer is nil.
13107
13108 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13109
13110         * message.el (message-expand-name-databases): New user option.
13111         (message-expand-name): Use it.
13112
13113 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13114
13115         * spam.el (spam-report-articles-resend)
13116         (spam-report-resend-register-routine): Allow ham reporting.
13117         (spam-report-resend-register-ham-routine): Add wrapper.
13118         (spam-registration-functions): Add ham resending functions.
13119         (spam-list-of-processors): Add ham resend processor.
13120
13121         * gnus.el (ham-resend-to): Add new group parameter.
13122         (spam-process): Add ham resend option.
13123
13124         * spam-report.el (spam-report-resend): Allow reporting ham.
13125         (spam-report-resend-ham): Add wrapper.
13126
13127 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13128
13129         * message.el (message-cite-articles-with-x-no-archive): New
13130         variable.
13131         (message-cite-original): Use it.
13132
13133 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13134
13135         * message.el (message-cite-original): Respect X-No-Archive.
13136
13137 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13138
13139         * gnus-art.el (article-hide-headers): Refer to the values for
13140         gnus-ignored-headers and gnus-visible-headers in the summary
13141         buffer since a user may have set them as group parameters.
13142
13143 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13144
13145         * assistant.el (assistant-node-name): Add convenience function.
13146         (assistant-render-text, assistant-render-node): Add error handling,
13147         plus handle multiple next nodes.
13148         (assistant-find-next-node): Comment out for now.
13149         (assistant-find-next-nodes): Add function, returns list of next
13150         nodes.
13151
13152 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13153
13154         * mail-source.el (mail-source-directory): Fix doc-string.
13155
13156 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13157
13158         * assistant.el (assistant-render-text, assistant-eval): Add :set
13159         widget type, which is different because it takes and returns a
13160         list.  Much hilarity ensues.
13161
13162 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13163
13164         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13165
13166         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13167         doc-string.
13168
13169         * gnus-start.el (gnus-activate-group): Added doc-string.
13170
13171 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13172
13173         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13174
13175 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13176
13177         * assistant.el (assistant-render-text): Try to add a :set
13178         widget, more to come.
13179
13180         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13181         strings.
13182         (spam-report-articles-resend)
13183         (spam-register-routine): Do registration iff any articles warrant
13184         it.
13185         (spam-summary-prepare-exit): Change log message for nil group
13186         destinations.
13187
13188 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13189
13190         * spam.el (spam-report-resend-register-routine): Allow
13191         spam-report-resend-to to be a group parameter or a global value.
13192
13193 2004-05-26  Simon Josefsson  <jas@extundo.com>
13194
13195         * starttls.el: Merge with my GNUTLS based starttls.el.
13196         (starttls-gnutls-program, starttls-use-gnutls)
13197         (starttls-extra-arguments, starttls-process-connection-type)
13198         (starttls-connect, starttls-failure, starttls-success): New
13199         variables.
13200         (starttls-program, starttls-extra-args): Doc fix.
13201         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13202         functions.
13203         (starttls-negotiate, starttls-open-stream): Check
13204         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13205         function if it is set.
13206
13207 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13208
13209         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13210         structured fields.
13211
13212 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13213
13214         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13215
13216 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13217
13218         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13219         variable.
13220         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13221         assigning the spam-mark to new messages.
13222
13223 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13224
13225         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13226
13227 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13228
13229         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13230
13231         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13232         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13233         default.
13234
13235 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13236
13237         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13238         correct data.
13239
13240 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13241
13242         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13243         (spam-group-processor-p): Fix function.
13244         (spam-group-processor-multiple-p)
13245         (spam-group-spam-processor-report-gmane-p)
13246         (spam-group-spam-processor-report-resend-p)
13247         (spam-group-spam-processor-bogofilter-p)
13248         (spam-group-spam-processor-blacklist-p)
13249         (spam-group-spam-processor-ifile-p)
13250         (spam-group-ham-processor-ifile-p)
13251         (spam-group-spam-processor-spamoracle-p)
13252         (spam-group-spam-processor-crm114-p)
13253         (spam-group-ham-processor-bogofilter-p)
13254         (spam-group-spam-processor-stat-p)
13255         (spam-group-ham-processor-stat-p)
13256         (spam-group-ham-processor-whitelist-p)
13257         (spam-group-ham-processor-BBDB-p)
13258         (spam-group-ham-processor-spamoracle-p)
13259         (spam-group-ham-processor-copy-p): Remove functions with some
13260         prejudice against unneeded code.
13261         (spam-report-articles-resend)
13262         (spam-report-resend-register-routine): Allow the group/topic
13263         spam-resend-to value to override spam-report-resend-to.
13264         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13265         properly now.
13266
13267         * gnus.el (spam-resend-to): Add group/topic parameter.
13268         (spam-process): Move the OBSOLETE processors to the end of the
13269         choices.
13270
13271 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13272
13273         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13274         with resend-to set to nil, and then ask the user if necessary.
13275         (spam-report-resend): spam-report-resend takes a list of articles, not
13276         separate article numbers.
13277
13278 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13279
13280         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13281         addition to emacs-w3m.
13282
13283 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13284
13285         * assistant.el (assistant-authinfo-data): New function.
13286         (assistant-eval): Eval for entire assistant.
13287
13288         * netrc.el (netrc-services-file): New variable.
13289         (netrc-parse-services): New function.
13290         (netrc-find-service-name): New function.
13291         (netrc-find-service-number): New function.
13292         (netrc-port-equal): New function.
13293         (netrc-machine): Use it.
13294
13295         * nnimap.el (nnimap-open-connection): Use netrc.
13296
13297         * gnus-util.el (gnus-netrc-get): Remove aliases.
13298
13299         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13300
13301         * assistant.el (wid-edit): Fix compilation.
13302
13303         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13304
13305 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13306
13307         * gnus-util.el (gnus-set-file-modes): New function.  (small
13308         patch).
13309
13310 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13311
13312         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13313
13314         * assistant.el (assistant-render-node): Fix up rendering and
13315         read-only text.
13316         (assistant-render-node): Reset.
13317         (assistant-make-read-only): Not sticky.
13318
13319 2004-05-20  Danny Siu  <dsiu@adobe.com>
13320
13321         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13322         centered even when gnus-auto-center-summary is t.
13323
13324 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13325
13326         * dns.el (dns-get-txt-answer): New function.
13327         (dns-read-txt): Ditto.
13328         (query-dns): Use it.
13329
13330 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13331
13332         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13333         active for foreign groups even if the group level is higher than
13334         the specified value.
13335
13336 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13337
13338         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13339         non-active groups.
13340
13341         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13342
13343 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13344
13345         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13346
13347 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13348
13349         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13350         (spam-crm114-header, spam-crm114-spam-switch)
13351         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13352         (spam-crm114-positive-spam-header)
13353         (spam-crm114-database-directory, spam-list-of-processors)
13354         (spam-group-spam-processor-crm114-p)
13355         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13356         (spam-generic-score, spam-list-of-checks)
13357         (spam-list-of-statistical-checks, spam-registration-functions)
13358         (spam-check-crm114-headers, spam-crm114-score)
13359         (spam-check-crm114, spam-crm114-register-with-crm114)
13360         (spam-crm114-register-spam-routine)
13361         (spam-crm114-unregister-spam-routine)
13362         (spam-crm114-register-ham-routine)
13363         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13364         asjo@koldfront.dk (Adam Sjøgren).
13365
13366         * gnus.el: Add spam-use-crm114.
13367
13368         * spam.el (spam-list-of-processors, spam-registration-functions):
13369         Add spam-use-resend.
13370         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13371         (spam-report-articles-gmane): Add doc fix.
13372         (spam-report-articles-resend, spam-report-resend-register-routine):
13373         Add wrappers around spam-report-resend-to.
13374
13375         * spam-report.el (spam-report-resend-to, spam-report-resend):
13376         Add support for resending spam.
13377         (spam-report-gmane): Fix line length >80.
13378
13379         * gnus.el (spam-process): Add spam-use-resend.
13380
13381 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13382
13383         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13384         number of processed spam messages.
13385         (spam-ham-copy-or-move-routine): Return the number of processed
13386         ham messages.
13387         (spam-summary-prepare-exit): Use the above values to decide
13388         whether status messages shouled be displayed.
13389
13390 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13391
13392         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13393         `rfc2047-encoding-function-alist' in order to avoid conflicting
13394         with the old version.
13395         (rfc2047-encode-region): Concatenate words containing non-ASCII
13396         characters in structured fields; don't encode space-delimited
13397         ASCII words even in unstructured fields; don't break words at
13398         char-category boundaries.
13399         (rfc2047-encode-1): New function.
13400         (rfc2047-encode): Use it; encode text so that it occupies the
13401         maximum width within 76-column; work correctly on Q encoding for
13402         iso-2022-* charsets.
13403         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13404         sure not to break a line just after the header name.
13405         (rfc2047-b-encode-region): Removed.
13406         (rfc2047-b-encode-string): New function.
13407         (rfc2047-q-encode-region): Removed.
13408         (rfc2047-q-encode-string): New function.
13409
13410         * mm-util.el (mm-replace-in-string): New function.
13411
13412 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13413
13414         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13415         get it right.
13416         (gnus-inews-make-draft): Really.
13417
13418 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13419
13420         * nnmh.el (nnmh-request-list-1): Don't check the link count
13421         before descending.  (small patch)
13422
13423 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13424
13425         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13426         stuff.
13427
13428         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13429         on real group name.
13430
13431         * gnus-art.el (gnus-signature-limit): Doc fix.
13432
13433         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13434
13435         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13436
13437 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13438
13439         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13440         isn't a string.
13441
13442 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13443
13444         * gnus-draft.el (gnus-draft-send): Bind
13445         rfc2047-encode-encoded-words.
13446
13447         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13448         (rfc2047-encodable-p): Say that =? needs encoding.
13449         (rfc2047-encode-encoded-words): New variable.
13450
13451         * gnus-group.el (gnus-group-select-group): Doc fix.
13452
13453         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13454
13455         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13456         to nil.
13457
13458         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13459
13460         * nnheader.el (nnheader-get-lines-and-char): New function.
13461
13462 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13463
13464         * gnus-msg.el (gnus-summary-followup-with-original): Document
13465         yanking of region when active.
13466
13467 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13468
13469         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13470         groups if the group level is higher than the specified value.
13471
13472 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13473
13474         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13475         (gnus-group-jump-to-group): Added prefix argument using
13476         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13477         non-active group.
13478
13479         * compface.el (uncompface): Be verbose when changing
13480         `uncompface-use-external'.
13481
13482         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13483         handle manual section.
13484
13485 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13486
13487         * gnus-art.el (gnus-button-alist): Revert previous change.
13488
13489 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13490
13491         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13492
13493 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13494
13495         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13496         whether backend can accept message.
13497
13498         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13499
13500 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13501
13502         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13503         Avoid creating directory when nntp-marks-is-evil is true.
13504         Reported by Reiner Steib.
13505
13506 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13507
13508         * gnus-picon.el (gnus-picon-style): New variable.
13509         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13510         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13511         Jesper Harder <harder@ifa.au.dk>.
13512
13513 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13514
13515         * message.el (message-fill-field): Return point.
13516         (message-generate-headers): Go to end of field.
13517
13518         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13519         stuff for non-living groups.
13520
13521 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13522
13523         * gnus-art.el (gnus-article-followup-with-original)
13524         (gnus-article-reply-with-original): gnus-mark-active-p ->
13525         gnus-region-active-p.
13526
13527 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13528
13529         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13530         only when there is spam or ham to be processed.
13531
13532 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13533
13534         * mail-source.el (mail-source-delete-crash-box): Refactor.
13535         (mail-source-fetch): Use it.
13536         (mail-source-fetch-file): Ditto.
13537         (mail-source-fetch-directory): Run postscript in loop.
13538         (mail-source-fetch-pop): Delete.
13539         (mail-source-fetch-maildir): Ditto.
13540         (mail-source-fetch-imap): Ditto.
13541
13542         * imap.el (imap-authenticators): Comment out sasl.
13543
13544         * message.el (message-skip-to-next-address): New function.
13545         (message-fill-header-address): Refactor.
13546         (message-fill-address): Use it.
13547         (message-delete-address): Use it.
13548         (message-fill-header-general): Refactor.
13549         (message-fill-field-address): Rename.
13550         (message-narrow-to-field): Find the start of the header.
13551         (message-header-format-alist): Don't pre-fill.
13552         (message-fill-header): Removed.
13553         (message-insert-header): New function.
13554         (message-shorten-references): Use it.
13555
13556         * rfc2047.el (rfc2047-field-value): Strip props.
13557
13558         * mail-parse.el (mail-header-make-address): New alias.
13559
13560         * ietf-drums.el (ietf-drums-make-address): New function.
13561
13562         * imap.el: Add compiler directives.
13563
13564         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13565
13566         * gnus-art.el (article-decode-idna-rhs): Don't use
13567         message-idna-inside-rhs-p.
13568
13569 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13570
13571         * message.el (message-idna-inside-rhs-p): Removed.
13572         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13573
13574         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13575         false positives.
13576
13577 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13578
13579         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13580
13581 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13582
13583         * nneething.el (nneething-file-name): Don't create spurious
13584         files.
13585
13586         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13587         (gnus-inews-do-gcc): Remove sleep.
13588
13589         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13590         part under point.
13591
13592         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13593         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13594
13595 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13596
13597         * spam.el (spam-summary-prepare-exit): Fixed (length).
13598
13599 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13600
13601         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13602         as expired without moving it" message when there are spam
13603         messages left.
13604
13605 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13606
13607         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13608         header is not nil.
13609
13610 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13611
13612         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13613         nntp-possibly-create-directory, not nntp-possibly-change-group.
13614         (nntp-marks-changed-p): New arg SERVER.
13615         (nntp-request-update-info): Adjust caller.
13616
13617 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13618
13619         * nntp.el (nntp-save-marks): Pass missing arg.
13620
13621 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13622
13623         * nntp.el: Support marks.
13624         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13625         (nntp-marks-modtime, nntp-marks-directory): New variables.
13626         (nntp-request-set-mark, nntp-request-update-info)
13627         (nntp-possibly-create-directory, nntp-marks-changed-p)
13628         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13629         functions.
13630
13631 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13632
13633         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13634         (gnus-xmas-redefine): Rename.
13635
13636         * gnus-score.el (gnus-score-insert-help): Use
13637         gnus-select-lowest-window.
13638
13639         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13640         appt-select-lowest-window and rename to gnus-select-lowest-window.
13641
13642         * gnus.el: do.
13643
13644 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13645
13646         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13647         encodings of MIME-encoded words, in order to improve
13648         interoperability with several broken MUAs.
13649
13650 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13651
13652         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13653         tags, only when charsets are not specified in headers.
13654         (mm-inline-text-html-render-with-w3m): Ditto.
13655
13656         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13657         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13658
13659 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13660
13661         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13662         instead of MIME-decoded from fields when checking
13663         `gnus-article-address-banner-alist'.
13664
13665 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13666
13667         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13668         description rather than subject.
13669
13670 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13671
13672         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13673
13674 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13675
13676         * gnus.el (gnus-version-number): Bump.
13677
13678 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13679
13680         * gnus.el: No Gnus v0.2 is released.
13681
13682 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13683
13684         * gnus-agent.el (gnus-agent-read-agentview): Inline
13685         gnus-uncompress-range.
13686
13687 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13688
13689         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13690         `exec-installed-p'.
13691
13692 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13693
13694         * gnus.el (spam-process, spam-autodetect-methods): Add
13695         bsfilter and bsfilter-headers.
13696
13697         * spam.el (spam-bsfilter): New customize group.
13698         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13699         (spam-bsfilter-header, spam-bsfilter-probability-header)
13700         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13701         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13702         (spam-bsfilter-database-directory): New options.
13703         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13704         (spam-list-of-statistical-checks, spam-registration-functions):
13705         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13706         (spam-bsfilter-score): New command.
13707         (spam-check-bsfilter-headers, spam-check-bsfilter)
13708         (spam-bsfilter-register-with-bsfilter)
13709         (spam-bsfilter-register-spam-routine)
13710         (spam-bsfilter-unregister-spam-routine)
13711         (spam-bsfilter-register-ham-routine)
13712         (spam-bsfilter-unregister-ham-routine): New functions.
13713         (spam-generic-score): Support bsfilter; Accept an optional argument
13714         to recalcurate spam score even if scoring header has already been
13715         added.
13716         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13717         optional argument to recalcurate spam score even if scoring header
13718         has already been added.
13719
13720 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13721
13722         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13723         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13724         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13725         link is missing.
13726
13727 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13728
13729         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13730         (html2text-get-attr): Rewrite.
13731
13732         * message.el (message-setup-1): Remove redundant put-text-property
13733         on mail-header-separator.
13734
13735 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13736
13737         * gnus-registry.el (gnus-registry-cache-whitespace)
13738         (gnus-registry-action, gnus-registry-spool-action)
13739         (gnus-registry-split-fancy-with-parent): Change message levels
13740         from 5 to 3 or 7, as needed.
13741
13742         * spam.el (spam-summary-prepare-exit)
13743         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13744         (spam-split, spam-find-spam, spam-log-undo-registration)
13745         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13746         level from 5 to 6.
13747
13748 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13749
13750         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13751         2004-03-04 change).
13752
13753 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13754
13755         * sieve-manage.el (sieve-manage-open):
13756         * nnweb.el (nnweb-insert-html):
13757         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13758         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13759         * nnspool.el (nnspool-request-group):
13760         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13761         * nnml.el (nnml-request-update-info):
13762         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13763         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13764         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13765         (nnimap-request-set-mark):
13766         * nnfolder.el (nnfolder-request-update-info):
13767         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13768         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13769         * gnus-uu.el (gnus-uu-find-articles-matching):
13770         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13771         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13772         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13773         * gnus-nocem.el (gnus-nocem-scan-groups):
13774         * gnus-int.el (gnus-start-news-server):
13775         * gnus-group.el (gnus-group-make-kiboze-group)
13776         (gnus-group-browse-foreign-server):
13777         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13778         Use mapc when appropriate.
13779
13780 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13781
13782         FIXME: Make separate entries for each person.
13783
13784         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13785         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13786         <shields@msrl.com>:
13787
13788         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13789         may need for spam sorting and scoring.
13790         (spam-user-format-function-S): Add user format function suitable for
13791         general use.
13792         (spam-article-sort-by-spam-status): Add sorting function for summary
13793         sorting.
13794         (spam-extra-header-to-number): Add function to get a score from a
13795         header.
13796         (spam-summary-score): Add function to get a numeric score from the
13797         headers.
13798         (spam-generic-score): Fix function doc, was in wrong place.
13799         (spam-initialize): Take symbols when it's run, and install the
13800         extra headers that spam-necessary-extra-headers thinks we need.
13801
13802 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13803
13804         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13805         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
13806
13807 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13808
13809         * gnus-sum.el (gnus-set-global-variables)
13810         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13811         (gnus-article-get-xrefs, gnus-summary-best-group)
13812         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13813         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13814         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13815         Use with-current-buffer.
13816
13817 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13818
13819         * spam.el (spam-summary-prepare-exit): Simplify logic.
13820         (spam-fetch-article-header): Read the article header if it's not
13821         available.
13822         (spam-list-articles): Simplify logic.
13823         (spam-filelist-register-routine): Fix bug with unregister-list.
13824
13825         * gnus-registry.el: Fix comments at beginning.
13826
13827 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13828
13829         * message.el (message-cater-to-broken-inn): Remove.
13830         (message-shorten-references): Make sure the total folded length of
13831         References is shorter than 998 characters to cater to a bug in INN
13832         2.3.  Also, don't pretend that references aren't folded -- this
13833         hasn't worked for a while.
13834
13835 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13836
13837         * gnus-agent.el (gnus-agentize):
13838         gnus-agent-send-mail-real-function no longer set to current value
13839         of message-send-mail-function but rather a lambda that calls
13840         message-send-mail-function.  The change makes the agent real-time
13841         responsive to user changes to message-send-mail-function.
13842
13843 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13844
13845         * legacy-gnus-agent.el
13846         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13847         help from Florian Weimer <fw@deneb.enyo.de>
13848
13849 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13850
13851         * nnmail.el (nnmail-cache-insert): Revert last change.
13852
13853 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13854
13855         * nnmail.el (nnmail-cache-insert): Always check whether
13856         nnmail-cache-ignore-groups matches a group name.
13857
13858 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13859
13860         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13861         (spam-find-spam, spam-log-processing-to-registry)
13862         (spam-log-registered-p, spam-log-unregistration-needed-p)
13863         (spam-log-undo-registration): Use gnus-message instead of
13864         gnus-error, none of these errors are fatal.
13865
13866         * gnus-registry.el (gnus-registry-clean-empty-function)
13867         (gnus-registry-clean-empty): Remove only empty entries without
13868         extra data.
13869
13870 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13871
13872         * spam-stat.el (spam-stat-buffer-change-to-spam)
13873         (spam-stat-buffer-change-to-non-spam): Change (error) to
13874         (gnus-message 8) invocation.
13875
13876 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13877
13878         * nntp.el (nntp-via-netcat-command): New variable.
13879         (nntp-via-netcat-switches): New variable.
13880         (nntp-open-via-rlogin-and-netcat): New function.
13881         (nntp-open-connection-function): Doc fix.
13882         (nntp-telnet-command): Doc fix.
13883         (nntp-end-of-line): Doc fix.
13884         (nntp-via-rlogin-command): Doc fix.
13885         (nntp-via-user-name): Doc fix.
13886         (nntp-via-address): Doc fix.
13887
13888 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13889
13890         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13891         error in Emacs 21.1.
13892
13893 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
13894
13895         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13896
13897 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13898
13899         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13900         (gnus-agent-with-refreshed-group): New macro.
13901         (gnus-agent-rename-group): New function.
13902         (gnus-agent-delete-group): New function.
13903         (gnus-agent-save-group-info): Use gnus-command-method when
13904         `method' parameter is nil.  Don't write nil entries into the
13905         active file.
13906         (gnus-agent-get-group-info): New function.
13907         (gnus-agent-fetch-articles): Use
13908         gnus-agent-update-files-total-fetched-for to increment disk space
13909         used.
13910         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13911         gnus-agent-update-view-total-fetched-for to increment disk space
13912         used.
13913         (gnus-agent-get-local): Added optional parameters to avoid calling
13914         gnus-group-real-name and gnus-find-method-for-group.
13915         (gnus-agent-set-local): Delete stored entry if either min, or max,
13916         are nil.
13917         (gnus-agent-fetch-session): Reworded error/quit messages.  On
13918         quit, use gnus-agent-regenerate-group to record existance of any
13919         articles fetched to disk before the quit occurred.
13920         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13921         gnus-agent-update-view-total-fetched-for, and
13922         gnus-agent-update-files-total-fetched-for to decrement disk space
13923         used.
13924         (gnus-agent-retrieve-headers): Use
13925         gnus-agent-update-view-total-fetched-for to increment disk space
13926         used.
13927         (gnus-agent-regenerate-group): Replace gnus-group-update-group
13928         with gnus-agent-update-files-total-fetched-for to decrement disk
13929         space and fresh group buffer.
13930         (gnus-agent-inhibit-update-total-fetched-for): New variable.
13931         (gnus-agent-need-update-total-fetched-for): New variable.
13932         (gnus-agent-update-files-total-fetched-for): New function.
13933         (gnus-agent-update-view-total-fetched-for): New function.
13934         (gnus-agent-total-fetched-for): New function.
13935
13936         * gnus-cache.el (gnus-cache-save-buffers): Use
13937         gnus-cache-update-overview-total-fetched-for to change disk space
13938         used by this group.
13939         (gnus-cache-possibly-enter-article): Use
13940         gnus-cache-update-file-total-fetched-for to increment disk space
13941         used by this group.
13942         (gnus-cache-possibly-remove-article): Use
13943         gnus-cache-update-file-total-fetched-for to decrement disk space
13944         used by this group.
13945         (gnus-cache-generate-nov-databases): Purge total fetched cache.
13946         (gnus-cache-rename-group): New function.
13947         (gnus-cache-delete-group): New function.
13948         (gnus-cache-inhibit-update-total-fetched-for): New variable.
13949         (gnus-cache-need-update-total-fetched-for): New variable.
13950         (gnus-cache-with-refreshed-group): New macro.
13951         (gnus-cache-update-file-total-fetched-for): New function.
13952         (gnus-cache-update-overview-total-fetched-for): New function.
13953         (gnus-cache-rename-group-total-fetched-for): New function.
13954         (gnus-cache-delete-group-total-fetched-for): New function.
13955         (gnus-cache-total-fetched-for): New function.
13956
13957         * gnus-group.el: Require gnus-sum and autoload functions to
13958         resolve warnings when gnus-group.el compiled alone.
13959         (gnus-group-line-format): Documented new %F.
13960         (size of Fetched data) group line format; identifies disk space
13961         used by agent and cache.
13962         (gnus-group-line-format-alist): Defined new F format.
13963         (gnus-total-fetched-for): New function.
13964         (gnus-group-delete-group): No longer update
13965         gnus-cache-active-altered as gnus-request-delete-group now keeps
13966         the cache in sync.
13967         (gnus-group-list-active): Let the agent store a server's active
13968         list if currently plugged.
13969
13970         * gnus-int.el (gnus-request-delete-group):
13971         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
13972         local disk in sync with the server.
13973         (gnus-request-rename-group):
13974         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
13975         local disk in sync with the server.
13976
13977         * gnus-start.el (gnus-get-unread-articles):
13978         Cosmetic simplification to logic.
13979
13980         * gnus-util.el (gnus-rename-file): New function.
13981
13982 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
13983
13984         * mm-util.el (mm-image-load-path): Handle nil in load-path.
13985
13986 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
13987
13988         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
13989         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
13990
13991 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
13992
13993         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
13994         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
13995
13996 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
13997
13998         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
13999
14000 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14001
14002         * spam.el (spam-set-difference): Add function to replace
14003         gnus-set-difference in spam.el.
14004         (spam-summary-prepare-exit): Use spam-set-difference.
14005
14006 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14007
14008         * gnus-registry.el (gnus-registry-cache-file): Update to use
14009         gnus-dribble-directory OR gnus-home-directory OR ~.
14010         (gnus-registry-split-fancy-with-parent): Fix doc.
14011
14012 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * message.el (message-exchange-point-and-mark): Use
14015         message-mark-active-p.  Suggested by Jesper Harder
14016         <harder@ifa.au.dk>.
14017
14018 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14019
14020         * message.el (message-exchange-point-and-mark): Don't activate
14021         region if it was inactive.  Suggested by Hiroshi Fujishima
14022         <pooh@nature.tsukuba.ac.jp>.
14023
14024 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14025
14026         * gnus-art.el (article-display-face): Display Faces in the same
14027         order as X-Faces.
14028
14029 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14030
14031         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14032
14033 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14036         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14037         (gnus-article-mime-hierarchy): Remove.
14038         (gnus-article-mime-hierarchy-next): Remove.
14039         (gnus-article-mode): Revert 2004-03-19 change.
14040         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14041         (gnus-insert-mime-button): Revert 2004-03-19 change.
14042         (gnus-mime-accumulate-hierarchy): Remove.
14043         (gnus-mime-enter-multipart): Remove.
14044         (gnus-mime-leave-multipart): Remove.
14045         (gnus-mime-display-part): Revert 2004-03-19 change.
14046         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14047
14048         * mml.el (mml-preview): Revert 2004-03-19 change.
14049
14050 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14051
14052         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14053
14054 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14055
14056         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14057         t while entering a file name using the mm-with-multibyte macro.
14058         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14059
14060         * mm-util.el (mm-with-multibyte): New macro.
14061
14062 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14063
14064         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14065         user option.
14066         (gnus-mime-multipart-functions): Doc and customization fix.
14067         (gnus-article-mime-hierarchy): New variable.
14068         (gnus-article-mime-hierarchy-next): New variable.
14069         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14070         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14071         gnus-article-mime-hierarchy-next to nil.
14072         (gnus-insert-mime-button): Show hierarchy numbers.
14073         (gnus-mime-accumulate-hierarchy): New function.
14074         (gnus-mime-enter-multipart): New function.
14075         (gnus-mime-leave-multipart): New function.
14076         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14077         (gnus-mime-display-alternative): Show hierarchy numbers.
14078
14079         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14080         gnus-article-mime-hierarchy-next to nil.
14081
14082 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14083
14084         * dns.el: Don't require gnus-xmas.
14085
14086 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14087
14088         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14089         inline PGP.
14090         (mml-menu): Disable mml-quote-region if mark is inactive.
14091
14092 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14093
14094         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14095         when the group's active is not available.
14096
14097 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14098
14099         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14100         error.
14101
14102 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14103
14104         * imap.el (imap-store-password): New variable.
14105         (imap-interactive-login): Use it.
14106         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14107
14108 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14109
14110         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14111         window-start and hscroll to summary window.
14112
14113 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14114
14115         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14116         conversion message to newsrc-dribble when an actual conversion is
14117         performed.
14118
14119 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14120
14121         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14122
14123 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14124
14125         * mm-decode.el (mm-complicated-handles): New function reviving
14126         former definition of mm-multiple-handles.
14127
14128         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14129         (gnus-mime-delete-part): Use it.
14130
14131 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14132
14133         * gnus-agent.el (gnus-agent-read-local): Bind
14134         nnheader-file-coding-system to gnus-agent-file-coding-system to
14135         avoid the implicit assumption that they will always be equal.
14136         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14137         coding-system-for-write, as the with-temp-file macro first prints
14138         to a buffer then saves the buffer.
14139
14140 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14141
14142         * gnus-art.el (gnus-article-edit-part): New function.
14143         (gnus-mime-save-part-and-strip): Use it; do query instead of
14144         signaling an error; don't use mm-multiple-handles.
14145         (gnus-mime-delete-part): Ditto.
14146
14147 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14148
14149         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14150         old file versions.
14151         (gnus-group-prepare-hook): Removed function that converted list
14152         form of gnus-agent-expire-days to group properties.
14153
14154         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14155         (gnus-request-accept-article): Re-indented.
14156
14157         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14158         converters to handle old agent file formats.  Added logic for a
14159         "backup before upgrading warning".
14160         (gnus-convert-mark-converter-prompt): Developers can mark
14161         functions as needing (default), or not needing,
14162         gnus-convert-old-newsrc's "backup before upgrading warning".
14163         (gnus-convert-converter-needs-prompt): Tests whether the user
14164         should be protected from potentially irreversable changes by the
14165         function.
14166
14167         * legacy-gnus-agent.el: New.  Provides converters that are only
14168         loaded when gnus-convert-old-newsrc needs to call them.
14169
14170 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14171
14172         * mail-source.el (mail-source-touch-pop): Doc fix.
14173
14174         * message.el (message-smtpmail-send-it): Doc fix.
14175
14176 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14177
14178         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14179
14180         * nnmail.el (nnmail-split-fancy): do.
14181
14182         * gnus-kill.el (gnus-kill, gnus-execute): do.
14183
14184 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14185
14186         * gnus-sum.el (gnus-widget-reversible-match)
14187         (gnus-widget-reversible-to-internal)
14188         (gnus-widget-reversible-to-external): New functions.
14189         (gnus-widget-reversible): New widget.
14190         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14191
14192 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14193
14194         * gnus-sum.el (gnus-thread-sort-functions)
14195         (gnus-article-sort-functions): Document `(not F)' items.
14196
14197 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14198
14199         * spam.el (spam-use-gmane-xref): Add new backend.
14200         (spam-gmane-xref-spam-group): Add variable to control the name of the
14201         Gmane spam group.
14202         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14203         (spam-regex-headers-spam, spam-regex-headers-ham)
14204         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14205         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14206         backends and checks.
14207         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14208
14209         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14210         an autodetect method.
14211
14212 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14213
14214         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14215         articles are being added to a group.
14216         (gnus-request-replace-article): Inform the agent that articles
14217         need to be uncached as the cached contents are no longer valid.
14218
14219 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14220
14221         * binhex.el: Don't autoload executable-find.
14222
14223         * canlock.el: Don't autoload mail-fetch-field.
14224
14225         * dgnushack.el: Autoload c-mode for XEmacs.
14226
14227         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14228
14229         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14230         rmail-dont-reply-to and rmail-output.
14231
14232         * gnus-score.el: Don't autoload ffap-string-at-point.
14233
14234         * gnus-setup.el: Don't autoload sc-cite-original.
14235
14236         * imap.el: Don't autoload base64-decode-string,
14237         base64-encode-string and md5.
14238
14239         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14240         and rmail-msg-restore-non-pruned-header.
14241
14242         * mm-decode.el: Don't autoload executable-find.
14243
14244         * mm-url.el: Don't autoload executable-find.
14245
14246         * mm-view.el: Don't autoload diff-mode.
14247
14248         * nndb.el: Don't autoload news-reply-mode, news-setup,
14249         cancel-timer and telnet.
14250
14251         * password.el: Don't autoload run-at-time for Emacs.
14252
14253         * sha1-el.el: Don't autoload executable-find.
14254
14255         * sieve-mode.el: Don't autoload c-mode.
14256
14257         * uudecode.el: Don't autoload executable-find.
14258
14259 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14260
14261         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14262         (gnus-agent-possibly-alter-active): Avoid null in numeric
14263         comparison.
14264         (gnus-agent-set-local): Refuse to save null in local object table.
14265         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14266         list of articles that will be marked as unread.
14267
14268 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14269
14270         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14271
14272 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14273
14274         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14275         language tags.
14276
14277 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14278
14279         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14280         Don't bind "obarray".
14281
14282         * gnus-sum.el (gnus-thread-sort-functions): Added
14283         `gnus-thread-sort-by-most-recent-number' and
14284         `gnus-thread-sort-by-most-recent-date'.
14285         Reported by Kai Grossjohann <kai@emptydomain.de>.
14286
14287 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14290
14291 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14292
14293         * gnus-cus.el (gnus-agent-customize-category): Removed
14294         ignore-errors macro reference that required cl to be loaded at
14295         run-time.
14296
14297         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14298         single-interval range of the form (min . max).  Previously the
14299         range had to look like ((min . max)).  Likewise, return
14300         (min . max) rather than ((min . max)).
14301         (gnus-range-map): Use gnus-range-normalize to accept
14302         single-interval range.
14303
14304         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14305         the cache, but not the agent, now appear with their usual face.
14306
14307         * dgnushack.el (loaddir): New variable that is bound to the
14308         directory containing the dgnushack.el file. Use loaddir, rather
14309         than srcdir, to update load-path. Change lets dgnushack compile
14310         code in directories other than GNUS/lisp.
14311
14312 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14313
14314         * lpath.el: Don't bind w3m-safe-url-regexp.
14315
14316         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14317         w3m-safe-url-regexp variable buffer-local.
14318
14319         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14320
14321 2004-02-27  Simon Josefsson  <jas@extundo.com>
14322
14323         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14324         gnus-group-real-prefix.
14325         (gnus-summary-move-article): Use it, instead of
14326         gnus-group-real-prefix.
14327
14328 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14329
14330         * lpath.el: Bind w3m-safe-url-regexp.
14331
14332         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14333         w3m-safe-url-regexp variable buffer-local and set it as the value
14334         of mm-w3m-safe-url-regexp.
14335
14336         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14337
14338         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14339         parsing gnus-posting-styles when the message is not for replying.
14340
14341         * dgnushack.el: Autoload sgml-mode for XEmacs.
14342
14343         * nnrss.el (nnrss-opml-export): Use
14344         mm-set-buffer-file-coding-system instead of
14345         set-buffer-file-coding-system.
14346
14347 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14348
14349         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14350         of checkdoc.el).
14351         * nnrss.el: do.
14352         * gnus-mlspl.el: do.
14353         * gnus-ml.el: do.
14354         * gnus-srvr.el: do.
14355
14356         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14357
14358 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14359
14360         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14361         Corrections to custom-manual links.
14362
14363         * gnus-art.el (gnus-article): Ditto.
14364
14365         * mm-decode.el (mime-display, mime-security): Ditto.
14366
14367 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14368
14369         * flow-fill.el: Typo.
14370
14371 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14372
14373         * spam-wash.el: New file.
14374
14375 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14376
14377         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14378
14379 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14380
14381         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14382         to be run with new-articles as LIST1, not LIST2.
14383         (spam-registration-functions): Add spam-use-ham-copy as a nil
14384         registration backend.
14385
14386 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14387
14388         * spam-stat.el (spam-stat-washing-hook): New option.
14389         (spam-stat-buffer-words): Use it.
14390         (spam-stat-process-directory, spam-stat-test-directory): Use
14391         insert-file-contents-literally.
14392         (spam-stat-coding-system): New variable.
14393         (spam-stat-load, spam-stat-save): Use it.
14394
14395 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14396
14397         * spam-report.el (spam-report-plug-agent): Quote
14398         spam-report-url-to-file and spam-report-url-ping-plain.
14399
14400 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14401
14402         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14403         / in mailto URLs.
14404
14405 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14406
14407         * spam-report.el (spam-report-process-queue): Fix interactive use.
14408         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14409         (spam-report-unplug-agent): Doc fixes.
14410         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14411         (spam-report-agentize, spam-report-deagentize): Autoload.
14412
14413 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14414
14415         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14416
14417         * message.el (message-setup-fill-variables): Add mml tags to
14418         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14419         <ajk@iu.edu>.
14420         (message-mode): Don't modify paragraph-separate there.
14421
14422 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14423
14424         * compface.el (uncompface-use-external): Default to undecided.
14425         (uncompface-use-external-threshold): New variable.
14426         (uncompface-float-time): New macro.
14427         (uncompface): Determine whether to use the external decoder if
14428         uncompface-use-external is undecided.
14429
14430 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14431
14432         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14433         after images.
14434
14435         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14436
14437 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14438
14439         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14440
14441         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14442
14443         * gnus-sum.el (gnus-summary-limit-to-age)
14444         (gnus-summary-limit-children): do.
14445
14446         * gnus-int.el (gnus-request-scan): do.
14447
14448         * gnus-group.el (gnus-group-suspend): do.
14449
14450         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14451
14452         * gnus-cite.el (gnus-cite-parse-attributions): do.
14453
14454         * gnus-agent.el (gnus-summary-set-agent-mark)
14455         (gnus-agent-regenerate-group): do.
14456
14457         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14458
14459         * binhex.el (binhex-decode-region-internal): do.
14460
14461 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14462
14463         * gnus-fun.el (gnus-face-properties-alist): New user option.
14464         (gnus-display-x-face-in-from): Use it.
14465
14466         * gnus-art.el (article-display-face): Ditto.
14467
14468         * compface.el (uncompface-use-external): Default to nil.
14469
14470 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14471
14472         * nntp.el (nntp-erase-buffer): New function.
14473         (nntp-retrieve-data, nntp-send-command)
14474         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14475         (nntp-possibly-change-group): Use it.
14476
14477         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14478         with-current-buffer.
14479
14480 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14481
14482         * compface.el: Merge the ELisp-based uncompface program.
14483         (compface): New customization group.
14484         (uncompface-use-external): New user option.
14485         (uncompface): Call uncompface-internal if uncompface-use-external
14486         is nil.
14487         (uncompface-internal): New function.  Note that there are also
14488         some other functions and variables added for this function.
14489
14490 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14491
14492         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14493         if necessary.
14494
14495 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14496
14497         * spam-report.el (spam-report-unplug-agent)
14498         (spam-report-plug-agent, spam-report-deagentize)
14499         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14500         Add support for the Agent in spam-report: when unplugged, report to a
14501         file; when plugged, submit all the requests.
14502
14503         * spam.el (spam-register-routine): Fix message about
14504         registration.
14505
14506 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14507
14508         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14509         dependencies.
14510         (rfc2047-encode): Use it.
14511
14512         * gnus-art.el (gnus-button-marker-list): Move before first
14513         reference.
14514
14515         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14516         (imap-parse-body): Fix format string mismatch.
14517
14518         * gnus-score.el (gnus-summary-increase-score): do.
14519
14520         * nnrss.el (nnrss-close): New function.
14521
14522 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14523
14524         * nnrss.el (nnrss-make-filename): New function.
14525         (nnrss-request-delete-group, nnrss-read-server-data)
14526         (nnrss-save-server-data, nnrss-read-group-data)
14527         (nnrss-save-group-data): Use it.
14528         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14529         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14530         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14531
14532 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14533
14534         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14535
14536 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14537
14538         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14539         files.
14540
14541         * message.el (message-generate-headers-first): Don't quote nil
14542         and t in docstrings.
14543
14544         * imap.el (imap-id): do.
14545
14546         * gnus-agent.el (gnus-agent-consider-all-articles)
14547         (gnus-agent-queue-mail): do.
14548
14549 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14550
14551         * spam-report.el (spam-report-process-queue): New function.
14552         Process requests from `spam-report-requests-file'.
14553         (spam-report-process-queue): Doc fix.
14554
14555 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14556
14557         * spam.el (spam-register-routine)
14558         (spam-log-processing-to-registry, spam-log-registered-p)
14559         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14560         Change "check" to "spam-check" for semi-clarity.
14561
14562 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14563
14564         * pop3.el: Require nnheader.
14565
14566         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14567
14568         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14569
14570         * gnus-picon.el: Require cl.
14571
14572         * gnus-fun.el: Require gnus-ems and gnus-util.
14573
14574         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14575
14576         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14577
14578         * gnus-art.el (gnus-article-edit-mode): Define before first
14579         reference.
14580
14581 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14582
14583         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14584         (gnus-uu-post-encoded): Use point-at-bol.
14585
14586         * gnus-topic.el (gnus-group-active-topic-p): do.
14587
14588         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14589
14590         * gnus-group.el (gnus-group-kill-region): do.
14591
14592         * gnus-art.el (article-date-ut): do.
14593
14594         * message.el (message-fetch-field): Remove redundant
14595         case-fold-search binding.
14596         (message-narrow-to-field): Simplify.
14597
14598 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14599
14600         * spam.el (spam-directory): Derive from `gnus-directory'.
14601
14602         * spam-report.el (spam-report-url-to-file)
14603         (spam-report-requests-file): New function and variable for offline
14604         reporting.
14605         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14606         and user defined function.
14607         (spam-report-url-ping-mm-url): Remove doubled slash.
14608
14609 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14610
14611         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14612
14613 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14614
14615         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14616         format string mismatch.
14617
14618         * sieve.el (sieve-deactivate-all): do.
14619
14620         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14621
14622         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14623
14624         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14625
14626         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14627
14628 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14629
14630         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14631         the list of checks.
14632
14633 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14634
14635         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14636         padding.
14637
14638 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14639
14640         * mm-view.el (mm-fill-flowed): New variable.
14641         (mm-inline-text): Use it.
14642
14643 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14644
14645         * spam.el (spam-spamassassin-register-ham-routine)
14646         (spam-spamassassin-register-spam-routine): Fix function names.
14647
14648 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14649
14650         * gnus.el (gnus-tmp-grouplens): Remove.
14651         (gnus-summary-line-format): Remove grouplens.
14652
14653         * gnus-group.el (gnus-group-line-format): Ditto.
14654
14655         * gnus-spec.el (gnus-format-specs): Ditto.
14656         (gnus-update-format-specifications): Flush the group format spec
14657         cache if there's the grouplens stuff.
14658         (gnus-parse-simple-format): Replace %l with the empty string.
14659
14660 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14661
14662         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14663         omission.
14664
14665 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14666
14667         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14668         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14669
14670 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14671
14672         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14673         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14674         New macros and functions.
14675         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14676         Handle > NLINK_MAX messages.
14677         * nnmaildir.el (nnmaildir-request-set-mark): Use
14678         nnmaildir--emlink-p and nnmaildir--eexist-p.
14679
14680 2004-01-25  Alex Schroeder  <alex@gnu.org>
14681
14682         * spam-stat.el (spam-stat-process-directory-age): New option.
14683         (spam-stat-process-directory): Use it.
14684
14685 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14686
14687         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14688         (spam-stat-save): Accept prefix argument.
14689
14690 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14691
14692         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14693         links" error.
14694
14695 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14696
14697         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14698         the rest of the and/or forms.
14699
14700 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14701
14702         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14703         compatibility with old .newsrc.eld files.
14704
14705         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14706
14707         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14708
14709         * gnus-start.el (gnus-1): do.
14710
14711         * gnus-group.el (gnus-group-line-format-alist): do.
14712
14713         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14714
14715         * gnus-gl.el: Remove.
14716
14717 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14718
14719         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14720         marks consisting of a single range {for example, (3 . 5)} rather
14721         than a list of a single range { ((3 . 5)) }.
14722
14723 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14724
14725         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14726         with-current-buffer.
14727         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14728         avoid consing a string.
14729
14730         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14731         Remove obsolete entries for big5 and gb2312.
14732
14733 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14734
14735         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14736         uncompressed list.
14737
14738 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14739
14740         * spam-stat.el (spam-stat-strip-xref): New function.
14741         (spam-stat-process-directory): Use it.
14742
14743         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14744         here -- it's done in message-fetch-field.
14745
14746 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14747
14748         * gnus-agent.el (gnus-agent-queue-mail)
14749         (gnus-agent-prompt-send-queue): New variables.
14750         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14751         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14752         "nndraft:queue" along to gnus-draft-send.  Use
14753         gnus-agent-prompt-send-queue.
14754         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14755         is "nndraft:queue".  Suggested by Gaute Strokkenes
14756         <gs234@srcf.ucam.org>
14757
14758         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14759         (agent-enable-undownloaded-faces): Added.
14760         (gnus-agent-cat-groups): Use eval-and-compile, not
14761         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14762         method of gnus-agent-cat-groups even when the buffer has been
14763         evaled.
14764         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14765         delete gnus-agent-save-active-1.
14766         (gnus-agent-save-groups): Deleted.  Identical to
14767         gnus-agent-save-active.
14768         (gnus-agent-write-active): No longer adjust agent's copy of active
14769         file as agent's adjustments are now stored in their own
14770         file.  Removed optional parameter.
14771         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14772         servers.  Add use of min/max range limits from server's local
14773         file.
14774         (gnus-agent-save-alist): Removed unused optional argument.
14775         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14776         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14777         (gnus-agent-set-local): A per-server file that keeps min/max range
14778         limits for articles known to the agent.  Provides a fast mechanism
14779         for altering many active ranges.
14780         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14781         active file (local makes it unnecessary).
14782         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14783
14784         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14785         (agent-enable-undownloaded-faces): Added.
14786
14787         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14788         disable it when sending to "nndraft:queue".
14789         (gnus-group-send-queue): Add safety check to avoid sending queue
14790         when unplugged.
14791
14792         * gnus-group.el (gnus-group-catchup): Use new
14793         gnus-sequence-of-unread-articles, not
14794         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14795         numbers of articles.  Use gnus-range-map to avoid having to
14796         uncompress the unread list.
14797         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14798         Fixed invalid ange-ftp reference.
14799
14800         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14801         (gnus-sorted-range-intersection): Intersection of two ranges
14802         without requiring that they first be uncompressed.
14803
14804         * gnus-start.el (gnus-activate-group): Unless blocked by the
14805         caller, possibly expand the active range to include both cached
14806         and agentized articles.
14807         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14808         multiple version-dependent converters.
14809         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14810         gnus-agent-save-active.
14811         (gnus-save-newsrc-file): Save dirty agent range limits.
14812
14813         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14814         gnus-agent-possibly-alter-active.
14815         (gnus-adjust-marked-articles): Faster handling of simple lists.
14816
14817 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14818
14819         * spam-stat.el (spam-stat-test-directory): New optional argument
14820         displays a list of files detected.  Suggested by Andrew Cohen
14821         <cohen@andy.bu.edu>.
14822         (spam-stat-buffer-words-with-scores): Don't narrow and change
14823         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14824
14825 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14826
14827         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14828         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14829         (spam-spamassassin-arguments)
14830         (spam-spamassassin-spam-flag-header)
14831         (spam-spamassassin-positive-spam-flag-header)
14832         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14833         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14834         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14835         (spam-list-of-processors, spam-list-of-checks)
14836         (spam-list-of-statistical-checks, spam-registration-functions)
14837         (spam-check-spamassassin-headers, spam-check-spamassassin)
14838         (spam-spamassassin-score)
14839         (spam-spamassassin-register-with-sa-learn)
14840         (spam-spamassassin-register-spam-routine)
14841         (spam-spamassassin-register-ham-routine)
14842         (spam-assassin-register-spam-routine)
14843         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14844         (spam-bogofilter-score): Fix to show article before scoring.
14845
14846 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14847
14848         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14849         default scoring function.
14850         (spam-generic-score): Call spam-spamassassin-score if
14851         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14852         spam-bogofilter-score otherwise.
14853
14854         * gnus.el (spam-process, spam-autodetect-methods): Add
14855         spamassassin and spamassassin-headers.
14856
14857 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14858
14859         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14860         Suppress unnecessary messages.
14861
14862 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14863
14864         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14865         make-hash-table.
14866
14867 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14868
14869         * canlock.el (base64-encode-string): Don't autoload it.
14870
14871 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14872
14873         * run-at-time.el: Remove useless (require 'itimer),
14874         eval-and-compile and (featurep 'xemacs).
14875
14876 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14877
14878         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14879         GROUP is a virtual group.
14880
14881 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14882
14883         * gnus.el: Autoload `message-y-or-n-p'.
14884
14885 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14886
14887         * pgg-parse.el: Remove unnecessary (require 'custom).
14888
14889         * pgg-def.el: do.
14890
14891         * nnmail.el: do.
14892
14893         * gnus-undo.el: do.
14894
14895         * gnus-picon.el: do.
14896
14897         * gnus-util.el: do.
14898
14899 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
14900
14901         * gnus-sum.el (gnus-pick-line-number): Add autoload.
14902
14903 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14904
14905         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14906         handle, as well as a list.
14907
14908         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14909         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14910         (mm-w3m-cid-retrieve): Simplify.
14911
14912 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
14913
14914         * message.el (message-kill-to-signature): Allow prefix arg to
14915         specify number of lines to keep before signature.
14916
14917 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
14918
14919         * message.el (message-kill-to-signature): Change docstring.
14920
14921 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14922
14923         * canlock.el: Always require sha1-el.
14924         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
14925
14926         * message.el: Autoload sha1 only when compiling.
14927
14928         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
14929         eudc-expand-inline for XEmacs.
14930
14931 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14932
14933         * message.el (message-canlock-generate): Require sha1-el.
14934
14935 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
14936
14937         * message.el (message-expand-name): Silence the byte compiler.
14938
14939         * lpath.el: Add detect-coding-system.
14940
14941         * dgnushack.el (dgnushack-compile): Remove obsolete check for
14942         cus-edit.
14943
14944 2004-01-13  Simon Josefsson  <jas@extundo.com>
14945
14946         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14947         Invoke gnus-score-mode.  Reported by
14948         bojohan+news@dd.chalmers.se (Johan Bockgård).
14949
14950         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
14951         Jim Blandy <jimb@redhat.com> (tiny change).
14952
14953 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14954
14955         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
14956
14957 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
14958
14959         * spam.el (spam-get-article-as-string): Update to use
14960         gnus-request-article-this-buffer, much simpler.
14961         (spam-get-article-as-buffer): Remove.
14962
14963 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
14964
14965         * message.el (message-expand-name): Use EUDC if the user uses that.
14966
14967 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14968
14969         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14970         character for the encoding to avoid consing a string.
14971
14972         * rfc2047.el (rfc2047-decode-string): Don't cons a string
14973         unnecessarily.
14974
14975         * mm-util.el (mm-replace-chars-in-string): Remove.
14976
14977         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
14978         of mm-replace-chars-in-string.
14979
14980 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
14981
14982         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
14983
14984         * mm-util.el (mm-subst-char-in-string): Support inplace.
14985
14986         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
14987         a new string in every iteration.  Use shy groups.
14988
14989 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
14990
14991         * gnus-srvr.el (gnus-browse-unsubscribe-group):
14992         * gnus-soup.el (gnus-soup-group-brew):
14993         * gnus-msg.el (gnus-put-message):
14994         * gnus-move.el (gnus-group-move-group-to-server):
14995         * gnus-kill.el (gnus-batch-score):
14996         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
14997         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
14998         (gnus-group-update-group, gnus-group-read-group)
14999         (gnus-group-make-group, gnus-group-make-help-group)
15000         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15001         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15002         (gnus-group-sort-by-unread, gnus-group-catchup)
15003         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15004         (gnus-group-yank-group, gnus-group-set-info)
15005         (gnus-group-list-groups):
15006         * gnus.el (gnus-generate-new-group-name):
15007         * gnus-delay.el (gnus-delay-send-queue):
15008         * nnvirtual.el (nnvirtual-catchup-group):
15009         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15010         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15011         (gnus-group-prepare-topics, gnus-topic-check-topology):
15012         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15013         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15014         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15015         (gnus-group-make-articles-read):
15016         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15017         (gnus-group-change-level, gnus-kill-newsgroup)
15018         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15019         (gnus-get-unread-articles, gnus-make-articles-unread)
15020         (gnus-make-ascending-articles-unread): Use accessor
15021         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15022         to get group information for improved readability.
15023
15024
15025 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15026
15027         * gnus-art.el (article-decode-mime-words, article-babel)
15028         (gnus-article-highlight-signature, gnus-article-add-buttons)
15029         (gnus-signature-toggle): Use gnus-with-article-buffer.
15030
15031         * gnus-art.el (gnus-article-highlight-headers)
15032         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15033
15034         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15035         (gnus-article-set-globals, gnus-request-article-this-buffer)
15036         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15037         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15038         (gnus-mime-display-alternative): Use with-current-buffer.
15039
15040 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15041
15042         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15043         also under 80 char limit, and call gnus-error if needed.
15044         (spam-fetch-article-header): Fix - it was a
15045         buffer-local variable (gnus-newsgroup-data).
15046         (spam-find-spam): Use spam-generate-fake-headers, forget about
15047         spam-insert-fake-headers.
15048         (spam-insert-fake-headers): Remove.
15049
15050 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15051
15052         * deuglify.el (gnus-article-outlook-unwrap-lines)
15053         (gnus-outlook-rearrange-article)
15054         (gnus-outlook-repair-attribution-outlook)
15055         (gnus-outlook-repair-attribution-block)
15056         (gnus-outlook-repair-attribution-other): Remove redundant
15057         save-excursion.
15058
15059 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15060
15061         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15062         (spam-fetch-field-subject-fast)
15063         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15064         (spam-fetch-article-header): Add functions to deal with Gnus
15065         internals for fast retrieval of article header data.
15066         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15067
15068 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15069
15070         * pop3.el (pop3-md5): Remove.
15071         (pop3-apop): Replace pop3-md5 with md5.
15072
15073         * mm-bodies.el: base64 is always built-in.
15074
15075         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15076         with-current-buffer.
15077
15078 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15079
15080         * canlock.el (canlock-insert-header): Remove excessive grouping in
15081         regexp.
15082
15083         * gnus-sum.el (gnus-summary-read-document): Ditto.
15084
15085         * gnus-uu.el (gnus-uu-part-number): Ditto.
15086
15087         * html2text.el (html2text-remove-tags): Ditto.
15088         (html2text-format-tags): Ditto.
15089         (html2text-format-single-elements): Ditto.
15090
15091         * mml.el (mml-parse-1): Ditto.
15092
15093 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15094
15095         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15096
15097         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15098
15099         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15100
15101         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15102
15103 2003-11-15  Simon Josefsson  <jas@extundo.com>
15104
15105         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15106         (pgg-gpg-lookup-key): Use regexp match instead of
15107         split-string (split-string is different between emacs 21.2 and
15108         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15109
15110 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15111
15112         * gnus-art.el (gnus-mime-view-all-parts)
15113         (gnus-article-part-wrapper, gnus-article-view-part): Use
15114         with-current-buffer.
15115
15116 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15117
15118         * spam.el (spam-disable-spam-split-during-ham-respool)
15119         (spam-spamoracle-database, spam-cache-lookups)
15120         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15121         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15122         (spam-group-ham-marks, spam-group-spam-marks)
15123         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15124         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15125         also add spam-use-blackholes to the statistical checks.
15126         (spam-fetch-field-fast): Add interface to fetching fields, may
15127         become a macro.
15128         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15129         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15130         (spam-insert-fake-headers): Fake an article when needed.
15131         (spam-find-spam): Fake article when possible.
15132         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15133         (spam-check-bogofilter-headers): Use message-fetch-field instead
15134         of nnmail-fetch-field.
15135
15136 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15137
15138         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15139
15140 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15141
15142         * spam.el (spam-split): Do not require spam-use-CHECK to be
15143         enabled if that check is passed to spam-split explicitly; also
15144         fix so 'spam doesn't get converted to spam-split-group when
15145         spam-split-symbolic-return is t.
15146         (spam-find-spam): Find registrations of the article and use those
15147         instead of re-running spam-split to find the spam/ham
15148         classification of the article.
15149         (spam-log-processing-to-registry, spam-log-registered-p)
15150         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15151         Use gnus-error instead of gnus-message.
15152         (spam-log-registration-type): Add function to determine the
15153         classification of a message based on registry entries; will
15154         return nil if both 'spam and 'ham are found.
15155         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15156         a reasonably fast local cache without the loading errors.
15157         (spam-cache-lookups): Set to t by default.
15158         (spam-find-spam): Don't try to guess spam-cache-lookups.
15159         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15160         spam-caches entry.
15161         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15162         caching of whitelist/blacklist entries.
15163         (spam-check-whitelist, spam-check-blacklist): Invoke
15164         spam-from-listed-p with a type, not a cache variable.
15165         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15166
15167 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15168
15169         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15170
15171         * nnmail.el (nnmail-split-fancy): do.
15172
15173         * mml.el (mml-parse): do.
15174
15175         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15176         (gnus-score-adaptive): do.
15177
15178 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15179
15180         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15181         (gnus-mime-button-map): Don't set keymap parent.
15182         (gnus-button-ctan-directory-regexp): Use shy grouping.
15183         (gnus-prev-page-map): Don't set keymap parent.
15184         (gnus-prev-page-map): Remove duplicated one.
15185         (gnus-next-page-map): Don't set keymap parent.
15186         (gnus-mime-security-button-map): Ditto.
15187
15188         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15189         version number.
15190
15191         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15192
15193 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15194
15195         * canlock.el (canlock-sha1-function): Remove.
15196         (canlock-sha1-function-for-verify): Remove.
15197         (canlock-openssl-program): Remove.
15198         (canlock-openssl-args): Remove.
15199         (canlock-ignore-errors): Remove.
15200         (canlock-sha1-with-openssl): Remove.
15201         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15202         (canlock-verify): Don't use canlock-ignore-errors.
15203
15204         * sha1-el.el (sha1-string-external): Make it can return a string
15205         in binary form.
15206         (sha1-region-external): Ditto.
15207         (sha1-string-internal): Ditto.
15208         (sha1-region-internal): Ditto.
15209         (sha1-region): Ditto.
15210         (sha1-string): Ditto.
15211         (sha1): Ditto.
15212
15213 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15214
15215         * spam.el (spam-report-articles-gmane): New command.
15216
15217 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15218
15219         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15220
15221         * run-at-time.el (run-at-time-saved): Remove.
15222         (run-at-time): Doc fix.
15223
15224 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15225
15226         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15227         (gnus-summary-limit-map): Add it.
15228         (gnus-summary-make-menu-bar): do.
15229
15230 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15231
15232         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15233         Make attempt at some caching support (done for BBDB only now).
15234         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15235         addresses to be checked.
15236         (spam-clear-cache-BBDB): Add function, to be invoked by
15237         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15238         (spam-check-BBDB): Check and use the caches, if
15239         spam-cache-lookups is on, remove superfluous (provide).
15240
15241 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15242
15243         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15244
15245 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15246
15247         * run-at-time.el (run-at-time-saved): Move to after the definition
15248         of `run-at-time'.
15249
15250         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15251
15252 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15253
15254         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15255         mm-w3m-local-map-property.
15256
15257         * mm-view.el (mm-w3m-mode-map): Remove.
15258         (mm-w3m-local-map-property): Remove.
15259         (mm-inline-text-html-render-with-w3m): Don't use
15260         mm-w3m-local-map-property.
15261
15262 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15263
15264         * run-at-time.el: New file.
15265
15266         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15267         under Emacs.
15268
15269         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15270         of gnus-set-text-properties.
15271
15272         * gnus-uu.el (gnus-uu-save-article): Ditto.
15273
15274         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15275
15276         * gnus-cite.el (gnus-cite-parse): Ditto.
15277
15278         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15279         of gnus-.
15280
15281         * gnus-xmas.el (run-at-time): Require run-at-time.
15282
15283         * gnus.el: Changed calls to nnheader-run-at-time and
15284         password-run-at-time throughout to use run-at-time directly.
15285
15286         * password.el: Removed definition of run-at-time.
15287
15288         * nnheaderxm.el: Remove definition of run-at-time.
15289
15290 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15291
15292         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15293         in prompt.
15294
15295 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15296
15297         * messagexmas.el (message-xmas-redefine): Alias
15298         `message-make-caesar-translation-table' to
15299         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15300         version.
15301
15302         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15303         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15304         `gnus-xmas-set-text-properties'.
15305         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15306         `gnus-xmas-completing-read'.
15307         (gnus-xmas-completing-read): Removed.
15308         (gnus-xmas-open-network-stream): Removed.
15309
15310         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15311         XEmacs version.
15312
15313         * dns.el (dns-make-network-process): Use `open-network-stream'
15314         instead of `gnus-xmas-open-network-stream'.
15315
15316         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15317
15318         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15319
15320 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15321
15322         * gnus-art.el (gnus-mime-display-alternative)
15323         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15324         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15325         Don't use gnus-local-map-property.
15326
15327         * gnus-util.el (gnus-local-map-property): Remove.
15328
15329         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15330         gnus-completing-read-maybe-default with completing-read.
15331
15332         * gnus-util.el (gnus-completing-read): do.
15333         (gnus-completing-read-maybe-default): Remove.
15334
15335 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15336
15337         * password.el: Only autoload `run-at-time' if not XEmacs.
15338         Only autoload the itimer functions if XEmacs.
15339
15340 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15341
15342         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15343         XEmacsen.
15344
15345         * dgnushack.el: Autoload executable-find for XEmacs.
15346
15347 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15348
15349         * gnus-art.el (gnus-read-string): Remove.
15350         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15351         read-string.
15352
15353 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15354
15355         * netrc.el: Autoload password-read.
15356         (netrc): Add configuration group.
15357         (netrc-encoding-method, netrc-openssl-path): Add
15358         variables for encoding and decoding of files with symmetric
15359         ciphers.
15360         (netrc-encode): Add assistant function to encode a file with
15361         netrc-encoding-method.
15362         (netrc-parse): Add interactive parameter, added optional
15363         decoding if netrc-encoding-method is non-nil but otherwise
15364         behavior is standard.
15365         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15366         Do s/encode/encrypt/ everywhere.
15367
15368         * spam.el: Remove executable-find autoload.
15369
15370 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15371
15372         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15373
15374         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15375
15376 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15377
15378         * gnus-art.el (gnus-treat-ansi-sequences)
15379         (article-treat-ansi-sequences): New variable and function.
15380         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15381
15382         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15383         Use it.
15384
15385 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15386
15387         * mm-util.el (mm-quote-arg): Remove.
15388
15389         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15390         shell-quote-argument.
15391
15392         * gnus-uu.el (gnus-uu-command): do.
15393
15394         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15395
15396         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15397         with make-char.
15398
15399         * mm-util.el (mm-make-char): Remove.
15400
15401         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15402         add-minor-mode.
15403
15404         * gnus-undo.el (gnus-undo-mode): do.
15405
15406         * gnus-topic.el (gnus-topic-mode): do.
15407
15408         * gnus-sum.el (gnus-dead-summary-mode): do.
15409
15410         * gnus-start.el (gnus-slave-mode): do.
15411
15412         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15413
15414         * gnus-ml.el (gnus-mailing-list-mode): do.
15415
15416         * gnus-gl.el (gnus-grouplens-mode): do.
15417
15418         * gnus-draft.el (gnus-draft-mode): do.
15419
15420         * gnus-dired.el (gnus-dired-mode): do.
15421
15422         * gnus-ems.el (gnus-add-minor-mode): Remove.
15423
15424         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15425         Replace gnus-char-width with char-width.
15426
15427         * gnus-ems.el (gnus-char-width): Remove.
15428
15429         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15430         Replace gnus-char-width with char-width.
15431
15432         * gnus-ems.el (gnus-char-width): Remove.
15433
15434         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15435         definition.
15436         Remove Emacs 20 hash table compatibility code.
15437
15438         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15439         20 compatibility code.
15440
15441         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15442
15443         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15444
15445         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15446         with point-at-{eol,bol}.
15447
15448         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15449
15450         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15451
15452         * flow-fill.el (fill-flowed-point-at-bol)
15453         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15454
15455         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15456         Replace with point-at-{eol,bol} throughout all files.
15457
15458 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15459
15460         * ntlm.el (ntlm-string-as-unibyte): New macro.
15461         (ntlm-build-auth-response): Use it.
15462
15463         Remove Emacs 20 stuff:
15464         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15465         (butlast, mapc, remove): Remove the compiler macros.
15466         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15467         of delq and copy-sequence.
15468         * gnus-art.el (popup-menu): Remove the compiler macro.
15469         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15470         Emacs 20.
15471
15472 2004-01-05  Simon Josefsson  <jas@extundo.com>
15473
15474         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15475         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15476         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15477         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15478         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15479         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15480         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15481         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15482         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15483         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15484         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15485         string-xor into ntlm-string-xor.  Suggested by
15486         Jesper Harder <harder@myrealbox.com>.
15487
15488         * ntlm.el: Don't include poem.
15489
15490         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15491         Jesper Harder <harder@myrealbox.com>.
15492
15493         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15494
15495         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15496         probably breaks emacs with DL patch, but do we care? Is anyone
15497         still using the DL stuff?)
15498
15499         * sieve-manage.el: Use the password package.
15500         (sieve-manage-read-passwd): Remove.
15501         (sieve-manage-interactive-login): Use password.  Re-add
15502         condition-case around loop.
15503
15504         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15505         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15506         the password package.
15507
15508 2003-02-19  Simon Josefsson  <jas@extundo.com>
15509
15510         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15511         token.
15512
15513 2002-08-07  Simon Josefsson  <jas@extundo.com>
15514
15515         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15516         (sieve-manage-authenticators):
15517         (sieve-manage-authenticator-alist): Add some SASL mechs.
15518         (sieve-sasl-auth): New function.
15519         (sieve-manage-cram-md5-auth):
15520         (sieve-manage-plain-auth): Rewrite using SASL library.
15521         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15522         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15523         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15524         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15525
15526 2004-01-05  Simon Josefsson  <jas@extundo.com>
15527
15528         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15529         New files.
15530
15531 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15532
15533         * gnus-group.el (gnus-no-groups-message): Update.
15534
15535         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15536
15537 2003-11-09  Simon Josefsson  <jas@extundo.com>
15538
15539         * imap.el: Support for ID IMAP extension (RFC 2971).
15540         (imap-local-variables): Add imap-id.
15541         (imap-id): New variable.
15542         (imap-id): New function.
15543         (imap-parse-response): Parse untagged ID response.
15544         * nnimap.el (nnimap-id): New variable.
15545         (nnimap-open-connection): Use it.
15546
15547 2003-12-28  Simon Josefsson  <jas@extundo.com>
15548
15549         * gnus-score.el (gnus-score-edit-all-score): New.
15550         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15551
15552 2004-01-04  Simon Josefsson  <jas@extundo.com>
15553
15554         * password.el: Add.
15555
15556 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15557
15558         * dns.el (dns-query-types): Fix typo.
15559         (dns-query-types): New function.
15560         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15561         PTR and SOA replies, see RFC 1035.
15562
15563 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15564
15565         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15566
15567         * Moved to Changelog.2.
15568
15569 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15570
15571         * gnus.el (gnus-version-number): Bump version.
15572
15573 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15574
15575         * gnus.el: No Gnus v0.1 is released.
15576
15577 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15578
15579         * gnus.el: No Gnus v0.0 is released.
15580
15581 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15582
15583         * gnus.el (gnus-version-number): Bump.
15584         (gnus-version): No.
15585
15586 See ChangeLog.2 for earlier changes.
15587
15588     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15589       Free Software Foundation, Inc.
15590
15591   This file is part of GNU Emacs.
15592
15593   GNU Emacs is free software: you can redistribute it and/or modify
15594   it under the terms of the GNU General Public License as published by
15595   the Free Software Foundation, either version 3 of the License, or
15596   (at your option) any later version.
15597
15598   GNU Emacs is distributed in the hope that it will be useful,
15599   but WITHOUT ANY WARRANTY; without even the implied warranty of
15600   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15601   GNU General Public License for more details.
15602
15603   You should have received a copy of the GNU General Public License
15604   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15605
15606 ;; Local Variables:
15607 ;; coding: utf-8
15608 ;; fill-column: 79
15609 ;; add-log-time-zone-rule: t
15610 ;; End:
15611
15612 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4