gnus-html-put-image, gnus-html-rescale-image: Pass `file' argument.
[gnus] / lisp / ChangeLog
1 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4         decoded contents.
5         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6
7 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8
9         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10         group line format, since it isn't very interesting.
11
12         * gnus-agent.el (gnus-agent-short-article),
13         (gnus-agent-long-article): Increase values for these two variables,
14         since most people are likely to have more network connection and
15         storage than before.
16
17         * gnus.el (gnus-refer-article-method): Change default to 'current.
18         When referring an article, the common behaviour is to refer it from the
19         current select method, not the native select method.  The chances of
20         the native select method having the message in question is rather slim
21         these days.
22
23         * gnus-sum.el (gnus-auto-select-subject): Change default to
24         `unseen-or-unread'.  I think it's likely that most people want to
25         select an unseen article over a previously seen, but unread one.
26
27         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
28         means that in the article buffer none of the minor mode elements will
29         be shown, usually, and this is not desirable in most cases.
30
31         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
32         that commands like `d' (and the like) go to the next line in the
33         buffer, instead of the next unread article.  I think this is the
34         behaviour that is most natural for most users.
35         (gnus-single-article-buffer): Change default to nil, so that people can
36         have as many article buffers open as they have summary buffer.  I think
37         this is the most natural way for the groups to behave.
38
39         * message.el (message-generate-new-buffers): Change default to
40         `unsent', so that all new message buffers start their names with the
41         string "*unsent", and it's easier to find the buffers if you move from
42         them.
43
44 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
45
46         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
47         small. They're probably tracking images.
48         (gnus-html-wash-tags): Remove all <pre_int> place holders.
49         (gnus-html-rescale-image): Yet another try at getting the image sizing
50         right.
51
52         * nntp.el (nntp-request-set-mark): Refuse to do marks if
53         nntp-marks-file-name is nil.
54
55 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
56
57         * gnus-html.el (gnus-html-wash-tags)
58         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
59         Better logging.
60
61 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
62
63         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
64
65         * gnus-html.el (gnus-html-wash-tags): Check the value of
66         gnus-blocked-images in the summary buffer.
67
68 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
69
70         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
71
72 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
73
74         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
75         like "a", it seems like.
76         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
77         since it needs to be picked from the correct buffer.
78
79         * nnwfm.el: Removed.
80
81         * nnlistserv.el: Removed.
82
83 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
84
85         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
86         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
87
88 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
89
90         * nnkiboze.el: Removed.
91
92         * nndb.el: Removed.
93
94         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
95         alt text.
96         (gnus-html-rescale-image): Try to get the rescaling logic right for
97         images that are just wide and not tall.
98
99         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
100         overshadow variable bindings.
101
102 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
103
104         * gnus-html.el (gnus-html-wash-tags)
105         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
106         extra logging.
107
108 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
109
110         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
111         (gnus-max-image-proportion): New variable.
112         (gnus-html-rescale-image): New function.
113         (gnus-html-put-image): Rescale images.
114
115 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
116
117         Fix up some byte-compiler warnings.
118         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
119         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
120         (gnus-article-fill-cited-article, gnus-article-hide-citation)
121         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
122         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
123         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
124         (gnus-group-update-group): Use save-excursion and with-current-buffer.
125
126 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
127
128         * gnus-html.el (gnus-article-html): Decode contents by charset.
129
130 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
131
132         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
133         (gnus-html-frame-width, gnus-blocked-images)
134         * message.el (message-prune-recipient-rules): Add custom version.
135         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
136
137         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
138         functions.
139
140         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
141         gnus-process-get.
142
143 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
144
145         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
146         instead of lsub directly.
147
148 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
149
150         * nnwarchive.el: Removed.
151
152         * gnus-soup.el: Removed.
153
154         * nnsoup.el: Removed.
155
156         * nnultimate.el: Removed.
157
158         * gnus-html.el (gnus-blocked-images): New variable.
159
160         * message.el (message-prune-recipients): New function.
161         (message-prune-recipient-rules): New variable.
162
163         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
164         guess whether a long line is natural text or not.
165
166         * gnus-html.el (gnus-html-schedule-image-fetching): Use
167         gnus-process-plist and friends for compatibility.
168
169 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
170
171         * gnus-html.el: Require packages that define macros used in this file.
172         (gnus-article-mouse-face): Declare to silence byte-compiler.
173         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
174         process-get.
175         (gnus-html-put-image): Use plist-get to avoid getf.
176         (gnus-html-prefetch-images): Use with-current-buffer.
177
178 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
179
180         * gnus-ems.el: Provide compatibility functions for
181         gnus-set-process-plist.
182
183         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
184         header-line-format for XEmacs 21.4.
185
186         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
187         * gnus.el (gnus-valid-select-methods)
188         * message.el (message-send-mail-partially-limit)
189         * mm-decode.el (mm-text-html-renderer)
190         * mml.el (mml-insert-mime-headers-always)
191         * smiley.el (smiley-regexp-alist): Bump custom version.
192
193 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
194
195         * gnus-html.el: require mm-url.
196         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
197         with the url to `url'.
198         (gnus-html-wash-tags): Support cid: URLs/images.
199
200 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
201
202         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
203         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
204         bindings, as they aren't useful at all. `w' is moved to `W w'.
205
206         * gnus-move.el: Removed file, since it doesn't really work.
207
208         * gnus-html.el (gnus-article-html): Tell w3m that the input is
209         UTF-8. This seems to fix problems with some German web feeds.
210
211         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
212         at the top so that the proper colours are applied.
213
214         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
215         don't have dots in their names.
216
217         * gnus-art.el (gnus-article-view-part): Doc fix.
218
219         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
220         XEmacs-compatible.
221         (gnus-html-put-image): Don't do images on non-graphic displays.
222
223         * nnslashdot.el: Removed this unused backend.
224
225         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
226         actions.
227         (gnus-undo-register-1): Revert last change.
228
229         * gnus-group.el (gnus-group-completing-read): Protect against not
230         having completion-styles bound.
231
232         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
233         make broken recipients happier.
234
235         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
236
237         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
238         point parameter.
239
240         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
241
242         * gnus-group.el (gnus-group-completing-read): Add 'substring to
243         completion-styles for group selection.
244
245 2009-02-04  Andreas Schwab  <schwab@suse.de>
246
247         * gnus-score.el (gnus-score-string): Fix regex for matching extra
248         headers and regexp-quote the match if necessary.
249
250 2009-03-24  Miles Bader  <miles@gnu.org>
251
252         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
253         the blinking smiley.
254
255 2009-03-24  Simon Josefsson  <simon@josefsson.org>
256
257         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
258         blink smiley.
259
260 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
261
262         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
263         where the dribbel file lives exists.
264
265         * message.el (message-send-mail-partially-limit): Change the default to
266         nil, since most people don't want this.
267
268         * mm-url.el (mm-url-decode-entities): Also decode entities like
269         &#x3212.
270
271 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
272
273         * gnus-sum.el (gnus-summary-idna-message):
274         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
275         Hyperlink urls in docstrings with URL `...'.
276
277 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
278
279         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
280         functions.
281
282 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
283
284         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
285         say what the mouseover text should be.
286
287         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
288         version of the mm-w3m-safe-url-regexp variable to only download images
289         in the groups where we want that to happen.
290
291         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
292
293         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
294         easier debugging.
295         (gnus-article-beginning-of-window): Add kludge to allow spacing past
296         big pictures in the article buffer.
297
298         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
299         gnus-article-html.
300         (mm-text-html-renderer): gnus-article-html needs curl in addition to
301         w3m.
302
303         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
304
305 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
306
307         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
308         which doesn't exist.
309
310         * message.el (message-inhibit-ecomplete): New variable to allow some
311         function to inhibit ecomplete address storage.
312         (message-resend): Disable ecomplete message storage when resending
313         messages.
314
315         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
316
317 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
318
319         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
320         Save excursion while copying, moving, and deleting articles in order to
321         prevent the cursor from jumping to unforeseen place.
322
323 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
324
325         * lpath.el: No need to bind bookmark-current-buffer,
326         bookmark-yank-point and bookmark-make-record-function.
327
328 2010-08-17  Glenn Morris  <rgm@gnu.org>
329
330         * gnus-sync.el: Require gnus components whose functions are used.
331
332         * gnus-art.el (bookmark-make-record-function):
333         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
334         Declare for compiler.
335
336         * mm-url.el (mml-compute-boundary): Autoload.
337
338 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
339
340         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
341
342 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
343
344         Typo fix "hoo4a" -> "hook".
345
346         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
347
348 2010-08-14  Glenn Morris  <rgm@gnu.org>
349
350         * gnus-sync.el (gnus-sync): Fix defgroup version.
351
352 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
353
354         Doc fixes and keep unknown groups (ammended for nunion bug fix).
355
356         * gnus-sync.el: Fix docs.
357         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
358         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
359
360 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
361
362         Optimizations for gnus-sync.el.
363
364         * gnus-sync.el: Add docs about gnus-sync-backend
365         possibilities.
366         (gnus-sync-save): Remove unnecessary message.
367         (gnus-sync-read): Optimize and show what groups were skipped.
368
369 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
370
371         Minor bug fixes for gnus-sync.el.
372
373         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
374         read the sync on get-new-news.
375
376         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
377         quiet.
378
379         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
380
381 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
382
383         Make saving and restoring of hidden threads work with overlays.
384         Patch applied by Ted Zlatanov.
385
386         * gnus-sum.el (gnus-hidden-threads-configuration)
387         (gnus-restore-hidden-threads-configuration): Update to deal with text
388         properties, rather than searching for a magic character.
389
390 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
391
392         New gnus-sync.el library for synchronization of marks.
393
394         * gnus-sync.el: New library for synchronization of marks.
395
396         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
397         renamed from `gnus-registry-grep-in-list'.
398
399         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
400
401         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
402
403 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
404
405         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
406         determining charset of text fails.
407
408 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
409
410         * nnmail.el (nnmail-get-new-mail-1): Revert.
411
412         * nnml.el (nnml-active-number): Make sure names of newly created groups
413         in nnml-group-alist are encoded.
414
415 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
416
417         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
418         containing non-ASCII characters in active file for nnml back end.
419
420 2010-07-24  David Engster  <dengste@eml.cc>
421
422         * mml-smime.el (mml-smime-epg-verify): Also accept the older
423         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
424
425 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
426
427         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
428         tag (Bug#6654).
429
430 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
431
432         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
433         the article buffer, not the summary buffer.
434
435 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
436
437         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
438         Emacs 23 as well.
439
440 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
441
442         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
443         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
444
445 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
446
447         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
448         Patch applied by Karl Fogel.
449
450         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
451         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
452
453 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
454
455         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
456         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
457         C-w still not working correctly from Article buffers; Thierry's
458         patch to fix that will be applied after this.
459
460         * gnus-art.el (bookmark-make-record-function): New local variable.
461
462         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
463         article buffer.
464         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
465
466 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
467
468         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
469         on changes in bookmark.el.
470
471 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
472
473         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
474         `no-log' instead of message not to log prompt string.
475
476 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
477
478         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
479         the *other* type of HTML form submission.
480
481 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
482
483         * auth-source.el (auth-source-pick): If choice does not contain a
484         questioned keyword, set the check to t.
485
486 2010-06-12  Romain Francoise  <romain@orebokech.com>
487
488         * gnus-util.el (gnus-date-get-time): Move up before first use.
489
490 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
491
492         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
493         (gnus-article-edit-part): Bind it to make last part that is substituted
494         or deleted visible.
495         (gnus-mime-display-single): Buttonize part of which id equals to
496         gnus-mime-buttonized-part-id.
497
498 2010-06-10  Dan Christensen  <jdc@uwo.ca>
499
500         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
501         (gnus-dd-mmm): Use gnus-date-get-time.
502         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
503         simplify logic.
504         (gnus-summary-limit-to-age): Use gnus-date-get-time.
505         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
506
507 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
508
509         * auth-source.el (top): Autoload `secrets-list-collections',
510         `secrets-create-item', `secrets-delete-item'.
511         (auth-sources): Fix tag string.
512         (auth-get-source, auth-source-retrieve, auth-source-create)
513         (auth-source-delete): New defuns.
514         (auth-source-pick): Rewrite in order to avoid 2 passes.
515         (auth-source-forget-user-or-password): New parameter USERNAME.
516         (auth-source-user-or-password): New parameters CREATE-MISSING and
517         DELETE-EXISTING.  Retrieve password interactively, if needed.
518
519 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
520
521         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
522         deleting unused directories when gnus-expert-user is t.
523
524 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
525
526         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
527         for each temp file when gnus-article-browse-delete-temp is ask.
528
529 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
530
531         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
532         Lisp calls to delete-backward-char by calls to delete-char.
533
534 2010-05-20  Kevin Ryde  <user42@zip.com.au>
535
536         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
537
538 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
539
540         * password-cache.el (password-cache-remove): Fix docstring.
541
542 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
543
544         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
545         article unless decoding article to be saved.
546
547 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
548
549         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
550         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
551         generated within the mm-with-unibyte-current-buffer macro.
552
553 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
554
555         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
556         to nil when we're in a mml-preview buffer and no group is selected.
557
558 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
559
560         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
561         when catching the `C-g'.  Reported by "Leo".
562
563 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
564
565         * message.el (message-forward-make-body-plain)
566         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
567         multibyte-string-p.
568
569         * lpath.el: Revert.
570
571 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
572
573         * message.el (message-forward-make-body-mml): Assume original message
574         is multibyte string; error on unibyte.
575         (message-forward-make-body-plain): Ditto; don't add excessive newline
576         in body end.
577
578         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
579
580 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
581
582         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
583         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
584
585 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
586
587         * mm-extern.el (mm-extern-url): Don't use
588         mm-with-unibyte-current-buffer.
589         (mm-extern-cache-contents): Use with-current-buffer instead of
590         save-excursion + set-buffer.
591
592 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
593
594         * mm-util.el (mm-emacs-mule): Remove.
595
596 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
597
598         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
599         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
600         change.
601
602 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
603
604         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
605         bind the default value of enable-multibyte-characters to nil.
606
607 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
608
609         * message.el (message-forward-make-body-plain)
610         (message-forward-make-body-mml):
611         Don't use mm-with-unibyte-current-buffer.
612
613 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
614
615         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
616
617 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
618
619         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
620         (Bug#5592).
621
622 2010-05-07  Julien Danjou  <julien@danjou.info>
623
624         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
625         it to mm-pipe-part.
626
627         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
628         it is given.
629
630 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
631
632         * binhex.el (binhex-decode-region-internal)
633         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
634         (dns-query)
635         * nnweb.el (nnweb-gmane-search)
636         * pgg-parse.el (pgg-parse-armor)
637         * pgg.el (pgg-verify-region)
638         * sha1.el (sha1-string-external)
639         * uudecode.el (uudecode-decode-region-internal)
640         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
641         XEmacs.
642
643         * gnus-art.el (gnus-article-browse-html-parts)
644         * gnus-group.el (gnus-read-ephemeral-gmane-group)
645         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
646         make-temp-file.
647
648         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
649         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
650         compiling.
651
652         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
653         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
654         XEmacs when compiling.
655
656         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
657         gnus-pick-mode-off-hook for XEmacs when compiling.
658         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
659         gnus-binary-mode-off-hook for XEmacs when compiling.
660
661         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
662         nil if char-charset is not available.
663
664         * imap.el (imap-disable-multibyte)
665         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
666         macros.
667
668         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
669         instead of encode-coding-string.
670
671         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
672         'xemacs) instead of mm-emacs-mule to switch function definitions.
673         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
674
675         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
676         bind temporary-file-directory for XEmacs;
677         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
678         timer-set-function for XEmacs 21.4 and SXEmacs;
679         bind timer-list for XEmacs 21.4 and SXEmacs;
680         fbind char-charset and find-charset-region for non-Mule XEmacs;
681         fbind decode-coding-region, decode-coding-string, detect-coding-region,
682         encode-coding-region and encode-coding-string for XEmacs having no
683         file-coding feature.
684
685 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
686
687         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
688
689 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
690
691         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
692         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
693
694 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
695
696         * mm-util.el (mm-decompress-buffer): Use `delete-file';
697         alias `jka-compr-delete-temp-file' no longer exists.
698
699 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
700
701         Use define-minor-mode in Gnus where applicable.
702         * mml.el (mml-mode): Use define-minor-mode.
703         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
704         (gnus-undo-mode): Use define-minor-mode.
705         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
706         (gnus-dead-summary-mode): Use define-minor-mode.
707         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
708         Initialize in declaration.
709         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
710         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
711         (gnus-mailing-list-mode): Use define-minor-mode.
712         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
713         (gnus-draft-mode): Use define-minor-mode.
714         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
715         (gnus-dired-mode): Use define-minor-mode.
716
717 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
718
719         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
720         handles on recursive mml-to-mime translation and check them for
721         boundary delimiter collisions.  Reported by Greg Troxel.
722
723 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
724
725         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
726
727 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
728
729         * mm-util.el (mm-find-buffer-file-coding-system):
730         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
731
732 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
733
734         * message.el (message-generate-headers): Record insertion of optional
735         headers as well.  Otherwise the check to prevent repeated insertion of
736         optional headers is a no-op.
737
738 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
739
740         * smime.el: Don't mention CVS.
741
742         * nnrss.el (nnrss-fetch): Don't mention CVS.
743
744         * nnir.el: Don't mention CVS.
745
746 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
747
748         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
749
750 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
751
752         * lpath.el: Fbind bookmark-default-handler,
753         bookmark-get-bookmark-record, bookmark-make-record-default,
754         bookmark-prop-get for Emacs <23 and XEmacs.
755
756 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
757
758         * gnus-sum.el: Add bookmark declarations to silence the compiler.
759         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
760         Use with-current-buffer to silence the byte-compiler.
761         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
762         bother to require `gnus'.
763         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
764
765 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
766
767         * gnus-sum.el (gnus-summary-bookmark-make-record)
768         (gnus-summary-bookmark-jump): New functions.
769         (gnus-summary-mode): Setup bookmark support.
770
771 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
772
773         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
774         if set.
775
776 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
777
778         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
779         gnus-article-browse-html-save-cid-image; make it work recursively for
780         forwarded messages as well.
781         (gnus-article-browse-html-parts): Work when prefix arg is given.
782         (gnus-article-browse-html-article): Doc fix.
783
784 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
785
786         * message.el (message-default-mail-headers):
787         (message-default-headers): Carry the value mail-default-headers over
788         into message-default-mail-headers, rather than message-default-headers.
789
790 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
791
792         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
793         charset.
794
795         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
796         charset into the <meta> tag when the article is encoded to utf-8.
797
798 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
799
800         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
801         directories as well.
802         (gnus-article-browse-html-parts): Work for images that do not specify
803         file names; delete temp directory when quitting; insert header at the
804         right place; use file: scheme for image files.
805
806 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
807
808         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
809         (gnus-article-browse-html-parts): Use it to make temporary cid image
810         files in addition to html file so that browser may display them.
811
812 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
813
814         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
815
816 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
817
818         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
819
820 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
821
822         * auth-source.el (auth-sources): Change default to be simpler.  Explain
823         about Secret Service API sources.  Improve Customize options.
824         (auth-source-pick): Change to accept any number of search parameters.
825         Implement fallbacks iteratively, not recursively.  Add scoring on the
826         second pass and sort by score.  Call Secret Service API when needed.
827         (auth-source-user-or-password): Use it.  Call Secret Service API
828         directly when needed to get the user name and the password.
829
830 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
831
832         * message.el (message-interactive): Doc fix.
833         (message-qmail-inject-args): Reflow.
834         (message-kill-to-signature): Fix typo in docstring.
835
836         * smiley.el (smiley-buffer): Fix typo in docstring.
837
838 2010-03-24  Glenn Morris  <rgm@gnu.org>
839
840         * mail-source.el (gnus-message): Declare.
841         (mail-source-delete-old-incoming): Require gnus-util.
842
843 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
844
845         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
846
847         * message.el (ecomplete-setup): Autoload it for Emacs <23.
848
849         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
850         password-cache's default if it is not bound.
851         (mml-secure-passphrase-cache-expiry): Default to 16 that is
852         password-cache-expiry's default if it is not bound.
853
854         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
855         available in Emacs 21.
856
857         * lpath.el: Suppress compiler warnings for:
858         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
859         XEmacs;
860         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
861         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
862         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
863
864 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
865
866         * auth-source.el (auth-sources): Fix up definition so extra parameters
867         are always inline.
868
869 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
870
871         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
872         wasn't updated after mismatch.  Clear cached mailbox info correctly
873         when uidvalidity changes.
874         (nnimap-group-prefixed-name): New function to avoid some code
875         duplication.
876         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
877         (nnimap-request-group): Use it.
878         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
879         (nnimap-update-unseen): Significantly improved speed of Gnus startup
880         with many imap folders.  This is done by caching the group status from
881         the imap server persistently in a group parameter `imap-status'.  (This
882         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
883         but not persistently, so every Gnus startup was still very slow.)
884
885 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
886
887         * assistant.el (assistant-render-text): Run `widget-setup' and don't
888         delete the extra newline.  Otherwise editing of :string and :number
889         types don't work.
890
891 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
892
893         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
894         secrets.el dependency.
895         (auth-sources): Add optional user name.  Add secrets.el configuration
896         choice (unused right now).
897
898 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
899
900         * gnus-sum.el (gnus-summary-make-menu-bar): Let
901         `gnus-registry-install-shortcuts' fill in the functions.
902
903         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
904         warnings.
905         (gnus-registry-misc-menus): Variable to hold registry mark menus.
906         (gnus-registry-install-shortcuts): Populate and use it in a
907         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
908
909 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
910
911         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
912         In-place substitutions for the group name encoding/decoding.
913         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
914         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
915         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
916         (nnimap-update-unseen, nnimap-request-list)
917         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
918         (nnimap-request-set-mark, nnimap-split-to-groups)
919         (nnimap-split-articles, nnimap-request-newgroups)
920         (nnimap-request-create-group, nnimap-request-accept-article)
921         (nnimap-request-delete-group, nnimap-request-rename-group)
922         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
923         `encoded-mbx' for consistency.
924         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
925         variable `imap-current-mailbox'.
926
927         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
928         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
929
930 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
931
932         * pop3.el (pop3-display-message-size-flag): Display message size byte
933         counts during POP3 download.
934         (pop3-movemail): Use it.
935         (pop3-list): Implement listing of available messages.
936
937 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
938
939         * nnir.el (nnir-get-article-nov-override-function): New function to
940         override the normal NOV retrieval.
941         (nnir-retrieve-headers): Use it.
942
943 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
944
945         * auth-source.el (netrc-machine-user-or-password): Autoload.
946
947 2010-03-19  Glenn Morris  <rgm@gnu.org>
948
949         Stop message.el from loading about 40 libraries it doesn't always need.
950         The general approach is to autoload rather than require, and to
951         require in the specific functions rather than the file.  (Bug#5642)
952
953         * gmm-utils.el: Don't require wid-edit.
954         (widget-create-child-value, widget-convert, widget-default-get):
955         Autoload.
956
957         * gnus-util.el: Don't require time-date, netrc.
958         (message-fetch-field, gnus-group-name-decode): Declare rather than
959         autoloading.
960         (gnus-fetch-field): Require message.
961         (gnus-decode-newsgroups): Require gnus-group.
962
963         * ietf-drums.el: Don't require time-date.
964
965         * message.el: Don't require hashcash, canlock, ecomplete.
966         Do require mail-utils.  Require nnheader only when compiling.
967         (smtpmail-default-smtp-server): Remove declaration.
968         (message-send-mail-function): Check smtpmail-default-smtp-server
969         is bound rather than requiring smtpmail.
970         (message-auto-save-directory, message-insert-signature): Use
971         expand-file-name rather than nnheader-concat.
972         (nnheader-insert-file-contents): Autoload.
973         (hashcash-wait-async): Declare.
974         (message-send-mail): Only call gnus-setup-posting-charset if
975         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
976         (message-send-mail-with-sendmail): Require sendmail.
977         (canlock-password, canlock-password-for-verify): Declare.
978         (message-canlock-password): Require canlock.
979         (nnheader-get-report): Autoload.
980         (gnus-setup-posting-charset): Declare.
981         (message-send-news): Require gnus-msg.
982         (message-make-references, message-make-in-reply-to): Use mail-header-id
983         rather than the alias mail-header-message-id.
984         (ecomplete-add-item, ecomplete-save): Declare.
985         (message-put-addresses-in-ecomplete): Require ecomplete.
986         (ecomplete-display-matches): Autoload.
987
988         * mm-decode.el: Don't require mailcap, gnus-util.
989         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
990         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
991         Autoload.
992         (mailcap-mime-extensions): Declare.
993
994         * mm-encode.el: Don't require mailcap.
995         (mailcap-extension-to-mime): Autoload.
996
997         * mml-sec.el: Don't require password-cache.
998
999         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1000         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1001         (mml-minibuffer-read-type): Require mailcap.
1002         (mml-preview): Require gnus-msg.
1003
1004         * mml1991.el: Require password-cache.
1005         (password-cache-expiry): Remove declaration.
1006
1007         * mml2015.el: Require password-cache.
1008         (password-cache-expiry): Remove declaration.
1009
1010         * nneething.el (mailcap): Require mailcap.
1011
1012         * nnheader.el (declare-function): Add compatibility stub.
1013         (message-remove-header): Declare rather than autoload.
1014         (nnheader-replace-header): Require message.
1015
1016         * nnimap.el (declare-function): Add compatibility stub.
1017         (netrc-parse, netrc-machine-user-or-password): Declare.
1018         (nnimap-open-connection): Require netrc.
1019
1020         * nntp.el (declare-function): Add compatibility stub.
1021         (netrc-parse, netrc-machine, netrc-get): Declare.
1022         (nntp-send-authinfo): Require netrc.
1023
1024         * rfc2047.el: Don't require qp.
1025         (quoted-printable-encode-region, quoted-printable-decode-string):
1026         Autoload.
1027
1028         * sieve-mode.el: Don't require easymenu.
1029         (easy-menu-add-item): Autoload it.
1030
1031         * spam-stat.el (time-to-number-of-days): Autoload it.
1032
1033 2010-03-19  Glenn Morris  <rgm@gnu.org>
1034
1035         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1036
1037 2010-03-18  Glenn Morris  <rgm@gnu.org>
1038
1039         * hashcash.el (declare-function): Remove duplicate definition.
1040
1041 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1042
1043         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1044         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1045         value if any backslash escapes).
1046
1047 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1048
1049         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1050         if it is available.  (bug#5647)
1051
1052         * lpath.el: Suppress compiler warning for coding-system-from-name for
1053         Emacs 21 and XEmacs.
1054
1055 2010-03-14  Juri Linkov  <juri@jurta.org>
1056
1057         * hmac-def.el:
1058         * hmac-md5.el:
1059         * netrc.el: Fix keywords.
1060
1061 2010-02-26  Glenn Morris  <rgm@gnu.org>
1062
1063         * message.el (message-send-mail-function): Change the default, so that
1064         it inherits from a customized send-mail-function.  (Bug#5643)
1065
1066 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1067
1068         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1069         shell-command-to-string signals an error (bug#5299).
1070
1071 2010-02-24  Glenn Morris  <rgm@gnu.org>
1072
1073         * message.el (message-smtpmail-send-it)
1074         (message-send-mail-with-mailclient): Doc fixes.
1075
1076 2010-02-16  Glenn Morris  <rgm@gnu.org>
1077
1078         * message.el (message-default-mail-headers): Change the default value
1079         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1080
1081 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1082
1083         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1084         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1085
1086 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1087
1088         * time-date.el (date-to-time): Doc fix (Bug#5408).
1089
1090 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1091
1092         * message.el (message-mail): Just pass yank-action on to message-setup.
1093         (message-setup): Handle (FUN . ARGS) form of yank-action.
1094         (message-with-reply-buffer, message-widen-reply)
1095         (message-yank-original): Handle non-buffer values of
1096         message-reply-buffer (Bug#4080).
1097         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1098
1099 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1100
1101         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1102         Fix typo in docstring.
1103
1104 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1105
1106         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1107         response.
1108
1109 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1110
1111         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1112
1113         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1114
1115         * message.el (message-check-news-header-syntax): Protect against a
1116         string that `rfc822-addresses' returns when parsing fails.
1117
1118 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1119
1120         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1121         (gnus-previous-char-property-change): New functions.
1122
1123         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1124
1125 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1126
1127         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1128         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1129
1130 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1131
1132         * message.el (message-exchange-point-and-mark): Rework last change to
1133         avoid using optional arg of exchange-point-and-mark, for backward
1134         compatibility.
1135
1136 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1137
1138         * message.el (message-exchange-point-and-mark): Call
1139         exchange-point-and-mark with an argument rather than setting
1140         mark-active by hand (Bug#5175).
1141
1142 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1143
1144         * nntp.el (nntp-service-to-port): Work for service expressed with
1145         numeric string; replace [:digit:] with [0-9] for XEmacs.
1146
1147 2009-12-17  Glenn Morris  <rgm@gnu.org>
1148
1149         * gnus-group.el (gnus-bug-group-download-format-alist):
1150         Change emacs entry to debbugs.gnu.org.  Bump :version.
1151
1152 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1153
1154         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1155
1156 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1157
1158         * message.el (message-info): Explain why we use `Info-goto-node'.
1159
1160 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1161
1162         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1163
1164 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1165
1166         * message.el (message-completion-in-region): New compatibility function.
1167         (message-expand-group): Use it.
1168
1169 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1170
1171         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1172         with no unread article should be listed if the 2nd arg `predicate' is
1173         given.
1174
1175 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1176
1177         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1178
1179 2009-11-29  Juri Linkov  <juri@jurta.org>
1180
1181         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1182         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1183         on `gnus-recenter'. (Bug#4698, Bug#4981)
1184
1185 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1186
1187         * sha1.el (sha1-string-external): default-directory "/" in case
1188         otherwise non-existent.  process-connection-type pipe for touch of
1189         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1190
1191 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1192
1193         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1194         it's comms related and sgml-mode.el has "comm" on that basis too.
1195
1196 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1197
1198         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1199         containing tspecial characters if they have been already quoted.
1200
1201 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1202
1203         * dns-mode.el (auto-mode-alist): Purecopy string.
1204
1205 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1206
1207         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1208
1209 2009-10-24  Glenn Morris  <rgm@gnu.org>
1210
1211         * gnus-art.el (help-xref-stack-item): Define for compiler.
1212
1213 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1214
1215         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1216
1217 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1218
1219         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1220
1221 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1222
1223         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1224         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1225
1226 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1227
1228         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1229         (gnus-overlays-in): New alias to overlays-in.
1230
1231         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1232         gnus-overlay-get, and gnus-delete-overlay.
1233         (gnus-summary-show-thread): Make it work as well for systems in which
1234         next-single-char-property-change is not available.
1235         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1236
1237         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1238         (gnus-overlay-get): New alias to extent-property.
1239         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1240
1241         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1242         SXEmacs.
1243
1244         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1245         SXEmacs.
1246
1247 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1248
1249         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1250
1251 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1252
1253         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1254         and XEmacs that don't have `remove-overlays'.
1255
1256 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1257
1258         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1259         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1260         selective display.  Use overlays instead.
1261
1262 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1263
1264         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1265
1266 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1267
1268         * spam-stat.el (spam-stat-load): Fix typo in message.
1269
1270 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1271
1272         * dig.el (dig-invoke): Fix typo in docstring.
1273         (query-dig): Reflow docstring.
1274
1275 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1276
1277         * gnus-art.el (gnus-article-encrypt-body):
1278         * message.el (message-check-recipients):
1279         * mm-util.el (mm-codepage-setup):
1280         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1281         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1282
1283 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1284
1285         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1286         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1287         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1288         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1289         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1290
1291 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1292
1293         * dig.el: Add "Keywords: comm", as per net-utils.el.
1294
1295 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1296
1297         * dig.el (dig-mode): Use define-derived-mode.
1298
1299 2009-09-19  Glenn Morris  <rgm@gnu.org>
1300
1301         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1302
1303 2009-09-18  Glenn Morris  <rgm@gnu.org>
1304
1305         * gnus-diary.el (gnus-diary-check-message):
1306         * message.el (message-insert-formatted-citation-line):
1307         * nnbabyl.el (top-level):
1308         * nndiary.el (nndiary-schedule):
1309         Fix typos in condition-case handlers.
1310
1311 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1312
1313         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1314         configuration that provides the sole article window in a frame;
1315         position point correctly after deleting a part.
1316
1317 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1318
1319         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1320         (spam-resolve-registrations-routine): Use it to unregister articles
1321         that change status.
1322
1323 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1324
1325         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1326         with XEmacs.
1327         (parse-time-string-chars): Use it.
1328
1329 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1330
1331         * imap.el (imap-interactive-login): Better messages.
1332         (imap-open): Fix bug with renamed buffer on reconnect.
1333         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1334         for easier debugging and cleaner code.  On successful (guessed based on
1335         server capabilities) secondary authentication, set imap-state
1336         correctly.
1337         (imap-last-authenticator): Define imap-last-authenticator as a variable
1338         to avoid warnings.
1339
1340 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1341
1342         * nnrss.el (nnrss-request-article): Remove binding of
1343         default-enable-multibyte-characters that has gotten needless by
1344         the 2007-07-13 change in rfc2047-encode-message-header.
1345
1346         * mml.el (mml-insert-multipart): Error on the message header.
1347         (mml-insert-part): Error on the message header; position point at
1348         the end of a MIME tag.
1349
1350 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1351
1352         * time-date.el (autoload): Expand define-obsolete-function-alias into
1353         defalias and make-obsolete for old Emacsen that Gnus supports.
1354         (with-no-warnings): Define it for old Emacsen.
1355         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1356         is available.
1357         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1358         float-time is available; suppress compile warning for time-to-seconds.
1359
1360         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1361         (gnus-float-time): Alias to float-time if it exists.
1362
1363         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1364         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1365         float-time is available; suppress compile warning for time-to-seconds.
1366
1367         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1368         XEmacs.
1369
1370 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1371
1372         * imap.el (imap-message-map): Docstring fix.
1373
1374 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1375
1376         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1377         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1378         Add the optional argument `encoding' that overrides the default.
1379
1380         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1381         mm-encode-buffer.
1382
1383 2009-09-04  Glenn Morris  <rgm@gnu.org>
1384
1385         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1386         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1387         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1388         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1389         * mm-util.el (mm-with-unibyte-current-buffer)
1390         (mm-find-buffer-file-coding-system):
1391         * yenc.el (yenc-decode-region): Use default-value rather than
1392         default-enable-multibyte-characters.
1393
1394 2009-09-03  Glenn Morris  <rgm@gnu.org>
1395
1396         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1397         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1398         than default-enable-multibyte-characters.
1399
1400 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1401
1402         * gnus-art.el (gnus-article-read-summary-keys):
1403         Fix gnus-buffer-configuration's value temporarily used.
1404
1405 2009-09-02  Glenn Morris  <rgm@gnu.org>
1406
1407         * gnus-util.el (gnus-float-time): New function.
1408         * gnus-delay.el (gnus-delay-article):
1409         * gnus-sum.el (gnus-thread-latest-date):
1410         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1411         * nnspool.el (nnspool-request-newgroups):
1412         Use gnus-float-time rather than time-to-seconds.
1413         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1414
1415         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1416         (gnus-header-subject-face, gnus-header-newsgroups-face)
1417         (gnus-header-name-face, gnus-header-content-face):
1418         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1419         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1420         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1421         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1422         (gnus-cite-face-11):
1423         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1424         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1425         (gnus-server-closed-face, gnus-server-denied-face)
1426         (gnus-server-offline-face):
1427         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1428         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1429         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1430         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1431         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1432         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1433         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1434         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1435         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1436         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1437         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1438         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1439         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1440         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1441         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1442         (gnus-summary-high-undownloaded-face)
1443         (gnus-summary-low-undownloaded-face)
1444         (gnus-summary-normal-undownloaded-face)
1445         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1446         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1447         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1448         (gnus-splash-face):
1449         * message.el (message-header-to-face, message-header-cc-face)
1450         (message-header-subject-face, message-header-newsgroups-face)
1451         (message-header-other-face, message-header-name-face)
1452         (message-header-xheader-face, message-separator-face)
1453         (message-cited-text-face, message-mml-face):
1454         * sieve-mode.el (sieve-control-commands-face)
1455         (sieve-action-commands-face, sieve-test-commands-face)
1456         (sieve-tagged-arguments-face):
1457         * spam.el (spam-face):
1458         Mark face aliases with "-face" in the name as obsolete.
1459
1460 2009-09-01  Glenn Morris  <rgm@gnu.org>
1461
1462         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1463         than goto-line.
1464
1465 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1466
1467         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1468         Don't move point if the command is invoked inside the message header.
1469
1470 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1471
1472         * imap.el (imap-send-command): Simplify.
1473         (imap-wait-for-tag): point-max -> buffer-size.
1474
1475 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1476
1477         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1478         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1479         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1480         * nnir.el (nnir-swish-e-index-file):
1481         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1482         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1483         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1484         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1485         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1486         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1487
1488 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1489
1490         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1491         Don't save excursion.
1492
1493 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1494
1495         * nnheader.el (nnheader-find-file-noselect):
1496         * mm-util.el (mm-insert-file-contents):
1497         Use (default-value 'major-mode) instead of default-major-mode.
1498
1499 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1500
1501         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1502
1503 2009-08-26  Glenn Morris  <rgm@gnu.org>
1504
1505         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1506         than placing in files.el.
1507
1508 2009-08-25  Glenn Morris  <rgm@gnu.org>
1509
1510         * nnir.el (top-level): Don't require cl at run-time.
1511         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1512         Replace cl-function substitute with gnus-replace-in-string.
1513         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1514         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1515         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1516         simplified expansions.
1517
1518 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1519
1520         * dig.el (dig): Add autoload cookie.
1521
1522 2009-08-22  Glenn Morris  <rgm@gnu.org>
1523
1524         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1525         goto-line.
1526
1527 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1528
1529         * parse-time.el (parse-time-string-chars): Save match data.
1530
1531 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1532
1533         * parse-time.el (parse-time-string-chars): Compute using character
1534         classes, to handle non-ascii characters (Bug#3190).
1535
1536 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1537
1538         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1539
1540         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1541         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1542         (gnus-mm-display-part, gnus-mime-display-single)
1543         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1544         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1545
1546         * gnus-sum.el
1547         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1548         (gnus-summary-move-article): Add expirable mark to articles copied or
1549         moved to group that has auto-expire turned on if the option is non-nil.
1550
1551 2009-07-24  Glenn Morris  <rgm@gnu.org>
1552
1553         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1554         Fix typo.  (Bug#3903)
1555
1556 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1557
1558         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1559         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1560         that should not be used for draft articles.
1561         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1562         that has no concern in minor mode keys.
1563         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1564         Abolish.
1565
1566 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1567
1568         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1569         article without making inquiry to a user for unknown encoding.
1570
1571         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1572         (nnmaildir--scan): Assume i-node and device number that file-attributes
1573         returns might be cons-cell.
1574
1575         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1576
1577         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1578
1579 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1580
1581         * auth-source.el: Remove docs now in auth.texi.  Don't use
1582         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1583         `auth-source-hide-passwords' and use them.
1584
1585 2009-07-15  Glenn Morris  <rgm@gnu.org>
1586
1587         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1588
1589 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1590
1591         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1592         excessive whitespace from the default values of title and description.
1593
1594 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1595
1596         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1597         mail-fetch-field to fetch Content-Description header in order to
1598         exclude newlines.
1599
1600 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1601
1602         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1603         format used by GnuPG 2.0.11.
1604
1605 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1606
1607         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1608         to deleted part.
1609
1610 2009-05-30  David Engster  <dengste@eml.cc>
1611
1612         * nnmairix.el: Remove old documentation in the commentary block.
1613         (nnmairix-request-group): Do not update active file for nnml back ends.
1614         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1615         end so that overview files are ignored.
1616         (nnmairix-update-groups): Make updating the groups more robust by using
1617         marks.
1618         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1619         with dollar characters in message-id.
1620
1621 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1622
1623         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1624         2008-12-25 in dns.el.
1625
1626 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1627
1628         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1629         could happen if the text is only composed of spaces and/or tabs.
1630
1631 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1632
1633         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1634         when sending a queued message to avoid extra mml tags.
1635
1636 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1637
1638         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1639
1640 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1641
1642         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1643         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1644         rmail-toggle-header for XEmacs;
1645         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1646
1647 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1648
1649         * gnus-dired.el: Remove autoload for gnus-setup-message.
1650         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1651         displaying Gnus logo; always use compose-mail.
1652
1653 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1654
1655         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1656
1657 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1658
1659         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1660         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1661         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1662         available.
1663         (gnus-nocem-epg-verify): New function.
1664
1665 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1666
1667         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1668
1669 2009-02-15  Glenn Morris  <rgm@gnu.org>
1670
1671         * gnus-util.el (rmail-insert-rmail-file-header)
1672         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1673         autoloads.
1674         (rmail-default-rmail-file): Remove unnecessary declaration.
1675         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1676
1677 2009-02-14  Glenn Morris  <rgm@gnu.org>
1678
1679         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1680         variable (only used in gnus-util, which declares it anyway).
1681         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1682         which was only needed by gnus-art (changed to not use it any more).
1683         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1684         only used in gnus-util, which autoloads it itself.
1685         (rmail-update-summary): Fix autoload.
1686
1687         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1688         rather than rmail-output-to-rmail-file.
1689
1690 2009-02-07  Glenn Morris  <rgm@gnu.org>
1691
1692         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1693         autoload of function that no longer exists.
1694         (rmail-toggle-header): Declare.
1695         (message-forward-rmail-make-body): Handle mbox Rmail.
1696
1697 2009-01-31  Glenn Morris  <rgm@gnu.org>
1698
1699         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1700         2009-01-09 change.
1701
1702 2009-01-31  Dave Love  <fx@gnu.org>
1703
1704         * imap.el (imap-fetch-safe): Bind debug-on-error.
1705         (imap-debug): Add imap-fetch-safe.
1706
1707 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1708
1709         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1710         (auth-source-forget-all-cached): New convenience function.
1711         (auth-source-user-or-password): Accept list of modes or a single mode.
1712
1713         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1714         auth-source modes.
1715
1716         * netrc.el (netrc-machine-user-or-password): Use list of
1717         auth-source modes.
1718
1719         * nnimap.el (nnimap-open-connection): Use list of
1720         auth-source modes.
1721
1722         * nntp.el (nntp-send-authinfo): Use list of
1723         auth-source modes.
1724
1725 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1726
1727         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1728         now.
1729
1730 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1731
1732         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1733         coding system in XEmacs; add a workaround for XEmacs.
1734
1735         * lpath.el: Fbind coding-system-aliasee.
1736
1737 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1738
1739         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1740         of current-language-environment.
1741
1742 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1743
1744         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1745         available at runtime.
1746
1747 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1748
1749         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1750
1751 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1752
1753         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1754         the greatest positive fixnum value doesn't work under an XEmacs with
1755         bignum support; use the most-positive-fixnum constant instead,
1756         available since Emacs 21.1 with cl and XEmacs 21.1.
1757
1758 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1759
1760         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1761         XEmacs gets not to work.
1762
1763 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1764
1765         * mm-util.el (mm-coding-system-priorities): Allow the value like
1766         "Japanese (UTF-8)" of current-language-environment.
1767
1768 2009-01-09  Glenn Morris  <rgm@gnu.org>
1769
1770         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1771         with last-command-event.
1772
1773 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1774
1775         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1776         in the doc string.
1777
1778         * message.el (message-fix-before-sending): Amend comment.
1779
1780 2009-01-08  Dave Love  <fx@gnu.org>
1781
1782         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1783
1784 2009-01-07  David Engster  <dengste@eml.cc>
1785
1786         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1787         simplified server definitions by converting it via
1788         gnus-server-to-method.
1789
1790 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1791
1792         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1793         parameter's operands.
1794
1795 2009-01-06  David Engster  <dengste@eml.cc>
1796
1797         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1798         primary select method (for gnus-group-mark-article-as-read).
1799
1800 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1801
1802         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1803         `(gnus)Face', not `(gnus)X-Face'.
1804
1805 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1806
1807         * mm-util.el (mm-ucs-to-char): New function.
1808
1809         * mm-url.el (mm-url-decode-entities): Use it.
1810
1811         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1812         unicode-to-char.
1813
1814 2009-01-05  Dave Love  <fx@gnu.org>
1815
1816         * time-date.el: Require cl for `declare'.
1817
1818 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1819
1820         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1821         Dave Love.
1822
1823 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1824
1825         * message.el (message-fix-before-sending): Add `eight-bit' to
1826         illegible-text check.
1827
1828 2009-01-03  Michael Olson  <mwolson@gnu.org>
1829
1830         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1831         `headers' is nil.  This can occur if the IMAP server does not have
1832         permissions to read messages from a folder, but can write new messages
1833         to the folder.
1834         (nnimap-request-article-part): Do not insert `data' if it is nil.
1835
1836         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1837         characters which will confuse `read', so skip past them.
1838
1839 2009-01-01  Dave Love  <fx@gnu.org>
1840
1841         * imap.el (imap-string-to-integer): Fix typo.
1842         (imap-fetch-safe): New function.
1843         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1844
1845         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1846
1847         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1848         (imap-parse-greeting): Fix doc strings.
1849         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1850         (imap-parse-flag-list): Make messages unique.
1851         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1852
1853         * nnimap.el: Fix author email.
1854         (nnimap-split-rule): Add FIXME comment.
1855         (nnimap-debug): Fix doc string.
1856
1857 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1858
1859         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1860
1861 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1862
1863         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1864         nslookup if resolv.conf isn't available.
1865         (dns-query): Rename from query-dns.
1866         (dns-query-cached): Rename from query-dns-cached.
1867
1868 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1869
1870         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1871         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1872         to check if those variables exist (first appeared in Emacs 18.50).
1873
1874 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1875
1876         * mm-util.el (mm-line-number-at-pos): New function.
1877
1878         * spam-report.el (spam-report-process-queue): Use it.
1879
1880 2008-12-24  David Engster  <dengste@eml.cc>
1881
1882         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1883         parameters that haven't existed as variables as buffer-local variables.
1884
1885 2008-12-23  Dave Love  <fx@gnu.org>
1886
1887         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1888         cadar.
1889
1890         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1891         imap-starttls-p.
1892         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1893
1894 2008-12-22  Dave Love  <fx@gnu.org>
1895
1896         * imap.el: Fix author email.  Doc fixes.
1897         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1898         reply.
1899
1900 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1901
1902         * spam-report.el (spam-report-gmane-max-requests): New constant.
1903         (spam-report-gmane-wait): New variable.
1904         (spam-report-gmane-ham, spam-report-gmane-spam)
1905         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1906         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1907         the server.
1908
1909         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1910         Add explanations.
1911
1912         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1913         nnheader-accept-process-output and nnheader-read-timeout if available.
1914         (pop3-movemail): Use it.
1915
1916         * message.el (message-check-news-body-syntax): Fix signature check if
1917         there's an attachment.
1918
1919 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1920
1921         * mm-util.el: Add comments to the mm- emulating functions.
1922
1923 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1924
1925         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1926         by Stephen Berman <stephen.berman@gmx.net>.
1927
1928 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1929
1930         * mm-util.el (mm-substring-no-properties): New function.
1931         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1932         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1933         (mm-string-to-multibyte): Doc fix.
1934
1935         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1936
1937 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1938
1939         * mml.el (mml-attach-file): Strip text properties from file name.
1940         (Bug#1574)
1941
1942 2008-12-16  Glenn Morris  <rgm@gnu.org>
1943
1944         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1945
1946 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1947
1948         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1949         knows since the charset specified might be a bogus alias that
1950         mm-charset-synonym-alist provides.
1951
1952 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1953
1954         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1955         "ISO_8859-1".
1956
1957         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1958
1959 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1960
1961         * mm-util.el (mm-charset-eval-alist):
1962         Define it before mm-charset-to-coding-system.
1963         (mm-charset-to-coding-system): Add optional argument `silent';
1964         define it before mm-charset-override-alist.
1965         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1966         default value if it can be used in Emacs currently running;
1967         silence mm-charset-to-coding-system.
1968
1969 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1970
1971         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1972         `allow-override' which says whether to use `mm-charset-override-alist'.
1973         (rfc2047-decode-encoded-words): Use it.
1974
1975         * mm-util.el (mm-charset-override-alist): Fix custom type;
1976         add `(gb2312 . gbk)' to choices.
1977
1978 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1979
1980         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1981         fast.
1982
1983         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1984
1985         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1986
1987 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1988
1989         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1990         on links.
1991
1992         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1993
1994 2008-12-03  Lute Kamstra  <lute@gnu.org>
1995
1996         * sha1.el: Remove leading * from docstrings of defcustoms,
1997         deffaces, defconsts and defuns.
1998
1999 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2000
2001         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2002         users' addresses that don't have domain parts.
2003         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2004         rather than message-narrow-to-head since there will be the message
2005         header separator.
2006
2007 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2008
2009         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2010         since the result is inserted in a unibyte buffer anyway.
2011         (nnimap-demule-use-string-to-multibyte): Remove.
2012         (nnimap-demule): Alias it to mm-string-to-multibyte.
2013
2014 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2015
2016         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2017         variable for debugging bug#464 and bug#1174.
2018         (nnimap-demule): Use it.
2019
2020 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2021
2022         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2023         score calculation correctly.
2024
2025 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2026
2027         * message.el (message-send-mail): Just set the buffer to unibyte
2028         rather than use mm-with-unibyte-current-buffer which does a lot more.
2029         (message-send-mail-partially): Don't bother with
2030         mm-with-unibyte-current-buffer since it's already been made unibyte by
2031         message-send-mail.
2032
2033 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2034
2035         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2036
2037 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2038
2039         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2040
2041 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2042
2043         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2044         require itself and to remove `with-no-warnings'.
2045
2046 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2047
2048         * starttls.el (starttls-any-program-available): Get the name of the
2049         available TLS layer program.
2050         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2051         well as the host name in the "opening" message.
2052
2053         * auth-source.el (auth-source-cache, auth-source-do-cache)
2054         (auth-source-user-or-password): Cache passwords and logins by default,
2055         allow override with `auth-source-do-cache'.
2056         (auth-source-forget-user-or-password): Allow users to remove cache
2057         entries if needed.
2058
2059 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2060
2061         * md4.el (md4-buffer): Fix typo in docstring.
2062         (md4, md4-64): Doc fixes.
2063         (md4-pack-int32): Reflow docstring.
2064
2065 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2066
2067         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2068         condition-case to only the forward-sexp call.
2069
2070 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2071
2072         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2073         quotes contained.  Make it more robust regardless by an extra
2074         condition-case wrapper.
2075
2076 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2077
2078         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2079
2080 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2081
2082         * nnml.el (nnml-request-expire-articles): Check if the function set to
2083         `nnmail-expiry-target' returns the symbol `delete'.
2084
2085         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2086
2087         * nnmail.el (nnmail-expiry-target): Fix custom type.
2088
2089 2008-10-02  Glenn Morris  <rgm@gnu.org>
2090
2091         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2092         Silence compiler warning.
2093
2094 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2095
2096         * tls.el (open-tls-stream): Show the actual command being
2097         executed, instead of the format string.
2098
2099 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2100
2101         * lpath.el: Fbind codepage-setup for Emacs 23.
2102
2103 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2104
2105         * mml.el (mml-menu): Don't assume mml2015 is bound.
2106
2107 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2108
2109         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2110         exists.
2111
2112 2008-09-27  Glenn Morris  <rgm@gnu.org>
2113
2114         * gnus-util.el (mail-header-remove-comments): Autoload it.
2115
2116 2008-09-27  Andreas Schwab  <schwab@suse.de>
2117
2118         * gnus-util.el (gnus-split-references): Strip comments.
2119         (gnus-parent-id): Likewise.
2120
2121 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2122
2123         * message.el (message-confirm-send): Fix version.
2124
2125 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2126
2127         * message.el (message-idna-to-ascii-rhs-1): Use
2128         mail-extract-address-components rather than mail-header-parse-addresses
2129         that is an alias by default to ietf-drums-parse-addresses that does not
2130         support non-ASCII names in headers' contents.
2131
2132 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2133
2134         * message.el (message-confirm-send): Fixed variable documentation to
2135         avoid the "y/n" wording.
2136
2137 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2138
2139         * message.el (message-set-auto-save-file-name): Save to a different
2140         filename so multiple messages (especially drafts) can be recovered.
2141
2142 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2143
2144         * message.el (message-confirm-send): Add appropriate version.
2145
2146 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2147
2148         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2149         defvar.
2150
2151 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2152
2153         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2154         (mm-pkcs7-enveloped-magic): Ditto.
2155
2156 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2157
2158         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2159         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2160
2161 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2162
2163         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2164         default, it's better.
2165
2166 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2167
2168         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2169         summary line gnus-number property and ignore them (with a warning
2170         message).
2171
2172 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2173
2174         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2175         macro caddr in the interactive form since it won't be expanded.
2176
2177 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2178
2179         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2180         `charset'; fix name of function called recursively.
2181         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2182
2183 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2184
2185         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2186         (gnus-mime-set-charset-parameters): New function.
2187         (gnus-mime-view-part-as-charset): Use it to correctly display part
2188         specifying wrong charset.
2189
2190 2008-09-08  David Engster  <dengste@eml.cc>
2191
2192         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2193         in completing-read for back end server.
2194
2195 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2196
2197         * message.el (message-confirm-send): New variable to confirm sending a
2198         message.
2199         (message-send): Use it.
2200
2201 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2202
2203         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2204
2205 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2206
2207         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2208
2209 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2210
2211         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2212         prevent tracking too many groups.
2213         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2214         Use it.
2215
2216 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2217
2218         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2219         moving point to the bottom of the window in order to avoid recentering.
2220
2221 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2222
2223         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2224
2225         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2226         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2227         (gnus-article-beginning-of-window): Fix calculation.
2228
2229 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2230
2231         * gnus-msg.el (gnus-summary-supersede-article)
2232         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2233         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2234         message header.
2235
2236 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2237
2238         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2239         pending output coming after the status change.
2240
2241 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2242
2243         * message.el:
2244         * gnus-start.el:
2245         * gnus-registry.el: Remove VMS support.
2246
2247 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2248
2249         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2250         macro.
2251         (rfc2104-hash): Use it.
2252
2253 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2254
2255         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2256         (gnus-summary-sort-by-most-recent-date): New commands.
2257         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2258         and menu entries.
2259
2260 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2261
2262         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2263         don't redisplay article for raw contents; remove plural articles stuff.
2264
2265         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2266         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2267         on gnus-summary-save-article; display results properly.
2268
2269 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2270
2271         * lpath.el: No need to fbind ns-focus-frame.
2272
2273 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2274
2275         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2276
2277 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2278
2279         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2280         gnus-save-all-headers.
2281
2282 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2283
2284         * gnus-util.el (ns-focus-frame): Remove declaration.
2285         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2286         like x.
2287
2288 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2289
2290         * rfc2104.el (rfc2104-zero): Delete defconst.
2291         (rfc2104-hex-alist): Likewise.
2292         (rfc2104-hex-to-int): Delete func.
2293         (rfc2104-hexstring-to-bitstring): Likewise.
2294         (rfc2104-nybbles): New defconst.
2295         (rfc2104-hash): Rewrite for speed.
2296
2297 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2298
2299         * tls.el (open-tls-stream): Make it work with the 2nd argument
2300         BUFFER that is a string but does not exist as a buffer object, as
2301         mentioned in the doc-string.
2302
2303 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2304
2305         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2306         SXEmacs.
2307
2308 2008-07-16  Glenn Morris  <rgm@gnu.org>
2309
2310         * gnus-util.el (ns-focus-frame): Declare for compiler.
2311
2312 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2313
2314         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2315         set as a group parameter.
2316         (gnus-summary-save-in-pipe): Work when it is called independently.
2317         (gnus-summary-pipe-to-muttprint): Don't modify
2318         gnus-summary-pipe-output-default-command.
2319
2320 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2321
2322         * message.el (message-send-mail-with-sendmail):
2323         Display the error message.
2324
2325 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2326
2327         * gnus-art.el (gnus-default-article-saver):
2328         Add gnus-summary-save-in-pipe to choices.
2329         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2330         gnus-summary-pipe-output-default-command as the default command.
2331         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2332         instead of gnus-last-shell-command.
2333
2334         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2335         New user option.
2336         (gnus-summary-muttprint-program): Mention the value will be changed.
2337         (gnus-summary-save-article): Force showing of all headers.
2338         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2339
2340 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2341
2342         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2343
2344 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2345
2346         * nnimap.el (nnimap-id):
2347         * sieve-manage.el (sieve-manage-open): Doc fixes.
2348
2349 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2350
2351         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2352         if available.
2353
2354 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2355
2356         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2357
2358         * nnkiboze.el (nnkiboze-generate-group):
2359         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2360
2361         * nnmairix.el: Require CL.
2362
2363 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2364
2365         * dgnushack.el: Autoload get-display-table and put-display-table for
2366         XEmacs 21.5.
2367
2368         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2369         21.4 and SXEmacs.
2370
2371 2008-06-15  David Engster  <dengste@eml.cc>
2372
2373         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2374
2375 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2376
2377         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2378         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2379         runtime choice under XEmacs.
2380
2381         * gnus-sum.el (gnus-summary-set-display-table):
2382         Use `gnus-put-display-table', `gnus-get-display-table',
2383         `gnus-set-display-table' for the display table, instead of `aset'.
2384
2385         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2386         Use `gnus-put-display-table', `gnus-get-display-table',
2387         `gnus-set-display-table' for the display table.
2388
2389 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2390
2391         * nnmairix.el: Add autoloads.
2392
2393 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2394
2395         * nnmairix.el (nnmairix-delete-recreate-group)
2396         (nnmairix-update-and-clear-marks): Fix error messages.
2397
2398 2008-06-14  David Engster  <dengste@eml.cc>
2399
2400         * nnmairix.el: Upgrade to version 0.6.
2401         (nnmairix-group-toggle-propmarks-this-group)
2402         (nnmairix-group-toggle-readmarks-this-group)
2403         (nnmairix-group-delete-recreate-this-group)
2404         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2405         (nnmairix-remove-tick-mark-original-article): New commands.
2406         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2407         (nnmairix-propagate-marks-to-nnmairix-groups)
2408         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2409         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2410         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2411         functions needed for marks propagation and manipulation of read marks.
2412         (nnmairix-update-groups): New function.
2413         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2414         (nnmairix-determine-original-group-from-registry)
2415         (nnmairix-determine-original-group-from-path)
2416         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2417         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2418         New helper functions.
2419         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2420         keystrokes for new commands.
2421         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2422         (nnmairix-request-group): Check allow-fast group parameter.
2423         (nnmairix-request-create-group): Set allow-fast group parameter if
2424         nnmairix-allowfast-default is set.
2425         (nnmairix-close-group): Propagate marks upon closing if needed.
2426         (nnmairix-group-toggle-threads-this-group): Use new.
2427         nnmairix-group-toggle-parameter helper function.
2428         (nnmairix-search): Better check for empty search result.
2429         (nnmairix-goto-original-article): Use new helper functions for
2430         determining original article.
2431         (nnmairix-show-original-article): Make sure message-id is in brackets.
2432         (nnmairix-call-mairix-binary): Change variable name.
2433         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2434         helper function.
2435         (nnmairix-widget-toggle-activate): Fix doc string.
2436
2437 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2438
2439         * nnir.el: Require edmacro when compiling with XEmacs.
2440         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2441         available in Emacs 21.
2442
2443 2008-06-11  Glenn Morris  <rgm@gnu.org>
2444
2445         * gnus-util.el (x-focus-frame):
2446         * gnus.el (image-size):
2447         * mm-decode.el (image-size): Declare.
2448
2449         * gnus-picon.el (declare-function): Add compat definition.
2450         (image-size): Declare.
2451
2452         * gnus-group.el (tool-bar-map):
2453         * gnus-sum.el (tool-bar-map): Define for compiler.
2454
2455         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2456
2457         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2458
2459         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2460         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2461         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2462         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2463         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2464         * sieve-manage.el, spam-report.el, spam.el:
2465         Remove unnecessary eval-and-compile of autoloads.
2466
2467 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2468
2469         * auth-source.el: Precise Tramp doc.
2470
2471 2008-06-07  Glenn Morris  <rgm@gnu.org>
2472
2473         * nnmairix.el: Remove unnecessary eval-when-compile.
2474
2475 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2476
2477         * lpath.el: Fbind propertize for XEmacs 21.4.
2478
2479 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2480
2481         * nnir.el: Move here from ../contrib.
2482
2483 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2484
2485         * gnus-util.el (gnus-read-shell-command): New function.
2486         * mm-decode.el (mm-pipe-part):
2487         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2488
2489 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2490
2491         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2492
2493 2008-06-03  Glenn Morris  <rgm@gnu.org>
2494
2495         * pop3.el (nnheader-accept-process-output): Autoload it.
2496
2497 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2498
2499         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2500         are not 2-digit hexadecimal characters that follow `%'s.
2501
2502 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2503
2504         * message.el (message-bogus-recipient-p): Fix type in doc string.
2505         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2506         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2507         Improve custom options.
2508         (message-bogus-recipient-p): Adjust accordingly.
2509
2510 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2511
2512         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2513         long-form month and day names.
2514
2515 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2516
2517         * dgnushack.el: Autoload debug, eudc-expand-inline and
2518         pgg-snarf-keys-region for XEmacs.
2519
2520         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2521
2522         * nnmairix.el: Require edmacro when compiling with XEmacs.
2523
2524 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2525
2526         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2527         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2528
2529 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2530
2531         * auth-source.el: Add more docs.
2532
2533         * netrc.el (netrc-machine): Always match if the port is not given.
2534
2535 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2536
2537         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2538         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2539         retrieval faster in some cases, but might make CPU usage larger.  If
2540         this has any bad side effects, we might revert this change.
2541
2542         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2543         seems to make mail retrieval much, much faster.
2544         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2545         unconditionally.
2546
2547         * gnus-draft.el (gnus-group-send-queue): Bind
2548         message-send-mail-partially-limit to nil to avoid being prompted.
2549
2550 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2551
2552         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2553
2554         * message.el (message-bogus-address-regexp): Fix and improve custom
2555         type.
2556         (message-setup-hook): Add message-check-recipients as custom option.
2557
2558 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2559
2560         * message.el (message-cite-function): Remove bogus autoload which crept
2561         in during merge from v5-10.
2562
2563 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2564
2565         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2566
2567         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2568
2569         * auth-source.el: Preliminary Tramp docs.
2570         (auth-sources): Change the default auth-sources to use
2571         EPA .gpg files.
2572
2573 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2574
2575         * nntp.el: Autoload `auth-source-user-or-password'.
2576         (nntp-send-authinfo): Use it.
2577
2578         * nnimap.el: Autoload `auth-source-user-or-password'.
2579         (nnimap-open-connection): Use it.
2580
2581         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2582         for the gnus-message function.
2583         (auth-source-user-or-password): Use it.
2584
2585 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2586
2587         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2588         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2589         (rfc2104-hash): Use it.
2590
2591 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2592
2593         * gnus-art.el (gnus-article-toggle-truncate-lines):
2594         Don't use `iff' in docstring.
2595
2596 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2597
2598         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2599
2600         * gnus-util.el (gnus-extract-address-component-name)
2601         (gnus-extract-address-component-email): Convenience functions around
2602         `gnus-extract-address-components'.
2603
2604         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2605         Use `gnus-extract-address-component-email' to fix bug of comparing full
2606         sender name to `user-mail-address'.
2607
2608 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2609
2610         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2611         catch/throw to optimize.
2612         (gnus-registry-find-keywords): Just use member to find a keyword.
2613
2614 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2615
2616         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2617         is current before calling gnus-server-prepare.
2618         (gnus-server-setup-buffer, gnus-server-update-server)
2619         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2620
2621 2008-05-04  Juri Linkov  <juri@jurta.org>
2622
2623         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2624         (mailcap-file-default-commands): Use mailcap-replace-in-string
2625         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2626         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2627
2628 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2629
2630         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2631
2632 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2633
2634         * gnus.el: Bump version to 0.11.
2635
2636 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2637
2638         * gnus.el: No Gnus v0.10 is released.
2639
2640 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2641
2642         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2643         hooks.
2644         (gnus-update-read-articles): Speed up non-marks-using users.
2645         (gnus-use-marks): Define gnus-use-marks.
2646         (gnus-propagate-marks): Rename variable to something more sensible.
2647
2648 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2649
2650         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2651         (gmm-image-load-path-for-library): Fix typos in docstrings.
2652         (gmm-message): Reflow docstring.
2653
2654 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2655
2656         * mail-source.el (mail-source-set-1, mail-source-bind):
2657         Move auth-source code out of the macro to clean it up and fix bugs.
2658
2659 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2660
2661         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2662         by sender if it's equal to user-mail-address, it's likely to be
2663         useless.
2664
2665         * mail-source.el (mail-source-bind): Don't use user or password if they
2666         are not bound.  Unintern them if they are nil.  Don't use server unless
2667         it's bound, and default it to empty string otherwise.
2668
2669 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2670
2671         * mail-source.el: Load auth-source.el.
2672         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2673         get user name or password, if auth-sources is set up.
2674
2675         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2676         strategy of splitting with parent.
2677         (gnus-registry-split-fancy-with-parent)
2678         (gnus-registry-post-process-groups): Use it and fix prior
2679         bug (returning a list as the split result).
2680
2681         * auth-source.el (auth-sources): Remove server parameter.
2682         (auth-source-pick, auth-source-user-or-password)
2683         (auth-source-user-or-password-imap)
2684         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2685         (auth-source-user-or-password-sftp)
2686         (auth-source-user-or-password-smtp): Remove server parameter.
2687
2688 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2689
2690         * smime.el (smime-sign-region, smime-encrypt-region)
2691         (smime-decrypt-region):
2692         Remove redundant calls to `generate-new-buffer-name'.
2693
2694 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2695
2696         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2697         Don't use QP for message/rfc822.
2698         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2699
2700 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2701
2702         * sieve-manage.el (sieve-string-bytes): Remove.
2703         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2704         correct byte-length only if the process's coding-system is the same as
2705         the one used internally by Emacs to represent strings.
2706
2707 2008-04-22  Juri Linkov  <juri@jurta.org>
2708
2709         * mailcap.el (mailcap-file-default-commands): New function.
2710
2711 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2712
2713         * message.el (message-signature-separator, message-cite-function):
2714         Change custom version.
2715
2716 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2717
2718         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2719         commands.
2720         (tls-checktrust): Ditto.
2721
2722 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2723
2724         * mm-decode.el (mm-display-external): Make temp file read-only.
2725
2726 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2727
2728         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2729         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2730         `C-c C-f d'.
2731
2732 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2733
2734         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2735
2736 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2737
2738         * gnus.el: Bump version to 0.9.
2739
2740 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2741
2742         * gnus.el: No Gnus v0.8 is released.
2743
2744 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2745
2746         * mail-source.el (mail-source-value):
2747         Prefer fboundp to functionp so it works with macros as well.
2748
2749 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2750
2751         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2752         Fix last change in case the element is not even a symbol.
2753
2754 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2755
2756         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2757         Prefer fboundp to functionp so it works with macros as well.
2758
2759 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2760
2761         * auth-source.el: Added docs.
2762         (auth-sources): Modify format to support server.
2763         (auth-source-pick, auth-source-user-or-password)
2764         (auth-source-user-or-password-imap)
2765         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2766         (auth-source-user-or-password-sftp)
2767         (auth-source-user-or-password-smtp): Add server parameter.
2768
2769 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2770
2771         * gnus-registry.el: Initialize the registry when gnus-registry-install
2772         is t.
2773
2774 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2775
2776         * compface.el (uncompface): Make buffer unibyte.
2777
2778 2008-04-05  Glenn Morris  <rgm@gnu.org>
2779
2780         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2781
2782 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2783
2784         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2785         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2786
2787         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2788         multibyteness after rather than before erasing it.
2789
2790         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2791         mm-with-multibyte.
2792         (gnus-request-article-this-buffer): Make sure the proper decoding is
2793         used if gnus-original-article-buffer happens to be unibyte.
2794
2795         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2796         default-enable-multibyte-characters.
2797
2798         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2799         default-enable-multibyte-characters.
2800
2801         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2802
2803         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2804
2805 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2806
2807         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2808         (imap-message-copyuid-1): Use it.
2809         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2810         J. Williams in
2811         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2812
2813         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2814         imap-enable-exchange-bug-workaround.
2815         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2816
2817 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2818
2819         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2820         a 100 byte status-checks into a 2-3MB transfer for each group.
2821         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2822         to enable bug workaround or not.
2823         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2824
2825 2008-03-31  Glenn Morris  <rgm@gnu.org>
2826
2827         * message.el (mml2015-use): Declare for compiler.
2828         (message-info): Require mml2015 when appropriate.
2829
2830 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2831
2832         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2833         whitespace.
2834
2835 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2836
2837         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2838         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2839         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2840         (nntp-service-to-port): New function.
2841         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2842         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2843         (nntp-open-netcat-stream): New function.
2844         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2845
2846 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2847
2848         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2849
2850 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2851
2852         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2853
2854 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2855
2856         * dns.el (dns-write): Use set-buffer-multibyte.
2857
2858 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2859
2860         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2861
2862 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2863
2864         * message.el (message-signature-separator): Change default.
2865         Improve custom type.
2866         (message-cite-function): Change default to
2867         message-cite-original-without-signature.
2868
2869         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2870         toggle.
2871
2872         * message.el (message-check-news-body-syntax): Fix signature check.
2873         (message-setup-1): Mark buffer as unmodified _after_ running
2874         message-setup-hook and handling message-alternative-emails.
2875         (message-shorten-references): Be more strict when building list of
2876         valid references to comply with GNKSA.
2877
2878         * gnus-group.el (gnus-read-ephemeral-bug-group)
2879         (gnus-read-ephemeral-debian-bug-group)
2880         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2881
2882         * message.el (message-info): Don't use booleanp which isn't supported
2883         in Emacs 21 and XEmacs.
2884
2885 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2886
2887         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2888         gnus-group-gmane-group-download-format.
2889         (gnus-group-read-ephemeral-gmane-group): Rename from
2890         gnus-group-read-ephemeral-gmane-group.
2891         (gnus-read-ephemeral-gmane-group-url): Rename from
2892         gnus-group-read-ephemeral-gmane-group-url.
2893         (gnus-bug-group-download-format-alist): New variable.
2894         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2895         (gnus-read-ephemeral-emacs-bug-group): New commands.
2896
2897 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2898
2899         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2900         (gnus-visible-headers): Improve custom type.
2901
2902 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2903
2904         * mml.el (mml-menu): Add workarounds for XEmacs.
2905
2906         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2907         X-Boundary header.
2908
2909         * message.el (message-simplify-recipients): Fix previous commit.
2910
2911 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2912
2913         * mm-util.el (mm-set-buffer-multibyte): New function.
2914         * mm-decode.el (mm-copy-to-buffer): Use it.
2915
2916 2008-03-19  Glenn Morris  <rgm@gnu.org>
2917
2918         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2919         Accidentally removed in the sync process with Emacs.
2920
2921 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2922
2923         * message.el (message-alter-recipients-discard-bogus-full-name):
2924         New function.
2925         (message-alter-recipients-function): New variable.
2926         (message-get-reply-headers): Use it.
2927         (message-replace-header): New helper function.
2928         (message-recipients-without-full-name): New variable.
2929         (message-simplify-recipients): New command.
2930
2931         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2932
2933         * message.el (message-info): Handle EasyPG manual.
2934
2935         * mml.el (mml-menu): Add entry for EasyPG.
2936
2937 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2938
2939         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2940         parameter.
2941
2942         * message.el (message-disassociate-draft): Specify drafts group name
2943         fully.
2944
2945 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2946
2947         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2948         unnecessary duplicates from the match list.
2949
2950 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2951
2952         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2953
2954         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
2955
2956         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2957         args of `how-many' of which the XEmacs version doesn't take; declare
2958         Info-index-next as function.
2959
2960 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2961
2962         * gnus-score.el (gnus-score-headers): Fix handling of
2963         gnus-inhibit-slow-scoring.
2964
2965         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2966         string.
2967         (gnus-button-url-regexp): Improve handling of parenthesis.
2968         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2969         (gnus-button-handle-info-keystrokes): Handle index entries.
2970
2971 2008-03-15  Glenn Morris  <rgm@gnu.org>
2972
2973         * parse-time.el (parse-time-string): Simplify.
2974
2975 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2976
2977         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2978         Incoming* files.
2979
2980 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2981
2982         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2983         (auth-source-pick): Use it.
2984
2985 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2986
2987         * binhex.el (binhex-decode-region-internal):
2988         * uudecode.el (uudecode-decode-region-internal):
2989         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2990         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2991         setting default-enable-multibyte-characters.
2992
2993 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2994
2995         * auth-source.el (auth-source-protocols)
2996         (auth-source-protocols-customize, auth-source-choices): Added and
2997         modified variable customizations and defaults.
2998         (auth-source-pick, auth-source-user-or-password)
2999         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3000         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3001         (auth-source-user-or-password-sftp)
3002         (auth-source-user-or-password-smtp): Use new variables and provide an
3003         interface to netrc.el.
3004
3005 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3006
3007         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3008         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3009         Make sure the nntp port to specify is a string.
3010
3011 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3012
3013         * nntp.el: Use with-current-buffer.
3014         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3015         dubious mm-with-unibyte-current-buffer.
3016         (nntp-with-open-group-function): New function extracted from
3017         nntp-with-open-group macro.
3018         (nntp-with-open-group): Use the function, so it's easier to debug.
3019         Add indentation and debugging info.
3020         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3021         the use of the netcat alternatives.
3022
3023         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3024         Avoid mm-string-as-multibyte as well.
3025
3026         * nnweb.el (nnweb-insert-html):
3027         Remove use of nnheader-string-as-multibyte.
3028
3029         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3030         (nnheader-string-as-multibyte): Remove.
3031
3032         * mm-view.el: Use inhibit-read-only.
3033         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3034         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3035         or unibyte-string.
3036
3037         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3038         (mm-uu-yenc-extract): Use with-current-buffer.
3039
3040         * gnus-soup.el (gnus-soup-send-packet): Don't use
3041         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3042
3043         * nnmh.el: Use with-current-buffer.
3044         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3045         mm-string-as-multibyte on the output of mm-encode-coding-string.
3046
3047         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3048         (nnimap-request-move-article): Use with-current-buffer.
3049
3050         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3051         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3052         conversion uses string-make-unibyte rather than string-as-unibyte.
3053
3054         * gnus-msg.el: Use with-current-buffer.
3055
3056         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3057
3058 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3059
3060         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3061         string for caching if it is 'PIN.
3062
3063 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3064
3065         * lpath.el: Consider the case without Emacs/W3.
3066
3067 2008-03-08  Glenn Morris  <rgm@gnu.org>
3068
3069         * time-date.el (date-to-time, time-subtract, time-add)
3070         (safe-date-to-time): Doc fixes.
3071
3072 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3073
3074         * mail-source.el (mail-source-delete-old-incoming-confirm):
3075         Change default to nil.
3076         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3077
3078 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3079
3080         * lpath.el: Rearrange.
3081
3082         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3083         (gnus-article-goto-prev-page): Work for articles having ^L's.
3084
3085         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3086
3087         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3088
3089 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3090
3091         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3092         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3093         (gnus-bookmark-jump): Adjust some variable names.
3094
3095 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3096
3097         * auth-source.el: New package.
3098         (auth-source-choices): Add customization entry point variable.
3099
3100         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3101         bug.
3102
3103 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3104
3105         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3106         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3107         (gnus-registry-install-shortcuts): Rename from
3108         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3109         the `gnus-registry-mark-map' keymap dynamically from
3110         `gnus-registry-marks'.  The generated functions update the summary line
3111         when a registry mark is added or deleted, and will call
3112         `gnus-registry-install-p' (see the comments in the code).
3113         (gnus-registry-user-format-function-M): Use concat intelligently.
3114
3115         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3116         the registry mark functions.
3117
3118 2008-03-05  Glenn Morris  <rgm@gnu.org>
3119
3120         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3121         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3122         gnus-art.
3123         (top-level): No need to load own source when compiling.
3124
3125 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3126
3127         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3128         Suggested by <chris.anderton@zetnet.co.uk>.
3129
3130 2008-03-04  Glenn Morris  <rgm@gnu.org>
3131
3132         * gnus-sum.el (top-level): No need to require gnus when compiling,
3133         since unconditionally required near start of file.
3134         (gnus-summary-display-while-building): Move definition before use.
3135
3136 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3137
3138         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3139         formatting function.
3140
3141 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3142
3143         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3144         with plists.
3145         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3146         Use new format.
3147
3148 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3149
3150         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3151         `where-is-internal' that returns a range of key sequences.
3152
3153 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3154
3155         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3156
3157         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3158         (gnus-summary-jump-to-group): Consider windows on other displayed
3159         frames as well.  Similar changes might be needed elsewhere, but that's
3160         the one I've bumped into during my use.
3161
3162         * nndoc.el (nndoc-oe-dbx-type-p):
3163         * gnus-msg.el (gnus-debug):
3164         * gnus-group.el (gnus-update-group-mark-positions):
3165         Use mm-string-to-multibyte.
3166
3167 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3168
3169         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3170         doesn't handle NotDashEscaped.
3171
3172         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3173         (mml-dnd-attach-options): Fix typo in custom choice.
3174
3175         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3176         nndoc-article-type to mbox.
3177         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3178
3179         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3180         to nil, instead of html2text.
3181
3182         * imap.el (imap-debug): Add `imap-ping-server'.
3183
3184         * gnus-bookmark.el: Add FIXMEs.
3185
3186         * message.el (message-form-letter-separator)
3187         (message-send-form-letter-delay): New variables.
3188         (message-send-form-letter): Use them.  New command to send form
3189         letters.  Requested by Uwe Siart.
3190         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3191
3192 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3193
3194         * Update copyright years.
3195
3196 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3197
3198         Sync from EMACS_22_BASE.
3199
3200         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3201
3202 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3203
3204         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3205         empty author.
3206
3207 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3208
3209         * gnus-registry.el (gnus-registry-marks): Add variable for
3210         customization of marks and their appearance.
3211         (gnus-registry-read-mark): Use it.
3212         (gnus-registry-do-marks): Add utility function to loop through
3213         `gnus-registry-marks'.
3214         (gnus-registry-install-shortcuts-and-menus): Add function to install
3215         shortcuts and menus.
3216         (gnus-registry-initialize): Use it.
3217         (gnus-registry-default-mark): Clarify documentation.
3218
3219 2008-02-29  Glenn Morris  <rgm@gnu.org>
3220
3221         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3222         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3223         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3224         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3225         Change defcustom :version from 23.0 to 23.1.
3226
3227 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3228
3229         * gnus-registry.el (gnus-registry-follow-group-p)
3230         (gnus-registry-post-process-groups): Add functions to aid registry
3231         splitting and improve logging.  Clarify behavior in function
3232         documentation.
3233         (gnus-registry-split-fancy-with-parent): Use them.
3234
3235 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3236
3237         * gnus-art.el: Use with-current-buffer.
3238
3239 2008-02-27  David Engster  <dengste@eml.cc>
3240
3241         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3242         Express real group name in the response.
3243
3244 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3245
3246         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3247         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3248         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3249         autoload gnus-registry-fetch-group when compiling.
3250         (nnmairix-request-group-with-article-number-correction): Remove
3251         unreferenced argument passed to nnmairix-call-backend.
3252
3253 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3254
3255         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3256         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3257         Wilde.
3258
3259 2008-02-27  Glenn Morris  <rgm@gnu.org>
3260
3261         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3262         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3263         variables to defconsts.  Convert comments to doc-strings.
3264         (nnmairix-last-server, nnmairix-current-server): Convert from free
3265         variables to defvars.  Convert comments to doc-strings.
3266         (gnus-registry-fetch-group): Autoload.
3267         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3268         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3269         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3270         caddr.
3271         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3272         nnmairix-request-group-with-article-number-correction call.
3273         (nnmairix-fast, nnmairix-group): New, less general names, for free
3274         variables passed from nnmairix-request-group to
3275         nnmairix-request-group-with-article-number-correction.  Declare.
3276         (nnmairix-request-group-with-article-number-correction):
3277         Use nnmairix-fast, nnmairix-group rather than fast, group.
3278
3279 2008-02-26  David Engster  <dengste@eml.cc>
3280
3281         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3282         version 0.5.
3283
3284 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3285
3286         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3287         instead of making an extra function call.  Don't add the current group
3288         to articles only when they have the group.  Use
3289         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3290         Reported by David <de_bb@arcor.de>.
3291
3292 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3293
3294         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3295         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3296
3297 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3298
3299         * mail-source.el (mail-source-delete-incoming): Change default.
3300         Supplement doc string.
3301
3302         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3303
3304 2008-02-14  Glenn Morris  <rgm@gnu.org>
3305
3306         * time-date.el (format-seconds): New function.
3307
3308 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3309
3310         * nnmail.el (nnmail-message-id-cache-file): Derive from
3311         `gnus-home-directory'.
3312
3313 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3314
3315         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3316         Document negative prefix.
3317
3318         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3319
3320 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3321
3322         * message.el (message-unsent-separator): Add the Exim bounce
3323         separator.
3324
3325 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3326
3327         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3328         list.
3329         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3330         recipient/signer list.
3331
3332 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3333
3334         * Makefile.in (datarootdir): Define.
3335         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3336         name that might contain whitespace.
3337
3338 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3339
3340         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3341         fbound (Emacs 23 unicode), signal an error.
3342
3343 2008-02-08  Glenn Morris  <rgm@gnu.org>
3344
3345         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3346
3347 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3348
3349         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3350         ports to the calls to `netrc-machine-user-or-password' in addition to
3351         "imap" and "imaps".
3352
3353 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3354
3355         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3356
3357         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3358
3359 2008-02-01  Kenichi Handa  <handa@m17n.org>
3360
3361         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3362         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3363         (rfc2104-hash): Convert the result of concat to unibyte string.
3364
3365 2008-02-01  Dave Love  <fx@gnu.org>
3366
3367         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3368         coding-system-for-read.
3369         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3370
3371 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3372
3373         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3374         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3375         <hanche@math.ntnu.no>.
3376
3377 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3378
3379         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3380
3381         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3382
3383 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3384
3385         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3386         * message.el (message-beginning-of-line): Use featurep instead of bound
3387         tests in order to resolve conditionals at compile time.
3388
3389 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3390
3391         * mail-source.el (mail-sources): Add `group' choice.
3392
3393         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3394         parameter `in-group' to control into which group the articles go.
3395         Add treatment of `group' mail-source.
3396
3397 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3398
3399         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3400
3401         * mm-decode.el (mm-dissect-buffer): Decode description.
3402
3403         * mml.el (mml-to-mime): Encode message header first.
3404
3405 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3406
3407         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3408         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3409
3410         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3411         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3412
3413 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3414
3415         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3416
3417 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3418
3419         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3420         prefix keys.
3421         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3422         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3423         gnus-xmas.el.
3424
3425         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3426         (gnus-xmas-article-describe-bindings): New function.
3427         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3428         gnus-xmas-article-describe-bindings.
3429
3430         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3431
3432 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3433
3434         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3435         Add new variables for article mark management.
3436         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3437         list of extra data entries which, when present, will indicate that the
3438         article ID should not be trimmed from the registry.
3439         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3440         functions.
3441         (gnus-registry-read-mark): New function to read a mark name from the
3442         user.
3443         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3444         (gnus-registry-set-article-mark-internal): New functions to add and
3445         remove marks.
3446         (gnus-registry-get-article-marks): New function to show the marks for
3447         an article, or retrieve them for further use.
3448
3449 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3450
3451         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3452         keys when no argument is given.
3453
3454 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3455
3456         * imap.el (imap-ping-server): New variable.
3457         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3458         (imap-ping-server): Minor doc string fixes.
3459
3460 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3461
3462         * imap.el (imap-ping-server): New function.
3463         (imap-opened): Call imap-ping-server.
3464
3465 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3466
3467         * gnus-sum.el (gnus-article-sort-by-random)
3468         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3469         jidanni@jidanni.org.
3470
3471 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3472
3473         * gnus-art.el (gnus-article-describe-bindings): New function.
3474         (gnus-article-read-summary-keys): Use it.
3475         (gnus-article-mode-map): Bind `C-h b' to it.
3476
3477 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3478
3479         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3480         XEmacs.
3481         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3482         against non-character events.
3483
3484         * lpath.el: Fbind map-keymap for Emacs 21.
3485
3486 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3487
3488         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3489         command.
3490         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3491         instead of END.  Change name of the temp file.
3492         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3493         customizable.
3494
3495 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3496
3497         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3498         bind `S W' to gnus-article-wide-reply-with-original; set default
3499         binding to gnus-article-read-summary-send-keys.
3500         (gnus-article-read-summary-keys): Fix the order of keys; display
3501         continuation keys correctly in the echo area; describe bindings
3502         correctly when keys end with `C-h'.
3503         (gnus-article-read-summary-send-keys): New function.
3504         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3505         for gnus-article-read-summary-send-keys; display continuation keys
3506         correctly in the echo area.
3507         (gnus-article-reply-with-original): Ignore prefix argument.
3508         (gnus-article-wide-reply-with-original): New function.
3509
3510         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3511         Emacs 21.
3512
3513 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3514
3515         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3516         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3517
3518 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3519
3520         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3521         (gnus-group-read-ephemeral-gmane-group): New command.
3522
3523 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3524
3525         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3526
3527 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3528
3529         * message.el (message-send-mail-function): Increase custom version.
3530
3531         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3532         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3533
3534 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3535
3536         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3537         for the cases where imap-authenticate is called with a nil buffer
3538         parameter.
3539
3540 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3541
3542         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3543         html parts correctly; support forwarded messages.
3544         (gnus-article-browse-html-article): Remove work buffers.
3545
3546         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3547         compiling.
3548         (netrc-bound-and-true-p): New macro.
3549         (netrc-parse): Use it instead of bound-and-true-p that is not available
3550         in XEmacs 21.4.
3551
3552 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3553
3554         * gnus-registry.el (gnus-registry-mark-article)
3555         (gnus-registry-article-marks): Add functionality to mark articles
3556         through the Gnus registry.
3557
3558         * encrypt.el: Clarify documentation for the new pgg method.
3559         (encrypt-file-alist): Add PGG option.
3560         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3561         functionality.  Abstract password key and messaging to external
3562         functions.
3563         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3564         (encrypt-message-method-and-cipher): Add new convenience external
3565         functions.
3566         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3567         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3568
3569         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3570         (netrc-parse): Use encrypt-file-alist to determine if
3571         encrypt-find-model or encrypt-insert-file-contents should be used.
3572
3573         * encrypt.el: Clarify documentation.  Load password-cache or
3574         password, whichever one is found first, instead of autoloading.
3575
3576 2007-12-19  Glenn Morris  <rgm@gnu.org>
3577
3578         * mml.el (message-options-set, message-narrow-to-head)
3579         (message-in-body-p, message-mail-p, message-encode-message-body):
3580         Autoload.
3581         (message-remove-header, message-narrow-to-headers-or-head)
3582         (message-subscribed-p, message-make-mail-followup-to)
3583         (message-position-on-field, message-news-p)
3584         (message-options-set-recipient, message-generate-headers)
3585         (message-sort-headers): Declare as functions.
3586
3587 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3588
3589         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3590         convention in doc string.
3591
3592 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3593
3594         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3595         title to html parts.
3596         (gnus-article-browse-html-article): Pass message header to it.
3597
3598         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3599
3600 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3601
3602         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3603         or password compatible with XEmacs.
3604
3605 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3606
3607         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3608         format document.
3609         (gnus-mime-delete-part): Don't write description line if empty.
3610         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3611
3612 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3613
3614         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3615         (gnus-summary-mark-read-and-unread-as-read)
3616         (gnus-summary-mark-current-read-and-unread-as-read)
3617         (gnus-summary-mark-unread-as-ticked): Doc fix.
3618         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3619
3620 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3621
3622         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3623         Christoph Conrad <christoph.conrad@gmx.de>.
3624
3625 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3626
3627         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3628         yes-or-no-p.
3629
3630 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3631
3632         * mm-decode.el (mm-add-meta-html-tag): New function.
3633         (mm-save-part-to-file, mm-pipe-part): Use it.
3634
3635         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3636         gnus-y-or-n-p instead of y-or-n-p.
3637         (gnus-article-browse-html-parts): Work with message/external-body; use
3638         mm-add-meta-html-tag.
3639
3640 2007-12-11  Glenn Morris  <rgm@gnu.org>
3641
3642         * gnus-cache.el: Require gnus-sum not just when compiling.
3643
3644         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3645
3646         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3647         definitions before use.
3648
3649         * mm-decode.el: Require gnus-util.
3650         (mm-remove-part): Only call delete-annotation on XEmacs.
3651
3652         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3653
3654         * nnmail.el: Require gnus-int.
3655
3656         * spam.el: Move `require's before `eval-when-compile's.
3657
3658         * gnus-ems.el (gnus-alive-p):
3659         * gnus-fun.el (message-goto-eoh):
3660         * gnus-util.el (gnus-group-name-decode):
3661         * mail-source.el (gnus-compress-sequence):
3662         * message.el (Info-goto-node, format-spec):
3663         * mm-bodies.el (message-options-get):
3664         * mm-decode.el (mm-view-pkcs7):
3665         * mm-util.el (gmm-write-region):
3666         * mml-smime.el (mml-compute-boundary)
3667         (gnus-completing-read-with-default):
3668         * mml.el (widget-button-press, gnus-make-hashtable):
3669         * mml1991.el (mm-decode-content-transfer-encoding)
3670         (mm-encode-content-transfer-encoding)
3671         (message-options-get, message-options-set):
3672         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3673         * nnfolder.el (gnus-request-group):
3674         * nnheader.el (ietf-drums-unfold-fws):
3675         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3676         * smime.el (gnus-run-mode-hooks):
3677         * spam-stat.el (gnus-message): Autoload.
3678
3679         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3680         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3681         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3682         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3683         Add declare-function compatibility definition.
3684
3685         * gnus-cache.el (nnvirtual-find-group-art):
3686         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3687         (gnus-add-image, gnus-add-wash-type):
3688         * gnus-group.el (nnkiboze-score-file):
3689         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3690         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3691         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3692         (message-tokenize-header, gnus-get-buffer-create)
3693         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3694         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3695         * gnus.el (gnus-group-decoded-name):
3696         * mail-source.el (imap-capability):
3697         * mm-bodies.el (message-options-set):
3698         * mm-decode.el (gnus-configure-windows):
3699         * mm-extern.el (message-goto-body):
3700         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3701         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3702         (epg-sub-key-validity, message-options-set):
3703         * mml.el (widget-event-point, gnus-configure-windows):
3704         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3705         * mml2015.el (epg-check-configuration, epg-configuration)
3706         (message-options-set):
3707         * nndb.el (nndb-request-article):
3708         * nnfolder.el (gnus-request-create-group):
3709         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3710         * nnmaildir.el (gnus-group-mark-article-read):
3711         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3712         * rfc1843.el (message-fetch-field):
3713         * spam.el (gnus-extract-address-components):
3714         Declare as functions.
3715
3716 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3717
3718         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3719
3720         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3721
3722         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3723         bind show-trailing-whitespace for XEmacs.
3724
3725 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3726
3727         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3728         new no-op macro for backward compatibility.
3729
3730         * imap.el (imap-string-to-integer): New function.
3731
3732 2007-12-09  Glenn Morris  <rgm@gnu.org>
3733
3734         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3735
3736         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3737         * message.el, mm-view.el, sieve-manage.el, smime.el:
3738         Add declare-function compatibility definition.
3739
3740         * gnus-art.el (w3-region, w3m-region, Info-menu):
3741         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3742         * gnus-sum.el (gnus-get-predicate):
3743         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3744         * message.el (mail-abbrev-in-expansion-header-p):
3745         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3746         (w3m-detect-meta-charset, w3m-region):
3747         * sieve-manage.el (password-read, password-cache-add)
3748         (password-cache-remove):
3749         * smime.el (password-read-and-add): Declare as functions.
3750
3751 2007-12-08  David Kastrup  <dak@gnu.org>
3752
3753         * gnus-sum.el (gnus-summary-simplify-subject-query):
3754         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3755         `message'.
3756
3757 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3758
3759         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3760         it to bind idna-program, installation-directory, defined-colors, and
3761         face-attribute for XEmacs of the version that compiles defcustom forms.
3762
3763 2007-12-07  Glenn Morris  <rgm@gnu.org>
3764
3765         * gnus-art.el (article-make-date-line): Revert previous change.
3766
3767 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3768
3769         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3770
3771 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3772
3773         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3774         Call gnus-add-to-range ranges only once with a prepared article-list.
3775
3776 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3777
3778         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3779         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3780         group names with backslashes.  Reported by Tassilo Horn
3781         <tassilo@member.fsf.org>.
3782
3783 2007-12-06  Deepak Goel  <deego3@gmail.com>
3784
3785         * gnus-art.el (article-make-date-line):
3786         * gnus-start.el (gnus-load):
3787         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3788
3789 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3790
3791         * gnus-art.el (gnus-use-idna)
3792         * gnus-start.el (gnus-site-init-file)
3793         * message.el (message-use-idna)
3794         * mm-uu.el (mm-uu-hide-markers)
3795         * smiley.el (smiley-style): Revert changes that suppress warnings.
3796
3797 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3798
3799         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3800         specify charset to html source.  Reported by Christoph Conrad
3801         <christoph.conrad@gmx.de>.
3802
3803 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3804
3805         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3806         idna-program in order to suppress byte compile warning issued by XEmacs
3807         that came to byte compile the default value section of defcustom forms
3808         recently.
3809
3810         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3811         value of installation-directory.
3812
3813         * message.el (message-use-idna): Don't directly refer to the value of
3814         idna-program.
3815
3816         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3817
3818         * smiley.el (smiley-style): Don't directly call face-attribute.
3819
3820 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3821
3822         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3823
3824         * gnus-dired.el: Reduce Gnus dependencies.
3825         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3826         require.  Use autoloads instead.
3827         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3828         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3829         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3830         (gnus-dired-mode): Adjust doc string.
3831         (gnus-dired-mail-mode): New variable.
3832         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3833         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3834         (gnus-dired-mail-buffers): New function.  Return mail or message
3835         composition buffers.
3836         (gnus-dired-attach): Use it.
3837         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3838         NO-DECODE.
3839         (gnus-dired-print): Use `gnus-print-buffer' depending on
3840         `gnus-dired-mail-mode'.
3841
3842 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3843
3844         * rfc2047.el (rfc2047-encoded-word-regexp)
3845         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3846         explaining what regexp patterns are for.
3847
3848 2007-12-04  Glenn Morris  <rgm@gnu.org>
3849
3850         * password.el: Move to password-cache.el.
3851
3852         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3853         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3854         * mml-smime.el (password-read, password-cache-add)
3855         (password-cache-remove):
3856         No need to autoload, since mml-sec requires password.
3857
3858         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3859         * message.el (gnus-extract-address-components):
3860         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3861
3862         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3863         password.
3864
3865 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3866
3867         * mailcap.el: Reduce dependencies.
3868         (mail-header-parse-content-type): Autoload.
3869         (mailcap-delete-duplicates): New alias.
3870         (mailcap-mime-info): Add optional argument NO-DECODE.
3871         (mailcap-mime-types): Use mailcap-delete-duplicates.
3872
3873         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3874
3875 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3876
3877         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3878         (imap-parse-status): Upcase status-att for servers that sends them
3879         lower-case (e.g., MS Exchange 2007).
3880
3881 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3882
3883         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3884         function.
3885
3886         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3887         (gnus-uu-yenc-article): New function.
3888
3889         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3890
3891         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3892         buffer.
3893
3894 2007-12-02  Glenn Morris  <rgm@gnu.org>
3895
3896         * binhex.el (binhex): New custom group.
3897         (binhex-decoder-program, binhex-decoder-switches)
3898         (binhex-use-external): Move to the binhex custom group.
3899
3900         * uudecode.el (uudecode): New custom group.
3901         (uudecode-decoder-program, uudecode-decoder-switches)
3902         (uudecode-use-external): Move to the uudecode custom group.
3903
3904         * netrc.el (top-level): Don't load `encrypt' features.
3905         (netrc-parse): Don't use encrypt.
3906         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3907
3908         * encrypt.el: Remove file.
3909
3910 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3911
3912         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3913         matches on patches.
3914
3915         * gnus-art.el (gnus-article-browse-html-article): Mention
3916         `mm-text-html-renderer' in the doc string.
3917
3918         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3919         string.  Add comments.
3920
3921         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3922         if rhs is ASCII.
3923
3924 2007-12-01  Glenn Morris  <rgm@gnu.org>
3925
3926         * mail-source.el (top-level): Require format-spec before
3927         eval-when-compile.
3928
3929 2007-11-30  Glenn Morris  <rgm@gnu.org>
3930
3931         * encrypt.el: Require password, rather than autoloading password-read.
3932
3933 2007-11-29  Glenn Morris  <rgm@gnu.org>
3934
3935         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3936         (sasl-make-client, sasl-next-step, sasl-step-data)
3937         (sasl-step-set-data): Declare as functions.
3938
3939 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3940
3941         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3942
3943 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3944
3945         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3946         certs should be verified and what is to be done in the event of a
3947         verification failure.
3948
3949         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3950         caller can indicate whether the cache should be disregarded for this
3951         call.  This way the result of the call is reproducible at all times and
3952         can be considered a canonical server name for the supplied method.
3953         (gnus-agent-method-p): Canonicalize server names by pushing their
3954         method through `gnus-method-to-server' using the no-cache argument.
3955
3956         * gnus-srvr.el (gnus-server-insert-server-line): Call
3957         `gnus-method-to-server' with `no-cache' argument.
3958
3959         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3960         gnus-agent-possibly-synchronize-flags as this should be called when the
3961         server is actually being opened.
3962         (gnus-agent-possibly-synchronize-flags)
3963         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3964         flags file of an agentized server to the latter function.
3965
3966         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3967         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3968         after a connection has been established successfully.
3969
3970 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3971
3972         * gnus-art.el (article-display-face): Force to display face if called
3973         interactively; check if gnus-article-x-face-too-ugly matches author.
3974         (article-display-x-face): Display face even if From header is missing
3975         as article-display-face does.
3976
3977 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3978
3979         * hashcash.el (message-narrow-to-headers-or-head)
3980         (message-fetch-field, message-goto-eoh)
3981         (message-narrow-to-headers): Declare as functions.
3982
3983 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3984
3985         * mail-source.el (mail-sources): Default to fetch from file for
3986         compatibility with default of nnmail-spool-file.
3987
3988 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3989
3990         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3991         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3992         to look for encoded word that should be encoded again.
3993         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3994         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3995         encoding pattern.
3996         (rfc2047-decode-region): Switch strict regexp and loose one according
3997         to rfc2047-allow-irregular-q-encoded-words.
3998
3999 2007-11-25  Romain Francoise  <romain@orebokech.com>
4000
4001         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4002
4003 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4004
4005         * tls.el (tls-program): Provide more custom choices from
4006         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4007         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4008
4009 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4010
4011         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4012         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4013
4014         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4015         `nnmail-spool-file'.
4016
4017         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4018         `nnmail-spool-file'.
4019
4020         * gnus-move.el (gnus-change-server): Ditto.
4021
4022         * gnus-kill.el (gnus-batch-score): Ditto.
4023
4024         * gnus-cache.el (gnus-jog-cache): Ditto.
4025
4026         * gnus-msg.el (gnus-summary-reply):
4027         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4028
4029 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4030
4031         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4032         version.  Minor improvement to doc strings.
4033         (tls-program): Add comment.
4034
4035 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4036
4037         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4038         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4039         mismatch between the hostname provided in the certificate and the name
4040         of the host connnecting to.
4041         (open-tls-stream): Use them.  Check certificates against trusted root
4042         certificates.
4043
4044 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4045
4046         * gnus-cache.el (gnus-cache-generate-nov-databases):
4047         Use nnml-generate-nov-databases-directory instead of
4048         nnml-generate-nov-databases-1.
4049
4050 2007-11-24  Glenn Morris  <rgm@gnu.org>
4051
4052         * message.el (message-tool-bar-retro): Update for rename
4053         mail_send.xpm->mail-send.xpm.
4054
4055 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4056
4057         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4058         `smime-ldap-search' for Emacs 22 and up.
4059
4060 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4061
4062         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4063
4064         * message.el (message-send-mail-function): Fix error convention.
4065         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4066         (message-widen-reply, message-send-mail, message-talkative-question)
4067         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4068         (message-clone-locals, message-send-news): Use with-current-buffer.
4069         (message-insert-or-toggle-importance): Remove unused var `valid'.
4070         (message-make-references): Remove unused var `new-references'.
4071         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4072
4073 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4074
4075         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4076         (spam-split-symbolic-return-positive): Reflow docstring.
4077         (spam-backends, spam-summary-exit-behavior)
4078         (spam-mark-ham-unread-before-move-from-spam-group)
4079         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4080         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4081         (spam-clear-cache, spam-backend-check, spam-install-backend)
4082         (spam-install-statistical-backend, spam-list-of-processors)
4083         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4084         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4085         (spam-check-crm114, spam-initialize, spam-unload-hook):
4086         Fix typos in docstrings.
4087
4088 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4089
4090         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4091         been checked if they have never been read and those group levels are
4092         higher than the one that a user specified.
4093
4094 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4095
4096         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4097         foreign groups unless a group level is specified by a user.
4098         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4099
4100 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4101
4102         * message.el (message-send-mail-function): Require sendmail.
4103
4104 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4105
4106         * message.el (message-send-mail-function): Check for smtpmail too.
4107
4108         * utf7.el (utf7-encode, utf7-decode): Use coding system
4109         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4110
4111         * message.el (message-send-mail-function): New function.
4112         (message-send-mail-function): Set default using
4113         message-send-mail-function.  Adjust doc string.
4114         (message-send-mail-with-mailclient): New function.
4115
4116 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4117
4118         * smime.el (from):
4119         * rfc2047.el (message-posting-charset):
4120         * qp.el (mm-use-ultra-safe-encoding):
4121         * pop3.el (parse-time-months):
4122         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4123         * nnml.el (files):
4124         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4125         (jka-compr-compression-info-list, ange-ftp-path-format)
4126         (efs-path-regexp):
4127         * nndiary.el (files):
4128         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4129         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4130         (epg-digest-algorithm-alist, inhibit-redisplay)
4131         (password-cache-expiry):
4132         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4133         (pgg-output-buffer, password-cache-expiry):
4134         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4135         (efs-path-regexp):
4136         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4137         (inhibit-redisplay):
4138         * mm-uu.el (file-name, start-point, end-point, entry)
4139         (gnus-newsgroup-name, gnus-newsgroup-charset):
4140         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4141         (latin-unity-ucs-list):
4142         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4143         (mm-uu-binhex-decode-function):
4144         * message.el (gnus-message-group-art, gnus-list-identifiers)
4145         (rmail-enable-mime-composing, gnus-local-organization)
4146         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4147         (gnus-read-active-file, facemenu-add-face-function)
4148         (facemenu-remove-face-function, gnus-article-decoded-p)
4149         (tool-bar-mode):
4150         * mail-source.el (display-time-mail-function):
4151         * gnus-util.el (nnmail-pathname-coding-system)
4152         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4153         (gnus-original-article-buffer, gnus-user-agent)
4154         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4155         (xemacs-codename, sxemacs-codename, emacs-program-version):
4156         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4157         * gnus-start.el (gnus-agent-covered-methods)
4158         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4159         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4160         (gnus-newsgroup-headers, gnus-group-list-mode)
4161         (gnus-group-mark-positions, gnus-newsgroup-data)
4162         (gnus-newsgroup-unreads, nnoo-state-alist)
4163         (gnus-current-select-method, mail-sources)
4164         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4165         (nnmail-spool-file, gnus-cache-active-hashtb):
4166         * gnus-mh.el (mh-lib-progs):
4167         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4168         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4169         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4170         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4171         (gnus-group-buffer):
4172         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4173         (font-lock-set-defaults):
4174         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4175         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4176         (gnus-summary-post-menu, total-parts, type, condition, length):
4177         * gnus-agent.el (gnus-agent-read-agentview):
4178         * flow-fill.el (show-trailing-whitespace):
4179         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4180         eval-and-compile wrappers for byte compiler pacifiers.
4181
4182         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4183         (mm-display-inline-fontify): Check for featurep 'xemacs not
4184         extent-list.
4185
4186         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4187         itimer-list.
4188         (mm-create-image-xemacs): Only do something for XEmacs.
4189         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4190
4191         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4192
4193         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4194         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4195
4196 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4197
4198         * nnimap.el (nnimap-split-download-body):
4199         * gnus-demon.el (gnus-demon):
4200         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4201
4202 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4203
4204         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4205         macros.
4206         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4207         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4208         copy data from unibyte buffer to multibyte current buffer.
4209         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4210         to copy data from unibyte current buffer to multibyte buffer.
4211         (nntp-make-process-buffer): Make process buffer unibyte.
4212
4213         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4214
4215 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4216
4217         * pop3.el (pop3-open-server): Accept and process data more robustly at
4218         connexion start to avoid spurious "POP SSL connexion failed" errors.
4219
4220 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4221
4222         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4223         read group names.
4224
4225 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4226
4227         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4228
4229 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4230
4231         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4232         (nnmail-save-active): Use a unibyte buffer when saving active file,
4233         which may contain non-ASCII group names.
4234
4235         * nnml.el (nnml-request-group): Decode group names in messages.
4236
4237 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4238
4239         * message.el (message-citation-line-function)
4240         (message-insert-formatted-citation-line): Fix spelling of
4241         `message-insert-formated-citation-line'.
4242
4243 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4244
4245         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4246
4247 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4248
4249         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4250         nnmail-pathname-coding-system.
4251
4252         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4253         that a user enters; decode group names in messages.
4254
4255         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4256
4257 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4258
4259         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4260
4261         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4262
4263         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4264         risky local variable.
4265
4266         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4267
4268 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4269
4270         * encrypt.el: Improve documentation to fix function name typo.
4271         Reported by Daiki Ueno <ueno@unixuser.org>.
4272
4273 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4274
4275         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4276         even if the point is not in the last page of an article.
4277         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4278         back to the previous page.
4279
4280 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4281
4282         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4283
4284 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4285
4286         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4287
4288 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4289
4290         * message.el (message-check-news-body-syntax): Avoid
4291         mm-string-as-multibyte.
4292         (message-hide-headers): Don't assume (point-min)==1.
4293
4294 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4295
4296         * message.el (message-remove-blank-cited-lines): Fix if remove is
4297         given.
4298         (message-bogus-address-regexp): New variable.
4299         (message-bogus-recipient-p): New function.
4300         (message-check-recipients): New command.
4301         (message-syntax-checks): Add `bogus-recipient'.
4302         (message-fix-before-sending): Add `bogus-recipient'.
4303
4304         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4305         (gnus-treat-body-boundary): Don't test window-system.
4306
4307 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4308
4309         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4310
4311 2007-10-28  Miles Bader  <miles@gnu.org>
4312
4313         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4314         at compile-time too.
4315
4316 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4317
4318         * gnus-msg.el (gnus-message-setup-hook): Add
4319         `message-remove-blank-cited-lines' to options.
4320
4321 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4322
4323         * message.el (message-remove-blank-cited-lines): New function.
4324         Suggested by Karl Plästerer.
4325
4326 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4327
4328         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4329         mapc.
4330
4331         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4332         (top-level): Use mapc to set functions to be traced for debugging.
4333
4334         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4335         called for effect with while loop.
4336
4337         * message.el (message-talkative-question): Replace mapcar called for
4338         effect with mapc.
4339
4340         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4341         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4342         called for effect with dolist.
4343
4344         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4345
4346         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4347         gnus-extra-headers and nnmail-extra-headers.
4348
4349         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4350         called for effect with dolist.
4351         (top-level): Use mapc to set functions to be traced for debugging.
4352
4353         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4354         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4355         dolist.
4356
4357         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4358         Replace mapcar called for effect with mapc.
4359         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4360         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4361         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4362         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4363
4364         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4365         remove-if that's a cl function.
4366
4367         * webmail.el (webmail-debug): Replace mapcar called for effect with
4368         dolist.
4369
4370         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4371         with mapc.
4372
4373 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4374
4375         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4376         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4377         with while loop.
4378
4379         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4380         functions from article-* functions.
4381         (gnus-multi-decode-header): Replace mapcar called for effect with
4382         dolist.
4383
4384         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4385         (gnus-bookmark-show-details): Replace mapcar called for effect with
4386         while loop.
4387
4388         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4389         called for effect with while loop.
4390
4391         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4392         with dolist.
4393
4394         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4395         mapcar called for effect with dolist.
4396
4397         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4398
4399         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4400         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4401         Replace mapcar called for effect with dolist.
4402         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4403         mapc.
4404
4405         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4406         Replace mapcar called for effect with dolist.
4407         (gnus-topic-list): Replace mapcar called for effect with mapc.
4408
4409         * gnus.el: Use mapc instead of mapcar to add autoloads.
4410
4411 2007-10-23  Richard Stallman  <rms@gnu.org>
4412
4413         * gnus-group.el (gnus-group-highlight): Mark as risky.
4414
4415 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4416
4417         * gnus.el (gnus-server-to-method): Return method found first in
4418         gnus-newsrc-alist.
4419
4420         * gnus-art.el (gnus-article-highlight-signature)
4421         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4422         button overlay without the front stickiness.
4423
4424 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4425
4426         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4427         overview buffer needed a catch to receive its throw.
4428         (gnus-agent-flush-cache): Declared as interactive to make this function
4429         easier to use.
4430
4431 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4432
4433         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4434         `next-line'.
4435
4436 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4437
4438         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4439         exclude address matching message-dont-reply-to-names.
4440
4441 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4442
4443         * gnus-util.el (gnus-string<): New function.
4444
4445         * gnus-sum.el (gnus-article-sort-by-author)
4446         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4447
4448 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4449
4450         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4451         the frame-focus tag is set in gnus-buffer-configuration.
4452
4453 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4454
4455         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4456         the front stickiness.
4457
4458 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4459
4460         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4461         url pattern; remove duplicate one.
4462         (gnus-article-extend-url-button): New function.
4463         (gnus-article-add-buttons): Use it.
4464         (gnus-button-push): Use concatenated url that it makes.
4465
4466 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4467
4468         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4469
4470 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4471
4472         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4473         Don't hardcode point-min==1.
4474
4475 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4476
4477         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4478         Fix comment about "iso8859-1".
4479
4480 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4481
4482         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4483         ones returned from the verify-function.
4484
4485         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4486         mml2015-extract-cleartext-signature if extraction failed.
4487
4488 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4489
4490         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4491         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4492         failed.
4493
4494 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4495
4496         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4497
4498 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4499
4500         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4501         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4502         recommends to use EasyPG instead of PGG.
4503
4504         * pgg.el: Revert to revision 6.23.2.16.
4505
4506         * pgg-def.el: Revert to revision 6.6.2.14.
4507
4508         * pgg-gpg.el: Revert to revision 6.23.2.34.
4509
4510 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4511
4512         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4513         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4514         thread for both the null and zero (kill/expire thread) universal prefix
4515         cases.
4516         (gnus-summary-expire-thread): Add new function to expire a thread,
4517         using gnus-summary-kill-thread.
4518         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4519         shortcuts for gnus-summary-expire-thread.
4520         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4521         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4522
4523 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4524
4525         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4526         extras value, so an extras entry can be deleted.
4527         (gnus-registry-delete-extra-entry): Use it.
4528         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4529         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4530         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4531         storage through the gnus-registry, and provide an appropriate API for
4532         it.
4533
4534 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4535
4536         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4537         Suggested by Leo <sdl.web@gmail.com>.
4538
4539         * gnus.el: Do.
4540
4541 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4542
4543         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4544         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4545
4546         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4547
4548         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4549         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4550
4551 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4552
4553         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4554         newline.
4555         (nnmbox-request-accept-article): Don't change article in source buffer;
4556         narrow to header to use message-fetch-field rather than
4557         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4558         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4559         as delimiters; make sure article ends with newline.
4560         (nnmbox-delete-mail): Correct last position of article to be deleted;
4561         ignore X-Gnus-Newsgroup header in article body.
4562         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4563         positions; make sure article ends with newline.
4564
4565         * message.el (message-display-abbrev): Don't infloop when a user
4566         inserts SPC in the beginning of header.
4567
4568         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4569         coding-system-for-read and coding-system-for-write for XEmacs having no
4570         file-coding feature.
4571
4572         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4573
4574 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4575
4576         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4577         list of groups not followed by default.  Fix type to be regexp.
4578         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4579
4580 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4581
4582         * hmac-def.el (define-hmac-function): Switch from old-style to
4583         new-style backquotes.
4584
4585         * md4.el (md4-make-step): Likewise.
4586
4587 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4588
4589         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4590         raw-text coding system when saving .newsrc file, which may contain
4591         non-ASCII group names.
4592
4593 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4594
4595         * gnus-cus.el (gnus-score-extra): New widget.
4596         (gnus-score-extra-convert): New function.
4597         (gnus-score-customize): Use it for Extra.
4598
4599 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4600
4601         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4602         (mml2015-mailcrypt-clear-verify): Use it.
4603         (mml2015-gpg-clear-verify): Use it.
4604         (mml2015-pgg-clear-verify): Use it.
4605         (mml2015-epg-clear-verify): Replace the current part with the output
4606         from GnuPG; don't extract the plaintext by itself.
4607
4608         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4609         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4610         mml2015-clear-verify-function; don't touch the armor headers or
4611         dash-escaped text here.
4612
4613 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4614
4615         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4616         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4617         parts, or application/octet-stream as a last resort.
4618         (gnus-mime-view-part-as-type): Don't toggle display.
4619         (gnus-mime-view-part-as-charset): Don't turn off display before
4620         querying charset.
4621
4622         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4623         stuff to undisplayer function in Emacs.
4624         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4625
4626         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4627         text/calendar parts.
4628
4629 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4630
4631         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4632         decoding text/calendar parts.
4633
4634         * message.el (message-forward-make-body-mime): Always mark body as
4635         having no illegible text; remove signed-or-encrypted argument.
4636         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4637
4638         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4639         (mml-generate-mime-1): Don't encode body if it is specified to be in
4640         raw form; don't make buffer be unibyte when inserting multibyte string.
4641
4642 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4643
4644         * sha1.el: Fix up comment style.
4645         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4646         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4647
4648         * hex-util.el: Fix up comment style.
4649         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4650
4651         * gnus-salt.el: Use with-current-buffer.
4652         (gnus-pick-setup-message): Fix long-standing typo.
4653
4654 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4655
4656         * imap.el (imap-logout-timeout): New variable.
4657         (imap-logout, imap-logout-wait): New functions.
4658         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4659
4660         * nnimap.el (nnimap-logout-timeout): New server variable.
4661         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4662         nnimap-logout-timeout.
4663
4664         * gnus-art.el (gnus-article-summary-command-nosave)
4665         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4666
4667 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4668
4669         * gnus.el (gnus-maximum-newsgroup): New variable.
4670
4671         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4672         according to gnus-maximum-newsgroup.
4673
4674         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4675         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4676         Limit the range of articles according to gnus-maximum-newsgroup.
4677
4678 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4679
4680         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4681         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4682         Don't perform gnus-configure-windows here; reuse existing sticky
4683         article buffer.
4684
4685         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4686         it doesn't exist in gnus-article-mode.
4687
4688 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4689
4690         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4691         (gnus-agent-decoded-group-name): New function.
4692         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4693         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4694
4695 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4696
4697         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4698         Add binding for gnus-sticky-article.
4699         (gnus-summary-exit): Don't kill sticky article buffers.
4700
4701         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4702         article buffer.
4703         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4704         (gnus-kill-sticky-article-buffers): New commands.
4705
4706 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4707
4708         * nntp.el (nntp-xref-number-is-evil): New server variable.
4709         (nntp-find-group-and-number): If it is non-nil, don't trust article
4710         numbers in the Xref header.
4711
4712 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4713
4714         * gnus-agent.el (gnus-agent-read-group): New function.
4715         (gnus-agent-flush-group, gnus-agent-expire-group)
4716         (gnus-agent-regenerate-group): Use it.
4717         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4718         nnmail-pathname-coding-system.
4719
4720 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4721
4722         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4723
4724         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4725         that are unread as unread, and also as selected so that information of
4726         marks having been changed by a user may be updated when exiting group.
4727
4728 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4729
4730         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4731         calculated ignoring signature parts to gnus-treat-article.
4732
4733 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4734
4735         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4736         a point here in order to keep the window start.
4737         (gnus-insert-mime-security-button): Make a button overlay without the
4738         front stickiness.
4739         (gnus-mime-display-security): Goto the end of a button.
4740
4741         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4742
4743 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4744
4745         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4746         group-name-at-point.
4747         (gnus-group-completing-read): New function that offers decoded
4748         non-ASCII group names for completion.
4749         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4750         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4751         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4752         (gnus-group-fetch-control): Use it.
4753         (gnus-fetch-group): Use group-name-at-point for the initial value
4754         rather than the default value; use gnus-alive-p.
4755
4756         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4757         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4758         (gnus-summary-post-news): Use gnus-group-completing-read.
4759
4760         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4761         (gnus-read-move-group-name): Decode group name for completion.
4762
4763 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4764
4765         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4766         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4767         Yamaoka slightly modified the code).
4768
4769 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4770
4771         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4772         (nnmail-split-incoming): Bind it.
4773
4774         * nnml.el (nnml-group-name-charset): New function.
4775         (nnml-decoded-group-name): Use it; don't decode group name if
4776         nnmail-group-names-not-encoded-p is non-nil.
4777         (nnml-encoded-group-name): New function.
4778         (nnml-group-pathname): Inline nnml-decoded-group-name.
4779         (nnml-request-expire-articles): Decode group name in message.
4780         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4781         nnmail-pathname-coding-system.
4782         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4783         not decoded ones according to nnmail-group-names-not-encoded-p.
4784         (nnml-generate-active-info): Use nnml-encoded-group-name.
4785
4786 2007-08-08  Glenn Morris  <rgm@gnu.org>
4787
4788         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4789         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4790         doc-strings and comments.
4791
4792 2007-07-25  Glenn Morris  <rgm@gnu.org>
4793
4794         * Relicense all FSF files to GPLv3 or later.
4795
4796 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4797
4798         * gnus-sum.el (gnus-summary-move-article): Make
4799         gnus-summary-respool-article work.
4800
4801 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4802
4803         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4804         string.
4805
4806 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4807
4808         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4809         that should be ignored when comparing distant RSS articles with local
4810         ones.
4811         (nnrss-make-hash-index): New function.  Create a hash index according
4812         to the ignored fields.
4813         (nnrss-check-group): Use it.
4814
4815 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4816
4817         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4818
4819         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4820
4821         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4822         the new optional argument ENCODED is non-nil.
4823         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4824         coding system for encoding group name.
4825         (gnus-group-make-rss-group): Pass un-encoded group name to
4826         gnus-group-make-group.
4827         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4828         encoded.
4829
4830         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4831         Encode group name to which articles are moved or copied.
4832         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4833         coding system for encoding Newsgroup, Followup-To and Xref headers.
4834
4835         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4836         marks; use nnheader-file-coding-system to write a file.
4837         (nnagent-retrieve-headers): Bind file-name-coding-system to
4838         nnmail-pathname-coding-system.
4839
4840         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4841
4842         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4843         (nnml-request-article, nnml-request-create-group)
4844         (nnml-request-rename-group, nnml-find-id)
4845         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4846         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4847         (nnml-save-marks): Use nnml-group-pathname instead of
4848         nnmail-group-pathname.
4849
4850         (nnml-request-create-group, nnml-request-expire-articles)
4851         (nnml-request-move-article, nnml-request-delete-group)
4852         (nnml-deletable-article-p, nnml-possibly-create-directory)
4853         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4854         (nnml-open-marks): Bind file-name-coding-system to
4855         nnmail-pathname-coding-system.
4856
4857         (nnml-request-article): Pass server argument to nnml-find-group-number.
4858         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4859         server argument to nnml-possibly-create-directory.
4860         (nnml-request-accept-article): Pass server argument to
4861         nnml-active-number and nnml-save-mail.
4862         (nnml-find-group-number): Pass server argument to nnml-find-id.
4863         (nnml-request-update-info): Pass server argument to
4864         nnml-marks-changed-p.
4865
4866         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4867         (nnml-save-mail, nnml-active-number): Add server argument.
4868
4869         (nnml-request-delete-group): Warn if group is missing.
4870         (nnml-get-nov-buffer): Decode group name.
4871         (nnml-generate-active-info): Encode group name.
4872         (nnml-open-marks): Decode group name in messages.
4873
4874 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4875
4876         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4877         if it is not specified.
4878         (gnus-article-pipe-part, gnus-article-save-part)
4879         (gnus-article-interactively-view-part, gnus-article-copy-part)
4880         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4881         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4882         (gnus-article-replace-part, gnus-article-delete-part)
4883         (gnus-article-view-part-as-type): Pass raw prefix argument to
4884         gnus-article-part-wrapper.
4885
4886 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4887
4888         * gnus-agent.el (gnus-agent-save-active): Bind
4889         nnheader-file-coding-system to gnus-agent-file-coding-system.
4890
4891         * gnus-cache.el (gnus-cache-save-buffers)
4892         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4893         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4894         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4895         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4896         (gnus-cache-generate-active, gnus-cache-rename-group)
4897         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4898         (gnus-cache-update-overview-total-fetched-for): Bind
4899         file-name-coding-system to nnmail-pathname-coding-system.
4900         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4901         variables.
4902         (gnus-cache-decoded-group-name): New function.
4903         (gnus-cache-file-name): Use it.
4904         (gnus-cache-generate-active): Use non-decoded group name for active.
4905
4906         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4907         right place.
4908         (gnus-write-active-file): Don't break non-ASCII group names.
4909
4910         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4911         nnmail-pathname-coding-system.
4912
4913         * lpath.el: Bind default-file-name-coding-system,
4914         file-name-coding-system and language-info-alist for XEmacs.
4915
4916         * gnus-uu.el (gnus-uu-decode-save): Typo.
4917
4918 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4919
4920         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4921
4922 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4923
4924         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4925         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4926         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4927         (gnus-agent-flush-group, gnus-agent-flush-cache)
4928         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4929         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4930         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4931         (gnus-agent-regenerate-group)
4932         (gnus-agent-update-files-total-fetched-for)
4933         (gnus-agent-update-view-total-fetched-for): Bind
4934         file-name-coding-system to nnmail-pathname-coding-system.
4935         (gnus-agent-group-pathname): Don't encode file names by
4936         nnmail-pathname-coding-system.
4937         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4938         coding-system-for-write instead of buffer-file-coding-system to
4939         gnus-agent-file-coding-system.
4940
4941         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4942         Decode group name.
4943
4944         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4945
4946         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4947         (gnus-read-newsrc-el-file): Make group names unibyte.
4948
4949         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4950         nnmail-pathname-coding-system.
4951
4952         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4953         (nnrss-request-delete-group): Bind file-name-coding-system to
4954         nnmail-pathname-coding-system.
4955         (nnrss-read-server-data, nnrss-read-group-data): Bind
4956         file-name-coding-system correctly.
4957         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4958
4959         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4960         (nntp-server-to-method-cache): New variable.
4961         (nntp-group-pathname): New function that decodes non-ASCII group names.
4962         (nntp-possibly-create-directory, nntp-marks-changed-p)
4963         (nntp-save-marks, nntp-open-marks): Use it.
4964         (nntp-possibly-create-directory, nntp-open-marks):
4965         Bind file-name-coding-system to nnmail-pathname-coding-system.
4966         (nntp-open-marks): Decode group names when bootstrapping marks.
4967
4968         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4969         Newsgroups and Folowup-To headers.
4970
4971 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4972
4973         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4974         (gnus-server-closed-face, gnus-server-denied-face)
4975         (gnus-server-offline-face): Remove variable.
4976         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4977
4978         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4979         of modifying message-stack directly for XEmacs.
4980
4981         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4982         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4983         if the coding-system argument is nil for XEmacs.
4984
4985         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4986         mm-charset-override-alist.
4987
4988         * rfc2047.el: Don't require base64; require rfc2045 for the function
4989         rfc2045-encode-string.
4990         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4991         to quote the parameter value.
4992
4993 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4994
4995         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4996         form in gnus-group-name-charset-method-alist.
4997
4998         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4999         overrides the default layout edit-form.
5000
5001         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5002
5003         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5004
5005 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5006
5007         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5008         as unfetched articles.
5009
5010 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5011
5012         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5013
5014 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5015
5016         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5017         original back end that keeps marks in the local system.
5018
5019 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5020
5021         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5022         arg of pop-to-buffer for XEmacs.
5023         (gnus-article-read-summary-keys): Ditto; don't restore window
5024         configuration if summary command ends up with neither article buffer
5025         nor summary buffer; describe bindings if summary keys end with C-h.
5026
5027 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5028
5029         * message.el (message-fix-before-sending): Skip raw message part to be
5030         forwarded while checking illegible text.
5031         (message-forward-make-body-mime, message-forward-make-body): Mark
5032         signed or encrypted raw message as having no illegible text.
5033
5034 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5035
5036         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5037         (gnus-message-with-timestamp-1): New macro.
5038         (gnus-message-with-timestamp): New function.
5039         (gnus-message): Use them.
5040
5041         * nnheader.el (nnheader-message): Use them.
5042
5043 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5044
5045         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5046         .newsrc.eld file.
5047
5048 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5049
5050         * gnus-agent.el (gnus-agent-fetch-headers)
5051         (gnus-agent-retrieve-headers): Bind
5052         gnus-decode-encoded-address-function to identity.
5053
5054         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5055         available also when the server returns simply a dot.
5056
5057         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5058
5059 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5060
5061         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5062
5063 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5064
5065         * gnus-ems.el (gnus-x-splash): Make it work.
5066
5067         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5068         from being used.
5069
5070         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5071
5072 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5075         4th and the 5th arguments.
5076
5077         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5078         the front stickiness.
5079         (gnus-article-summary-command-nosave): Correct the order of the
5080         arguments passed to pop-to-buffer.
5081         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5082         summary command ends up with the article buffer.
5083
5084         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5085         the same faces.
5086
5087 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5088
5089         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5090
5091 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5092
5093         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5094         * gnus-sum.el (gnus-summary-highlight):
5095         * pgg.el (pgg-sign-region, pgg-sign):
5096         * mail-source.el (mail-source-delete-old-incoming-confirm):
5097         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5098
5099 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5100
5101         * gnus-art.el (gnus-mime-view-part-externally)
5102         (gnus-mime-view-part-internally): Fix predicate function passed to
5103         completing-read.
5104
5105         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5106
5107         * gnus.el (gnus-update-message-archive-method): Add :version.
5108
5109 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5110
5111         * gnus.el (gnus-update-message-archive-method): New variable.
5112
5113         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5114         according to gnus-message-archive-method if
5115         gnus-update-message-archive-method is non-nil.
5116
5117 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5118
5119         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5120         by Loic Dachary <loic@dachary.org>.
5121         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5122
5123 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5124
5125         * message.el (message-pop-to-buffer): Add switch-function argument.
5126         (message-mail): Pass switch-function argument to it.
5127
5128 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5129
5130         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5131         Improve doc string.
5132
5133 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5134
5135         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5136         (gnus-header-content)
5137         * gnus-cite.el (gnus-cite-10)
5138         * gnus-srvr.el (gnus-server-closed)
5139         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5140         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5141         (gnus-group-mail-3-empty, gnus-group-mail-low)
5142         (gnus-group-mail-low-empty, gnus-splash)
5143         * message.el (message-header-to, message-header-cc)
5144         (message-header-subject, message-header-other, message-header-name)
5145         (message-header-xheader, message-separator, message-cited-text)
5146         (message-mml): Lighten colors of faces used for dark background.
5147
5148 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5149
5150         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5151         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5152
5153 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5154
5155         * message.el (message-narrow-to-headers-or-head):
5156         Ignore mail-header-separator in the body.
5157
5158 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5159
5160         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5161         same as window size.
5162
5163 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5164
5165         * message.el (message-font-lock-keywords): Use message-header-xheader
5166         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5167         ahead of the anything pattern, to get it recognised.
5168
5169 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5170
5171         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5172         spam.el loads uses it in the compiled defadvice form.
5173
5174 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5175
5176         * gnus-sum.el (gnus-articles-to-read)
5177         (gnus-summary-insert-old-articles): Don't truncate group name for
5178         `read-string'.
5179
5180         * gnus-util.el (gnus-limit-string): Delete this function.
5181
5182         * gnus-sum.el (gnus-simplify-subject-fully): Use
5183         `truncate-string-to-width' instead.
5184
5185 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5186
5187         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5188         if, on summary exit, the next group has to be selected.
5189         (gnus-summary-exit): Use it.
5190
5191 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5192
5193         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5194         non-break space.
5195
5196 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5199         Check if group is not a directory.
5200         (nnfolder-request-expire-articles): Don't delete articles if the target
5201         group is not available.
5202
5203         * nnml.el (nnml-request-create-group): Properly check if group is not a
5204         file.
5205         (nnml-request-expire-articles): Don't delete articles if the target
5206         group is not available.
5207
5208         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5209         Don't quote characters that are within parentheses.
5210
5211 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5212
5213         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5214         (gnus-handle-ephemeral-exit): Select article according to it.
5215
5216 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5217
5218         * message.el (message-insert-formated-citation-line): Remove newline.
5219         (message-citation-line-format): Add final \n here so that the user can
5220         avoid a blank line.
5221
5222 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5223
5224         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5225         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5226         Update lanl/arXiv support.
5227
5228 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5229
5230         * gnus.el: Bump version number.
5231
5232 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5233
5234         * gnus.el (gnus-version-number): Bump version.
5235
5236 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5237
5238         * gnus.el: No Gnus v0.6 is released.
5239
5240 2007-04-27  Didier Verna  <didier@xemacs.org>
5241
5242         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5243         * gmm-utils.el (gmm-regexp-concat): here.
5244         * message.el: Don't require 'gnus-util.
5245         (message-dont-reply-to-names): Handle name change above.
5246         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5247
5248 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5249
5250         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5251         since the initial value varies according to the system.
5252
5253 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5254
5255         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5256
5257 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5258
5259         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5260
5261 2007-04-24  Didier Verna  <didier@xemacs.org>
5262
5263         Improve the type of gnus-ignored-from-addresses.
5264         * gnus-util.el (gnus-orify-regexp): New function.
5265         * message.el (gnus-util): Require it.
5266         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5267         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5268         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5269
5270 2007-04-24  Didier Verna  <didier@xemacs.org>
5271
5272         * gnus-sum.el:
5273         * gnus-utils.el: Fix some trailing whitespaces.
5274
5275 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5276
5277         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5278         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5279         article's Message-ID; refer parent article in summary buffer.
5280
5281         * message.el (message-bounce): Call mime-to-mml.
5282
5283         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5284         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5285         optimize and/or forms properly.
5286
5287 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5288
5289         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5290         URL.
5291
5292 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5293
5294         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5295
5296 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5299         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5300         displayed of multipart/alternative part if it is invoked from summary
5301         buffer.
5302
5303         * mm-view.el (mm-inline-text-html-render-with-w3m)
5304         (mm-inline-text-html-render-with-w3m-standalone)
5305         (mm-inline-render-with-function): Use mail-parse-charset by default.
5306
5307 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5308
5309         * parse-time.el (parse-time-string-chars): Check if CHAR
5310         is less than the length of parse-time-syntax.
5311
5312 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5313
5314         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5315         from gnus-newsgroup-processable.
5316
5317 2007-04-16  Didier Verna  <didier@xemacs.org>
5318
5319         * gnus-msg.el (gnus-configure-posting-styles): Handle
5320         message-signature-directory properly with :file syntax.  Reported by
5321         "Leo".
5322
5323 2007-04-11  Didier Verna  <didier@xemacs.org>
5324
5325         New user option: message-signature-directory.
5326         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5327         * message.el (message-insert-signature): Ditto.
5328         * message.el (message-signature-file): Doc update.
5329         * message.el (message-signature-directory): New.
5330
5331 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5332
5333         * gnus-msg.el (gnus-inews-yank-articles): Use
5334         message-exchange-point-and-mark instead of exchange-point-and-mark.
5335
5336 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5337
5338         * message.el (message-yank-original): Make sure cited text ends with
5339         newline; don't exchange point and mark.
5340
5341 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5342
5343         * tls.el (open-tls-stream): Properly handle case where there
5344         is no associated buffer.
5345
5346 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5347
5348         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5349         message-yank-original, make sure (< mark TEXT point).
5350
5351 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5352
5353         * message.el (message-fill-column): New variable.
5354         (message-mode): Use it.  Add comment on a possible new hook.
5355
5356         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5357         (nnmail-get-new-mail): Reformat.
5358
5359         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5360
5361         * gmm-utils.el: Fix Commentary.
5362         (gmm-tool-bar-from-list): Fix typo in doc string.
5363
5364 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5365
5366         * message.el (message-yank-original): Don't switch point and mark
5367         unnecessarily to put point and mark as documented.
5368
5369 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5370
5371         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5372         from the message heads.
5373
5374 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5375
5376         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5377         article buffer does not have a window.  This may not be the best
5378         solution but is certainly better than setting the start of the null,
5379         that is the current, window.
5380
5381 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5382
5383         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5384         (gnus-draft-setup): Run it.
5385
5386         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5387         gnus-score-fast-scoring.  Allow regexp.
5388         (gnus-score-headers): Use it.
5389
5390         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5391         XEmacs.
5392
5393         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5394         string.
5395         (gnus-button-alist): Also catch `<f1> k ...'.
5396         (gnus-treat-display-x-face): Fix doc string.
5397
5398 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5399
5400         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5401         evaluation of gnus-extended-version to ensure correct generation of the
5402         User-Agent header when message-generate-headers-first is used.
5403
5404 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5405
5406         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5407         hashcash-path is nil.  Don't call callback with incorrect number of
5408         parameters if val is 0.
5409
5410 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5411
5412         * message.el (message-required-news-headers):
5413         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5414
5415 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5416
5417         * tls.el (open-tls-stream): In handshake-waiting loop,
5418         don't wait more if there is output available to process.
5419
5420 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5421
5422         * tls.el (tls-program): Doc fix.
5423
5424 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5425
5426         * message.el (message-generate-new-buffers): Change the meaning of the
5427         nil value; add `standard' to the choices; treat t as `unique'; improve
5428         doc string.
5429         (gnus-select-frame-set-input-focus): Autoload.
5430         (message-buffer-name): Search for the existing message buffer if
5431         message-generate-new-buffers is nil or `standard'; treat the value t of
5432         message-generate-new-buffers as `unique'.
5433         (message-pop-to-buffer): Raise the frame already displaying the message
5434         buffer; clear the echo area after querying.
5435         (message-setup): Pass the `continue' argument to compose-mail.
5436         (message-mail): Prefer `switch-function' if it is given; search for the
5437         existing message buffer if the `continue' argument is non-nil; pass
5438         continue and switch-function arguments to compose-mail by way of
5439         message-setup.
5440         (message-mail-other-window): Adjust argument of message-setup.
5441         (message-mail-other-frame): Ditto.
5442
5443 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5444
5445         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5446         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5447         to turn font-lock on when turning gnus-message-citation-mode on.
5448
5449 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5450
5451         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5452         (mml-smime-function-alist): New variable; add epg as the backend.
5453         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5454         mml-smime- functions instead.
5455         * mm-view.el: Require smime.
5456
5457 2007-03-05  Didier Verna  <didier@xemacs.org>
5458
5459         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5460         instead of just inheritance for posting styles.
5461         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5462
5463 2007-02-24  Chris Moore  <dooglus@gmail.com>
5464
5465         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5466         * pgg-pgp.el (pgg-pgp-encrypt-region):
5467         * pgg-gpg.el (pgg-gpg-encrypt-region):
5468         Check pgg-encrypt-for-me if no other recipients.
5469
5470 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5471
5472         * tls.el (tls-certtool-program): Fix custom type.
5473
5474 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5475
5476         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5477         and point-at-eol instead of line-(beginning|end)-position.
5478
5479         * assistant.el (assistant-parse-buffer): Ditto.
5480
5481         * netrc.el (netrc-parse-services): Ditto.
5482
5483 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5484
5485         * mml2015.el (mml2015-epg-find-usable-key): New function.
5486         (mml2015-epg-sign): Use it.
5487         (mml2015-epg-encrypt): Use it.
5488
5489 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5490
5491         * message.el (message-make-in-reply-to): Quote name containing
5492         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5493         if there are special characters.  Reported by NAKAJI Hiroyuki
5494         <nakaji@jp.freebsd.org>.
5495
5496 2007-02-27  Didier Verna  <didier@xemacs.org>
5497
5498         Include the group parameters as well as the topic ones in the
5499         inheritance filter process.
5500         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5501         argument GROUP-PARAMS-LIST.
5502         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5503
5504 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5505
5506         * nntp.el (nntp-never-echoes-commands)
5507         (nntp-open-connection-functions-never-echo-commands): New variables.
5508         (nntp-send-command): Use them.
5509
5510 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5511
5512         * mml2015.el (mml2015-epg-verify): Simplified.
5513
5514 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5515
5516         * mml.el (mml-content-disposition-alist): New user option.
5517         (mml-content-disposition): New function.
5518         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5519         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5520
5521 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5522
5523         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5524         verification.
5525
5526 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5527
5528         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5529         articles posted in the last 24 hours.
5530
5531 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5532
5533         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5534
5535 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5536
5537         * nntp.el (nntp-send-command): Don't wait for echoes when
5538         nntp-open-ssl-stream is used.
5539
5540 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5541
5542         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5543         (gnus-message-add-citation-keywords)
5544         (gnus-message-remove-citation-keywords): Remove.
5545         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5546         directly, make the variables in font-lock-defaults buffer-local, add
5547         gnus-message-citation-keywords to them and then update the value of
5548         font-lock-keywords.
5549
5550 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5551
5552         * message.el (message-cite-original-1): Don't call
5553         gnus-article-highlight-citation.
5554
5555         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5556         citations; fix line count.
5557
5558 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5559
5560         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5561         (gnus-message-add-citation-keywords)
5562         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5563         versions of font-lock-add-keywords and font-lock-remove-keywords to
5564         work with XEmacs correctly.
5565
5566 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5567
5568         * gnus-cite.el (gnus-cite-face-list): Set the values of
5569         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5570         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5571         (gnus-message-cite-prefix-regexp): New variable.
5572         (gnus-message-search-citation-line): Use it; protect against long
5573         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5574         the 0th match data for Emacs.
5575         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5576         (gnus-message-add-citation-keywords): Append keywords rather than
5577         prepending; emulate font-lock-add-keywords if it is not available.
5578         (gnus-message-remove-citation-keywords): Emulate
5579         font-lock-remove-keywords if it is not available.
5580
5581         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5582
5583         * message.el (message-cite-prefix-regexp): Set the value of
5584         gnus-message-cite-prefix-regexp.
5585
5586 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5587
5588         * nnweb.el (nnweb-google-parse-1): Update parser.
5589
5590 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5591
5592         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5593
5594 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5595
5596         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5597         regexp.
5598
5599 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5600
5601         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5602         string-to-multibyte.
5603         (uudecode-decode-region-internal): Use it.
5604
5605         * lpath.el: Fbind string-as-multibyte for XEmacs.
5606
5607 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5608
5609         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5610         custom choice.
5611
5612         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5613
5614 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5615
5616         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5617
5618         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5619         `write-region' to respect `mm-inhibit-file-name-handlers'.
5620
5621 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5622
5623         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5624         Use gnus-home-directory instead of "~/" or "$HOME".
5625
5626 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5627
5628         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5629         to mention filename.
5630         Add comments at beginning regarding usage.
5631         (encrypt-write-file-contents): Change interactive so a string is
5632         acceptable.  If the file has no associated model, show an error instead
5633         of a nonsense prompt.
5634
5635 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5636
5637         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5638         Thanks to Yoshihiko Yamada for kind notification of this typo.
5639
5640 2007-01-12  Kenichi Handa  <handa@m17n.org>
5641
5642         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5643         multibyte buffer.
5644
5645 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5646
5647         * gnus-score.el (gnus-score-fast-scoring): New variable.
5648         (gnus-score-headers): Use it.
5649
5650         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5651
5652         * message.el (message-cite-original-1): Call
5653         gnus-article-highlight-citation if requested.
5654         (message-make-from): Allow name and address as optional arguments.
5655
5656         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5657
5658         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5659         bugs to doc string.
5660         (gnus-button-alist): Add mid\\|message-id.
5661         (gnus-button-fetch-group): Extend for use in
5662         `browse-url-browser-function'.
5663         (gnus-button-url-regexp): Try to catch paired parentheses like in
5664         Wikipedia URLs.
5665
5666         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5667         Suggested by Simon Krahnke <overlord@gmx.li>.
5668
5669 2007-01-13  Romain Francoise  <romain@orebokech.com>
5670
5671         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5672         Update copyright.
5673
5674 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5675
5676         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5677
5678 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5679
5680         * gnus-registry.el (gnus-registry-unfollowed-groups)
5681         (gnus-registry-split-fancy-with-parent): Fix documentation.
5682
5683 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5684
5685         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5686         from nnweb groups.
5687
5688 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5689
5690         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5691         Xref urls.  Erase buffer before requesting head.
5692
5693 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5694
5695         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5696         customizable.
5697
5698 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5699
5700         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5701         no signing key is found.
5702         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5703         no encrypting and/or signing key is found.
5704
5705 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5706
5707         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5708
5709 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5710
5711         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5712         headers read from disk with the ones newly found in the current search.
5713         This should no longer cause problems, because the article numbers in
5714         Gmane's `nov.php' output are ignored since the previous change.
5715
5716 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5717
5718         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5719
5720 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5723         replace-regexp-in-string; bind url-version; fbind display-images-p and
5724         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5725         find-face and set-itimer-function for Emacs; bind itimer-list for
5726         Emacs.
5727
5728         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5729
5730 2007-01-01  Romain Francoise  <romain@orebokech.com>
5731
5732         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5733
5734 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5735
5736         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5737         `define-minor-mode' macro definition expanded properly.
5738         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5739         exclude it there.
5740
5741         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5742         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5743         `fboundp' test.
5744         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5745         This is OK to autoload in (S)XEmacs now.
5746
5747 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5748
5749         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5750         keystroke.
5751         (gnus-summary-limit-to-singletons): Fix typo.
5752
5753         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5754         else fails.
5755
5756 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5757
5758         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5759         docstring.
5760
5761         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5762         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5763         (gnus-summary-insert-dormant-articles): Fix typo in message.
5764
5765 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5766
5767         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5768         nil for XEmacs.
5769         (gnus-message-citation-mode): Don't autoload in XEmacs.
5770
5771         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5772
5773 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5774
5775         * nnimap.el (nnimap-expunge-search-string): Mention
5776         nnimap-search-uids-not-since-is-evil in docstring.
5777
5778 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5779
5780         * spam.el: Revert to make-obsolete-variable because
5781         define-obsolete-variable-alias is not supported in Emacs 21.
5782
5783         * spam.el (spam-ifile-path, spam-ifile-database-path)
5784         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5785         make-obsolete-variable.
5786         (spam-bsfilter-path, spam-bsfilter-program)
5787         (spam-spamassassin-path, spam-spamassassin-program)
5788         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5789         use "path" inappropriately.
5790         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5791         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5792         variable names.
5793
5794 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5795
5796         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5797         summary buffer.
5798
5799         * password.el (password-cache-remove): Use clear-string to burn
5800         password, if available.
5801
5802 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5803
5804         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5805
5806         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5807
5808         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5809         (gnus-message-highlight-citation): Move defcustom here from
5810         gnus-cite.el.
5811         (gnus-message-citation-mode): Autoload.
5812
5813         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5814         checks to make it compile with XEmacs.
5815         (gnus-message-citation-mode): New minor mode.
5816         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5817         (gnus-message-highlight-citation): New variables.
5818         (gnus-message-search-citation-line)
5819         (gnus-message-add-citation-keywords)
5820         (gnus-message-remove-citation-keywords)
5821         (turn-on-gnus-message-citation-mode)
5822         (turn-off-gnus-message-citation-mode): New functions.
5823
5824 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5825
5826         * gnus-cite.el: Enable highlighting of different citation levels in
5827         message-mode.
5828
5829 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5830
5831         * message.el (message-make-fqdn): Fix comment.
5832         (message-bogus-system-names): Add ".local".
5833
5834         * spam.el (spam-ifile-path, spam-ifile-program)
5835         (spam-ifile-database-path, spam-ifile-database)
5836         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5837         Don't use "path" inappropriately.
5838         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5839         strings.
5840         (spam-check-ifile, spam-ifile-register-with-ifile)
5841         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5842         new variable names.
5843
5844         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5845         (gnus-treat-display-smileys): Simplify using
5846         gnus-image-type-available-p.
5847
5848         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5849         available.
5850
5851         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5852         `display-images-p' if available.
5853
5854 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5855
5856         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5857         one after turning on the buffer's multibyteness instead of decoding
5858         them directly in the unibyte buffer that causes unexpected conversion
5859         in Emacs 23 (unicode).
5860
5861 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5862
5863         * message.el (message-generate-hashcash): Fix custom type.
5864
5865 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5866
5867         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5868
5869 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5870
5871         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5872         disconnect icons.  Add help text.
5873
5874 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5875
5876         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5877         negated to be consistent with the others we handle.
5878
5879 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5880
5881         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5882         version of gnus-summary-buffer to something, so that we can use two
5883         article buffers at the same time.
5884
5885 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5886
5887         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5888         trigger all the extra headers.
5889         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5890         sorting.
5891
5892 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5893
5894         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5895         solid groups.
5896
5897 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5898
5899         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5900
5901 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5902
5903         * legacy-gnus-agent.el: Add Copyright notice.
5904
5905 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5906
5907         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5908
5909 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5910
5911         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5912
5913         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5914         to make it work reliably in CVS Emacs.
5915         (gnus-summary-limit-strange-charsets-predicate)
5916         (gnus-summary-limit-to-predicate): New functions.
5917
5918 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5919
5920         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5921         specifying array size.
5922         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5923         array if it is too small.
5924         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5925         (gnus-sort-threads-loop): New function.
5926
5927 2006-12-06  Chris Moore  <dooglus@gmail.com>
5928
5929         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5930         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5931
5932 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5933
5934         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5935         options.
5936
5937 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5938
5939         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5940         DOS-ing the recipient.
5941
5942         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5943         the headers when creating the mapping to avoid mismappings.
5944         (nnweb-gmane-create-mapping): Always nix out old mapping.
5945
5946 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5947
5948         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5949         and mm-verify-option to never.
5950
5951 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5952
5953         * message.el (message-signed-or-encrypted-p): New function.
5954         (message-forward-make-body): Use it.
5955
5956         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5957         Replace encode-coding-string with mm-encode-coding-string.
5958
5959 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5960
5961         * nneething.el (nneething-decode-file-name): Replace
5962         decode-coding-string with mm-decode-coding-string.
5963
5964         * gnus-int.el (gnus-open-server): Say failed server's name.
5965
5966 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5967
5968         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5969         strings to a single string.  Quote `errors-file-name'.
5970         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5971         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5972         Adjust calls.  Use `shell-quote-argument'.
5973
5974 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5975
5976         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5977         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5978
5979         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5980         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5981         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5982         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5983         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5984         (gnus-subscribe-newsgroup, gnus-1):
5985         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5986         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5987         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5988         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5989
5990 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5991
5992         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5993         keystroke.
5994         (gnus-summary-limit-to-bodies): Implement headersp.
5995
5996 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5997
5998         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5999
6000 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6001
6002         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6003
6004 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6005
6006         * message.el (message-generate-hashcash): Expand range of values to
6007         include `opportunistic'.
6008         (message-send-mail): Use it.
6009
6010 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6011
6012         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6013         and comment it.
6014
6015         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6016
6017 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6018
6019         * gnus-util.el (gnus-extract-address-components): Improve comment.
6020
6021 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6022
6023         * gnus-util.el (gnus-extract-address-components): Work with address in
6024         which the name portion contains @.
6025
6026         * lpath.el: Fbind custom-autoload.
6027
6028 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6029
6030         * gnus.el (gnus-start): Move custom group up.
6031         (gnus-select-method): Don't autoload, but make it available for
6032         `customize-variable'.
6033         (gnus-getenv-nntpserver): Don't autoload.
6034
6035 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6036
6037         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6038
6039 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6040
6041         * message.el (message-sendmail-extra-arguments): New variable.
6042         (message-send-mail-with-sendmail): Use it.
6043
6044 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6045
6046         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6047         mm-with-unibyte-current-buffer to make string unibyte.
6048
6049         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6050         mm-string-as-multibyte.
6051
6052 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6053
6054         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6055         Reported by Werner Koch <wk@gnupg.org>.
6056
6057 2006-11-14  Daiki Ueno  <ueno@p360>
6058
6059         * mml2015.el: Autoload epa-select-keys when compiling.
6060
6061 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6062
6063         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6064         message-options.
6065         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6066
6067 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6068
6069         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6070         EasyPG (< 0.0.6).
6071         (mml2015-always-trust): New user option.
6072         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6073         prompt.
6074
6075 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6076
6077         * nntp.el (nntp-authinfo-force): New variable.
6078         (nntp-send-authinfo): Use it.
6079
6080 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6081
6082         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6083         decode encoded words.  Improve prompt.  Add comment about forwarding.
6084         (message-replacement-char): Move up.
6085
6086 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6087
6088         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6089         instead of gnus-intersection because arguments of gnus-sorted-nunion
6090         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6091
6092 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6093
6094         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6095         (message-simplify-subject-functions): Enable
6096         message-strip-subject-encoded-words by default.
6097
6098 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6099
6100         * message.el (message-strip-subject-encoded-words): New function.
6101         (message-simplify-subject-functions): New variable.
6102         (message-simplify-subject): Use it.  Fix typo in doc string.
6103         Support message-strip-subject-encoded-words.
6104
6105 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6106
6107         * gnus-diary.el (gnus-diary-delay-format-function):
6108         * nndiary.el (nndiary-reminders):
6109         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6110
6111 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6112
6113         * gnus-art.el (article-hide-boring-headers): Fetch date from
6114         gnus-original-article-buffer to avoid problems with localized date
6115         strings.
6116
6117 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6118
6119         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6120
6121 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6122
6123         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6124         New variables.
6125         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6126         (mm-charset-synonym-alist): Move some entries to
6127         mm-codepage-iso-8859-list.
6128         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6129         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6130
6131 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6132
6133         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6134
6135 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6136
6137         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6138         with Emacs 21 and XEmacs.
6139
6140 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6141
6142         * spam.el (spam-parse-address): New function for better parsing,
6143         catching errors, etc.
6144         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6145
6146 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6147
6148         * mm-view.el: Add interactive arg to html2text autoload.
6149
6150 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6151
6152         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6153
6154 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6155
6156         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6157         variables.
6158         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6159         (mm-charset-synonym-alist): Move some entries to
6160         mm-codepage-iso-8859-list.
6161
6162         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6163
6164 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6165
6166         * message.el (message-citation-line-format)
6167         (message-insert-formated-citation-line): Fix implementation of %E, %N
6168         and %n according to the doc string.
6169
6170 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6171
6172         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6173         car-safe to avoid bad parses.
6174
6175 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6176
6177         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6178         names.
6179
6180         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6181
6182 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6185         header.
6186
6187         * message.el (message-draft-headers): Add Date.
6188         (message-headers-to-generate): Fix typo in docstring.
6189
6190         * nndraft.el (nndraft-required-headers): New variable.
6191         (nndraft-generate-headers): Use it.
6192
6193         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6194
6195 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6196
6197         * gnus-registry.el (gnus-registry-wash-for-keywords)
6198         (gnus-registry-find-keywords): New functions to allow easy searching of
6199         articles that are in the registry.
6200
6201 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6202
6203         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6204         ietf-drums-parse-address instead of gnus-extract-address-components.
6205         Reported by Damien Elmes <damien@repose.cx>.
6206
6207 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6208
6209         * gnus.el (gnus-mime): Remove unused custom group.
6210
6211 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6212
6213         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6214         "blank line" when searching for end of armor headers.
6215
6216 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6217
6218         * gmm-utils.el (gmm-write-region): Fix variable name.
6219
6220 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6221
6222         * gmm-utils.el (gmm-write-region): New function based on compatibility
6223         code from `mm-make-temp-file'.
6224
6225         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6226
6227         * nnmaildir.el (nnmaildir--update-nov)
6228         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6229         Use `gmm-write-region'.
6230
6231 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6232
6233         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6234         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6235
6236         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6237
6238         * message.el (message-replacement-char): New variable.
6239         (message-fix-before-sending): Use it.
6240         (message-simplify-subject): New function to remove duplicate code.
6241         (message-reply, message-followup): Use it.
6242
6243         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6244         gnus-summary-limit-to-articles.
6245
6246 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6247
6248         * gnus-util.el (gnus-with-local-quit): New macro.
6249
6250         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6251
6252 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6253
6254         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6255         ignore non-string data.
6256
6257 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6258
6259         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6260         non-string data (needs to be done in the registry too).
6261
6262 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6263
6264         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6265         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6266         (gnus-registry-split-fancy-with-parent)
6267         (gnus-registry-fetch-simplified-message-subject-fast)
6268         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6269         Remove text properties on ingress into the registry and when it's saved.
6270         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6271         registry from entries with no groups.
6272
6273 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6274
6275         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6276         function to remove string properties.
6277
6278 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6279
6280         * gmm-utils.el (gmm): Adjust custom version.
6281
6282         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6283         custom version.
6284
6285         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6286
6287 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6288
6289         * gnus-art.el (gnus-insert-prev-page-button)
6290         (gnus-insert-next-page-button): Simplify.  Reformat.
6291
6292 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6293
6294         * gnus-art.el (gnus-insert-prev-page-button)
6295         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6296
6297 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6298
6299         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6300
6301 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6302
6303         * gnus-art.el (gnus-insert-mime-button)
6304         (gnus-insert-mime-security-button):
6305         Apply gnus-article-button-face to MIME and security buttons.
6306
6307 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6308
6309         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6310         readable.
6311
6312 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6313
6314         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6315
6316 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6317
6318         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6319         `browse-url-of-file' instead of `browse-url'.
6320
6321 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6322
6323         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6324         regexp.  Articles containing quotation were cut prematurely.
6325
6326 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6327
6328         * message.el (message-cite-original-1): Use nobody by default for the
6329         value of From header.
6330         (message-reply): Ditto.
6331
6332 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6333
6334         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6335         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6336         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6337
6338 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6339
6340         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6341         mails in the doc string.  Add some URLs in comment.
6342         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6343
6344 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6345
6346         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6347         backslashes handling and the way to find boundaries of quoted strings.
6348
6349 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6350
6351         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6352         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6353         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6354         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6355
6356 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6357
6358         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6359         doc string.
6360         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6361
6362 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6363
6364         * lpath.el: Fbind epg-check-configuration.
6365
6366 2006-09-06  Simon Josefsson  <jas@extundo.com>
6367
6368         * mml2015.el (mml2015-use): Doc fix, mention epg.
6369
6370 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6371
6372         * mml2015.el (mml2015-use): Default to epg, if available.
6373
6374 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6375
6376         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6377         message-sender.
6378         (mml1991-epg-encrypt): Ditto.
6379         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6380         message-sender.
6381         (mml2015-epg-encrypt): Ditto.
6382
6383 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6384
6385         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6386         several common directories.
6387
6388 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6389
6390         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6391         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6392
6393 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6394
6395         * gnus-art.el (article-decode-encoded-words): Make it fast.
6396
6397 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6398
6399         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6400
6401         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6402         in quoted string into `\'.
6403
6404 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6405
6406         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6407         Use standard-syntax-table.
6408
6409 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * gnus-art.el (gnus-decode-address-function): New variable.
6412         (article-decode-encoded-words): Use it to decode headers which are
6413         assumed to contain addresses.
6414         (gnus-mime-delete-part): Remove useless `or'.
6415
6416         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6417         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6418         (gnus-nov-parse-line): Use it to decode From header.
6419         (gnus-get-newsgroup-headers): Ditto.
6420         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6421
6422         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6423         (mail-decode-encoded-address-string): New alias.
6424
6425         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6426         New function.
6427         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6428         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6429         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6430         (rfc2047-decode-string): Ditto.
6431         (rfc2047-decode-address-region): New function.
6432         (rfc2047-decode-address-string): New function.
6433
6434 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6435
6436         * message.el (message-caesar-buffer-body): Allow rotating headers.
6437
6438         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6439
6440         * message.el (message-insert-formated-citation-line): Fix %f.
6441         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6442
6443 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6444
6445         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6446         (gnus-bookmark-mouse-available-p): New macro.
6447         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6448         (gnus-bookmark-bmenu-show-infos): Use it.
6449         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6450         (gnus-bookmark-bmenu-hide-infos): Ditto.
6451         (gnus-bookmark-remove-properties): New function.
6452         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6453         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6454         (gnus-bookmark-write-file): Bind coding-system-for-write.
6455         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6456         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6457         group before selecting it.
6458         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6459         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6460         quit-window if it is not available; use gnus-mouse-2 and bind it to
6461         gnus-bookmark-bmenu-select-by-mouse.
6462         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6463         (gnus-bookmark-bmenu-select-by-mouse): New function.
6464
6465 2006-08-13  Romain Francoise  <romain@orebokech.com>
6466
6467         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6468         space.
6469
6470 2006-08-10  Romain Francoise  <romain@orebokech.com>
6471
6472         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6473         (dns-mode-soa-auto-increment-serial): New user option.
6474         (dns-mode-soa-maybe-increment-serial): New function.
6475         (dns-mode): Add the latter to `write-contents-functions'.
6476
6477 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6478
6479         * compface.el (uncompface): Use binary rather than raw-text-unix.
6480
6481 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * compface.el (uncompface): Make sure the eol conversion doesn't take
6484         place when communicating with the external programs.  Reported by
6485         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6486
6487 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6488
6489         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6490
6491 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6492
6493         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6494         Make it more robust by parsing author and date independently.
6495
6496 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6497
6498         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6499
6500 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6501
6502         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6503         first matching secret key.
6504         (mml2015-epg-encrypt): Ditto.
6505
6506         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6507         first matching secret key.
6508         (mml1991-epg-encrypt): Ditto.
6509
6510         * mml2015.el (mml2015-encrypt-to-self): New user option.
6511         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6512         mml2015-epg-encrypt-to-self is set.
6513
6514         * mml1991.el (mml1991-encrypt-to-self): New variable.
6515         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6516         mml1991-epg-encrypt-to-self is set.
6517
6518         * mml2015.el (mml2015-signers): New user option.
6519         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6520         (mml2015-epg-encrypt): Allow to select signing keys.
6521
6522         * mml1991.el (mml1991-signers): New variable.
6523         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6524         (mml1991-epg-encrypt): Allow to select signing keys.
6525
6526 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6527
6528         * nnheader.el (nnheader-insert-head): Make it work even if the file
6529         uses CRLF for the line-break code.
6530
6531 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6532
6533         * mml2015.el: Require mml-sec instead of password.
6534         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6535         (mml2015-cache-passphrase): Inherit the default value from
6536         mml-secure-cache-passphrase.
6537         (mml2015-passphrase-cache-expiry): Inherit the default value from
6538         mml-secure-passphrase-cache-expiry.
6539
6540         * mml1991.el: Require mml-sec instead of password.
6541         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6542         (mml1991-cache-passphrase): Inherit the default value from
6543         mml-secure-cache-passphrase.
6544         (mml1991-passphrase-cache-expiry): Inherit the default value from
6545         mml-secure-passphrase-cache-expiry.
6546
6547         * mml-sec.el: Require password.
6548         (mml-secure-verbose): New user option.
6549         (mml-secure-cache-passphrase): New user option.
6550         (mml-secure-passphrase-cache-expiry): New user option.
6551
6552 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6553
6554         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6555         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6556         andreas@altroot.de (Andreas Vögele).
6557
6558         FIXME: Use `tiny change'?
6559
6560 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6561
6562         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6563         workaround for the url package included with Emacs.
6564
6565         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6566
6567 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6570         correctly.  This fixes a bug caused by the 2006-05-12 change.
6571
6572 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6573
6574         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6575         some information about the error when saying that the `bogus' mail
6576         group will be used.
6577
6578 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6579
6580         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6581         string.
6582
6583 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6584
6585         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6586
6587 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6588
6589         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6590
6591 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6592
6593         * mml1991.el (mml1991-function-alist): Add epg.
6594         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6595         (mml1991-epg-encrypt): New functions.
6596
6597 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6598
6599         * mml2015.el (mml2015-verbose): New variable.
6600         (mml2015-cache-passphrase): Ditto.
6601         (mml2015-passphrase-cache-expiry): Ditto.
6602         (mml2015-function-alist): Add epg.
6603         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6604         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6605         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6606         functions.
6607
6608 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6609
6610         * message.el (message-cite-original-1): Preserve region when removing
6611         quoted text due to X-No-Archive in order to avoid bogus attribution
6612         when citing multiple messages.
6613
6614 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6615
6616         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6617         Kenneth Jacker <khj@be.cs.appstate.edu>.
6618
6619 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6620
6621         * gnus-diary.el (gnus-user-format-function-d)
6622         (gnus-user-format-function-D): Autoload.
6623
6624         * imap.el (Commentary): Fix typo.
6625
6626         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6627         2006-04-22 contribution.
6628
6629 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6630
6631         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6632         It didn't really fix the bogosity I'm seeing with solid web groups.
6633
6634 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6635
6636         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6637         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6638         created using server names.  If we use the feature without declaring
6639         it, Gnus does not properly manage server and group state.
6640
6641         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6642         bound.
6643
6644 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6645
6646         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6647         looking up the method using GROUP's prefix before inventing a new one.
6648         It is used on killed/unknown groups in various places where returning
6649         an all-new method isn't expected by the caller.
6650
6651         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6652         and match semantics of gnus-group-real-prefix.
6653
6654 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6655
6656         * nnmail.el (nnmail-broken-references-mailers): New variable.
6657         (nnmail-ignore-broken-references): New function generalizing
6658         nnmail-fix-eudora-headers.
6659         (nnmail-fix-eudora-headers): Now obsolete.
6660
6661         * gnus-art.el (gnus-button-handle-custom): Support
6662         `customize-apropos*'.
6663
6664 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6665
6666         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6667
6668         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6669         articles.
6670
6671 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6672
6673         * message.el (message-cite-reply-above): New variable.
6674         (message-yank-original): Use it.
6675
6676 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6677
6678         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6679
6680 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6681
6682         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6683         as read.
6684
6685         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6686
6687 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6688
6689         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6690         (gnus-bookmark-default-file): Use gnus-directory.
6691         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6692         Remove "*" in doc string.
6693         (gnus-bookmark-write-file): Simplify.
6694         (gnus-bookmark-maybe-sort-alist): Use `when'.
6695         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6696         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6697         FIXME about Emacs 21 and XEmacs compatibility.
6698         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6699         compatibility.
6700         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6701         compatibility.
6702         (gnus-bookmark-menu-heading): Fix version.
6703
6704 2006-06-19  Bastien Guerry  <bzg@altern.org>
6705
6706         * gnus-bookmark.el: New file.
6707
6708 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6709
6710         * message.el (message-syntax-checks): Doc fix.
6711
6712 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6713
6714         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6715         unsubscribed groups as if they were killed ones.  It causes duplicate
6716         entries in gnus-newsrc-alist.
6717
6718 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6719
6720         * message.el (message-syntax-checks): Doc fix.
6721         (message-send-mail): Add check for continuation headers.
6722         (message-check-news-header-syntax): Fix regexp used to check for
6723         continuation headers.
6724
6725 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6726
6727         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6728
6729 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6730
6731         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6732
6733 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6734
6735         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6736         default-truncate-lines.
6737
6738 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6739
6740         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6741         to fill the utf-8 entry.
6742
6743         * lpath.el: Fbind unicode-precedence-list.
6744
6745 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6746
6747         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6748
6749 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6750
6751         * gnus-agent.el (directory-files-and-attributes): Move all the way
6752         forward (the third and final move).
6753         (gnus-agent-read-agentview): Trap reconstruction errors due to
6754         nonexistant directory.  Handle by returning nil.
6755
6756 2006-05-30  Didier Verna  <didier@xemacs.org>
6757
6758         * message.el (message-dont-reply-to-names): Update the custom type.
6759         * message.el (message-dont-reply-to-names): New defsubst: potentially
6760         convert a list of regexps into a single one.
6761         * message.el (message-get-reply-headers): Use it.
6762         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6763
6764 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6765
6766         * gnus-agent.el (directory-files-and-attributes): Move forward.
6767
6768 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6769
6770         * gnus-ml.el (gnus-mailing-list-subscribe)
6771         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6772         (gnus-mailing-list-message): Fix doc strings.
6773
6774 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6775
6776         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6777         of doing it manually.
6778
6779 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6780
6781         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6782         comment.
6783
6784 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6785
6786         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6787         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6788         (gnus-agent-read-local): All symbols allocated in my-obarray.
6789         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6790         (gnus-agent-regenerate-group): Check numeric names to see if they are
6791         messages or groups.
6792         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6793         better way of do this...)
6794
6795         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6796         'dummy.group' (there should be a better way of do this...)
6797
6798 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6799
6800         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6801         (gnus-saved-headers): Ditto.
6802         (gnus-default-article-saver): Mention functions may have properties.
6803         (gnus-article-save): Override gnus-save-all-headers and
6804         gnus-saved-headers by :headers property which saver function may have.
6805         (gnus-summary-save-in-file): Add :headers property.
6806         (gnus-summary-write-to-file): Ditto.
6807
6808         * gnus-sum.el (gnus-summary-save-article): Bind
6809         gnus-prompt-before-saving to t when saving many articles in a file;
6810         always show all headers.
6811
6812         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6813
6814 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6815
6816         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6817         marks.
6818
6819         * message.el (message-indent-citation): Add optional arguments to allow
6820         using it outside of message buffers.
6821
6822         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6823         (gnus-article-treat-unfold-headers): Use it.
6824         (gnus-article-truncate-lines): New variable.
6825         (gnus-article-mode): Use it.
6826         (gnus-article-toggle-truncate-lines): New function.
6827
6828         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6829         gnus-article-toggle-truncate-lines.
6830
6831         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6832         coding system in XEmacs, use binary.
6833
6834 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6835
6836         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6837         after-load-alist.
6838
6839         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6840         this function should save decoded articles.
6841         (gnus-summary-write-to-file): Use property to specify this function
6842         should save decoded articles and specify gnus-summary-save-in-file
6843         should be used to save articles other than the first one when saving
6844         many articles.
6845         (gnus-summary-save-body-in-file): Use property to specify this
6846         function should save decoded articles.
6847         (gnus-summary-write-body-to-file): Use property to specify this
6848         function should save decoded articles and specify
6849         gnus-summary-save-body-in-file should be used to save articles other
6850         than the first one when saving many articles.
6851
6852         * gnus-sum.el (gnus-summary-save-article): Simplify.
6853
6854 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6855
6856         * gnus-art.el (gnus-default-article-saver): Add
6857         gnus-summary-write-body-to-file.
6858         (gnus-article-save-coding-system): Don't use coding system object
6859         in XEmacs.
6860         (gnus-read-save-file-name): Add optional `dir-var' argument which
6861         specifies directory in which files are saved; work even if optional
6862         `variable' argument is not specified.
6863         (gnus-summary-write-to-file): Read file name.
6864         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6865         (gnus-summary-write-body-to-file): New function.
6866
6867         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6868         (gnus-summary-local-variables): Add it.
6869         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6870         (gnus-summary-save-article): Remove optional `decode' argument;
6871         determine whether to decode articles by the value of
6872         gnus-default-article-saver; when saving many files using
6873         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6874         it first and use gnus-summary-save-in-file or
6875         gnus-summary-save-body-in-file thereafter unless
6876         gnus-prompt-before-saving is always; move point to article which
6877         will be saved.
6878         (gnus-summary-save-article-file): Revert.
6879         (gnus-summary-write-article-file): Revert.
6880         (gnus-summary-save-article-body-file): Revert.
6881         (gnus-summary-write-article-body-file): New function.
6882
6883 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6884
6885         * gnus-art.el (gnus-default-article-saver): Doc fix.
6886         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6887         from gnus-summary-save-article-coding-system, and default to a
6888         certain coding system.
6889         (gnus-output-to-file): Add coding cookie and encode text according
6890         to gnus-article-save-coding-system; don't use mm-append-to-file.
6891
6892         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6893         gnus-art.el and rename to gnus-article-save-coding-system.
6894         (gnus-summary-save-article): Require gnus-art; don't show all
6895         headers if it decodes articles; don't add coding cookie here;
6896         don't bind mm-text-coding-system-for-write.
6897         (gnus-summary-save-article-file): Save decoded articles.
6898         (gnus-summary-write-article-file): When saving many files, use
6899         gnus-summary-write-to-file first and gnus-summary-save-in-file
6900         thereafter unless gnus-prompt-before-saving is always.
6901         (gnus-summary-save-article-body-file): Save decoded articles.
6902
6903         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6904
6905 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6906
6907         * nnrss.el (nnrss-check-group): Bind hash-index.
6908
6909 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6910
6911         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6912         its hash index.  Store this hash in `nnrss-group-data'.
6913         (nnrss-read-group-data): Update accordingly.
6914
6915 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6916
6917         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6918         entry.
6919
6920         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6921         gnus-article-browse-html-article.
6922
6923 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6924
6925         * gnus-sum.el (gnus-summary-mime-map): Add
6926         gnus-article-browse-html-article.
6927
6928         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6929
6930 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6931
6932         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6933         suitable coding systems in customize.
6934
6935 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6936
6937         * mail-source.el (mail-sources): Fix custom type.
6938
6939 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6940
6941         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6942         (gnus-summary-expire-articles-now): Shorten prompt.
6943
6944         * gmm-utils.el (wid-edit): Require.
6945         (defun-gmm): Renamed from `gmm-defun-compat'.
6946         (gmm-image-search-load-path): Use it.
6947         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6948
6949 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6950
6951         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6952         variable.
6953         (gnus-summary-save-article): Add optional `decode' argument.  If
6954         it is set and gnus-summary-save-article-coding-system is non-nil,
6955         save decoded article.
6956         (gnus-summary-write-article-file): Save decoded article if
6957         gnus-summary-save-article-coding-system is non-nil.
6958
6959         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6960         type.
6961
6962 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6963
6964         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6965
6966 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6969         first to test gnus-single-article-buffer which may be buffer-local.
6970
6971         * gnus-sum.el (gnus-summary-setup-buffer): Make
6972         gnus-single-article-buffer buffer-local and nil in ephemeral
6973         group; make gnus-article-buffer, gnus-article-current, and
6974         gnus-original-article-buffer always buffer-local.
6975         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6976         group.
6977         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6978
6979 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6980
6981         * nnml.el (nnml-request-compact-group): Compressed files might not
6982         have .gz extension.
6983
6984 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6985
6986         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6987         (mm-copy-to-buffer): Use with-current-buffer.
6988         (mm-display-part): Simplify.
6989         (mm-inlinable-p): Add optional arg `type'.
6990
6991 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6992
6993         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6994         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6995         Try harder to show the attachment internally or externally using
6996         gnus-mime-view-part-as-type.
6997
6998 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6999
7000         * message.el (message-from-style, message-signature-separator)
7001         (message-user-organization-file, message-send-mail-function)
7002         (message-citation-line-function, message-yank-prefix)
7003         (message-indent-citation-function, message-signature)
7004         (message-signature-file, message-signature-insert-empty-line):
7005         Remove autoloads.
7006
7007         * gnus-art.el (gnus-buttonized-mime-types): Remove
7008         "multipart/signed".  Revert 2006-04-26 change.
7009
7010 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7011
7012         * gnus.el (gnus-version-number): Bump version.
7013
7014 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7015
7016         * gnus.el: No Gnus v0.5 is released.
7017
7018 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7019
7020         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7021         fetching articles by message-id.
7022
7023 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7024
7025         * message.el (hashcash): Require hashcash as normal.
7026
7027         * ecomplete.el (ecomplete-highlight-match-line): Use
7028         point-at-eol.
7029         (ecomplete-highlight-match-line): Use `highlight', because that
7030         face exists in both Emacs and XEmacs.
7031
7032         * message.el (message-display-abbrev): Use point-at-bol.
7033
7034         * mail-source.el: Don't require timer/timer-funcs.
7035
7036         * gnus-async.el: Ditto.
7037
7038         * password.el: Ditto.
7039
7040         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7041
7042         * mm-url.el: Ditto.
7043
7044         * gnus-xmas.el: Don't require timer-funcs.
7045
7046         * mm-util.el: Require timer/timer-funcs.
7047
7048 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7049
7050         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7051         Close.
7052
7053 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7054
7055         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7056         unibyte after clear-decrypt function runs.
7057
7058         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7059         returns as a unibyte string.
7060
7061 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * lpath.el: Revert.
7064
7065         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7066         (pgg-gpg-process-sentinel): Revert.
7067
7068         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7069         (pgg-pgp-lookup-key): Revert.
7070
7071         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7072         (pgg-pgp5-lookup-key): Revert.
7073
7074         * pgg.el (pgg-fetch-key): Revert.
7075
7076 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7077
7078         * lpath.el: Fbind string-as-multibyte for XEmacs.
7079
7080         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7081         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7082         (mml1991-pgg-encrypt): Ditto.
7083
7084         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7085         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7086         a multibyte buffer.
7087
7088         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7089         (pgg-pgp-lookup-key): Ditto.
7090
7091         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7092         (pgg-pgp5-lookup-key): Ditto.
7093
7094         * pgg.el (pgg-fetch-key): Ditto.
7095
7096 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7097
7098         * message.el (message-user-organization-file): Check several
7099         locations of the organization file.
7100
7101         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7102         Add gnus-article-view-part-as-type.
7103
7104         * gnus-art.el (gnus-article-view-part-as-type): New function.
7105
7106         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7107         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7108
7109         * mml.el: Simplify autoload.
7110         (mml-mode): defvar dnd-protocol-alist instead of using
7111         symbol-value.
7112         (mml-default-directory): New variable.
7113         (mml-minibuffer-read-file): Use it.
7114         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7115
7116         * message.el (message-citation-line-format): New variable.
7117         (message-insert-formated-citation-line): New function.
7118         (message-citation-line-function): Add
7119         `message-insert-formated-citation-line' to custom type.
7120
7121         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7122         to doc string.
7123
7124         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7125         depending on mm-verify-option.
7126
7127 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7128
7129         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7130         binding pgg-* variables; reimplement the section which prevents
7131         MIME header from being signed.
7132         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7133         pgg-text-mode; remove a blank line at the top of body.
7134
7135         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7136         lines at the top of body; use gnus-newsgroup-charset if there's no
7137         Charset header.
7138
7139 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7140
7141         * message.el (message-self-insert-commands): Doc fix.
7142
7143         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7144         (mm-uu-pgp-encrypted-test): Ditto.
7145         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7146         between header and body; return application/pgp-encrypted handle
7147         if decryption failed; decode decrypted body by charset.
7148
7149         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7150         element match to application/pgp-*.
7151
7152 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7153
7154         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7155         HTML.
7156
7157 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7158
7159         * mail-source.el (mail-source-call-script): Message the error
7160         string.
7161
7162 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7163
7164         * gnus-util.el (gnus-byte-compile): Use it.
7165
7166 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7167
7168         * gnus-util.el (kill-empty-logs): New function.
7169
7170 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7171
7172         * message.el (message-mail-alias-type): Doc fix.
7173         (message-mail-alias-type-p): New function.
7174         (message-send): Use it.
7175         (message-mode): Ditto.
7176         (message-strip-forbidden-properties): Ditto.
7177
7178         * ecomplete.el (ecomplete-database-file-coding-system): New
7179         variable.
7180         (ecomplete-save): Use it.
7181         (ecomplete-setup): Use it.
7182
7183 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7184
7185         * message.el (message-self-insert-commands): New variable.
7186         (message-strip-forbidden-properties): Use it.
7187
7188 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7189
7190         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7191         that doesn't make XEmacs choke.
7192
7193 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7194
7195         * gnus-util.el (gnus-replace-in-string):
7196         Prefer replace-regexp-in-string over of replace-in-string.
7197
7198 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7199
7200         * gnus-util.el (gnus-select-frame-set-input-focus):
7201         Use select-frame-set-input-focus if it is available in XEmacs; use
7202         definition defined in Emacs 22 for old Emacsen.
7203
7204         * dgnushack.el: Autoload unmorse-region for XEmacs.
7205
7206         * lpath.el: Bind cursor-in-non-selected-windows and
7207         select-frame-set-input-focus for XEmacs.
7208
7209 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7210
7211         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7212
7213 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7214
7215         * gnus-registry.el (gnus-registry-cache-save): Remove text
7216         properties when saving via the temp buffer.
7217
7218 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7219
7220         * message.el (message-generate-hashcash): Honor custom type.
7221
7222 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7223
7224         * message.el (message-generate-hashcash): Default to non-nil when
7225         hashcash is found.
7226
7227         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7228         (gnus-refer-thread-limit): Increase default to 500.
7229
7230         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7231
7232         * flow-fill.el (fill-flowed): Allow delete-space.
7233
7234 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7235
7236         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7237         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7238         Remove autoloads.
7239
7240 2006-04-18  Simon Josefsson  <jas@extundo.com>
7241
7242         * message.el (message-generate-hashcash): Default to.
7243
7244 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7245
7246         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7247         concatenating segments rather than before concatenating them.
7248
7249 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7250
7251         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7252
7253 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7254
7255         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7256
7257         * message.el (message-forward-make-body-plain): Allow
7258         message-forward-ignored-headers to be a list.
7259         (message-remove-ignored-headers): Factor out into function.
7260         (message-forward-make-body-mml): Use it.
7261
7262         * imap.el (imap-quote-specials): New function.
7263         (imap-login-auth): Quote specials.
7264
7265         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7266         (rfc2231-parse-string): Allow concatanation of parameters that
7267         aren't contiguous.  The test case is
7268           (mail-header-parse-content-type "message/external-body;
7269             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7270             access-type=LOCAL-FILE;
7271             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7272
7273 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7274
7275         * nntp.el (nntp-accept-process-output): Return the value of
7276         `nnheader-accept-process-output'.
7277
7278 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7279
7280         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7281         (gnus-button-alist): Recognize more diff formats.
7282         (gnus-button-patch): Strip directory.
7283
7284 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7285
7286         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7287         Emacs 22 when setting focus.
7288
7289 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7290
7291         * gnus-art.el (gnus-article-treat-types): Do treatment of
7292         text/x-verbatim parts.
7293         (gnus-button-patch): New command.
7294
7295         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7296         addresses that contain invalid characters.
7297
7298 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7299
7300         * message.el (message-put-addresses-in-ecomplete): Use
7301         gnus-replace-in-string.
7302         (message-is-yours-p): Use the more correct
7303         mail-header-parse-address instead of
7304         mail-extract-address-components.
7305         (message-put-addresses-in-ecomplete): Fix typo.
7306
7307         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7308         keystroke.
7309
7310         * gnus-art.el (gnus-treatment-function-alist): Change order of
7311         newsgroups/generic header folding to avoid double-folding.
7312
7313         * message.el (message-hidden-headers): Add X-Draft-From.
7314
7315         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7316         command.
7317         (gnus-summary-repeat-search-article-backward): New command.
7318
7319         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7320         groups in the parent topic.
7321
7322 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7323
7324         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7325         (spam-extra-header-to-number): Return the CRM114 number as a
7326         number instead of a string.
7327
7328 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7329
7330         * gnus-art.el (gnus-face-properties-alist): Moved here from
7331         gnus-fun.
7332
7333         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7334
7335 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7336
7337         * message.el (message-strip-forbidden-properties): Only display on
7338         self-insert-command.
7339
7340         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7341         reindent.
7342         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7343
7344 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7345
7346         * smiley.el (smiley-style): Fix typo.
7347
7348 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7349
7350         * hashcash.el (hashcash-insert-payment-async-2): Use
7351         message-goto-eoh instead of doing it manually.
7352         (mail-add-payment): Use message-narrow-to-header instead of trying
7353         to do the same itself.
7354
7355         * message.el (message-hidden-headers): Add Face.
7356
7357         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7358         reparenting code.
7359         (gnus-summary-reparent-children): Refactored out code.
7360         (gnus-summary-thread-map): New keystroke.
7361         (gnus-summary-reparent-children): Make into command.
7362
7363         * smiley.el (smiley-style): Default to `medium' if using a large
7364         font.
7365
7366         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7367         does it itself.
7368
7369         * message.el (message-point-in-header-p): Simplify definition.
7370
7371 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7372
7373         * nnagent.el (nnagent-request-set-mark): Silence log file
7374         writing.
7375         (nnagent-request-set-mark): Use write-region instead of
7376         append-to-file.
7377
7378         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7379         strange select method.
7380
7381         * ecomplete.el (ecomplete-display-matches): Get highlightling
7382         right.
7383         (ecomplete-display-matches): Use literals.
7384         (ecomplete-display-matches): Disable message logging.
7385
7386         * message.el (message-display-abbrev): Small optimization.
7387
7388         * ecomplete.el (ecomplete-display-matches): Allow automatic
7389         display.
7390
7391         * message.el (message-strip-forbidden-properties): Display
7392         abbrevs.
7393         (message-display-abbrev): Get automatic display right.
7394
7395         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7396         keystrokes.
7397
7398 2006-04-13  Romain Francoise  <romain@orebokech.com>
7399
7400         TODO: Backport to v5-10!
7401
7402         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7403         Moved here (and renamed) from gnus-registry.el.
7404
7405         * gnus-registry.el: Require gnus-util.
7406         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7407
7408 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7409
7410         * gnus-group.el (gnus-group-catchup-current): Change
7411         if-then-else-if-then-else into cond.
7412         (gnus-group-catchup): Indent.
7413         (group-name-at-point): New function.
7414         (gnus-fetch-group): Provide default from thing at point.
7415
7416 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7417
7418         * message.el (message-display-abbrev): Fix regexp.
7419
7420         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7421         choosing.
7422         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7423         dead variables.
7424
7425         * message.el (message-newline-and-indent): Remove debugging.
7426         (message-display-abbrev): Use new implementation.
7427
7428 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7429
7430         * gnus-art.el (gnus-article-mode): Set
7431         cursor-in-non-selected-windows to nil.
7432
7433         * smiley.el: Revert previous change.
7434         (smiley-data-directory): defvar it before using it in the
7435         defcustom of `smiley-style'.
7436
7437 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7438
7439         * message.el (message-newline-and-indent): New function.
7440
7441         * ecomplete.el: Implement more bits.
7442
7443         * message.el (message-put-addresses-in-ecomplete): Clean up the
7444         string.
7445
7446         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7447
7448         * gnus-sum.el (gnus-summary-save-parts): Bind
7449         gnus-summary-save-parts-counter and use it to make unique file
7450         names.
7451
7452         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7453
7454         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7455         parameter to say whether to actually parse the individual
7456         addresses.
7457
7458         * message.el (message-put-addresses-in-ecomplete): New function.
7459         (ecomplete): Require.
7460         (message-mail-alias-type): Add ecomplete as an option.
7461
7462 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7463
7464         * flow-fill.el (fill-flowed): Remove trailing space from blank
7465         quoted lines.
7466
7467 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7468
7469         * smiley.el (smiley-style): Move definition later to avoid a
7470         compilation warning.
7471
7472 2006-04-12  Kenichi Handa  <handa@m17n.org>
7473
7474         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7475         buffer and then decode the buffer text if necessary.
7476         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7477         first, and after mm-encode-body, change the buffer to unibyte.
7478         Use mm-disable-multibyte instead of set-buffer-multibyte.
7479
7480 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7483         Content-Type header instead of Content-Disposition header.
7484         (gnus-mime-inline-part): Ditto.
7485         (gnus-mime-view-part-as-charset): Ignore charset that the part
7486         specifies.
7487
7488         * mm-decode.el (mm-display-part): Work with external parts and
7489         usual parts similarly.
7490
7491         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7492         instead of gnus-display-mime.
7493
7494         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7495         instead of with-temp-buffer.
7496
7497         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7498         tag to summarized topics part in order to encode non-ASCII text.
7499
7500 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7501
7502         * smiley.el (smiley-style): New variable.
7503         (smiley-directory): New function.
7504         (smiley-data-directory): Derive from `smiley-style' using
7505         `smiley-directory'.
7506         (smiley-regexp-alist): Add new entries.
7507
7508         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7509         (gnus-article-browse-delete-temp): Add :version.
7510
7511 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7512
7513         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7514         the sieve region.
7515
7516 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7517
7518         * gnus.el (gnus-version-number): Bump version.
7519
7520 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7521
7522         * gnus.el: No Gnus v0.4 is released.
7523
7524 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7525
7526         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7527         layout.
7528
7529         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7530         unknown charset.
7531
7532         * message.el (message-header-synonyms): Add Original-To to the
7533         default.
7534
7535         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7536         optional parameter.
7537
7538 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7539
7540         * gnus-fun.el (gnus): Require it for gnus-directory.
7541
7542 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7543
7544         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7545
7546 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7547
7548         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7549
7550 2006-04-05  Simon Josefsson  <jas@extundo.com>
7551
7552         * password.el (password-reset): New function.
7553
7554 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7555
7556         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7557         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7558
7559 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7560
7561         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7562         Some whitespace was matched into the url, which broke browsing hits
7563         > 100 when mm-url-use-external was nil.
7564
7565 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7566
7567         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7568         gnus-extra-headers for 'Newsgroups.
7569
7570         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7571         bound.
7572
7573 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7574
7575         * pgg-gpg.el: Clean up process buffers every time gpg processes
7576         complete.
7577
7578 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7579
7580         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7581         doc string.
7582
7583 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7584
7585         * pgg-gpg.el (pgg-gpg-process-filter)
7586         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7587
7588         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7589         lines, temporary fix.
7590
7591 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7592
7593         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7594
7595 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7596
7597         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7598         default-enable-multibyte-characters.  This reverts the change from
7599         revision 6.17 which is no longer necessary because the passphrase
7600         is sent separately now.  GnuPG messages are unreadable under
7601         multibyte locales with default-enable-multibyte-characters set to
7602         nil.
7603
7604 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7605
7606         * message.el (message-tool-bar-gnome): Move "spell".
7607
7608 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7609
7610         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7611         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7612         instead.
7613
7614 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7615
7616         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7617         newsgroups handling for NNTP overviews which don't include
7618         Newsgroups.
7619
7620 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7621
7622         * message.el (message-resend): Bind message-generate-hashcash to nil.
7623
7624 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7625
7626         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7627         when searching for already-paid recipients.
7628
7629 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7630
7631         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7632         passphrases when it is not needed.
7633         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7634         passphrase stuff from gpg, should only be necessary when you use
7635         gpg with a smartcard.
7636
7637 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7638
7639         * mml.el (mml-insert-mime): Ignore cached contents of
7640         message/external-body part.
7641
7642         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7643         (mm-insert-part): Ditto.
7644
7645 2006-03-23  Simon Josefsson  <jas@extundo.com>
7646
7647         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7648         Reiner.
7649         (pgg-gpg-use-agent-p): Use it again.
7650
7651 2006-03-23  Simon Josefsson  <jas@extundo.com>
7652
7653         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7654         older emacsen.
7655         (pgg-gpg-use-agent-p): Don't use it.
7656
7657 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7658
7659         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7660         if we can.
7661
7662 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7663
7664         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7665         (pgg-gpg-update-agent): New function.
7666         (pgg-gpg-use-agent-p): New function.
7667         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7668         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7669         (pgg-gpg-sign-region): Use it.
7670
7671 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7674         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7675
7676 2006-03-21  Simon Josefsson  <jas@extundo.com>
7677
7678         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7679         <wilde@sha-bang.de>.
7680         (pgg-gpg-use-agent): New variable.
7681         (pgg-gpg-process-region): Use it.
7682         (pgg-gpg-encrypt-region): Likewise.
7683         (pgg-gpg-encrypt-symmetric-region): Likewise.
7684         (pgg-gpg-decrypt-region): Likewise.
7685         (pgg-gpg-sign-region): Likewise.
7686         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7687
7688 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7689
7690         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7691
7692         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7693         Add comment on version.
7694
7695 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7696
7697         * smiley.el: Add missing test smiley.
7698
7699 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7700
7701         * mm-decode.el (mm-with-part): New macro.
7702         (mm-get-part): Use it; work with message/external-body as well.
7703         (mm-save-part): Treat name and filename equally.
7704
7705         * mm-extern.el (mm-extern-cache-contents): New function.
7706         (mm-inline-external-body): Use it; force the part to be displayed;
7707         move undisplayer added to the cached handle to the parent.
7708
7709         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7710         (gnus-mime-view-part-as-type): Work with message/external-body.
7711
7712         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7713
7714 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7715
7716         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7717         images in image-load-path.  [Sync with image.el, revision 1.60, in
7718         Emacs.]
7719
7720 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7721
7722         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7723         path rather than symbol.  Always return list of directories.
7724         Guarantee that image directory comes first.  [Sync with image.el,
7725         revision 1.59, in Emacs.]
7726
7727         * message.el (message-make-tool-bar): Adjust to new API of
7728         `gmm-image-load-path-for-library'.
7729
7730         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7731
7732         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7733
7734 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7735
7736         * gnus-art.el (gnus-article-only-boring-p):
7737         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7738         intangible text.
7739         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7740
7741 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7742
7743         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7744         `defun' instead of `gmm-defun-compat'.
7745
7746 2006-03-14  Simon Josefsson  <jas@extundo.com>
7747
7748         * message.el (message-unique-id): Don't use message-number-base36
7749         if (user-uid) is a float.
7750         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7751
7752 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7753
7754         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7755
7756         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7757         empty line between a part and a message part.
7758
7759 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7760
7761         * smiley.el: Add more test smileys.
7762         (smiley-data-directory, smiley-regexp-alist)
7763         (gnus-smiley-file-types): Fix doc strings.
7764         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7765         adding new elements.
7766         (smiley-mouse-map): Unused code.  Make it a comment.
7767
7768 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7769
7770         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7771         scan latest NoCeM messages instead of old ones.
7772         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7773         delimiters that are recently used.
7774         (gnus-nocem-load-cache): Add autoload cookie.
7775
7776         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7777
7778         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7779         level which is larger than gnus-use-nocem is specified.
7780
7781         * gnus-group.el (gnus-group-get-new-news): Ditto.
7782
7783 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7784
7785         * gnus-util.el (gnus-tool-bar-update): New function.
7786
7787         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7788         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7789
7790         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7791
7792         * gnus-group.el (gnus-group-redraw-when-idle)
7793         (gnus-group-redraw-check): Remove.
7794         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7795
7796 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7797
7798         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7799         if optional last element is specified in splits (FIELD VALUE...).
7800
7801 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7802
7803         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7804         to gmm-image-load-path-for-library.  Call with no-error argument.
7805         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7806
7807         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7808
7809         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7810
7811         * gmm-utils.el (gmm-image-load-path): Remove alias.
7812
7813 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7814
7815         * gmm-utils.el (gmm-image-load-path): Add alias.
7816
7817         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7818         nnml-generate-nov-databases-1.
7819         (nnml-generate-nov-databases): Use it.
7820         (nnml-generate-nov-databases-directory): Document no-active
7821         argument.
7822
7823         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7824         directory if path is t.  Add no-error.
7825
7826         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7827         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7828
7829         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7830         resetting gnus-article-browse-html-temp-list.
7831
7832         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7833         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7834         Add example to docstring.  Rename local variables.  Move error
7835         checks to default case in cond and simplify.
7836
7837 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7838
7839         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7840         handle is multipart when calling it recursively.
7841         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7842
7843 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7844
7845         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7846         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7847
7848 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7849
7850         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7851         is loaded.
7852
7853         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7854         loaded.
7855
7856 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7857
7858         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7859         to "Emacs 23 (unicode)" in doc string.
7860
7861         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7862         "Emacs 23 (unicode)" in comment.
7863
7864 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7865
7866         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7867
7868         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7869         characters 160 through 255 in Emacs 23.
7870
7871 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7872
7873         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7874         gnus-article-browse-html-temp.
7875         (gnus-article-browse-delete-temp): Make it customizable.  Add
7876         `file'.  Adjust doc string.
7877         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7878         query for each file.  Adjust doc string.
7879         (gnus-article-browse-html-parts): Add
7880         `gnus-article-browse-delete-temp-files' to
7881         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7882
7883 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7884
7885         * gnus-art.el (gnus-article-browse-html-temp)
7886         (gnus-article-browse-delete-temp): New variables.
7887         (gnus-article-browse-delete-temp-files): New function.
7888         (gnus-article-browse-html-parts): Use it.
7889
7890 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7891
7892         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7893
7894         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7895         string.
7896
7897         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7898         gnus-summary-insert-new-articles when unplugged.  Remove
7899         gnus-summary-search-article-forward.
7900
7901         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7902         display-visual-class instead of display-color-cells.
7903
7904 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7905
7906         * dgnushack.el: Autoload customize-group for XEmacs.
7907
7908         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7909         message/* containing non-ASCII text properly.
7910
7911 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7912
7913         * message.el: Require gmm-utils, remove autoloads.
7914         (message-tool-bar): Set default based on
7915         gmm-tool-bar-style.
7916         (message-tool-bar-gnome): Add gmm-customize-mode.
7917
7918         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7919         gmm-tool-bar-style.
7920         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7921
7922         * gnus-group.el (gnus-group-tool-bar): Set default based on
7923         gmm-tool-bar-style.
7924         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7925
7926         * gmm-utils.el (gmm-image-directory): Rename variable from
7927         gmm-image-load-path.
7928         (gmm-image-load-path): Use gmm-image-directory.
7929         (gmm-customize-mode): New function.
7930         (gmm-tool-bar-style): New variable.
7931
7932         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7933         gnus-group-redraw-line-number.
7934         (gnus-group-redraw-check): Simplify.
7935         (gnus-group-tool-bar-update): Remove redraw check.
7936         (gnus-group-make-tool-bar): Add redraw check.
7937
7938 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7939
7940         * gnus-art.el (gnus-button): Add missing parentheses.
7941
7942 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7943
7944         * lpath.el: Fbind line-number-at-pos.
7945
7946 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7947
7948         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7949
7950 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7951
7952         * gnus-art.el (gnus-button): New face.
7953         (gnus-article-button-face): Use it.
7954
7955         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7956         gnus-summary-next-page.  Re-order.
7957
7958         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7959         next-node are now included.
7960         (gnus-group-redraw-line-number): New internal variable.
7961         (gnus-group-redraw-check): Helper function for updating the tool
7962         bar.
7963         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7964
7965         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7966
7967         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7968         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7969         Use it to match format of Spamassassin 3.0 and later.  Reported by
7970         IRIE Tetsuya <irie@t.email.ne.jp>.
7971         (spam-check-bogofilter)
7972         (spam-bogofilter-register-with-bogofilter): Fix args of
7973         `gnus-error' calls.
7974
7975 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7976
7977         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7978         unnecessary interaction when sending queued mails.  Reported by
7979         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7980
7981 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7982
7983         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7984         first or last are nil.
7985
7986 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7987
7988         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7989
7990 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7991
7992         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7993
7994 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7995
7996         * dns.el (query-dns): Protect more against buggy tcp output.
7997
7998 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7999
8000         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8001         nov.php.
8002
8003 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8004
8005         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8006         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8007         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8008         output on the server side.
8009         (nnweb-google-create-mapping): Update regexps and add some
8010         progress indication.
8011
8012 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8013
8014         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8015         gnus-agent-toggle-plugged.  Re-order icons.
8016         (gnus-group-tool-bar-gnome): Add
8017         gnus-group-{prev,next}-unread-group.
8018         (gnus-group-tool-bar-gnome): Re-order icons.
8019
8020         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8021         gnus-summary-insert-new-articles.
8022
8023         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8024         comments.
8025
8026         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8027         also available in Emacs 21.3.
8028
8029         * message.el (message-fix-before-sending): Change "Emacs 22" to
8030         "Emacs 23 (unicode)" in comment.
8031
8032         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8033         "Emacs 23 (unicode)" in comment.
8034
8035         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8036         comment.
8037         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8038
8039         * mm-view.el (mm-fill-flowed): Add :version.
8040
8041 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8042
8043         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8044         and load-path.
8045
8046 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8047
8048         * message.el: Autoload gmm-image-load-path.
8049         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8050         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8051         consitency.
8052
8053         * gmm-utils.el (gmm-image-load-path): Also search in
8054         "../etc/images".  Don't set gmm-image-load-path if we don't find
8055         the image.
8056
8057 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8058
8059         * gmm-utils.el (gmm-image-load-path): Don't make
8060         `gmm-image-load-path' include subdirectories which the second arg
8061         `image' might specify.
8062
8063         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8064         subdirectory to icon file names.
8065
8066         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8067
8068 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8069
8070         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8071         gmm-image-load-path calls.
8072
8073         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8074
8075         * message.el (message-make-tool-bar): Ditto.
8076
8077         * mml.el (mml-preview): Added comment concerning tool bar icons.
8078
8079         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8080         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8081
8082         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8083         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8084
8085         * message.el (message-tool-bar-gnome): Use new icon names.
8086         (message-make-tool-bar): Use `gmm-image-load-path'.
8087
8088         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8089         functions from MH-E.
8090         (gmm-image-load-path): New variable from MH-E.
8091         (gmm-image-load-path): New function from MH-E.  Added arguments
8092         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8093         *-image-load-path-called-flag.
8094
8095 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8096
8097         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8098
8099 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8100
8101         * nnimap.el (nnimap-request-move-article): Change folder back to
8102         source group before deleting.
8103
8104 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8105
8106         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8107
8108         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8109         mm-url.
8110
8111         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8112
8113 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8114
8115         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8116         coding system which mm-charset-to-coding-system returns for a
8117         given charset is valid.
8118
8119 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8120
8121         * html2text.el (html2text-remove-tag-list):
8122         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8123
8124 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8125
8126         * gnus-cus.el: Revert 2005-10-17 change.
8127
8128 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8129
8130         * gnus-art.el (article-strip-banner): Call
8131         article-really-strip-banner only when the regexp match is made.
8132
8133 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8134
8135         * gnus-art.el (article-strip-banner): Use
8136         gnus-extract-address-components instead of
8137         mail-header-parse-addresses to make it work with non-ASCII text;
8138         remove mail-encode-encoded-word-string.
8139
8140         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8141         values which are surrounded with \"...\"; make it never cause a
8142         Lisp error; give up parsing of parameters if it failed in
8143         extracting type.
8144
8145 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8146
8147         * smime.el (smime-cert-by-ldap-1): Fix bug where
8148         `smime-ldap-search' returns results without userCertificates.
8149
8150 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8151
8152         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8153
8154 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8155
8156         * spam.el (spam-check-spamassassin-headers): Adapt format for
8157         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8158         <ari@mbf.ocn.ne.jp>.
8159         (spam-list-of-processors): Add spam-use-gmane.
8160
8161 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8162
8163         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8164         make-temp-file; make it work with XEmacs as well.
8165
8166         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8167         mm-make-temp-file.
8168
8169         * mm-decode.el (mm-display-external): Use the 3rd arg of
8170         mm-make-temp-file.
8171         (mm-create-image-xemacs): Ditto.
8172
8173 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8174
8175         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8176         with message-narrow-to-headers.
8177         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8178         (gnus-draft-check-draft-articles): New function.
8179         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8180
8181 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8182
8183         * gnus-art.el (gnus-article-browse-html-parts):
8184         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8185         Don't use suffix argument for mm-make-temp-file for Emacs 21
8186         compatibility.  Remove useless `format'.
8187
8188 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8189
8190         * nnweb.el (nnweb-google-wash-article): Update regexps.
8191         (nnweb-group-alist): Use defvoo instead of defvar.
8192
8193 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8194
8195         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8196         re-loading nn* modules.
8197
8198 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8199
8200         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8201         for `tool-bar-mode' and don't check it's default-value.
8202
8203         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8204
8205         * message.el (message-make-tool-bar): Ditto.
8206
8207         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8208         `substring'.  Shorten tmp-file name.
8209
8210         * gnus.el: Remove bogus comment.
8211
8212 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8213
8214         * gnus-art.el (gnus-article-browse-html-parts): New function.
8215         (gnus-article-browse-html-article): New function for viewing html
8216         articles with a browser.
8217
8218 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8219
8220         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8221         in elisp.
8222         (pgg-gpg-encrypt-symmetric-region): Ditto.
8223         (pgg-gpg-sign-region): Ditto.
8224
8225         * pgg-def.el (pgg-text-mode): New variable.
8226
8227         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8228         (mml2015-pgg-encrypt): Ditto.
8229
8230         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8231         (mml1991-pgg-encrypt): Ditto.
8232
8233 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8234
8235         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8236         message-make-date instead of current-time-string.
8237
8238         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8239         to gnus-decoded which mm-uu might set.
8240
8241 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8242
8243         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8244         don't decode quoted parameters; remove misimported Emacs code.
8245         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8246         (rfc2231-decode-encoded-string): Don't use split-string which
8247         behaves differently according to Emacs version; use
8248         mm-decode-coding-region to convert charset to coding-system.
8249         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8250         (rfc2231-encode-string): Remove misimported Emacs code.
8251
8252 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8253
8254         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8255         when calling mail-header-parse-content-type.
8256         (article-de-quoted-unreadable): Ditto.
8257         (article-de-base64-unreadable): Ditto.
8258         (article-wash-html): Ditto.
8259
8260         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8261         calling mail-header-parse-content-type and
8262         mail-header-parse-content-disposition.
8263         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8264         mail-header-parse-content-type.
8265
8266         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8267         insert charset and format parameters; encode description after
8268         inserting it to buffer.
8269         (mml-insert-parameter): Fold lines properly even if a parameter is
8270         segmented into two or more lines; change the max column to 76.
8271
8272         * rfc1843.el (rfc1843-decode-article-body): Don't use
8273         ignore-errors when calling mail-header-parse-content-type.
8274
8275         * rfc2231.el (rfc2231-parse-string): Return at least type if
8276         possible; don't cause an error even if it fails in parsing of
8277         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8278         (rfc2231-encode-string): Don't break lines at the beginning, leave
8279         it to mml-insert-parameter.
8280
8281         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8282         calling mail-header-parse-content-type.
8283
8284 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8285
8286         * spam-report.el (spam-report-gmane-use-article-number):
8287         Improve doc string.
8288         (spam-report-gmane-internal): Check if a suitable header was found
8289         in the article.
8290
8291 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8292
8293         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8294         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8295
8296 2006-02-05  Romain Francoise  <romain@orebokech.com>
8297
8298         Update copyright notices of all files in the gnus directory.
8299
8300 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8301
8302         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8303
8304 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8305
8306         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8307         segmented lines of parameter value to cope with Thunderbird 1.5
8308         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8309         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8310         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8311
8312 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8313
8314         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8315         parts.
8316
8317 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8318
8319         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8320         there's only one active file for all servers.
8321         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8322         solid groups.  Gnus might have used a FAST request to select the group.
8323         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8324         and nnweb-search redundantly in the active file.
8325         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8326         (nnweb-request-create-group): Don't use ARGS.
8327         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8328         initialisations.  Let nnoo do the work.
8329
8330 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8331
8332         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8333         Say the part has been decoded.
8334
8335         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8336
8337 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8338
8339         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8340         mailcap-viewer-test-cache when there's no 'test clause, since that
8341         will invert the meaning of a "nil" test previously determined by
8342         mailcap-mailcap-entry-passes-test.
8343
8344 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8345
8346         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8347         compiling.
8348
8349         * gnus-sum.el: Ditto.
8350
8351         * message.el: Don't bind tool-bar-map when compiling.
8352
8353 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8354
8355         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8356
8357 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8358
8359         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8360         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8361         current Google Groups.
8362
8363 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8364
8365         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8366         and tool-bar-mode.
8367
8368         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8369         and tool-bar-mode.
8370
8371         * message.el (message-tool-bar-update): Simplify.
8372         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8373
8374         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8375         gnus-summary-buffer.
8376         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8377         gnus-summary-reply.
8378
8379         * gmm-utils.el (gmm): Add :version.
8380
8381 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8382
8383         * Makefile.in (clean): New rule.
8384         (distclean): Use it.
8385
8386 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8387
8388         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8389         autoload.
8390
8391 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8392
8393         * gmm-utils.el (gmm-verbose): Add :group.
8394
8395 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8396
8397         * message.el: Change some comments WRT tool-bars.
8398
8399         * gnus-sum.el (gnus-summary-tool-bar)
8400         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8401         (gnus-summary-tool-bar-zap-list): New variables.
8402         (gnus-summary-make-tool-bar): Complete rewrite using
8403         `gmm-tool-bar-from-list'.
8404
8405         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8406         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8407         variables.
8408         (gnus-group-make-tool-bar): Complete rewrite using
8409         `gmm-tool-bar-from-list'.
8410         (gnus-group-tool-bar-update): New function.
8411
8412         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8413
8414 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8415
8416         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8417         is dissected into a single part of which the type is the same as
8418         the given one; decode charset.
8419
8420 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8421
8422         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8423         into alists as symbol not string, since that's what
8424         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8425         look for.
8426
8427 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8428
8429         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8430         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8431
8432         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8433
8434 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8435
8436         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8437         (gnus-xmas-mime-security-button-menu): New function.
8438
8439         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8440         (gnus-mime-security-button-menu): New definition.
8441         (gnus-mime-security-button-map): Use them.
8442         (gnus-mime-security-button-menu): New function.
8443         (gnus-insert-mime-security-button): Addition to help echo.
8444         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8445         (gnus-mime-security-pipe-part): New functions.
8446
8447         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8448         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8449
8450         * mm-decode.el (mm-handle-set-disposition): Remove.
8451         (mm-handle-set-description): Remove.
8452
8453 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8454
8455         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8456         (mm-w3m-standalone-supports-m17n-p): New function.
8457         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8458         w3m usage.
8459
8460         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8461         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8462
8463 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8464
8465         * message.el (message-tool-bar-zap-list): Use
8466         gmm-tool-bar-zap-list as custom type.
8467         (message-tool-bar-update): New function.
8468         (message-tool-bar, message-tool-bar-gnome)
8469         (message-tool-bar-retro): Add message-tool-bar-update.
8470         (message-tool-bar-gnome): Add flyspell-buffer.
8471
8472         * gnus-util.el (gnus-error): Describe `args'.
8473
8474         * gmm-utils.el (gmm-error): Describe `args'.
8475         (gmm-tool-bar-zap-list): New widget.
8476         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8477
8478 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8479
8480         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8481         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8482         the number of recursive calls.
8483
8484         * mm-decode.el (mm-handle-set-disposition): New macro.
8485         (mm-handle-set-description): New macro.
8486
8487 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8488
8489         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8490         encoding.
8491
8492 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8493
8494         * message.el (message-tool-bar-zap-list, message-tool-bar)
8495         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8496         (message-tool-bar-local-item-from-menu): Remove.
8497         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8498         (message-make-tool-bar): New function.
8499         (message-mode): Use `message-make-tool-bar'.
8500
8501         * gmm-utils.el: New file.
8502         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8503         (gmm-lazy): New widget copied from `nnmail.el'.
8504         (gmm-tool-bar-from-list): New function for creating customizable
8505         tool bars.
8506         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8507         output.
8508         (gmm): Add :prefix to defgroup.
8509
8510 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8511
8512         * gmm-utils.el (gmm-widget-p): New function.
8513
8514 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8515
8516         * mml.el (mml-attach-file): Describe `description' in doc string.
8517         (mml-menu): Add Emacs MIME manual and PGG manual.
8518
8519 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8520
8521         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8522
8523 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8524
8525         * nntp.el (nntp-end-of-line): Doc fix.
8526
8527 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8528
8529         * imap.el (imap-open): Handle case where buffer is a buffer
8530         object.
8531
8532 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8533
8534         * gnus-delay.el (gnus-delay): Don't autoload.
8535         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8536         to be re-loaded when customizing the `gnus-delay' group.
8537
8538 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8539
8540         * message.el (message-insert-citation-line): Use newlines.
8541
8542 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8543
8544         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8545         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8546         these routines, so the passphrase can be managed externally and
8547         passed in to the system.
8548         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8549         pgg-add-passphrase-to-cache function.
8550
8551         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8552         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8553         these routines, so the passphrase can be managed externally and
8554         passed in to the system.
8555         (pgg-pgp5-sign-region): Use new name of
8556         pgg-add-passphrase-to-cache function.
8557
8558 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8559
8560         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8561         part of the decoded armor to find the key-identifier.
8562         (pgg-gpg-lookup-key-owner): New function to return the
8563         human-readable identifier of a key owner.
8564         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8565         itself.
8566         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8567         the key value) if we have a key and can match it against a secret
8568         key.  Also, added a note pointing out fact that the prompt only
8569         indicates the first matching key.
8570
8571         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8572         pgg-decrypt-region.
8573         (pgg-add-passphrase-to-cache): Rename from
8574         `pgg-add-passphrase-cache' to reduce confusion (all callers
8575         changed).
8576         (pgg-remove-passphrase-from-cache): Rename from
8577         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8578         changed).
8579         (pgg-read-passphrase, pgg-add-passphrase-cache)
8580         (pgg-remove-passphrase-cache): Add informative docstrings.
8581         (pgg-decrypt): Convey provided passphrase in subordinate call to
8582         pgg-decrypt-region.
8583
8584 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8585
8586         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8587         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8588         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8589         'passphrase' argument, so the passphrase can be managed externally
8590         and then passed in to the system.
8591
8592         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8593         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8594         so the passphrase cache can be used reliably with identifiers
8595         besides a pgp packet's key id.
8596
8597         * pgg-gpg.el (pgg-gpg-encrypt-region)
8598         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8599         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8600         these routines, so the passphrase can be managed externally and
8601         passed in to the system.
8602
8603         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8604         'notruncate' argument, so the passphrase cache can be used
8605         reliably with identifiers besides a pgp packet's key id.
8606
8607 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8608
8609         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8610         symmetric encryption.
8611         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8612         encrypted session key.
8613         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8614         message ask for the passphrase in a proper way.
8615
8616         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8617         New user commands for symmetric encryption.
8618
8619 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8620
8621         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8622
8623         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8624
8625 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8626
8627         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8628
8629 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8630
8631         * mm-decode.el (mm-inlined-types): Add application/pgp.
8632         (mm-automatic-display): Ditto.
8633
8634         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8635         part as text.
8636
8637 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8638
8639         * nnrss.el: Update copyright.
8640         (nnrss-opml-import): Query whether to subscribe to each entry.
8641
8642         * gnus-art.el:
8643         * gnus-sum.el:
8644         * gnus-xmas.el:
8645         * messagexmas.el:
8646         * mm-uu.el:
8647         * mm-view.el: Update copyright.
8648
8649 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8650
8651         * message.el (message-info): New function.
8652         (message-mode-menu): Add it.
8653         Update copyright.
8654
8655         * ChangeLog: Fix and update copyright.
8656
8657 2006-01-13  Romain Francoise  <romain@orebokech.com>
8658
8659         * message.el (message-forward-subject-name-subject): Prefer the
8660         address to 'nowhere' if the sender has no name.
8661         Fix typo.  Update copyright year.
8662
8663 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8664
8665         * gnus-art.el (article-wash-html): Use
8666         gnus-summary-show-article-charset-alist if a numeric arg is given.
8667         (gnus-article-wash-html-with-w3m-standalone): New function.
8668
8669         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8670         mm-inline-text-html-render-with-w3m-standalone.
8671         (mm-text-html-washer-alist): Map w3m-standalone to
8672         gnus-article-wash-html-with-w3m-standalone.
8673         (mm-inline-text-html-render-with-w3m-standalone): New function.
8674
8675 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8676
8677         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8678         Improve LaTeX.
8679
8680 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8681
8682         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8683         (nnrss-request-article): Render text/plain parts as HTML.
8684
8685         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8686         the buffer.
8687
8688 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8689
8690         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8691         custom definition of `gnus-posting-styles'.
8692
8693         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8694         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8695
8696 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8697
8698         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8699         Use nntp for bug archive.
8700
8701 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8702
8703         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8704         parts.
8705         (nnrss-normalize-date): New function converts ISO 8601 date into
8706         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8707         (nnrss-check-group): Use it.
8708
8709 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8710
8711         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8712
8713         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8714         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8715         (nnrss-insert-w3): Ditto.
8716
8717 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8718
8719         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8720         the articles to be forwarded including the case where neither a
8721         number of articles nor a region is specified.
8722
8723 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8724
8725         * nnrss.el (nnrss-request-article): Fix last change; fill
8726         text/plain parts.
8727
8728 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8729
8730         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8731         in text/plain part.
8732         (nnrss-check-group): Don't add excessive newline to dc:subject.
8733
8734 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8735
8736         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8737         article.
8738
8739 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8740
8741         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8742         (nnml-use-compressed-files, nnml-save-mail): Support other
8743         comression programs such as bzip2.
8744
8745 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8746
8747         * dns.el (query-dns): Make sure we check the buffer size before
8748         removing tcp headers.
8749
8750 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8751
8752         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8753         remove MIME buttons associated with multipart/alternative parts.
8754         (gnus-mime-display-alternative): Tag buttons using `article-type'
8755         text property.
8756
8757         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8758         associated with multipart/alternative parts.
8759
8760         * gnus-art.el (gnus-signature-separator): Fix custom type.
8761
8762         * mm-decode.el (mm-inlined-types): Fix custom type.
8763         (mm-keep-viewer-alive-types): Ditto.
8764         (mm-automatic-display): Ditto.
8765         (mm-attachment-override-types): Ditto.
8766         (mm-inline-override-types): Ditto.
8767         (mm-automatic-external-display): Ditto.
8768
8769 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8770
8771         * spam-report.el (spam-report-user-mail-address)
8772         (spam-report-user-agent): New variables.
8773         (spam-report-url-ping-plain): Use spam-report-user-agent.
8774
8775 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8776
8777         * gnus-art.el (gnus-button-handle-custom): Do not just use
8778         `customize-apropos' for any "M-x customize-*" button but the
8779         function called for.  Accept both the function name and its
8780         argument in order to achieve this.
8781         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8782         function name to `gnus-button-handle-custom' in case of "M-x
8783         customize-*" buttons.
8784
8785 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8786
8787         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8788         multipart/alternative and add xref to mm-discouraged-alternatives
8789         in doc string.
8790
8791         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8792         gnus-buttonized-mime-types in doc string.
8793
8794 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8795
8796         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8797         Suggest image/.* in the doc string.
8798
8799 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8800
8801         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8802         message-marks (Debian bug #342521).
8803
8804 2005-12-12  Simon Josefsson  <jas@extundo.com>
8805
8806         * password.el (password-read-from-cache): Add.
8807         (password-read): Use it.
8808
8809 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8810
8811         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8812         us-ascii as a MIME charset.
8813
8814         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8815         against the case where the 2nd arg TYPE is nil.
8816
8817 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8818
8819         * pop3.el (pop3-stream-type): Fix custom version.
8820
8821         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8822
8823 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8824
8825         * mm-decode.el (mm-display-external): Add missing cdr.
8826
8827 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8828
8829         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8830         RFC1524) if it is in mailcap or add a suffix according to
8831         mailcap-mime-extensions when generating a temp filename; postpone
8832         deleting a temp file for 2 seconds for some wrappers, shell
8833         scripts, and so on, which might exit right after having started a
8834         viewer command as a background job.
8835
8836 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8837
8838         * nntp.el (nntp-marks-directory): Fix custom group.
8839
8840         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8841         steps when < 10.
8842
8843         * gnus-start.el (gnus-no-server-1): Mention
8844         `gnus-level-default-subscribed' in doc string.
8845
8846 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8847
8848         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8849         parens.
8850
8851 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8852
8853         * gnus-xmas.el (gnus-use-toolbar): Revert.
8854         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8855         gnus-use-toolbar is default.
8856
8857         * messagexmas.el (message-use-toolbar): Revert.
8858         (message-setup-toolbar): Use global default-toolbar if
8859         message-use-toolbar is default.
8860
8861 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8862
8863         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8864         according to default-toolbar-visible-p.
8865
8866         * messagexmas.el (message-use-toolbar): Ditto.
8867
8868 2005-11-26  Dave Love  <fx@gnu.org>
8869
8870         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8871         (tls-program, tls-success): Provide openssl alternative.
8872
8873         * starttls.el: Doc fixes.
8874         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8875         SERVICE to PORT.
8876
8877         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8878         port null or service name.
8879         (starttls-negotiate): Autoload.
8880
8881 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8882
8883         * message.el (message-kill-to-signature): Fix interactive spec.
8884
8885 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8886
8887         * pop3.el (pop3-open-server): Recognize a string as a service name.
8888
8889 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8890
8891         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8892
8893 2005-11-23  Dave Love  <fx@gnu.org>
8894
8895         Add pop3s, pop3/starttls.
8896
8897         * pop3.el (pop3-authentication-scheme): Clarify doc.
8898         (open-tls-stream, starttls-open-stream): Autoload.
8899         (pop3-stream-type): New.
8900         (pop3-open-server): Use it.
8901
8902         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8903         for POP.
8904         (mail-source-keyword-map): Add :stream for POP.
8905         (mail-source-fetch-pop): Use pop3-stream-type.
8906
8907 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8908
8909         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8910         of current-time-string.
8911
8912 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8913
8914         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8915         date header.
8916
8917 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8918
8919         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8920         it can seriously impact performance as it bypasses the agent's
8921         local caches.
8922
8923 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8924
8925         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8926         must be explicitly online rather than "not explicitly offline" for
8927         its flags to be synchronized.
8928
8929         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8930         that gnus-uu-unmark-thread will function correctly.
8931
8932         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8933         1024K is instead displayed as 1M.
8934
8935 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8936
8937         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8938
8939 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8940
8941         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8942
8943 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8944
8945         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8946         error message to display actual error condition.
8947         (gnus-agent-save-local): Avoid saving symbols that are bound to
8948         nil as they simply result in a warning message in
8949         gnus-agent-read-local.
8950
8951 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8952
8953         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8954         rather than make-variable-buffer-local for file-precious-flag.
8955
8956 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8957
8958         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8959         for duplicates which are removed.  The invalid sort check then
8960         triggers a rescan after the sort as sorting may have moved
8961         duplicate entries such that they can be cheaply detected.
8962
8963 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8964
8965         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8966
8967 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8968
8969         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8970         internal variable to a custom variable.  Changed default value
8971         from compressed(2) to uncompressed(1).
8972         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8973         support for uncompressed agentview files.  Taken together, reading
8974         the agentview file should now be 6-7 times faster.
8975
8976 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8977
8978         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8979         as a buffer-local variable.  This avoids creating truncated
8980         dribble files as a result of a hang up, eg.
8981
8982 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8983
8984         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8985         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8986         XEmacs.
8987
8988 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8989
8990         * gnus-start.el (gnus-start-draft-setup): Enforce
8991         `gnus-draft-mode' for nndraft:drafts at startup.
8992
8993         * gnus.el (gnus-splash): Change custom group.
8994         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8995         allow-list argument.
8996
8997         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8998         string.
8999
9000 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9001
9002         * gnus-art.el (gnus-default-article-saver): Add user-defined
9003         `function' to custom type.
9004
9005 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9006
9007         * imap.el (imap-open): Handle case where buffer is a buffer
9008         object.
9009
9010 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9011
9012         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9013         long lines.
9014         (gnus-cache-delete-group): Wrap doc strings.
9015
9016         * gnus-agent.el (gnus-agent-rename-group)
9017         (gnus-agent-delete-group): Wrap doc strings.
9018
9019 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9020
9021         * messagexmas.el (message-use-toolbar): Change the valid values
9022         into default, top, bottom, left, and right.
9023         (message-toolbar-thickness): New variable.
9024         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9025         well.
9026         (message-setup-toolbar): Make it work.
9027
9028         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9029         (gnus-use-toolbar): Change the valid values into default, top,
9030         bottom, left, and right.
9031         (gnus-toolbar-thickness): New variable.
9032         (gnus-xmas-setup-toolbar): New function.
9033         (gnus-xmas-setup-group-toolbar): Use it.
9034         (gnus-xmas-setup-summary-toolbar): Use it.
9035
9036 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9037
9038         * gnus-start.el (gnus-1): Add "native" to
9039         gnus-predefined-server-alist.
9040
9041         * gnus.el (gnus-method-to-server): Don't add "native" to the
9042         lists here, because that leads to problems when
9043         gnus-select-method is bound.
9044
9045 2005-11-09  Simon Josefsson  <jas@extundo.com>
9046
9047         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9048         use (not sort-by-date) instead.
9049
9050 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9051
9052         * gnus-delay.el (gnus-delay-group): Don't autoload.
9053         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9054         to be re-loaded when customizing the `gnus-delay' group.
9055
9056 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9057
9058         * message.el: Revert last changes.
9059         (message-insert-citation-line): Use newlines.
9060
9061 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9062
9063         * message.el (message-courtesy-message)
9064         (message-mark-insert-begin, message-mark-insert-end)
9065         (message-elide-ellipsis, message-cancel-message)
9066         (message-add-header, message-change-subject)
9067         (message-cross-post-followup-to-header)
9068         (message-cross-post-insert-note, message-reduce-to-to-cc)
9069         (message-widen-reply, message-delete-not-region)
9070         (message-kill-to-signature, message-insert-signature)
9071         (message-insert-importance-high, message-insert-importance-low)
9072         (message-insert-or-toggle-importance)
9073         (message-insert-disposition-notification-to)
9074         (message-indent-citation, message-yank-original)
9075         (message-cite-original-without-signature, message-cite-original)
9076         (message-insert-citation-line, message-position-on-field)
9077         (message-fix-before-sending, message-send-mail-partially)
9078         (message-send-mail, message-send-mail-with-sendmail)
9079         (message-send-mail-with-qmail, message-send-news)
9080         (message-check-news-header-syntax, message-generate-headers)
9081         (message-insert-courtesy-copy, message-fill-address)
9082         (message-fill-header, message-shorten-references)
9083         (message-setup-1, message-cancel-news)
9084         (message-forward-make-body-plain, message-forward-make-body-mime)
9085         (message-forward-make-body-mml, message-encode-message-body)
9086         (message-forward-make-body-digest-plain)
9087         (message-forward-make-body-digest-mime)
9088         (message-use-alternative-email-as-from): Insert `hard-newline'
9089         instead of ordinary newlines.
9090
9091 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9092
9093         * message.el (message-generate-headers): Downcase the argument
9094         given to message-check-element.
9095
9096 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9097
9098         * nntp.el (nntp-authinfo-rejected): New error condition.
9099         (nntp-wait-for): Use new error condition to signal authentication
9100         error.
9101         (nntp-retrieve-data): Rethrow new error condition to break out of
9102         recursive call to nntp-send-authinfo.
9103
9104 2005-11-08  Romain Francoise  <romain@orebokech.com>
9105
9106         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9107         (gnus-summary-exit-map): Bind to `Z p'.
9108         (gnus-summary-make-menu-bar): Add menu item.
9109
9110 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9111
9112         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9113         (gnus-treat-*): Add `first' in all doc strings.
9114
9115         * gnus-group.el (gnus-group-compact-group): Fix typo.
9116
9117 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9118
9119         * gnus.el (gnus-parameters-case-fold-search): New variable.
9120         (gnus-parameters-get-parameter): Use it.
9121
9122         * gnus-score.el (gnus-home-score-file): Doc fix.
9123
9124 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9125
9126         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9127
9128 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9129
9130         * mm-util.el (mm-special-display-p): New function.
9131
9132         * mml.el (mml-preview): Use it; doc fix.
9133
9134 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9135
9136         * imap.el (imap-open): Handle case where buffer is a buffer object.
9137
9138 2005-10-29  Romain Francoise  <romain@orebokech.com>
9139
9140         * message.el (message-fix-before-sending): Fix comment.
9141
9142 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9143
9144         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9145
9146 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9147
9148         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9149         Used in gnus-score.el.
9150
9151 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9152
9153         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9154
9155 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9156
9157         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9158         whitespace removed in revision 7.8.  Use concatenated string to
9159         protect trailing whitespace.
9160
9161 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9162
9163         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9164         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9165         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9166         Courier IMAP ("some version from 2004").  Mostly based on similar
9167         code in the same function.
9168
9169 2005-10-26  Didier Verna  <didier@xemacs.org>
9170
9171         * gnus-group.el (gnus-group-compact-group): Invalidate original
9172         article buffer.
9173         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9174         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9175         NOV database and in article itself.
9176         Invalidate article backlog.
9177
9178 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9179
9180         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9181
9182 2005-10-26  Simon Josefsson  <jas@extundo.com>
9183
9184         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9185         part of 2004-07-25 change.
9186
9187 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9188
9189         * message.el (message-display-completion-list): New function.
9190         (message-expand-group): Use it; make sure the Completions buffer
9191         is modifiable.
9192 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9193
9194         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9195         user-mail-name is an empty string.
9196
9197 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9198
9199         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9200         depending on gnus-score-decay-constant.
9201
9202         * encrypt.el (encrypt-insert-file-contents)
9203         (encrypt-write-file-contents): Don't use `gnus-message'.
9204
9205         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9206         arguments.
9207         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9208         arguments to mm-uu-verbatim-marks-extract.
9209         (mm-uu-hide-markers): New variable.
9210         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9211
9212         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9213         (gnus-convert-image-to-face-command): Use "convert" by default to
9214         allow other input image formats.
9215         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9216         accordingly.
9217
9218 2005-10-23  Simon Josefsson  <jas@extundo.com>
9219
9220         * imap.el (imap-gssapi-program): Align command line parameters
9221         with latest GNU SASL.
9222         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9223
9224 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9225
9226         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9227         HTML.
9228         (nnslashdot-request-article): Ditto.
9229
9230         * lpath.el (featurep): Add nobreak-char-display.
9231
9232 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9233
9234         * mail-source.el (mail-source-fetch-pop): Require pop3.
9235         (mail-source-check-pop): Ditto.
9236
9237 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9238
9239         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9240         errors.
9241
9242 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9243
9244         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9245         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9246
9247         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9248
9249         * mm-bodies.el (mm-decode-string): Call
9250         `mm-charset-to-coding-system' with allow-override argument.
9251
9252 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9253
9254         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9255         (rfc2047-charset-to-coding-system): New function.
9256         (rfc2047-decode-encoded-words): New function.
9257         (rfc2047-decode-region): Use them.
9258         (rfc2047-decode-cte): Remove.
9259         (rfc2047-parse-and-decode): Remove.
9260         (rfc2047-decode): Remove.
9261
9262 2005-10-15  Kenichi Handa  <handa@m17n.org>
9263
9264         * rfc2047.el (rfc2047-decode-cte): New function.
9265         (rfc2047-decode-region): Change the way to decode successive
9266         encoded-words: decode B- or Q-encoding in each encoded-word,
9267         concatenate them, and decode it as charset.
9268
9269 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9270
9271         * lpath.el: Fbind codepage-setup for XEmacs.
9272
9273 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9274
9275         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9276         widget-move-and-invoke.
9277         (gnus-custom-mode): Use gnus-custom-map.
9278
9279 2005-10-15  Bill Wohler  <wohler@newt.com>
9280
9281         * message.el (message-tool-bar-map): Renamed image file from
9282         mail_send to mail/send.
9283
9284 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9285
9286         * message.el (message-expand-group): Pass the common
9287         prefix substring of completion to `display-completion-list'.
9288
9289 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9290
9291         * mml-sec.el (mml-secure-method): New internal variable.
9292         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9293         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9294         functions using mml-secure-method.
9295
9296         * mml.el (mml-mode-map): Add key bindings for those functions.
9297         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9298         Harder <harder@myrealbox.com>.
9299         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9300         end of message if point is the headers of the message.
9301
9302         * message.el (message-in-body-p): New function.
9303
9304         * assistant.el: Autoload gnus-util and netrc.
9305
9306         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9307         Use `mm-charset-override-alist' only when decoding.
9308
9309         * mm-bodies.el (mm-decode-body): Call
9310         `mm-charset-to-coding-system' with allow-override argument.
9311
9312         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9313         `filename' from Content-Disposition if Content-Type doesn't
9314         provide `name'.
9315         (gnus-mime-view-part-as-type): Set default instead of
9316         initial-input.
9317
9318 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9319
9320         * format-spec.el (format-spec): Propagate text properties of % spec.
9321
9322 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9323
9324         * gnus-art.el (gnus-treat-predicate): Add `first'.
9325
9326 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9327
9328         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9329         (mm-charset-override-alist): New variable.
9330         (mm-charset-to-coding-system): Use it.
9331         (mm-codepage-setup): New helper function.
9332         (mm-charset-eval-alist): New variable.
9333         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9334         about unknown charsets.
9335
9336         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9337
9338 2005-10-04  David Hansen  <david.hansen@gmx.net>
9339
9340         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9341         (nnrss-check-group): Ditto.
9342
9343 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9344
9345         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9346         Rename x-gnus-verbatim to x-verbatim.
9347         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9348
9349         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9350         x-verbatim.
9351
9352         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9353
9354         * gnus-util.el (gnus-remove-duplicates): Remove.
9355
9356         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9357         instead of gnus-remove-duplicates.
9358
9359         * message.el (message-remove-duplicates): Remove.
9360         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9361         message-remove-duplicates.
9362
9363         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9364         available, else use implementation from `delete-dups'.
9365
9366         * message.el (message-insert-expires): New function.
9367         (message-mode-map): Add key binding.
9368         (message-mode-field-menu): Add menu entry.
9369         (message-mode): Document it.
9370         (message-make-expires-date): Use `message-make-date'.
9371
9372 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9373
9374         * message.el (message-make-expires-date): New function.
9375
9376 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9377
9378         * Makefile.in (list-installed-shadows): New entry.
9379         (install): Use it.
9380         (remove-installed-shadows): New entry.
9381
9382         * dgnushack.el (dgnushack-default-load-path): New variable.
9383         (dgnushack-find-lisp-shadows): New function.
9384         (dgnushack-remove-lisp-shadows): New function.
9385
9386 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9387
9388         * Makefile.in (install-el-elc): New entry.
9389         (install): Use it so that .el files are necessarily installed.
9390
9391 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9392
9393         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9394
9395 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9396
9397         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9398         function rather than the diff-mode.el package.
9399         (mm-display-external): Use with-current-buffer.
9400         (mm-viewer-completion-map, mm-viewer-completion-map):
9401         Move initialization inside declaration.
9402
9403 2005-09-29  Simon Josefsson  <jas@extundo.com>
9404
9405         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9406         autoload mail-check-payment.
9407         (spam-check-hashcash): Define unconditionally, since hashcash.el
9408         is part of Gnus now.  Ignore errors from payment checking.
9409
9410 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9411
9412         * message.el (message-bold-region, message-unbold-region): Rename
9413         from `bold-region' and `unbold-region'.
9414
9415         * message.el: Remove useless autoloads.
9416
9417 2005-09-28  Simon Josefsson  <jas@extundo.com>
9418
9419         * message.el (message-use-idna): Default to t.
9420         (message-use-idna): Test whether encoding works too.  Doc fix.
9421
9422 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9423
9424         * nntp.el (nntp-warn-about-losing-connection): Remove.
9425
9426 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9427
9428         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9429         customizable.  Change default value.
9430         (mm-uu-diff-groups-regexp): Change default value.
9431         (mm-uu-type-alist): Add doc string.
9432         (mm-uu-configure): Add doc string.  Make it interactive.
9433         (mm-uu-tex-groups-regexp): New variable.
9434         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9435         (mm-uu-type-alist): Add LaTeX documents.
9436         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9437         of "text/verbatim".
9438         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9439
9440         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9441         instead of "text/verbatim".
9442
9443         * message.el (message-mark-inserted-region)
9444         (message-mark-insert-file): Use slrn style marks when called with
9445         prefix argument.
9446
9447 2005-09-27  Simon Josefsson  <jas@extundo.com>
9448
9449         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9450
9451 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9452
9453         * message.el (message-remove-duplicates): New function.
9454         Implementation borrowed from `gnus-remove-duplicates'.
9455         (message-idna-to-ascii-rhs): Also encode idna addresses in
9456         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9457         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9458         only ask about the same idna domain once per header and also tell
9459         in what header to replace the idna domain.
9460
9461         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9462         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9463         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9464         a header is decoded and not just the last one.
9465
9466 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9467
9468         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9469         has been decoded.
9470
9471         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9472         (mm-insert-part): Don't modify text if it has been decoded.
9473
9474         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9475         decoded.
9476
9477         * mm-view.el (mm-inline-text): Don't strip text props unless
9478         decoding enriched or richtext parts.
9479
9480 2005-09-25  Romain Francoise  <romain@orebokech.com>
9481
9482         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9483         * gnus-start.el (gnus-subscribe-interactively):
9484         * gnus-uu.el (gnus-uu-grab-articles):
9485         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9486         space.
9487
9488 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9489
9490         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9491         * mm-view.el (mm-view-pkcs7-decrypt):
9492         * gnus-sum.el (gnus-summary-limit-to-extra)
9493         (gnus-summary-respool-article, gnus-read-move-group-name):
9494         * gnus-score.el (gnus-summary-increase-score):
9495         * gnus-util.el (gnus-completing-read-with-default):
9496         * gnus-art.el (gnus-read-save-file-name)
9497         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9498         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9499         * message.el (message-check-news-header-syntax):
9500         Follow convention for reading with the minibuffer.
9501
9502 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9503
9504         * spam-report.el (spam-report-url-ping-plain):
9505         Use gnus-extended-version as User-Agent.
9506
9507         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9508         default value is nil.
9509
9510         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9511         (mm-uu-verbatim-marks-extract): New function.
9512         (mm-uu-extract): New face.
9513         (mm-uu-copy-to-buffer): Use it.
9514
9515         * spam-report.el (spam-report-gmane-ham): Renamed from
9516         `spam-report-gmane-unspam'.
9517         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9518         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9519
9520         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9521         Autoload.
9522         (spam-report-gmane-unregister-routine): Renamed
9523         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9524
9525 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9526
9527         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9528         (spam-report-gmane-unregister-routine): Add support for gmane
9529         unregistration.
9530
9531         * spam-report.el (spam-report-gmane-unspam)
9532         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9533         (spam-report-gmane): Change to take a single article and do unspam
9534         registration.
9535
9536 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9537
9538         * mm-url.el (mm-url-decode-entities): Fix regexp.
9539
9540 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9541
9542         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9543         default to nil, to be able to use Gnus at all.  If the default
9544         switches to something else, then the function should be fixed not
9545         be exceedingly slow.
9546
9547 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9548
9549         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9550         fail hard.
9551
9552         * spam-report.el: Add better Keywords line.
9553
9554         * spam.el: Add Maintainer and better Keywords line.
9555
9556 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9557
9558         * gnus-art.el (gnus-article-replace-part)
9559         (gnus-mime-replace-part): New functions.
9560         (gnus-mime-action-alist, gnus-mime-button-commands)
9561         (gnus-mime-save-part-and-strip): Added file argument.
9562         (gnus-article-part-wrapper): Added interactive argument.
9563
9564         * gnus-sum.el (gnus-summary-mime-map): Add
9565         `gnus-article-replace-part'.
9566
9567 2005-09-19  Didier Verna  <didier@xemacs.org>
9568
9569         The nnml compaction feature:
9570         * nnml.el (nnml-request-compact-group): New function.
9571         * nnml.el (nnml-request-compact): New function.
9572         * gnus-int.el (gnus-request-compact-group): New function.
9573         * gnus-int.el (gnus-request-compact): New function.
9574         * gnus-group.el (gnus-group-compact-group): New function.
9575         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9576         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9577         * gnus-srvr.el (gnus-server-compact-server): New function.
9578         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9579         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9580
9581 2005-09-18  Deepak Goel  <deego@gnufans.org>
9582
9583         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9584         format spec.
9585
9586 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9587
9588         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9589
9590 2005-09-15  Romain Francoise  <romain@orebokech.com>
9591
9592         * message.el (message-fill-paragraph): Clarify docstring.
9593
9594 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9595
9596         * gnus-art.el (gnus-mime-display-part): Protect against broken
9597         MIME messages.
9598
9599 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9600
9601         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9602         before parsing header.
9603
9604 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9605
9606         * html2text.el (html2text-replace-list): Add new entities.
9607
9608 2005-09-11  Romain Francoise  <romain@orebokech.com>
9609
9610         * message.el (message-alternative-emails): Improve docstring.
9611         (message-setup-1): Call `message-use-alternative-email-as-from'
9612         after `message-setup-hook' to give it precedence over posting
9613         styles, etc.
9614         (message-use-alternative-email-as-from): Add docstring.  Remove
9615         the original From header if present.
9616
9617         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9618         (nnml-save-mail): Use it.
9619
9620         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9621         articles.  Add new argument `silent'.
9622         (gnus-uu-mark-all): Report the total number of marked articles.
9623
9624 2005-09-10  Romain Francoise  <romain@orebokech.com>
9625
9626         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9627         (gnus-uu-mark-series): Likewise.
9628
9629 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9630
9631         * spam-report.el (spam-report-gmane): Fix generation of spam
9632         report URL.
9633
9634 2005-09-10  Simon Josefsson  <jas@extundo.com>
9635
9636         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9637         t, based on discussion on the ding list with Robert Epprecht
9638         <epprecht@solnet.ch>.
9639
9640 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9641
9642         * spam-report.el (spam-report-gmane): Make it work without
9643         X-Report-Spam header.  Gmane now only provides Archived-At.
9644         This is only used if `spam-report-gmane-use-article-number' is nil.
9645         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9646
9647         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9648         make `gnus-summary-sort-by-recipient' work with threading.
9649
9650         * nnweb.el (nnweb-google-wash-article): Print a message if article
9651         is not available.
9652
9653 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9654
9655         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9656         change.  Decode text/* parts content before displaying.
9657
9658 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9659
9660         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9661
9662 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9663
9664         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9665
9666         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9667         url-package-name, url-package-version,
9668         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9669         w3m-display-inline-images, and w3m-minor-mode-map.
9670
9671 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9672
9673         * message.el (message-tab-body-function): Fix mismatched custom type.
9674
9675         * gnus.el (gnus-group-change-level-function): Ditto.
9676
9677         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9678
9679         * gnus-art.el (gnus-signature-limit)
9680         (gnus-article-mime-part-function): Ditto.
9681
9682 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9683
9684         * mml.el (mml-mode): Silence the byte compiler.
9685
9686         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9687         using `(sit-for 0)' before moving the point to the specified part;
9688         skip unbuttonized parts.
9689         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9690         return to the summary window if gnus-auto-select-part is non-nil.
9691
9692 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9693
9694         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9695         variables.
9696         (mml-dnd-attach-file, mml-mode): Use them.
9697
9698         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9699         Make fetching article by MID work again for Google Groups.  Added
9700         FIXME concerning gnus-group-make-web-group.
9701
9702         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9703         Don't depend on Gnus by using mail-extract-address-components if
9704         gnus-extract-address-components is not bound.
9705
9706 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9707
9708         * gnus-art.el (gnus-mime-display-security): Don't display the
9709         signature, but only the signed part.
9710
9711 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9712
9713         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9714
9715         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9716         list, not listp.
9717
9718 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9719
9720         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9721         when encoding.
9722
9723         * mm-bodies.el (mm-decode-content-transfer-encoding):
9724         De-canonicalize CRLF for all text content types, not just
9725         text/plain.
9726
9727 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9728
9729         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9730         valid article; point arrow and cursor at the MIME button.
9731
9732 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9733
9734         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9735         Suggested by Dan Christensen <jdc@uwo.ca>.
9736
9737         * mm-decode.el (mm-save-part): Enable change of prompt.
9738
9739 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9740
9741         * gnus-msg.el (gnus-inews-add-send-actions): Made
9742         `message-post-method' lambda parameter ARG `&optional'.
9743
9744 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9745
9746         * gnus-sum.el (gnus-summary-mime-map): Added
9747         gnus-article-save-part-and-strip, gnus-article-delete-part and
9748         gnus-article-jump-to-part.
9749
9750         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9751         (gnus-article-edit-part): Use it.
9752         (gnus-article-part-wrapper): Added no-handle argument.
9753         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9754         functions.
9755
9756 2005-08-29  Romain Francoise  <romain@orebokech.com>
9757
9758         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9759         docstring.
9760         (gnus-face-from-file): Likewise.
9761
9762 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9763
9764         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9765         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9766         non-nil.
9767         (gnus-auto-select-part): New variable.
9768         (gnus-article-jump-to-part): New function.
9769         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9770         (gnus-mime-delete-part): Allow selecting specified part after
9771         deleting or stripping parts.
9772         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9773         part if argument is bogus.
9774
9775 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9776
9777         * gnus-art.el (w3m-minor-mode-map):
9778         * gnus-spec.el (gnus-newsrc-file-version):
9779         * gnus-util.el (nnmail-active-file-coding-system)
9780         (gnus-original-article-buffer, gnus-user-agent):
9781         * gnus.el (gnus-ham-process-destinations)
9782         (gnus-parameter-ham-marks-alist)
9783         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9784         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9785         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9786         * mm-decode.el (gnus-current-window-configuration):
9787         * mm-extern.el (gnus-article-mime-handles):
9788         * mm-url.el (url-current-object, url-package-name)
9789         (url-package-version):
9790         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9791         (smime-keys, w3m-cid-retrieve-function-alist)
9792         (w3m-current-buffer, w3m-display-inline-images)
9793         (w3m-minor-mode-map):
9794         * mml-smime.el (gnus-extract-address-components):
9795         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9796         (gnus-newsrc-hashtb, message-default-charset)
9797         (message-deletable-headers, message-options)
9798         (message-posting-charset, message-required-mail-headers)
9799         (message-required-news-headers):
9800         * mml1991.el (mc-pgp-always-sign):
9801         * mml2015.el (mc-pgp-always-sign):
9802         * nnheader.el (nnmail-extra-headers):
9803         * rfc1843.el (gnus-decode-encoded-word-function)
9804         (gnus-decode-header-function, gnus-newsgroup-name):
9805         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9806
9807 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9808
9809         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9810         the end of the date treatments.
9811
9812 2005-08-15  Simon Josefsson  <jas@extundo.com>
9813
9814         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9815         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9816         Capello and Romain Francoise.
9817         (pgg-fetch-key-function): Removed, not used?
9818         (pgg-insert-url-with-w3): Require url, to get
9819         url-insert-file-contents regardless of where it is defined.
9820
9821 2005-08-13  Romain Francoise  <romain@orebokech.com>
9822
9823         * message.el (message-cite-original-1): New function.
9824         (message-cite-original): Use it.
9825         (message-cite-original-without-signature): Ditto.
9826
9827 2005-08-08  Romain Francoise  <romain@orebokech.com>
9828
9829         * message.el (message-yank-empty-prefix): New variable.
9830         (message-indent-citation): Use it.
9831         (message-cite-original-without-signature): Respect X-No-Archive.
9832
9833 2005-08-08  Simon Josefsson  <jas@extundo.com>
9834
9835         * pgg.el: Autoload url-insert-file-contents instead of loading
9836         w3/url.
9837         (pgg-insert-url-with-w3): Don't load url here.
9838
9839 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9840
9841         * message.el (message-kill-to-signature): Don't insert newline at
9842         bol.
9843         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9844
9845 2005-08-06  Romain Francoise  <romain@orebokech.com>
9846
9847         * message.el (message-user-fqdn): Fix typo in docstring.
9848
9849 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9850
9851         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9852
9853         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9854
9855 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9856
9857         * mm-bodies.el (mm-encode-body): Use coding system rather than
9858         charset to encode text.
9859
9860         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9861         number of charsets if utf-8 is available (XEmacs).
9862
9863 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9864
9865         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9866         taken from `gnus-button-mid-or-mail-regexp'.
9867         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9868         (gnus-button-alist): Improve regexp for domain part of the MIDs
9869         for news:localpart@domain buttons.
9870         (gnus-button-ctan-directory-regexp): Update.
9871
9872 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9873
9874         * sieve-manage.el (sieve-manage-interactive-login): Use
9875         make-local-variable rather than make-variable-buffer-local.
9876         (sieve-manage-open): Ditto.
9877         (sieve-manage-authenticate): Ditto.
9878
9879         * mml.el (mml-generate-mime-1): Make the content type default to
9880         text/plain if the filename is not specified.
9881
9882 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9883
9884         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9885         instead of insert-buffer.
9886
9887         * message.el (message-yank-original): Ditto; set the mark at the
9888         end of the yanked message.
9889
9890 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9891
9892         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9893         lines to scroll rather than to stop it.
9894
9895         * mml.el (mml-generate-default-type): Add doc string.
9896         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9897         default to application/octet-stream when determining the content
9898         type if it is not specified for the part or the mml contents; add
9899         a comment about mml-generate-default-type.
9900
9901 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9902
9903         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9904         make it default to application/octet-stream when determining the
9905         content type if it is not specified for the external contents.
9906
9907 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9908
9909         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9910         segmented parameter but also other parameters might be there.
9911
9912 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9913
9914         * mm-decode.el (mm-display-external): Delete temp file, directory
9915         and buffer immediately if the external process is exited.
9916
9917 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9918
9919         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9920         fewer lines than that of scroll-margin.
9921         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9922
9923 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9924
9925         * gnus-art.el (gnus-article-next-page): Revert.
9926         (gnus-article-beginning-of-window): New macro.
9927         (gnus-article-next-page-1): Use it.
9928         (gnus-article-prev-page): Ditto.
9929         (gnus-article-edit-part): Use insert-buffer-substring instead of
9930         insert-buffer.
9931         (gnus-article-edit-exit): Ditto.
9932
9933         * gnus-util.el (gnus-beginning-of-window): Remove.
9934         (gnus-end-of-window): Remove.
9935
9936         * lpath.el: Don't bind header-line-format and scroll-margin.
9937
9938 2005-07-25  Simon Josefsson  <jas@extundo.com>
9939
9940         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9941         to have the url package without w3.  Reported by Daiki Ueno
9942         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9943
9944 2005-07-20  Didier Verna  <didier@xemacs.org>
9945
9946         * gnus-diary.el: Remove the description comment (nndiary is now
9947         properly documented in the Gnus manual).
9948         Fix the spelling of "Back End".
9949         * nndiary.el: Ditto.
9950         Fix the copyright notice.
9951
9952 2005-07-18  Romain Francoise  <romain@orebokech.com>
9953
9954         * gnus-sum.el (gnus-summary-to-prefix)
9955         (gnus-summary-newsgroup-prefix): New variables.
9956         (gnus-summary-from-or-to-or-newsgroups): Use them.
9957
9958 2005-07-17  Romain Francoise  <romain@orebokech.com>
9959
9960         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9961         space as it's generally not especially interesting to the user.
9962
9963 2005-07-16  Romain Francoise  <romain@orebokech.com>
9964
9965         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9966         nil to avoid prompting and file modification if one of the
9967         messages at the top of the nnfolder file contains a copyright
9968         notice.
9969         Update copyright notice.
9970
9971         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9972         instead of `current-time-string' as the latter creates a time
9973         string that is not RFC 2822 compliant (it lacks the zone).
9974         Update copyright notice.
9975
9976 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9977
9978         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9979         for text/rtf.  Display default in prompt.  Pass default for M-n.
9980
9981         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9982
9983 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9984
9985         * gnus-msg.el (gnus-button-mailto): Remove
9986         save-selected-window-window hackery because it relies on
9987         save-selected-window internals.
9988
9989 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9990
9991         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9992         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9993         (gnus-article-prev-page): Ditto.
9994
9995         * gnus-util.el (gnus-beginning-of-window): New function.
9996         (gnus-end-of-window): New function.
9997
9998         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9999
10000 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10001
10002         * gnus-score.el (gnus-score-edit-all-score): Set
10003         gnus-score-edit-exit-function to gnus-score-edit-done and call
10004         gnus-message.
10005
10006 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10007
10008         * gnus-msg.el (gnus-button-mailto): Remove
10009         save-selected-window-window hackery because it relies on
10010         save-selected-window internals.
10011
10012 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10013
10014         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10015         add-minor-mode.
10016         (gnus-binary-mode): Ditto.
10017
10018         * gnus-topic.el (gnus-topic-mode): Ditto.
10019
10020 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10021
10022         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10023         (gnus-article-prev-page): Take scroll-margin into consideration.
10024
10025 2005-07-04  Lute Kamstra  <lute@gnu.org>
10026
10027         Update FSF's address in GPL notices.
10028
10029 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10030
10031         * gnus.el (gnus-exit):
10032         * gnus-group.el (gnus-group-icons):
10033         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10034
10035         * gnus-nocem.el (gnus-nocem):
10036         * message.el (message-various, message-buffers, message-sending)
10037         (message-interface, message-forwarding, message-insertion)
10038         (message-headers, message-news, message-mail):
10039         * pgg-gpg.el (pgg-gpg):
10040         * pgg-parse.el (pgg-parse):
10041         * pgg-pgp.el (pgg-pgp):
10042         * pgg-pgp5.el (pgg-pgp5):
10043         * pop3.el (pop3): Finish `defgroup' description with period.
10044
10045 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10046
10047         * gnus-art.el (article-display-face): Improve the efficiency.
10048         (article-display-x-face): Ditto; remove grey x-face stuff.
10049
10050 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * gnus-art.el (article-display-face): Correct the position in
10053         which Faces are inserted.
10054
10055 2005-06-29  Didier Verna  <didier@xemacs.org>
10056
10057         * gnus-art.el (article-display-face): Display faces in correct
10058         order.
10059
10060 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10061
10062         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10063         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10064         (gnus-nocem-check-article): Fetch the Type header.
10065         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10066         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10067         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10068         make sure gnus-nocem-hashtb is initialized.
10069         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10070         (gnus-nocem-unwanted-article-p): Ditto.
10071
10072         * pgg.el (pgg-verify): Return the verification result.
10073
10074 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10075
10076         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10077         is ascii.
10078
10079 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10080
10081         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10082         `show-nonbreak-escape'.
10083
10084 2005-06-23  Lute Kamstra  <lute@gnu.org>
10085
10086         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10087
10088         * dig.el (dig-mode):
10089         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10090
10091 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10092
10093         * nnimap.el (nnimap-split-download-body): Fix spellings.
10094
10095 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10096
10097         * gnus-art.el (gnus-article-encrypt-body):
10098         * gnus-cus.el (gnus-score-customize):
10099         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10100         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10101
10102 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10103
10104         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10105         header by looking for magic "MII" at the beginnig.
10106
10107 2005-06-16  Miles Bader  <miles@gnu.org>
10108
10109         * gnus-xmas.el (gnus-xmas-group-startup-message):
10110         Use renamed gnus-splash face.
10111
10112         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10113         (assistant-field-face): New backward-compatibility alias for renamed
10114         face.
10115         (assistant-render-text): Use renamed assistant-field face.
10116
10117         * spam.el (spam): Remove "-face" suffix from face name.
10118         (spam-face): New backward-compatibility alias for renamed face.
10119         (spam-face, spam-initialize): Use renamed spam face.
10120
10121         * message.el (message-header-to, message-header-cc)
10122         (message-header-subject, message-header-newsgroups)
10123         (message-header-other, message-header-name)
10124         (message-header-xheader, message-separator, message-cited-text)
10125         (message-mml): Remove "-face" suffix from face names.
10126         (message-header-to-face, message-header-cc-face)
10127         (message-header-subject-face, message-header-newsgroups-face)
10128         (message-header-other-face, message-header-name-face)
10129         (message-header-xheader-face, message-separator-face)
10130         (message-cited-text-face, message-mml-face):
10131         New backward-compatibility aliases for renamed faces.
10132         (message-font-lock-keywords): Use renamed message faces.
10133
10134         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10135         (sieve-test-commands, sieve-tagged-arguments):
10136         Remove "-face" suffix from face names.
10137         (sieve-control-commands-face, sieve-action-commands-face)
10138         (sieve-test-commands-face, sieve-tagged-arguments-face):
10139         New backward-compatibility aliases for renamed faces.
10140         (sieve-control-commands-face, sieve-action-commands-face)
10141         (sieve-test-commands-face, sieve-tagged-arguments-face):
10142         Use renamed sieve faces.
10143
10144         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10145         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10146         (gnus-group-news-3-empty, gnus-group-news-4)
10147         (gnus-group-news-4-empty, gnus-group-news-5)
10148         (gnus-group-news-5-empty, gnus-group-news-6)
10149         (gnus-group-news-6-empty, gnus-group-news-low)
10150         (gnus-group-news-low-empty, gnus-group-mail-1)
10151         (gnus-group-mail-1-empty, gnus-group-mail-2)
10152         (gnus-group-mail-2-empty, gnus-group-mail-3)
10153         (gnus-group-mail-3-empty, gnus-group-mail-low)
10154         (gnus-group-mail-low-empty, gnus-summary-selected)
10155         (gnus-summary-cancelled, gnus-summary-high-ticked)
10156         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10157         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10158         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10159         (gnus-summary-low-undownloaded)
10160         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10161         (gnus-summary-low-unread, gnus-summary-normal-unread)
10162         (gnus-summary-high-read, gnus-summary-low-read)
10163         (gnus-summary-normal-read, gnus-splash):
10164         Remove "-face" suffix from face names.
10165         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10166         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10167         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10168         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10169         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10170         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10171         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10172         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10173         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10174         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10175         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10176         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10177         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10178         (gnus-summary-normal-ticked-face)
10179         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10180         (gnus-summary-normal-ancient-face)
10181         (gnus-summary-high-undownloaded-face)
10182         (gnus-summary-low-undownloaded-face)
10183         (gnus-summary-normal-undownloaded-face)
10184         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10185         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10186         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10187         (gnus-splash-face):
10188         New backward-compatibility aliases for renamed faces.
10189         (gnus-group-startup-message): Use renamed gnus faces.
10190
10191         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10192         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10193         (gnus-server-agent): Remove "-face" suffix from face names.
10194         (gnus-server-agent-face, gnus-server-opened-face)
10195         (gnus-server-closed-face, gnus-server-denied-face)
10196         (gnus-server-offline-face):
10197         New backward-compatibility aliases for renamed faces.
10198         (gnus-server-agent-face, gnus-server-opened-face)
10199         (gnus-server-closed-face, gnus-server-denied-face)
10200         (gnus-server-offline-face): Use renamed gnus faces.
10201
10202         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10203         Remove "-face" suffix from face names.
10204         (gnus-picon-xbm-face, gnus-picon-face):
10205         New backward-compatibility aliases for renamed faces.
10206
10207         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10208         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10209         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10210         (gnus-cite-11): Remove "-face" suffix from face names.
10211         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10212         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10213         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10214         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10215         New backward-compatibility aliases for renamed faces.
10216         (gnus-cite-attribution-face, gnus-cite-face-list)
10217         (gnus-article-boring-faces): Use renamed gnus faces.
10218
10219         * gnus-art.el (gnus-signature, gnus-header-from)
10220         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10221         (gnus-header-content): Remove "-face" suffix from face names.
10222         (gnus-signature-face, gnus-header-from-face)
10223         (gnus-header-subject-face, gnus-header-newsgroups-face)
10224         (gnus-header-name-face, gnus-header-content-face):
10225         New backward-compatibility aliases for renamed faces.
10226         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10227
10228         * gnus-sum.el (gnus-summary-selected-face)
10229         (gnus-summary-highlight): Use renamed gnus faces.
10230         * gnus-group.el (gnus-group-highlight): Likewise.
10231
10232 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10233
10234         * gnus-sieve.el (gnus-sieve-article-add-rule):
10235         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10236         * spam-stat.el (spam-stat-buffer-change-to-spam)
10237         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10238
10239         * message.el (message-is-yours-p):
10240         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10241
10242 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10243
10244         * mm-view.el (mm-inline-text): Withdraw the last change.
10245
10246 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10247
10248         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10249         executing enriched-decode.
10250
10251 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10254         charset of tar files.
10255
10256 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10257
10258         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10259
10260 2005-06-04  Lute Kamstra  <lute@gnu.org>
10261
10262         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10263         information is never recorded.
10264
10265 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10266
10267         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10268
10269 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10270
10271         * pop3.el (pop3-apop): Run md5 in the binary mode.
10272
10273         * starttls.el (starttls-set-process-query-on-exit-flag):
10274         Use eval-and-compile.
10275
10276 2005-05-31  Simon Josefsson  <jas@extundo.com>
10277
10278         * smime.el (smime-replace-in-string): Define.
10279         (smime-cert-by-ldap-1): Use it.
10280
10281 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10282
10283         * gnus-art.el (article-display-x-face): Replace
10284         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10285
10286         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10287         set-process-query-on-exit-flag or process-kill-without-query.
10288
10289         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10290         loop instead of replace-regexp.
10291
10292         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10293         instead of process-kill-without-query if it is available.
10294
10295         * lpath.el: Fbind ldap-search-entries.
10296
10297         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10298         instead of find-file-hooks if it is available.
10299
10300         * mml1991.el: Bind pgg-default-user-id when compiling.
10301
10302         * mml2015.el: Bind pgg-default-user-id when compiling.
10303
10304         * nndraft.el (nndraft-request-associate-buffer):
10305         Use write-contents-functions instead of write-contents-hooks if it is
10306         available.
10307
10308         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10309         instead of find-file-hooks if it is available.
10310
10311         * nntp.el (nntp-open-connection): Replace
10312         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10313         (nntp-open-ssl-stream): Ditto.
10314         (nntp-open-tls-stream): Ditto.
10315
10316         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10317         set-process-query-on-exit-flag or process-kill-without-query.
10318         (starttls-open-stream-gnutls): Use it instead of
10319         process-kill-without-query.
10320         (starttls-open-stream): Ditto.
10321
10322 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10323
10324         * smime.el (smime-cert-by-ldap-1): Don't use
10325         replace-regexp-in-string.
10326
10327 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10328
10329         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10330
10331         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10332         in PEM format.  Adjust to the XEmacs compability.
10333
10334 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10335
10336         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10337         by `string-to-number'.
10338         * gnus-agent.el (gnus-agent-regenerate-group)
10339         (gnus-agent-fetch-articles): Ditto.
10340         * gnus-art.el (gnus-button-fetch-group): Ditto.
10341         * gnus-cache.el (gnus-cache-generate-active)
10342         (gnus-cache-articles-in-group): Ditto.
10343         * gnus-group.el (gnus-group-set-current-level)
10344         (gnus-group-insert-group-line): Ditto.
10345         * gnus-score.el (gnus-score-set-expunge-below)
10346         (gnus-score-set-mark-below, gnus-summary-score-effect)
10347         (gnus-summary-score-entry): Ditto.
10348         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10349         (gnus-soup-pack): Ditto.
10350         * gnus-spec.el (gnus-xmas-format): Ditto.
10351         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10352         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10353         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10354         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10355         * nndb.el (nndb-get-remote-expire-response): Ditto.
10356         * nndiary.el (nndiary-parse-schedule-value)
10357         (nndiary-string-to-number, nndiary-request-replace-article)
10358         (nndiary-request-article): Ditto.
10359         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10360         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10361         * nneething.el (nneething-make-head): Ditto.
10362         * nnfolder.el (nnfolder-request-article)
10363         (nnfolder-retrieve-headers): Ditto.
10364         * nnheader.el (nnheader-file-to-number): Ditto.
10365         * nnkiboze.el (nnkiboze-request-article): Ditto.
10366         * nnmail.el (nnmail-process-unix-mail-format)
10367         (nnmail-process-babyl-mail-format): Ditto.
10368         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10369         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10370         (nnmh-request-create-group, nnmh-request-list-1)
10371         (nnmh-request-group, nnmh-request-article): Ditto.
10372         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10373         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10374         * nnsoup.el (nnsoup-make-active): Ditto.
10375         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10376         * nntp.el (nntp-find-group-and-number)
10377         (nntp-retrieve-headers-with-xover): Ditto.
10378         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10379         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10380         (pgg-format-key-identifier): Ditto.
10381         * pop3.el (pop3-last, pop3-stat): Ditto.
10382         * qp.el (quoted-printable-decode-region): Ditto.
10383
10384         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10385         of concat.
10386
10387 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10388
10389         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10390
10391         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10392
10393         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10394
10395         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10396
10397         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10398
10399         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10400
10401         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10402         (gnus-carpal-mode): Ditto.
10403
10404         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10405         (gnus-browse-mode): Ditto.
10406
10407         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10408
10409         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10410
10411 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10412
10413         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10414
10415 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10416
10417         * gnus-util.el (gnus-run-mode-hooks): New function.
10418
10419         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10420
10421         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10422         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10423
10424 2005-05-27  Lute Kamstra  <lute@gnu.org>
10425
10426         * dns-mode.el (dns-mode): Specify customization group.
10427
10428 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10429
10430         * gnus-agent.el (gnus-agent-make-mode-line-string):
10431         Use mode-line-highlight as mouse-face.
10432
10433 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10434
10435         * canlock.el (canlock): Change the parent group to news.
10436
10437         * deuglify.el (gnus-outlook-deuglify): Add :group.
10438
10439         * dig.el (dig): Add :group.
10440
10441         * dns-mode.el (dns-mode): Add :group.
10442
10443         * encrypt.el (encrypt): Add :group.
10444
10445         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10446         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10447         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10448         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10449         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10450
10451         * gnus-diary.el (gnus-diary): Add :group.
10452
10453         * gnus.el (gnus-group-news-1-face): Add :group.
10454         (gnus-group-news-1-empty-face): Ditto.
10455         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10456         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10457         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10458         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10459         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10460         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10461         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10462         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10463         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10464         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10465         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10466         (gnus-summary-high-ticked-face): Ditto.
10467         (gnus-summary-low-ticked-face): Ditto.
10468         (gnus-summary-normal-ticked-face): Ditto.
10469         (gnus-summary-high-ancient-face): Ditto.
10470         (gnus-summary-low-ancient-face): Ditto.
10471         (gnus-summary-normal-ancient-face): Ditto.
10472         (gnus-summary-high-undownloaded-face): Ditto.
10473         (gnus-summary-low-undownloaded-face): Ditto.
10474         (gnus-summary-normal-undownloaded-face): Ditto.
10475         (gnus-summary-high-unread-face): Ditto.
10476         (gnus-summary-low-unread-face): Ditto.
10477         (gnus-summary-normal-unread-face): Ditto.
10478         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10479         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10480
10481         * hashcash.el (hashcash): New custom group.
10482         (hashcash-default-payment): Add :group.
10483         (hashcash-payment-alist): Ditto.
10484         (hashcash-default-accept-payment): Ditto.
10485         (hashcash-accept-resources): Ditto.
10486         (hashcash-path): Ditto.
10487         (hashcash-extra-generate-parameters): Ditto.
10488         (hashcash-double-spend-database): Ditto.
10489         (hashcash-in-news): Ditto.
10490
10491         * message.el (message-minibuffer-local-map): Add :group.
10492
10493         * netrc.el (netrc): Add :group.
10494
10495         * sieve-manage.el (sieve-manage-log): Add :group.
10496         (sieve-manage-default-user): Diito.
10497         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10498         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10499         (sieve-manage-authenticators): Ditto.
10500         (sieve-manage-authenticator-alist): Ditto.
10501         (sieve-manage-default-port): Ditto.
10502
10503         * sieve-mode.el (sieve-control-commands-face): Add :group.
10504         (sieve-action-commands-face): Ditto.
10505         (sieve-test-commands-face): Ditto.
10506         (sieve-tagged-arguments-face): Ditto.
10507
10508         * smime.el (smime): Add :group.
10509
10510         * spam-report.el (spam-report): Add :group.
10511
10512         * spam.el (spam, spam-face): Add :group.
10513
10514 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10515
10516         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10517         return \n.\n.\n at the end of articles.  Protect against that.
10518         (nntp-with-open-group): Allow debugging.
10519
10520         * nnheader.el (mail-header-set-extra): Make into a function
10521         because I just could't understand how to quote the list properly.
10522
10523         * dns.el (query-dns-cached): New function.
10524
10525 2005-05-26  Lute Kamstra  <lute@gnu.org>
10526
10527         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10528
10529 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10530
10531         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10532
10533         * gnus-art.el: Don't autoload mail-extract-address-components.
10534
10535         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10536         eval-and-compile to evaluate it.
10537
10538         * hashcash.el: Don't autoload executable-find.
10539
10540         * nndb.el: Don't declare the nndb back end two or more times; don't
10541         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10542
10543         * nntp.el: Autoload format-spec instead of format; use
10544         eval-and-compile to evaluate autoload forms.
10545
10546 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10547
10548         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10549
10550 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10551
10552         * gnus.el (gnus-version-number): Bump version.
10553
10554 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10555
10556         * gnus.el: No Gnus v0.3 is released.
10557
10558 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10559
10560         * lpath.el (featurep): Bind show-nonbreak-escape.
10561
10562 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10563
10564         * gnus-art.el (gnus-article-edit-part): Disable undo.
10565
10566 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10567
10568         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10569         gnus-article-date-lapsed-new-header is t if date timer is active;
10570         skip headers in which the original date value is empty.
10571         (gnus-article-save-original-date): Redefine it as a macro.
10572         (gnus-display-mime): Use it.
10573
10574 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10575
10576         * gnus-art.el (article-date-ut): Support converting date in
10577         forwarded parts as well.
10578         (gnus-article-save-original-date): New function.
10579         (gnus-display-mime): Use it.
10580
10581 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10582
10583         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10584         enclosure element of <item>.
10585
10586 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10587
10588         * message.el (message-kill-buffer-query): Renamed from
10589         `message-kill-buffer-query-if-modified'.  Added :version.
10590
10591 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10592
10593         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10594         window layout.
10595
10596 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10597
10598         * mml.el: Autoload dnd when compiling.
10599
10600 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10601
10602         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10603         x-dnd-*.
10604
10605 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10606
10607         * qp.el (quoted-printable-encode-region): Save excursion.
10608
10609 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10610
10611         * message.el (message-kill-buffer-query-if-modified): Add new variable
10612         so the user can kill a modified message buffer quickly.
10613         (message-kill-buffer): Use it.
10614
10615 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10616
10617         * lpath.el: Fbind display-time-event-handler; don't fbind
10618         string-to-multibyte.
10619
10620         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10621
10622 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10623
10624         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10625         contained in text because xml.el decodes entities) with LFs.
10626
10627 2005-04-11  Lute Kamstra  <lute@gnu.org>
10628
10629         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10630         differently.
10631
10632 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10633
10634         * mm-util.el (mm-detect-coding-region): Typo.
10635
10636 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10637
10638         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10639
10640 2005-04-06  Deepak Goel  <deego@gnufans.org>
10641
10642         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10643         user-function allow user modifications of the scores.
10644         (spam-stat-score-buffer-user): New function, to allow
10645         user-computed modifications to the score.
10646         (spam-stat-score-buffer-user-functions): List of additional
10647         scoring functions.
10648         (spam-stat-error-holder): Global temporary error holder.
10649         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10650         variable.
10651
10652 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10653
10654         * gnus-registry.el (gnus-registry-clean-empty-function)
10655         (gnus-registry-trim, gnus-registry-fetch-groups)
10656         (gnus-registry-delete-group): Groups that match
10657         `gnus-registry-ignored-groups' are removed from the registry
10658         entries, not just ignored for splitting.  This helps clean up the
10659         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10660         to get all the groups a message ID is in.
10661
10662         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10663         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10664         (spam-stat-score-buffer-user-functions): Add :number custom type.
10665
10666 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10667
10668         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10669         argument in XEmacs.
10670
10671         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10672         (nnrss-request-group): Decode group name first.
10673         (nnrss-request-article): Make a text/plain article if mml-to-mime
10674         failed.
10675         (nnrss-get-encoding): Return a compatible encoding according to
10676         nnrss-compatible-encoding-alist.
10677         (nnrss-find-el): Use consp instead of listp.
10678         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10679
10680 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10681
10682         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10683         which Emacs 20 doesn't support.
10684         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10685
10686 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10687
10688         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10689         silence the byte compiler inside the defun.
10690
10691         * gnus-demon.el (parse-time-string): Add autoload.
10692
10693         * gnus-delay.el (parse-time-string): Add autoload.
10694
10695         * gnus-art.el (parse-time-string): Add autoload.
10696
10697         * nnultimate.el (parse-time): Require for `parse-time-string'.
10698
10699 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10700
10701         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10702
10703         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10704
10705         * smime.el (smime-ldap-host-list): Add :version.
10706
10707 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10708
10709         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10710         pass it to `gnus-browse-read-group'.
10711         (gnus-browse-read-group): Add NUMBER argument and pass it to
10712         `gnus-group-read-ephemeral-group'.
10713
10714         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10715         argument and pass it to `gnus-group-read-group'.
10716
10717 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10718
10719         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10720         mm-xemacs-find-mime-charset-1 if we have the mule feature
10721         available at runtime.
10722
10723 2005-03-25  Werner Lemberg  <wl@gnu.org>
10724
10725         * nnmaildir.el: Replace `illegal' with `invalid'.
10726
10727 2005-03-23  Lute Kamstra  <lute@gnu.org>
10728
10729         * time-date.el: Add comment on time value formats.
10730         Don't require parse-time.
10731         (with-decoded-time-value): New macro.
10732         (encode-time-value): New function.
10733         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10734         (days-to-time): Return a valid time value when arg is huge.
10735         (time-since): Use time-subtract.
10736         (time-to-number-of-days): Use time-to-seconds.
10737
10738 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10739
10740         * gnus-start.el (gnus-display-time-event-handler):
10741         Check display-time-timer at runtime rather than only at load time
10742         in case display-time-mode is turned off in the mean time.
10743
10744 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10745
10746         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10747         used.
10748
10749         * nneething.el (nneething-map-file-directory): Derive from
10750         `gnus-directory'.
10751
10752         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10753         the To/Cc button.
10754
10755 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10756
10757         * nnmaildir.el (nnmaildir-request-accept-article):
10758         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10759
10760 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10761
10762         * gnus-async.el: Require timer-funcs at compile time when in
10763         XEmacs for `run-with-idle-timer'.
10764
10765 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10766
10767         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10768         autoloaded function.
10769
10770 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10771
10772         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10773
10774 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10775
10776         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10777
10778 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10779
10780         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10781         gnus-expert-user to default.
10782
10783 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10784
10785         * nnimap.el (nnimap-open-server): Ditto.
10786
10787         * imap.el (imap-authenticate): Fix typo.
10788
10789 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10790
10791         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10792         buffer (since IMAP server might return FETCH response out of
10793         order, and the nntp buffer must be sorted).
10794
10795 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10796
10797         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10798         comparison on string.
10799
10800         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10801         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10802         (gnus-agent-summary-fetch-series): Modified to protect against
10803         gnus-agent-summary-fetch-group clearing processable flags.
10804         (gnus-agent-synchronize-group-flags): Update live group buffer as
10805         synchronization may occur due to the user toggle the plugged
10806         status.
10807         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10808         successfully downloaded.
10809         (gnus-agent-expire-group-1): Avoid using markers when the overview
10810         is in ascending order; greatly improves performance.
10811         (gnus-agent-regenerate-group): Use
10812         gnus-agent-synchronize-group-flags to reset read status in both
10813         gnus and server.
10814         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10815
10816 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10817
10818         * message.el: Don't autoload former message-utils variables.
10819         (message-strip-subject-trailing-was): Change doc string.
10820
10821         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10822         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10823         (nnweb-google-search): Add "hl=en" here.
10824         (nnweb-google-parse-1, nnweb-google-create-mapping):
10825         Don't hardcode URL.
10826
10827 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10828
10829         * message.el (message-get-reply-headers, message-followup):
10830         Mention related variables `message-use-followup-to' and
10831         `message-use-mail-followup-to', in the information buffer.
10832
10833         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10834         of broken groups(-beta).google.com.
10835
10836 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10837
10838         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10839         parameter to invoked gnus-request-move-article; remove the
10840         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10841         all at once instead of once per article.
10842         (gnus-summary-remove-process-mark): Accept a list of articles as
10843         well as a single article for processing.
10844
10845         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10846         parameter.
10847
10848         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10849
10850         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10851
10852         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10853         parameter.
10854
10855         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10856         parameter.
10857
10858         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10859         parameter and remove the gnus-sum-hint-move-is-internal variable.
10860
10861         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10862         parameter.
10863
10864         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10865         parameter.
10866
10867         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10868         parameter.
10869
10870         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10871
10872         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10873         parameter.
10874
10875         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10876         parameter.
10877
10878 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10879
10880         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10881         a more conservative way.
10882
10883 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10884
10885         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10886         buffer, so it moves the window's cursor.
10887
10888 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10889
10890         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10891         `mm-dissect-multipart' and receive the from field as an (optional)
10892         argument from `mm-dissect-multipart'.
10893         (mm-dissect-multipart): Receive the from field as an argument and
10894         pass it on when we call `mm-dissect-buffer' on MIME parts.
10895         Fixes verification/decryption of signed/encrypted MIME parts.
10896
10897 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10898
10899         * gnus-sum.el (gnus-summary-move-article): Set
10900         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10901         whatever it calls (right now, only nnimap-request-move article
10902         respects it).
10903
10904         * nnimap.el (nnimap-request-move-article): When
10905         gnus-sum-hint-move-is-internal is set, don't do the extra
10906         nnimap-request-article.
10907
10908 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10909
10910         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10911
10912         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10913         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10914
10915         * gnus-sum.el (gnus-summary-caesar-message):
10916         Apply `gnus-treat-article' after rotation.
10917
10918         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10919         doc string.
10920
10921 2005-02-22  Simon Josefsson  <jas@extundo.com>
10922
10923         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10924         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10925         <arne@arnested.dk>.
10926         (encrypt): Add password-cache and password-cache-expiry as group
10927         members.
10928
10929 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10930
10931         * smime.el (smime-ldap-host-list): Doc fix.
10932         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10933         cache) password.
10934         (smime-sign-region): Use it.
10935         (smime-decrypt-region): Use it.
10936         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10937         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10938         fails.
10939         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10940         certificate from DER to PEM format rather than calling openssl.
10941
10942         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10943
10944         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10945         for signing/encryption.
10946
10947         * mml.el (mml-parse-1): Use them.
10948
10949 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10950
10951         * nnrss.el (nnrss-verbose): Removed.
10952         (nnrss-request-group): Use `nnheader-message' instead.
10953
10954 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10955
10956         * nnrss.el (nnrss-verbose): New variable.
10957         (nnrss-request-group): Make it say nnrss is requesting a group.
10958
10959 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10960
10961         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10962         Handle news URL with given port correctly.
10963
10964 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10965
10966         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10967         containing special characters.
10968
10969         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10970
10971         * mml.el (mime-to-mml): Ditto.
10972
10973         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10974         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10975         (rfc2047-decode-region): Quote decoded words containing special
10976         characters when rfc2047-quote-decoded-words-containing-tspecials
10977         is non-nil.
10978
10979 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10980
10981         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10982
10983         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10984
10985 2005-02-15  Simon Josefsson  <jas@extundo.com>
10986
10987         * nnimap.el (nnimap-debug): Doc fix.
10988
10989         * imap.el (imap-debug): Doc fix.
10990
10991 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10992
10993         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10994
10995 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10996
10997         * gnus.el (spam-contents): Improve docs for spam-contents
10998         parameter in its variable incarnation.
10999
11000 2005-02-14  Simon Josefsson  <jas@extundo.com>
11001
11002         * smime-ldap.el: Use require instead of load-library for ldap.
11003         (smime-ldap-search): Indent.
11004         (smime-ldap-search-internal): Shorten line.
11005
11006         * smime.el (smime-cert-by-dns): Add doc-string.
11007         (smime-cert-by-ldap-1): Indent.
11008
11009         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11010         mml-smime-get-dns-ldap.
11011         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11012
11013 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11014
11015         * smime.el: Require smime-ldap.
11016         (smime-ldap-host-list): New variable.
11017         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11018
11019         * mml-smime.el (mml-smime-encrypt-query): New function.
11020         (mml-smime-encrypt-query): Use it.
11021
11022         * smime-ldap.el: New file.
11023
11024 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11025
11026         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11027
11028 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11029
11030         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11031         argument in doc string.  Make query for type more clear.
11032
11033 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11034
11035         * gnus.el (gnus-group-startup-message): Search for gnus images in
11036         etc/images/gnus.
11037         * mm-util.el (mm-image-load-path): Likewise.
11038         * smiley.el (smiley-data-directory): Search for smilies in
11039         etc/images/smilies.
11040
11041 2005-02-09  Kim F. Storm  <storm@cua.dk>
11042
11043         Change Emacs release version from 21.4 to 22.1 throughout.
11044         Change Emacs development version from 21.3.50 to 22.0.50.
11045
11046 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11047
11048         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11049
11050         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11051         non-Mule XEmacs as well.
11052         (mm-decompress-buffer): Signal an error intentionally if it does
11053         not decompress compressed data because auto-compression-mode is
11054         disabled.
11055
11056 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11057
11058         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11059         an ID in the registry even if it has no groups.
11060
11061 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11062
11063         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11064         merge it into mm-decompress-buffer.
11065         (gnus-mime-copy-part): Use the MIME part charset, the value which
11066         a user specified or gnus-newsgroup-charset for decoding, like
11067         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11068         save-buffer what was used.  Suggested by Kevin Ryde
11069         <user42@zip.com.au>.
11070         (gnus-mime-inline-part): Allow the name parameter as well as the
11071         filename parameter; force decompressing of compressed data; always
11072         display contents being not decoded as unibyte.
11073
11074         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11075         as well as the filename parameter.
11076
11077         * mm-util.el (mm-decompress-buffer): Merge
11078         gnus-mime-jka-compr-maybe-uncompress.
11079         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11080         of compressed data.
11081
11082 2005-02-08  Simon Josefsson  <jas@extundo.com>
11083
11084         * imap.el (imap-log): Doc fix.
11085
11086 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11087
11088         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11089         the coding cookies; decompress compressed parts.
11090
11091         * mml.el (mml-generate-mime-1): Add the charset parameter according
11092         to the value which a user specified manually or the coding cookie.
11093
11094         * mm-util.el (mm-string-to-multibyte): New function.
11095         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11096         (mm-coding-system-to-mime-charset): New function.
11097         (mm-decompress-buffer): New function.
11098         (mm-find-buffer-file-coding-system): New function.
11099
11100         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11101         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11102         parts.
11103
11104 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11105
11106         * mm-view.el (mm-display-inline-fontify): Decode a part according
11107         to the charset parameter.
11108
11109 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11110
11111         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11112         prefix arg is neither nil nor a number, as info specifies.
11113
11114 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11115
11116         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11117         timestamps.
11118
11119 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11120
11121         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11122         groups error checking and notify user.
11123
11124 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11125
11126         * message.el (message-send-mail-function): Check existence of
11127         sendmail-program first before using default value
11128         `message-send-mail-with-sendmail'.  Otherwise use more generic
11129         `smtpmail-send-it'.
11130
11131 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11132
11133         * nntp.el (nntp-request-update-info): Always return nil.
11134
11135 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11136
11137         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11138
11139 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11140
11141         * message.el (message-beginning-of-line): Change the behavior when
11142         invoked between BOL and : so that it first moves backward.
11143
11144 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11145
11146         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11147         article buffer when editing of the article is discarded.
11148         (gnus-article-prepare): Revert.
11149
11150 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11151
11152         * gnus-art.el (gnus-article-prepare):
11153         Remove message-strip-forbidden-properties from the local hook.
11154
11155 2005-01-27  Simon Josefsson  <jas@extundo.com>
11156
11157         * password.el (password-cache-add): Only start one timer per key.
11158         Reported by Derek Atkins <warlord@MIT.EDU>.
11159
11160 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11161
11162         * run-at-time.el: Removed.  It is no longer needed as
11163         timer-funcs.el in the xemacs-base package has a working version of
11164         `run-at-time'.
11165
11166         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11167
11168         * password.el: Require timer-funcs instead of run-at-time in
11169         XEmacs.
11170         Remove `password-run-at-time' macro.
11171         (password-cache-add): Use `run-at-time' instead of
11172         `password-run-at-time'.
11173
11174         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11175         Remove `nnheader-cancel-function-timers' alias,
11176         `cancel-function-timers' exists in XEmacs in timer-funcs.
11177
11178         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11179         for `run-with-idle-timer'.
11180
11181         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11182         for `run-at-time'.
11183
11184         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11185         for `with-timeout'.
11186
11187         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11188         the same as for XEmacs 21.4.
11189         No need to ignore `run-with-idle-timer', this function exists in
11190         XEmacs now in timer-funcs.el in the xemacs-base package.
11191         (dgnushack-compile): No need to delete
11192         run-at-time.el from the list of files to compile because it
11193         doesn't exist anymore.
11194
11195 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11196
11197         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11198         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11199
11200 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11201
11202         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11203         sensitively.
11204
11205 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11206
11207         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11208
11209 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11210
11211         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11212         which will be inserted according to the multibyteness of a buffer
11213         rather than the type of contents.  Suggested by ARISAWA Akihiro
11214         <ari@mbf.ocn.ne.jp>.
11215
11216         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11217         of string which old xml.el may return rather than a string.
11218
11219 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11222
11223 2005-01-16  Simon Josefsson  <jas@extundo.com>
11224
11225         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11226         idn/idna.el isn't available.
11227         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11228         <michael@waxrat.com>.
11229
11230         * hashcash.el: Remove non-FSF copyright header.
11231
11232         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11233         (hashcash-generate-payment): Use it.
11234         (hashcash-generate-payment-async): Use it.
11235
11236 2005-01-15  Simon Josefsson  <jas@extundo.com>
11237
11238         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11239         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11240
11241         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11242         gnus-summary-idna-message.
11243         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11244         (gnus-summary-idna-message): New function.
11245
11246 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11247
11248         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11249         gnus-novice-user.
11250
11251 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11252
11253         * nnrss.el (nnrss-request-delete-group): Delete entries in
11254         nnrss-group-alist as well.
11255         (nnrss-save-server-data): Insert newline.
11256
11257 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11258
11259         * gnus.el (gnus-user-agent): Use list of symbols instead of
11260         symbols.  Display full version number for (S)XEmacs.  Optionally
11261         display (S)XEmacs codename.
11262
11263         * gnus-util.el (gnus-emacs-version): Update for new
11264         `gnus-user-agent'.
11265
11266         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11267         Gnus version.
11268
11269 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11270
11271         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11272         which is unreadable in some setups.
11273
11274 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11275
11276         * gnus-spec.el (gnus-update-format-specifications): Flush the
11277         group format spec cache if it doesn't support decoded group names.
11278
11279 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11280
11281         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11282         Allow to apply decay on score files matching a regexp.
11283
11284 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11285
11286         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11287         compatibility in %g and %c.
11288
11289 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11290
11291         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11292         name for only %g and %c.
11293         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11294         of gnus-tmp-group to decoded group name.
11295         (gnus-group-make-rss-group): Exclude `/'s from group names.
11296
11297 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11298
11299         * nnrss.el (nnrss-get-encoding): Fix regexp.
11300
11301 2004-12-27  Simon Josefsson  <jas@extundo.com>
11302
11303         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11304         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11305         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11306
11307 2004-12-17  Kim F. Storm  <storm@cua.dk>
11308
11309         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11310
11311         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11312
11313 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11314
11315         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11316
11317 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11318
11319         * nnrss.el: Require rfc2047 and mml.
11320         (nnrss-file-coding-system): New variable.
11321         (nnrss-format-string): Redefine it as an inline function.
11322         (nnrss-decode-group-name): New function.
11323         (nnrss-string-as-multibyte): Remove.
11324         (nnrss-retrieve-headers): Decode group name; don't use
11325         nnrss-format-string.
11326         (nnrss-request-group): Decode group name.
11327         (nnrss-request-article): Decode group name; allow a Message-ID as
11328         well as an article number; don't use nnrss-format-string; encode a
11329         Message-ID string which may contain non-ASCII characters; use
11330         mml-to-mime to compose a MIME article.
11331         (nnrss-request-expire-articles): Decode group name.
11332         (nnrss-request-delete-group): Decode group name.
11333         (nnrss-fetch): Clarify error message.
11334         (nnrss-read-server-data): Use insert-file-contents instead of load;
11335         bind file-name-coding-system; use multibyte buffer.
11336         (nnrss-save-server-data): Bind coding-system-for-write to the
11337         value of nnrss-file-coding-system; bind file-name-coding-system;
11338         add coding cookie.
11339         (nnrss-read-group-data): Use insert-file-contents instead of load;
11340         bind file-name-coding-system; use multibyte buffer.
11341         (nnrss-save-group-data): Bind coding-system-for-write to the
11342         value of nnrss-file-coding-system; bind file-name-coding-system.
11343         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11344         make it work with non-ASCII text.
11345         (nnrss-find-el): Make it work with old xml.el as well.
11346
11347 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11348
11349         * nnrss.el (nnrss-get-encoding): New function.
11350         (nnrss-fetch): Use unibyte buffer initially; bind
11351         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11352         decode contents according to the encoding attribute.
11353         (nnrss-save-group-data): Add coding cookie.
11354         (nnrss-mime-encode-string): New function.
11355         (nnrss-check-group): Use it to encode subject and author.
11356
11357 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11358
11359         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11360         imaginary variable.
11361
11362 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11365         correctly even if there are wide characters.
11366
11367 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11368
11369         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11370         downcased symbol names; make a new cache instead of reusing
11371         bbdb-hashtable.
11372
11373 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11374
11375         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11376         concatenating segments rather than before concatenating them.
11377         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11378
11379         * message.el (message-get-reply-headers): Bind `extra'.
11380
11381 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11382
11383         * message.el (message-extra-wide-headers): New variable.
11384         (message-get-reply-headers): Use it.
11385
11386 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11387
11388         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11389         (gnus-agent-group-pathname): Ditto.
11390
11391         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11392
11393         * gnus-group.el (gnus-group-make-group): Decode group name.
11394         (gnus-group-make-rss-group): Register the group data after opening
11395         the nnrss group.
11396
11397 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11398
11399         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11400         by expiry now get marked as read.
11401
11402 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11403
11404         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11405
11406 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11407
11408         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11409         unify Latin characters in XEmacs.
11410         (mm-find-mime-charset-region): Use it.
11411
11412 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11413
11414         * gnus-util.el (gnus-delete-directory): New function.
11415
11416         * gnus-agent.el (gnus-agent-delete-group): Use it.
11417
11418         * gnus-cache.el (gnus-cache-delete-group): Use it.
11419
11420 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11421
11422         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11423         names.
11424
11425 2004-12-16  Simon Josefsson  <jas@extundo.com>
11426
11427         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11428
11429 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11430
11431         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11432
11433         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11434         (gnus-group-set-current-level): Decode group name.
11435
11436 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11437
11438         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11439         failed.
11440
11441 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11442
11443         * gnus-group.el (gnus-group-delete-group): Decode group name.
11444         (gnus-group-make-rss-group): Encode group name.
11445         (gnus-group-catchup-current): Decode group name.
11446         (gnus-group-kill-group): Decode group name.
11447
11448 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11449
11450         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11451
11452 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11453
11454         * gnus-group.el (gnus-group-make-rss-group):
11455         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11456
11457         * gnus-start.el (gnus-setup-news): Honor user's setting to
11458         gnus-message-archive-method.  Suggested by Lute Kamstra
11459         <lute@gnu.org>.
11460
11461 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11462
11463         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11464         global counterparts of the buffer-local variables.
11465
11466 2004-11-16  Romain Francoise  <romain@orebokech.com>
11467
11468         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11469         counterparts of the buffer-local variables.
11470
11471 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11472
11473         * message.el (message-forbidden-properties): Fixed typo in doc
11474         string.
11475
11476 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11477
11478         * gnus-util.el (gnus-replace-in-string): Added doc string.
11479
11480         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11481         to avoid problems when splitting mails with many recipients.
11482
11483 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11484
11485         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11486         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11487
11488 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11489
11490         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11491         if there is no hashtable in memory or file modification time is
11492         newer than cached timestamp.
11493
11494 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11495
11496         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11497         not-matching option.
11498
11499 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11500
11501         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11502         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11503         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11504         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11505         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11506         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11507
11508 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * message.el (message-forward-make-body-mml): Remove headers
11511         according to message-forward-ignored-headers if a message is decoded.
11512
11513 2004-12-02  Romain Francoise  <romain@orebokech.com>
11514
11515         * message.el (message-forward-make-body-plain): Always remove
11516         headers according to message-forward-ignored-headers.
11517
11518 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11519
11520         * spam.el (spam-summary-prepare-exit): Remove the
11521         gnus-summary-limit pop for now, it has problems with ham marks for
11522         me.
11523
11524 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11525
11526         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11527         correctly.
11528
11529 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11530
11531         * format-spec.el (format-spec): Message the char.
11532
11533 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11534
11535         * gnus-art.el (gnus-split-methods): Reformat comments.
11536
11537         * spam.el (spam-summary-prepare-exit): Remove article limits
11538         before exiting the summary buffer.
11539
11540 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11541
11542         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11543         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11544
11545         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11546         order to silence the byte compiler.
11547
11548         * spam.el: Fix the way to silence the byte compiler, which
11549         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11550         bbdb-search-simple, spam-BBDB-register-routine,
11551         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11552         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11553         spam-stat-buffer-is-spam, spam-stat-load,
11554         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11555         spam-stat-save and spam-stat-split-fancy.
11556
11557 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11558
11559         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11560         which may confuse users.
11561         (canlock-password-for-verify): Ditto.
11562
11563         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11564
11565         * gnus-art.el (gnus-emphasis-alist): Ditto.
11566
11567         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11568
11569         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11570
11571         * gnus-start.el (gnus-save-killed-list): Ditto.
11572
11573         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11574         (gnus-sum-thread-tree-root): Ditto.
11575         (gnus-sum-thread-tree-false-root): Ditto.
11576         (gnus-sum-thread-tree-single-indent): Ditto.
11577
11578         * message.el (message-courtesy-message): Ditto.
11579         (message-archive-note): Ditto.
11580         (message-subscribed-address-file): Ditto.
11581         (message-user-fqdn): Ditto.
11582
11583         * spam-report.el (spam-report-gmane-regex): Ditto.
11584
11585         * spam.el (spam-blackhole-good-server-regex): Ditto.
11586
11587 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11588
11589         * mml.el (mml-preview): Widen the message buffer before copying
11590         the contents to the preview buffer; sort headers before previewing.
11591
11592         * message.el (message-hidden-headers): Fix the way to avoid a bug
11593         in the `repeat' widget in Emacs 21.3 or earlier.
11594
11595 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11596
11597         * message.el (message-hidden-headers): Default to "^References:".
11598         Improve customization type.  Suggested by Reiner Steib
11599         <Reiner.Steib@gmx.de>.
11600
11601 2004-11-25  Romain Francoise  <romain@orebokech.com>
11602
11603         * message.el (message-strip-forbidden-properties): Remove check for
11604         obsolete `message-hidden' text property, hidden headers are not
11605         accessible in the buffer anymore.
11606
11607 2004-11-22  Romain Francoise  <romain@orebokech.com>
11608
11609         * message.el (message-header-format-alist): Add `From' in list
11610         so that it can be sorted.
11611         (message-fix-before-sending): Widen and sort headers before
11612         sending.
11613         (message-hide-headers): Use narrowing to hide headers by moving
11614         them to the top of the buffer and narrowing to the region
11615         underneath.
11616
11617 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11618
11619         * message.el (message-strip-forbidden-properties): Bind
11620         buffer-read-only (etc) to nil.
11621
11622 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11623
11624         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11625         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11626
11627 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11628
11629         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11630
11631 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11632
11633         * dns.el (query-dns): Use sit-for to time instead of
11634         accept-process-output, since that doesn't seem to work on udp
11635         sockets.
11636
11637 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11638
11639         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11640
11641 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11642
11643         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11644         doc string.  Improve doc string.
11645
11646 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11647
11648         * nntp.el (nntp-request-update-info): Return nil if
11649         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11650         may not call gnus-activate-group which uselessly issues the GROUP
11651         commands for all nntp groups and wastes time.  Reported by Romain
11652         Francoise <romain@orebokech.com>.
11653
11654         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11655
11656 2004-11-15  Simon Josefsson  <jas@extundo.com>
11657
11658         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11659         headers separately.
11660         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11661         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11662
11663 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11664
11665         * gnus-start.el (gnus-convert-old-newsrc):
11666         Assign legacy-gnus-agent to 5.10.7.
11667
11668 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11669
11670         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11671         start of the lines.
11672
11673 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11674
11675         * hashcash.el (hashcash-default-payment): Change default to 20.
11676         (hashcash-default-accept-payment): Change default to 20.
11677         (hashcash-process-alist): New variable.
11678         (hashcash-generate-payment-async): Add.
11679         (hashcash-already-paid-p): Add.
11680         (hashcash-insert-payment): Don't generate payments twice.
11681         (hashcash-insert-payment-async): Add.
11682         (hashcash-insert-payment-async-2): Add.
11683         (hashcash-cancel-async): Add.
11684         (hashcash-wait-async): Add.
11685         (hashcash-processes-running-p): Add.
11686         (hashcash-wait-or-cancel): Add.
11687         (mail-add-payment): New optional argument.  Conditionally start
11688         asynchronous calculation.
11689         (mail-add-payment-async): Add.
11690
11691         * message.el (message-send-mail): Wait for asynchronous hashcash
11692         results.  Don't clobber existing X-Hashcash headers.
11693         (message-setup-1): Call mail-add-payment-async when
11694         message-generate-hashcash is non-nil.
11695
11696 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11697
11698         * message.el (message-use-alternative-email-as-from): Examine the
11699         From header as well; use message-make-from in order to include a
11700         user's full name.
11701
11702 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11703
11704         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11705         default; improve customization type.
11706         (gnus-emphasis-custom-with-format): New macro.
11707         (gnus-emphasis-custom-value-to-external): New function.
11708         (gnus-emphasis-custom-value-to-internal): New function.
11709
11710 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11711
11712         * dns.el (query-dns): Resolve reverse addresses.
11713
11714 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11715
11716         * gnus-group.el (gnus-group-get-new-news): Use it.
11717
11718         * gnus-start.el (gnus-check-reasonable-setup): New function.
11719
11720 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11721
11722         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11723         "Args out of range" error.  Reported by Arnaud Giersch
11724         <arnaud.giersch@free.fr>.
11725
11726 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11727
11728         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11729
11730 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11731
11732         * spam.el (spam group): Add :version.
11733
11734         * pgg-def.el (pgg group): Add :version.
11735
11736 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11737
11738         * gnus-art.el (gnus-article-edit-article): Don't associate the
11739         article buffer with a draft file.  This is a temporary measure
11740         against the 2004-08-22 change to gnus-article-edit-mode.
11741
11742 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11743
11744         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11745         (html2text-format-tags): Remove unused variable `attr'.
11746
11747 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11748
11749         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11750
11751         * tls.el (tls-process-connection-type, tls-success)
11752         (tls-certtool-program): Add :version.
11753
11754         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11755         (starttls-extra-arguments, starttls-process-connection-type)
11756         (starttls-connect, starttls-failure, starttls-success): Add :version.
11757
11758         * spam-stat.el (spam-stat): Add :version.
11759
11760         * sieve.el (sieve): Add :version.
11761
11762         * sha1.el (sha1): Add :version.
11763         (sha1-use-external): Remove redundant version.
11764
11765         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11766         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11767         (nnmail-split-fancy-match-partial-words)
11768         (nnmail-split-lowercase-expanded): Add :version.
11769
11770         * nndiary.el (nndiary): Add :version.
11771
11772         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11773
11774         * mml-sec.el (mml-default-sign-method)
11775         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11776         Add :version.
11777
11778         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11779
11780         * mm-url.el (mm-url-use-external, mm-url-program)
11781         (mm-url-arguments): Add :version.
11782
11783         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11784         (mm-attachment-file-modes, mm-decrypt-option)
11785         (mm-w3m-safe-url-regexp): Add :version.
11786
11787         * message.el (message-cite-prefix-regexp)
11788         (message-sendmail-envelope-from, message-minibuffer-local-map)
11789         (message-user-fqdn, message-completion-alist): Add :version.
11790
11791         * gnus-win.el (gnus-configure-windows-hook)
11792         (gnus-use-frames-on-any-display): Add :version.
11793
11794         * gnus-art.el (gnus-article-address-banner-alist)
11795         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11796         (gnus-treat-from-picon, gnus-treat-mail-picon)
11797         (gnus-treat-x-pgp-sig): Add :version.
11798
11799         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11800         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11801         (gnus-summary-article-delete-hook)
11802         (gnus-summary-display-while-building): Add :version.
11803
11804         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11805         (gnus-get-top-new-news-hook): Add :version.
11806
11807         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11808         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11809
11810         * gnus-registry.el (gnus-registry): Add :version.
11811
11812         * gnus-spec.el (gnus-use-correct-string-widths)
11813         (gnus-make-format-preserve-properties): Add :version.
11814
11815         * gnus.el (gnus-group-charter-alist)
11816         (gnus-group-fetch-control-use-browse-url)
11817         (gnus-install-group-spam-parameters): Add :version.
11818
11819         * gnus-diary.el (gnus-diary): Add :version.
11820
11821         * gnus-delay.el (gnus-delay): Add :version.
11822
11823         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11824         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11825         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11826         Add :version.
11827
11828         * gnus-agent.el (gnus-agent-max-fetch-size)
11829         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11830         (gnus-agent-prompt-send-queue): Add :version.
11831
11832         * deuglify.el (gnus-outlook-deuglify): Add :version.
11833
11834         * html2text.el: Beautify code.  Improve doc strings.  Some
11835         checkdoc cleanup.
11836         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11837
11838 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11839
11840         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11841
11842 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11843
11844         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11845         when package is loaded.
11846
11847         * spam.el (spam-summary-score-preferred-header): Add global preference
11848         for people who want to override the default SpamAssassin over
11849         Bogofilter preference (when both are set).
11850         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11851         (spam-user-format-function-S): Check
11852         spam-summary-score-preferred-header.
11853         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11854         (spam-user-format-function-S): Format the score correctly.
11855
11856 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11857
11858         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11859         signature file.  Suggested by Manoj Srivastava
11860         <srivasta@golden-gryphon.com>.
11861
11862         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11863         iso-2022-jp even in the Japanese language environment.
11864         Suggested by Jason Rumney <jasonr@gnu.org>.
11865
11866 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11867
11868         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11869         use the same characters as the dummy marks; make it free from
11870         getting affected by the language environment.
11871         (gnus-summary-read-group-1): Update mark positions only when the
11872         format spec is updated.
11873
11874         * gnus-spec.el (gnus-update-format-specifications): Return a list
11875         of updated types.
11876
11877 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11878
11879         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11880         of boundp to check if display-warning is available.
11881
11882 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11883
11884         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11885
11886 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11887
11888         * nnspool.el (nnspool-spool-directory): Use news-path if the
11889         news-directory variable is not bound.
11890
11891         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11892         function instead of display-warning if it is not available.
11893
11894 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11895
11896         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11897         v5-10: Use `point-at-bol'.
11898
11899 2004-10-26  Simon Josefsson  <jas@extundo.com>
11900
11901         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11902         <chenggao@gmail.com>.
11903
11904 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11905
11906         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11907         instead.
11908
11909 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11910
11911         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11912         to remove a server from the nnimap-server-buffer-alist.
11913         (nnimap-open-connection, nnimap-close-server): Use it.
11914
11915         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11916
11917 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11918
11919         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11920         running the major-mode function.
11921
11922 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11923
11924         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11925         dummy marks in the right way.
11926
11927 2004-10-18  David Edmondson  <dme@dme.org>
11928
11929         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11930         excessively.
11931
11932 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11933
11934         * gnus-util.el (gnus-split-references): Accept a nil references
11935         string and go on blissfully.
11936
11937         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11938         cases where the references string is non-nil but has no references.
11939
11940         * encrypt.el: Add autoload tags.
11941
11942         * spam.el (spam-resolve-registrations-routine): Remove article
11943         from unregistration list too.  Reported by David Hanak
11944         <dhanak@isis.vanderbilt.edu>
11945
11946 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11947
11948         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11949         nil.  Changed custom type.
11950
11951 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11952
11953         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11954
11955         * gnus-sum.el (gnus-summary-move-article): Use it.
11956
11957 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11958
11959         * encrypt.el: Add autoload cookies.
11960
11961         * spam.el (spam-backend-article-list-property)
11962         (spam-backend-get-article-todo-list)
11963         (spam-backend-put-article-todo-list)
11964         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11965         Resolve registrations separately.
11966         (spam-register-routine): Format comments.
11967         (spam-unregister-routine, spam-register-routine): Always call with
11968         specific-articles, no default list.
11969         (spam-summary-prepare-exit): Use the spam-classifications function.
11970
11971         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11972         gnus-encrypt.el.
11973
11974         * encrypt.el: Copied from gnus-encrypt.el.
11975
11976         * gnus-encrypt.el: Commented that it's obsolete.
11977
11978 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11979
11980         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11981         (gnus-score-save): Use it.
11982
11983         * message.el (message-bury): Use `window-dedicated-p'.
11984
11985 2004-10-15  Simon Josefsson  <jas@extundo.com>
11986
11987         * pop3.el (top-level): Don't require nnheader.
11988         (pop3-read-timeout): Add.
11989         (pop3-accept-process-output): Add.
11990         (pop3-read-response, pop3-retr): Use it.
11991
11992 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11993
11994         * spam.el (spam-register-routine): Move comment.
11995         (spam-verify-bogofilter): Use 'unknown for the initial
11996         spam-bogofilter-valid state, not 'never.
11997
11998         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11999         for netrc-machine.
12000
12001         * nnimap.el (nnimap-open-connection): Use
12002         netrc-machine-user-or-password.
12003
12004 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12005
12006         * gnus-registry.el (gnus-registry-unload-hook):
12007         Set as a variable with add-hook.
12008
12009         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12010         of news-path.
12011
12012         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12013
12014         * spam.el: Delete duplicate `provide'.
12015         (spam-unload-hook): Set as a variable with add-hook.
12016
12017 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12018
12019         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12020         in the doc string.
12021
12022         * message.el (message-ignored-news-headers)
12023         (message-ignored-supersedes-headers)
12024         (message-ignored-resent-headers)
12025         (message-forward-ignored-headers): Improve custom type.
12026
12027 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12028
12029         * message.el (message-tokenize-header): Fix 2004-09-06 change
12030         which used point-min in the wrong place.
12031
12032 2004-10-12  Simon Josefsson  <jas@extundo.com>
12033
12034         * tls.el (tls-certtool-program): New variable.
12035         (tls-certificate-information): New function, based on
12036         ssl-certificate-information.
12037
12038 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12039
12040         * compface.el: Move the version of ELisp-based uncompface program
12041         to the contrib directory because of the copyright problem.
12042
12043 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12044
12045         * message.el (message-kill-buffer): Raise the current frame.
12046
12047 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12048
12049         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12050
12051         * gnus.el (message-y-or-n-p): Autoload.
12052
12053         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12054         (pop3-password-required, pop3-authentication-scheme)
12055         (pop3-leave-mail-on-server): Made customizable.
12056         (pop3): New custom group.
12057         (pop3-retr): Remove `sleep-for' statements.
12058         Suggested by Dave Love <fx@gnu.org>.
12059
12060         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12061         Windows/DOS.
12062
12063         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12064         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12065         Dave Love <fx@gnu.org>.
12066
12067         * mml.el (mml-minibuffer-read-disposition): Require match.
12068         Suggested by Dave Love <fx@gnu.org>.
12069
12070 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12071
12072         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12073         doc string.
12074
12075 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12078
12079 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12080
12081         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12082         instead of calling `mm-insert-inline', to decode text/* parts
12083         before displaying them.
12084
12085 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12086
12087         * mm-uu.el (mm-uu-text-plain-type): New variable.
12088         (mm-uu-pgp-signed-extract-1): Use it.
12089         (mm-uu-pgp-encrypted-extract-1): Use it.
12090         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12091         bind mm-uu-text-plain-type with that value.
12092         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12093         mm-uu-dissect.
12094
12095 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12096
12097         * gnus-group.el (gnus-update-group-mark-positions):
12098         * gnus-sum.el (gnus-update-summary-mark-positions):
12099         * message.el (message-check-news-body-syntax):
12100         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12101         of string-as-multibyte.
12102
12103 2004-10-05  Juri Linkov  <juri@jurta.org>
12104
12105         * gnus-group.el (gnus-update-group-mark-positions):
12106         * gnus-sum.el (gnus-update-summary-mark-positions):
12107         * message.el (message-check-news-body-syntax):
12108         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12109         8-bit unibyte values to a multibyte string for search functions.
12110
12111 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12112
12113         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12114         (mm-uu-dissect-text-parts): New function.
12115
12116         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12117         dissect text parts.
12118
12119         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12120         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12121
12122         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12123
12124         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12125         gnus-current-topics instead of gnus-current-topic.
12126
12127 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12128
12129         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12130
12131 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12132
12133         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12134         where approriate.
12135
12136         * nnml.el (nnml-generate-active-info): do.
12137
12138         * nndiary.el (nndiary-generate-active-info): do.
12139
12140         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12141         (gnus-topic-move): do.
12142
12143         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12144         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12145
12146         * gnus-srvr.el (gnus-server-prepare)
12147         (gnus-server-open-all-servers): do.
12148
12149         * gnus-msg.el (gnus-summary-cancel-article)
12150         (gnus-summary-resend-message)
12151         (gnus-summary-mail-crosspost-complaint): do.
12152
12153         * gnus-move.el (gnus-change-server): do.
12154
12155         * gnus-group.el (gnus-group-unmark-all-groups)
12156         (gnus-group-set-current-level): do.
12157
12158 2004-10-04  Simon Josefsson  <jas@extundo.com>
12159
12160         * message.el (message-generate-hashcash): Doc fix.
12161
12162 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12163
12164         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12165         avoid infinite recursion via gnus-get-function.
12166
12167 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12168
12169         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12170
12171         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12172
12173         * nnmail.el (nnmail-split-history): do.
12174
12175         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12176         (nnml-request-delete-group): do.
12177
12178         * nnslashdot.el (nnslashdot-read-groups): do.
12179
12180         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12181         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12182
12183         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12184         (nnspool-sift-nov-with-sed): Use last.
12185         (nnspool-retrieve-headers-with-nov): Use mapc.
12186         (nnspool-request-newgroups): Use dolist.
12187         (nnspool-request-group): Use last.
12188
12189         * nntp.el (nntp-read-server-type): Use dolist.
12190
12191         * nnvirtual.el (nnvirtual-create-mapping)
12192         (nnvirtual-update-read-and-marked): Use dolist.
12193         (nnvirtual-convert-headers): Simplify.
12194
12195 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12196
12197         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12198         support for sync'ing tick marks.
12199
12200 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12201
12202         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12203         there's no visible header.
12204
12205 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12206
12207         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12208         necessary, pass full group name to gnus-request-set-marks.
12209
12210 2004-10-01  Simon Josefsson  <jas@extundo.com>
12211
12212         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12213         acroread.
12214
12215 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12216
12217         * spam-report.el (spam-report-gmane): Fix interactive.
12218
12219         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12220
12221         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12222         when writing file.
12223         (gnus-agent-synchronize-flags): Don't default to being
12224         interactive.
12225
12226 2004-09-30  Simon Josefsson  <jas@extundo.com>
12227
12228         * message.el (message-generate-hashcash): Add.
12229         (message-send-mail): Use it, call mail-add-payment.
12230
12231 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12232
12233         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12234
12235 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12236
12237         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12238         gnus-requst-update-info with explicit code to sync the in-memory
12239         info read flags with the marks being sync'd to the backend.
12240
12241         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12242
12243 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12244
12245         * spam.el (spam-verify-bogofilter): Add new function.
12246         (spam-check-bogofilter)
12247         (spam-bogofilter-register-with-bogofilter): Use it.
12248         (spam-verify-bogofilter): Add small fixes.
12249
12250 2004-09-28  Simon Josefsson  <jas@extundo.com>
12251
12252         * hashcash.el (hashcash-generate-payment): Revert.
12253
12254 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12255
12256         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12257         gnus-extract-references instead of gnus-split-references.
12258
12259         * gnus-util.el (gnus-extract-references): Add new function, analogous
12260         to gnus-split-references but extracts only the message-ID without
12261         anything extra.
12262
12263         * hashcash.el (hashcash-generate-payment)
12264         (hashcash-check-payment): Do the right thing if hashcash-path is
12265         nil (because the hashcash program could not be found).
12266
12267         * spam.el (spam-use-hashcash): Remove comment.
12268
12269 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12270
12271         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12272         (gnus-cache-enter-article, gnus-cache-remove-article)
12273         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12274
12275         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12276
12277         * gnus-art.el (article-hide-boring-headers)
12278         (article-translate-strings, article-display-face)
12279         (gnus-article-mime-match-handle-first)
12280         (gnus-article-highlight-headers)
12281         (gnus-article-add-buttons-to-head): do.
12282
12283 2004-09-27  Simon Josefsson  <jas@extundo.com>
12284
12285         * hashcash.el: New version, from
12286         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12287         ../contrib/.
12288
12289 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12290
12291         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12292
12293 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12294
12295         * gnus-dup.el (gnus-dup-open): Use mapc.
12296         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12297
12298         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12299         Reported by Stefan Wiens <s.wi@gmx.net>.
12300
12301         * gnus.el (gnus-shutdown): Use dolist.
12302
12303         * gnus-undo.el (gnus-undo): Use mapc.
12304
12305         * nnrss.el (nnrss-generate-active): do.
12306
12307         * message.el (message-cite-original-without-signature)
12308         (message-cite-original): Use mapc.
12309         (message-do-actions, message-make-forward-subject): Use dolist.
12310
12311 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12312
12313         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12314         deletion to remove entire duplicate line.  Fixes merged article
12315         number bug.
12316
12317 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12318
12319         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12320         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12321         first ask if you want to open a server and then, even when you
12322         responded with no, asking if you want to synchronize the server's
12323         flags.
12324         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12325         multi-line expressions.
12326         (gnus-agent-synchronize-group-flags): New internal function.
12327         Updates marks in memory (in the info structure) AND in the
12328         backend.
12329
12330         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12331
12332         * nnagent.el (nnagent-request-set-mark): Use
12333         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12334         method, to ensure that synchronization updates marks in the
12335         backend and in the info (in memory) structure.
12336
12337 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12338
12339         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12340         convention fully; don't miss the root article of a thread; make
12341         the X-Draft-From header with correct article numbers.
12342
12343 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12344
12345         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12346         unless plugged.  Disable the agent so that an open failure causes
12347         an error.
12348
12349         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12350         Reverted 2004-09-21 change.  The backend must be opened while
12351         synchronizing flags even when the backend stores the flags
12352         locally.
12353
12354 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12355
12356         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12357         in `header' match.  Reported by Svend Tollak Munkejord.
12358
12359         * message.el (message-cite-original): Fix use of
12360         `message-cite-articles-with-x-no-archive'.
12361
12362 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12363
12364         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12365         (gnus-window-to-buffer): Ditto.
12366
12367         * mml.el (mml-preview-buffer): New variable.
12368         (mml-preview): Manage window layout with gnus-buffer-configuration.
12369
12370         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12371         X-Draft-From header even if those articles aren't quoted.
12372
12373 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12374
12375         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12376         (gnus-request-set-mark, gnus-request-update-mark): Use new
12377         g-s-t-u-l-m to decide to use backend even when unplugged.
12378
12379 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12380
12381         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12382         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12383
12384 2004-09-20  Simon Josefsson  <jas@extundo.com>
12385
12386         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12387         "utf-16-le".
12388
12389 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12390
12391         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12392
12393 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12394
12395         * uudecode.el (uudecode-use-external): Add :version.
12396
12397         * smime.el (smime-CA-file, smime-encrypt-cipher)
12398         (smime-dns-server): Add :version.
12399
12400         * smiley.el (gnus-smiley-file-types): Add :version.
12401
12402         * sha1.el (sha1-use-external): Add :version.
12403
12404         * pgg-def.el (pgg-query-keyserver): Add :version.
12405
12406         * nnmail.el (nnmail-fancy-expiry-targets)
12407         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12408         Add :version.
12409
12410         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12411         (nnimap-retrieve-groups-asynchronous): Add :version.
12412         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12413
12414         * mml.el (mml-content-disposition-parameters)
12415         (mml-insert-mime-headers-always): Add :version.
12416
12417         * mm-util.el (mm-coding-system-priorities): Add :version.
12418
12419         * mm-decode.el (mm-inline-text-html-with-images)
12420         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12421         (mm-verify-option): Add :version.
12422         (mm-text-html-renderer): Change :version.
12423
12424         * message.el (message-fcc-externalize-attachments)
12425         (message-required-headers, message-draft-headers)
12426         (message-subject-trailing-was-query)
12427         (message-subject-trailing-was-ask-regexp)
12428         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12429         (message-mark-insert-end, message-archive-header)
12430         (message-archive-note, message-cross-post-default)
12431         (message-cross-post-note, message-followup-to-note)
12432         (message-cross-post-note-function, message-use-mail-followup-to)
12433         (message-subscribed-address-functions)
12434         (message-subscribed-address-file, message-subscribed-addresses)
12435         (message-subscribed-regexps, message-allow-no-recipients)
12436         (message-yank-cited-prefix, message-signature-insert-empty-line)
12437         (message-hidden-headers, message-hierarchical-addresses)
12438         (message-mail-user-agent, message-use-idna)
12439         (message-valid-fqdn-regexp)
12440         (message-strip-special-text-properties, message-header-synonyms)
12441         (message-beginning-of-line, message-tab-body-function): Add :version.
12442         (message-insert-canlock, message-wide-reply-confirm-recipients):
12443         Change :version.
12444
12445         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12446         and :version.
12447         (mail-source-delete-old-incoming-confirm)
12448         (mail-source-movemail-program): Add :version.
12449
12450         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12451         (gnus-agent-cache, gnus-agent): Change :version.
12452
12453         * gnus-util.el (gnus-use-byte-compile): Change :version.
12454
12455         * gnus-sum.el (gnus-summary-make-false-root-always)
12456         (gnus-summary-default-high-score)
12457         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12458         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12459         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12460         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12461         (gnus-sum-thread-tree-single-indent)
12462         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12463         (gnus-sum-thread-tree-leaf-with-other)
12464         (gnus-sum-thread-tree-single-leaf): Add :version.
12465         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12466         (gnus-article-loose-mime): Change :version.
12467
12468         * gnus-start.el (gnus-backup-startup-file)
12469         (gnus-save-startup-file-via-temp-buffer): Add :version.
12470
12471         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12472         (gnus-server-offline-face): Add :version.
12473
12474         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12475
12476         * gnus-msg.el (gnus-gcc-externalize-attachments)
12477         (gnus-debug-files, gnus-debug-exclude-variables)
12478         (gnus-discouraged-post-methods): Change :version.
12479         (gnus-confirm-mail-reply-to-news)
12480         (gnus-confirm-treat-mail-like-news): Add :version.
12481
12482         * gnus-int.el (gnus-server-unopen-status): Add :version.
12483
12484         * gnus-group.el (gnus-group-jump-to-group-prompt)
12485         (gnus-large-ephemeral-newsgroup)
12486         (gnus-fetch-old-ephemeral-headers): Add :version.
12487
12488         * gnus-fun.el (gnus-x-face-directory)
12489         (gnus-convert-pbm-to-x-face-command)
12490         (gnus-convert-image-to-x-face-command)
12491         (gnus-convert-image-to-face-command): Add :version.
12492
12493         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12494
12495         * gnus-cite.el (gnus-cite-blank-line-after-header)
12496         (gnus-article-boring-faces): Add :version.
12497
12498         * gnus-art.el (gnus-buttonized-mime-types)
12499         (gnus-inhibit-mime-unbuttonizing)
12500         (gnus-treat-display-face)
12501         (gnus-treat-body-boundary): Change :version.
12502         (gnus-body-boundary-delimiter, gnus-picon-databases)
12503         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12504         (gnus-treat-date-english, gnus-treat-fold-headers)
12505         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12506         (gnus-treat-mail-picon, gnus-treat-wash-html)
12507         (gnus-article-encrypt-protocol)
12508         (gnus-use-idna, gnus-article-over-scroll)
12509         (gnus-mime-display-multipart-alternative-as-mixed)
12510         (gnus-mime-display-multipart-related-as-mixed)
12511         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12512         (gnus-ctan-url, gnus-button-ctan-handler)
12513         (gnus-button-handle-ctan-bogus-regexp)
12514         (gnus-button-ctan-directory-regexp)
12515         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12516         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12517         (gnus-button-man-level, gnus-button-emacs-level)
12518         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12519
12520         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12521         (gnus-agent-go-online): Change :version.
12522         (gnus-agent-expire-unagentized-dirs)
12523         (gnus-agent-auto-agentize-methods): Add :version.
12524
12525         * flow-fill.el (fill-flowed-display-column)
12526         (fill-flowed-encode-column): Add :version.
12527
12528         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12529         (gnus-outlook-deuglify-unwrap-max)
12530         (gnus-outlook-deuglify-cite-marks)
12531         (gnus-outlook-deuglify-unwrap-stop-chars)
12532         (gnus-outlook-deuglify-no-wrap-chars)
12533         (gnus-outlook-deuglify-attrib-cut-regexp)
12534         (gnus-outlook-deuglify-attrib-verb-regexp)
12535         (gnus-outlook-deuglify-attrib-end-regexp)
12536         (gnus-outlook-display-hook): Add :version.
12537
12538         * binhex.el (binhex-use-external): Add :version.
12539
12540 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12541
12542         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12543         and `invisible'.
12544
12545 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12546
12547         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12548         in gnus-registry-trim.
12549
12550 2004-09-13  Simon Josefsson  <jas@extundo.com>
12551
12552         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12553
12554         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12555
12556         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12557         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12558         <yamaoka@jpl.org>.
12559         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12560         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12561         <yamaoka@jpl.org>.
12562
12563         * sieve.el (sieve-manage-mode): Ditto.
12564
12565 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12566
12567         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12568
12569 2004-09-11  Simon Josefsson  <jas@extundo.com>
12570
12571         * dns-mode.el: Add.
12572
12573         * mm-view.el (mm-display-dns-inline): Add.
12574
12575         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12576         (mm-automatic-display): Ditto.
12577
12578         * mailcap.el (mailcap-mime-data): Add text/dns.
12579         (mailcap-mime-extensions): Map .soa to text/dns.
12580
12581 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12582
12583         * gnus-art.el (article-decode-mime-words, article-babel)
12584         (gnus-article-highlight-signature, gnus-article-add-buttons)
12585         (gnus-signature-toggle): Remove unnecessary bindings of
12586         `inhibit-read-only' inherited from v5.10 merge.
12587
12588 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12589
12590         * nntp.el (nntp): New customization group.
12591         (nntp-authinfo-file): Add customization group.
12592
12593         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12594
12595         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12596
12597         * gnus.el (to-address, to-list, subscribed)
12598         (large-newsgroup-initial): Ditto.
12599
12600         * flow-fill.el (fill-flowed-display-column)
12601         (fill-flowed-encode-column): Ditto.
12602
12603 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12604
12605         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12606         Use point-min rather than 1.
12607         (message-send-mail): Use buffer-size rather than point-max.
12608
12609         * gnus-sum.el (gnus-summary-search-article-forward):
12610         Signal a specific `search-failed' rather than a generic `error'.
12611
12612         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12613         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12614         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12615
12616 2004-09-10  Simon Josefsson  <jas@extundo.com>
12617
12618         * nndb.el (require): Remove tcp and duplicate cl.
12619
12620 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12621
12622         * gnus-agent.el (directory-files-and-attributes): Move forward.
12623
12624 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12625
12626         * gnus-agent.el (directory-files-and-attributes): Optionally
12627         defined to support XEmacs.
12628
12629 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12630
12631         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12632         to avoid run-time CL dependencies.
12633         (gnus-agent-unfetch-articles): New function.
12634         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12635         article numbers even when local .overview file is missing.
12636         (gnus-agent-read-article-number): New function.  Only accepts
12637         27-bit article numbers.
12638         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12639         gnus-agent-read-article-number.
12640         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12641         from backend while recognizing that article numbers in .overview
12642         must be valid.
12643         (gnus-agent-update-files-total-fetched-for): Use
12644         directory-files-and-attributes to improve performance.
12645         * gnus-int.el (gnus-request-move-article): Use
12646         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12647         improve performance.
12648
12649         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12650         some users confused by references to .newsrc when they only have a
12651         .newsrc.eld file.
12652         (gnus-convert-mark-converter-prompt)
12653         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12654         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12655         New function.  Used internally to only display 'gnus converting
12656         files' message when actually necessary.
12657
12658         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12659         methods now autoloaded.
12660
12661 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12662
12663         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12664         identifiers.
12665
12666 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12667
12668         * gnus-picon.el: Fix indentation and closing parenthesis.
12669
12670 2004-09-01  Simon Josefsson  <jas@extundo.com>
12671
12672         * message.el (message-canlock-generate): Require sha1, not
12673         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12674         to require within a function.  Sadly, if sha1.el isn't loaded, the
12675         let binding in m-c-g will hide the defcustom definition, which is
12676         bad.)
12677
12678         * canlock.el: Require sha1, not sha1-el.
12679
12680         * message.el: Don't autoload sha1 (there is a autoload cookie in
12681         sha1.el).
12682
12683         * sha1-el.el: Renamed to sha1.el.
12684
12685 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12686
12687         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12688
12689 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12690
12691         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12692
12693 2004-08-30  Kim F. Storm  <storm@cua.dk>
12694
12695         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12696
12697         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12698         Add :group 'nnimap.
12699
12700 2004-08-30  Andreas Schwab  <schwab@suse.de>
12701
12702         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12703         ?* and ?\;.
12704
12705         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12706         and ?\' to symbol instead of whitespace.
12707
12708 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12709
12710         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12711
12712         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12713         instead of re-search-forward.
12714
12715         * gnus-uu.el (gnus-uu-save-article): Ditto.
12716         (gnus-uu-post-encode-uuencode): Ditto.
12717
12718         * html2text.el (html2text-clean-list-items): Ditto.
12719         (html2text-clean-dtdd): Ditto.
12720         (html2text-format-tags): Ditto.
12721
12722         * message.el (message-send-mail-with-sendmail): Fix regexp.
12723         (message-fill-field-general): Use search-forward instead of
12724         re-search-forward.
12725         (unbold-region): Ditto.
12726
12727         * nnrss.el (nnrss-request-article): Ditto.
12728
12729         * nnslashdot.el (nnslashdot-request-article): Ditto.
12730
12731         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12732
12733         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12734         "Unrecognized menu descriptor" error in XEmacs.
12735
12736 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12737
12738         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12739         parent article of a sparse article in the thread hashtb.
12740
12741 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12742
12743         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12744         (nnmail-expand-newtext): Lowercase expanded entries if
12745         nnmail-split-lowercase-expanded is non-nil.
12746
12747 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12748
12749         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12750
12751         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12752         of gnus-tmp-news-method into string under XEmacs.  It will be
12753         passed to gnus-correct-length which takes only a string argument.
12754
12755 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12756
12757         * gnus-util.el (gnus-bind-print-variables): New macro.
12758         (gnus-prin1): Use it.
12759         (gnus-prin1-to-string): Use it.
12760         (gnus-pp): New function.
12761         (gnus-pp-to-string): New function.
12762
12763         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12764         Replace pp-to-string with gnus-pp-to-string.
12765         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12766         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12767         * gnus-msg.el (gnus-debug): Ditto.
12768         * gnus-score.el (gnus-score-save): Ditto.
12769         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12770         gnus-pp-to-string.
12771         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12772         with gnus-pp.
12773         * score-mode.el (gnus-score-pretty-print): Ditto.
12774         * webmail.el (webmail-debug): Ditto.
12775
12776 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12777
12778         * gnus-art.el (article-display-face, article-display-x-face):
12779         Use buffer-read-only.
12780
12781 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12782
12783         * gnus-art.el (article-hide-list-identifiers):
12784         Bind inhibit-read-only as t.
12785
12786 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12787
12788         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12789
12790 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12791
12792         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12793         (gnus-narrow-to-page): Don't assume point-min == 1.
12794         (gnus-article-edit-mode): Derive from message-mode.
12795
12796         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12797         point-min == 1.
12798
12799         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12800         Disable incorrect use of `assert'.
12801
12802         * message.el (message-mode): Set comment-start-skip.
12803
12804
12805 2004-08-22  Sam Steingold  <sds@gnu.org>
12806
12807         * pop3.el (pop3-leave-mail-on-server): New user variable.
12808         (pop3-movemail): Delete mail only when it is nil.
12809
12810 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12811
12812         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12813
12814         * mml.el (mml-preview): Use `pop-to-buffer'.
12815
12816         * message.el (message-goto-mail-followup-to): Insert after "To".
12817         (message-carefully-insert-headers): Add comment.
12818
12819         * gnus.el: Remove unused variable `gnus-article-check-size'.
12820
12821         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12822
12823         * gnus-art.el (gnus-button-alist): Improve
12824         `gnus-button-handle-library' entry.
12825
12826 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12827
12828         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12829         downcase, since XEmacs capitalizes error messages differently.
12830
12831 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12832
12833         * nntp.el: Add (require 'gnus) due to reference to
12834         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12835
12836 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12837
12838         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12839         `mm-fill-flowed'.
12840
12841         * mm-decode.el (mm-dissect-singlepart): Check it.
12842
12843 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12844
12845         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12846         'imap' for netrc parsing.
12847
12848 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12849
12850         * mailcap.el (mailcap-mime-data): Mark as risky.
12851
12852 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12855         may be included in the encoded word.
12856         (rfc2047-encode): Don't append a space if the encoded word
12857         includes close parenthesis.
12858
12859 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12860
12861         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12862         of text within parentheses.
12863
12864 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12865
12866         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12867         (gnus-encrypt-write-file-contents): Make the password key the file
12868         name PLUS the cipher, not just the cipher.  Also remove failed
12869         passwords from the cache.
12870
12871 2004-08-06  Simon Josefsson  <jas@extundo.com>
12872
12873         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12874         fix.
12875
12876 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12877
12878         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12879         LWSP.
12880
12881 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12882
12883         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12884         to append in-reply-to: data to the references: header.
12885
12886         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12887         (netrc-parse): Use gnus-encrypt.el functions.
12888
12889         * gnus-encrypt.el: Add new file for encryption support; currently
12890         does only a few GPG ciphers and an internal XOR cipher.
12891
12892         * password.el: Add comments on using password-read-and-add.
12893         (password-read-and-add): Add function to read and add the
12894         password to the cache at once.
12895
12896 2004-07-28  Simon Josefsson  <jas@extundo.com>
12897
12898         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12899         parameter (but don't use it, for now).
12900
12901         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12902         instead of hard coding to nil.
12903
12904 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12905
12906         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12907         as mm-inline-image-xemacs does.
12908
12909 2004-07-26  Simon Josefsson  <jas@extundo.com>
12910
12911         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12912         Revert part of 2004-07-17 change below.
12913
12914 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12915
12916         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12917         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12918
12919 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12920
12921         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12922         quotes that actually start with ">" at the beginning of the
12923         lines.
12924
12925 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12926
12927         * rfc2047.el (rfc2047-encode-region): Fix last change.
12928         (rfc2047-encode-parameter): Remove useless concat.
12929
12930 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12931
12932         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12933         encode special characters; fix some kind of misconfigured headers;
12934         signal a real error if debug-on-quit or debug-on-error is non-nil.
12935         (rfc2047-encode-max-chars): New variable.
12936         (rfc2047-encode-1): Use it.
12937         (rfc2047-encode-parameter): New function.
12938
12939         * mml.el (mml-insert-parameter): Remove an excessive space.
12940
12941 2004-07-17  Simon Josefsson  <jas@extundo.com>
12942
12943         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12944         Kai Grossjohann <kai@emptydomain.de>.
12945         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12946         (gnus-group-make-menu-bar): Ditto.
12947
12948         * gnus-util.el (gnus-group-server): Add.
12949
12950 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12951
12952         * message.el (message-clone-locals): Clone sendmail and smtp
12953         variables.
12954
12955 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12956
12957         * rfc2047.el (rfc2047-encode-region): Fix last change.
12958
12959 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12960
12961         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12962         characters as non-special.
12963
12964 2004-07-09  Simon Josefsson  <jas@extundo.com>
12965
12966         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12967         Users will lose all flag changes made while unplugged with
12968         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12969         good default.  See numerous reports on ding mailing list.
12970
12971 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12972
12973         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12974         add generate-head-function and generate-article-function to the
12975         rfc822-forward entry.
12976         (nndoc-rfc822-forward-generate-article): New function.
12977         (nndoc-rfc822-forward-generate-head): New function.
12978
12979         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12980
12981 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12982
12983         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12984         respect display group parameter and gnus-summary-expunge-below.
12985         (gnus-articles-to-read): Remove unused reference to display group
12986         parameter.
12987
12988 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12989
12990         * nnheader.el (nnheader-uniquify-message-id): New experimental
12991         variable.
12992         (nnheader-nov-read-message-id): Use it.
12993
12994         * spam-report.el (spam-report-gmane): Add interactive.
12995
12996 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12997
12998         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12999         qp-or-base64 for the application/* types.
13000
13001 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13002
13003         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13004
13005 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13006
13007         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13008         trim value.
13009
13010 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13011
13012         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13013         New macro and function.
13014         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13015
13016 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13017
13018         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13019         after-load-alist.
13020
13021 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13022
13023         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13024         update info that isn't there.
13025
13026 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13027
13028         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13029         entry.
13030
13031 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13032
13033         * mm-view.el (mm-inline-render-with-function): Use multibyte
13034         buffer; decode html source by charset.
13035
13036         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13037
13038         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13039         Mule-UCS is loaded under XEmacs.
13040         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13041
13042 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13043
13044         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13045
13046 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13047
13048         * mm-util.el (mm-coding-system-p): Return a coding-system.
13049         (mm-mime-mule-charset-alist): Use shift_jis instead of
13050         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13051         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13052         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13053         instead of japanese-shift-jis and iso-latin-1 respectively in
13054         order to share the default value with both Emacs and XEmacs-mule.
13055         (mm-mule-charset-to-mime-charset): Make
13056         mm-coding-system-priorities effective.
13057         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13058         while predicating of candidates upon the priorities.
13059
13060 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13061
13062         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13063         gnus-uu-invert-processable.
13064
13065         * gnus.el: Autoload gnus-uu-invert-processable.
13066
13067 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13068
13069         * mm-util.el (mm-with-multibyte-buffer): New macro.
13070
13071         * rfc2047.el (rfc2047-encode-string): Use it.
13072         (rfc2047-encode-region): Move point to the end of the region after
13073         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13074
13075 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13076
13077         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13078         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13079
13080 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13081
13082         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13083         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13084         Karl Chen <quarl@nospam.quarl.org>.
13085
13086 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13087
13088         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13089         invalid addresses.
13090
13091 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13092
13093         * spam.el: Change section markers, revise TODO list.
13094         (spam-backends): Make new master list of all installed backends.
13095         (spam-summary-exit-behavior): Add new variable to determine how
13096         messages moves are done at summary exit.
13097         (spam-move-spam-nonspam-groups-only)
13098         (spam-process-ham-in-nonham-groups)
13099         (spam-process-ham-in-spam-groups): Remove variables, the
13100         spam-summary-exit-behavior variable should be used to manage this
13101         behavior.
13102         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13103         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13104         and spam-old-spam-articles.
13105         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13106         Add empty variables, placeholders for the backends they represent.
13107         (spam-set-difference): Move, unchanged.
13108         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13109         unless the user has a processor variable.
13110         (spam-classifications, spam-classification-valid-p)
13111         (spam-backend-properties, spam-backend-property-valid-p)
13112         (spam-backend-function-type-valid-p)
13113         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13114         (spam-report-articles-gmane, spam-report-articles-resend):
13115         Remove functions, they are not needed.
13116         (spam-install-backend-super, spam-backend-list)
13117         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13118         (spam-backend-function, spam-backend-ham-registration-function)
13119         (spam-backend-spam-registration-function)
13120         (spam-backend-ham-unregistration-function)
13121         (spam-backend-spam-unregistration-function)
13122         (spam-backend-statistical-p, spam-backend-mover-p)
13123         (spam-install-backend-alias, spam-install-checkonly-backend)
13124         (spam-install-mover-backend, spam-install-nocheck-backend)
13125         (spam-install-backend, spam-install-statistical-backend)
13126         (spam-install-statistical-checkonly-backend): Add backend installation
13127         support.
13128         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13129         (spam-group-processor-p): Use the new backend code and respect the
13130         summary exit behavior.
13131         (spam-mark-spam-as-expired-and-move-routine): Remove.
13132         (spam-summary-prepare): Change to use the new spam-old-articles
13133         variable.
13134         (spam-copy-or-move-routine, spam-copy-spam-routine)
13135         (spam-move-spam-routine, spam-copy-ham-routine)
13136         (spam-move-ham-routine): Add code to copy/move ham or spam.
13137         (spam-fetch-field-fast): Improve doc and code, plus allow the
13138         'number request.
13139         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13140         variables.
13141         (spam-split, spam-find-spam): Use the new backend code.
13142         (spam-registration-functions): Remove variable.
13143         (spam-unregister-routine): Add convenience wrapper.
13144         (spam-log-undo-registration, spam-register-routine)
13145         (spam-log-processing-to-registry)
13146         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13147         where possible.
13148         (spam-check-gmane-xref, spam-check-regex-headers)
13149         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13150         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13151         (spam-check-bogofilter-headers, spam-check-spamoracle)
13152         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13153         (spam-check-crm114-headers): Use the spam-split-group that
13154         spam-split prepares, no need to determine it every time.
13155
13156         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13157         to the nnheader-parse-naked-head call.
13158
13159         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13160
13161         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13162         the nnheader-nov-read-message-id call.
13163
13164 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13165
13166         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13167         gnus-activate-group twice.  Suggested by Markus Peter
13168         <warp@spin.de>.
13169
13170 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13171
13172         * gnus-art.el (gnus-article-time-format): Exchange the order of
13173         day and month in the default value; fix customization type.
13174         (article-date-ut): Use add-text-properties.
13175         (article-make-date-line): Use message-make-date instead of
13176         current-time-string.
13177
13178         * message.el (message-fetch-field): Don't use set-text-properties.
13179         (message-make-date): Simplify.
13180
13181         * messagexmas.el (message-xmas-make-date): New function.
13182         (message-xmas-redefine): Defalias message-make-date to it.
13183
13184 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13185
13186         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13187         (rfc2047-encode-region): Treat text within parentheses as special;
13188         show the original text when error has occurred.
13189
13190         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13191         already-computed method to gnus-activate-group.
13192
13193         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13194         same select-methods identical Lisp objects.
13195
13196         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13197         object when modifying the info.
13198
13199 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13200
13201         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13202         gnus-opened-servers since it has never been opened with the new
13203         configuration yet.
13204
13205 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13206
13207         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13208         arg to nnheader-generate-fake-message-id.
13209
13210 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13211
13212         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13213         number and build a fake message ID localized to a group and
13214         article number (so it's repeatable from that point on).
13215         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13216         ID format.
13217
13218         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13219         nnheader-generate-fake-message-id with the article number.
13220
13221 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13222
13223         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13224         end-of-buffer.
13225
13226 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13227
13228         * message.el (message-ignored-supersedes-headers): Add Approved.
13229
13230 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13231
13232         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13233         goto-char.
13234         (rfc2047-encode): Fold the line before encoding.
13235
13236 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13237
13238         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13239         folding -- not all headers can be folded, and this should be done
13240         by the message composition mode.  Probably.  I think.
13241
13242 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13243
13244         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13245         fast.
13246
13247         * gnus-ems.el (gnus-remove-image): Don't use
13248         message-text-with-property; remove only the image found first.
13249
13250         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13251         found first.
13252
13253 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13254
13255         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13256
13257 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13258
13259         * message.el (message-text-with-property): Make it fast and accept
13260         optional arguments.
13261         (message-strip-forbidden-properties): Use it.
13262         (message-fix-before-sending): Follow the m-t-w-p change.
13263
13264         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13265
13266 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13267
13268         * gnus-art.el (article-hide-headers): Don't change the buffer
13269         mistakenly when performing mml-preview even if
13270         gnus-single-article-buffer is nil.
13271
13272 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13273
13274         * message.el (message-expand-name-databases): New user option.
13275         (message-expand-name): Use it.
13276
13277 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13278
13279         * spam.el (spam-report-articles-resend)
13280         (spam-report-resend-register-routine): Allow ham reporting.
13281         (spam-report-resend-register-ham-routine): Add wrapper.
13282         (spam-registration-functions): Add ham resending functions.
13283         (spam-list-of-processors): Add ham resend processor.
13284
13285         * gnus.el (ham-resend-to): Add new group parameter.
13286         (spam-process): Add ham resend option.
13287
13288         * spam-report.el (spam-report-resend): Allow reporting ham.
13289         (spam-report-resend-ham): Add wrapper.
13290
13291 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13292
13293         * message.el (message-cite-articles-with-x-no-archive): New
13294         variable.
13295         (message-cite-original): Use it.
13296
13297 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13298
13299         * message.el (message-cite-original): Respect X-No-Archive.
13300
13301 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13302
13303         * gnus-art.el (article-hide-headers): Refer to the values for
13304         gnus-ignored-headers and gnus-visible-headers in the summary
13305         buffer since a user may have set them as group parameters.
13306
13307 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13308
13309         * assistant.el (assistant-node-name): Add convenience function.
13310         (assistant-render-text, assistant-render-node): Add error handling,
13311         plus handle multiple next nodes.
13312         (assistant-find-next-node): Comment out for now.
13313         (assistant-find-next-nodes): Add function, returns list of next
13314         nodes.
13315
13316 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13317
13318         * mail-source.el (mail-source-directory): Fix doc-string.
13319
13320 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13321
13322         * assistant.el (assistant-render-text, assistant-eval): Add :set
13323         widget type, which is different because it takes and returns a
13324         list.  Much hilarity ensues.
13325
13326 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13327
13328         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13329
13330         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13331         doc-string.
13332
13333         * gnus-start.el (gnus-activate-group): Added doc-string.
13334
13335 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13336
13337         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13338
13339 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13340
13341         * assistant.el (assistant-render-text): Try to add a :set
13342         widget, more to come.
13343
13344         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13345         strings.
13346         (spam-report-articles-resend)
13347         (spam-register-routine): Do registration iff any articles warrant
13348         it.
13349         (spam-summary-prepare-exit): Change log message for nil group
13350         destinations.
13351
13352 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13353
13354         * spam.el (spam-report-resend-register-routine): Allow
13355         spam-report-resend-to to be a group parameter or a global value.
13356
13357 2004-05-26  Simon Josefsson  <jas@extundo.com>
13358
13359         * starttls.el: Merge with my GNUTLS based starttls.el.
13360         (starttls-gnutls-program, starttls-use-gnutls)
13361         (starttls-extra-arguments, starttls-process-connection-type)
13362         (starttls-connect, starttls-failure, starttls-success): New
13363         variables.
13364         (starttls-program, starttls-extra-args): Doc fix.
13365         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13366         functions.
13367         (starttls-negotiate, starttls-open-stream): Check
13368         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13369         function if it is set.
13370
13371 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13374         structured fields.
13375
13376 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13377
13378         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13379
13380 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13381
13382         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13383         variable.
13384         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13385         assigning the spam-mark to new messages.
13386
13387 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13388
13389         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13390
13391 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13392
13393         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13394
13395         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13396         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13397         default.
13398
13399 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13400
13401         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13402         correct data.
13403
13404 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13405
13406         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13407         (spam-group-processor-p): Fix function.
13408         (spam-group-processor-multiple-p)
13409         (spam-group-spam-processor-report-gmane-p)
13410         (spam-group-spam-processor-report-resend-p)
13411         (spam-group-spam-processor-bogofilter-p)
13412         (spam-group-spam-processor-blacklist-p)
13413         (spam-group-spam-processor-ifile-p)
13414         (spam-group-ham-processor-ifile-p)
13415         (spam-group-spam-processor-spamoracle-p)
13416         (spam-group-spam-processor-crm114-p)
13417         (spam-group-ham-processor-bogofilter-p)
13418         (spam-group-spam-processor-stat-p)
13419         (spam-group-ham-processor-stat-p)
13420         (spam-group-ham-processor-whitelist-p)
13421         (spam-group-ham-processor-BBDB-p)
13422         (spam-group-ham-processor-spamoracle-p)
13423         (spam-group-ham-processor-copy-p): Remove functions with some
13424         prejudice against unneeded code.
13425         (spam-report-articles-resend)
13426         (spam-report-resend-register-routine): Allow the group/topic
13427         spam-resend-to value to override spam-report-resend-to.
13428         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13429         properly now.
13430
13431         * gnus.el (spam-resend-to): Add group/topic parameter.
13432         (spam-process): Move the OBSOLETE processors to the end of the
13433         choices.
13434
13435 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13436
13437         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13438         with resend-to set to nil, and then ask the user if necessary.
13439         (spam-report-resend): spam-report-resend takes a list of articles, not
13440         separate article numbers.
13441
13442 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13443
13444         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13445         addition to emacs-w3m.
13446
13447 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13448
13449         * assistant.el (assistant-authinfo-data): New function.
13450         (assistant-eval): Eval for entire assistant.
13451
13452         * netrc.el (netrc-services-file): New variable.
13453         (netrc-parse-services): New function.
13454         (netrc-find-service-name): New function.
13455         (netrc-find-service-number): New function.
13456         (netrc-port-equal): New function.
13457         (netrc-machine): Use it.
13458
13459         * nnimap.el (nnimap-open-connection): Use netrc.
13460
13461         * gnus-util.el (gnus-netrc-get): Remove aliases.
13462
13463         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13464
13465         * assistant.el (wid-edit): Fix compilation.
13466
13467         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13468
13469 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13470
13471         * gnus-util.el (gnus-set-file-modes): New function.  (small
13472         patch).
13473
13474 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13475
13476         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13477
13478         * assistant.el (assistant-render-node): Fix up rendering and
13479         read-only text.
13480         (assistant-render-node): Reset.
13481         (assistant-make-read-only): Not sticky.
13482
13483 2004-05-20  Danny Siu  <dsiu@adobe.com>
13484
13485         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13486         centered even when gnus-auto-center-summary is t.
13487
13488 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13489
13490         * dns.el (dns-get-txt-answer): New function.
13491         (dns-read-txt): Ditto.
13492         (query-dns): Use it.
13493
13494 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13495
13496         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13497         active for foreign groups even if the group level is higher than
13498         the specified value.
13499
13500 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13501
13502         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13503         non-active groups.
13504
13505         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13506
13507 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13508
13509         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13510
13511 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13512
13513         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13514         (spam-crm114-header, spam-crm114-spam-switch)
13515         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13516         (spam-crm114-positive-spam-header)
13517         (spam-crm114-database-directory, spam-list-of-processors)
13518         (spam-group-spam-processor-crm114-p)
13519         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13520         (spam-generic-score, spam-list-of-checks)
13521         (spam-list-of-statistical-checks, spam-registration-functions)
13522         (spam-check-crm114-headers, spam-crm114-score)
13523         (spam-check-crm114, spam-crm114-register-with-crm114)
13524         (spam-crm114-register-spam-routine)
13525         (spam-crm114-unregister-spam-routine)
13526         (spam-crm114-register-ham-routine)
13527         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13528         asjo@koldfront.dk (Adam Sjøgren).
13529
13530         * gnus.el: Add spam-use-crm114.
13531
13532         * spam.el (spam-list-of-processors, spam-registration-functions):
13533         Add spam-use-resend.
13534         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13535         (spam-report-articles-gmane): Add doc fix.
13536         (spam-report-articles-resend, spam-report-resend-register-routine):
13537         Add wrappers around spam-report-resend-to.
13538
13539         * spam-report.el (spam-report-resend-to, spam-report-resend):
13540         Add support for resending spam.
13541         (spam-report-gmane): Fix line length >80.
13542
13543         * gnus.el (spam-process): Add spam-use-resend.
13544
13545 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13546
13547         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13548         number of processed spam messages.
13549         (spam-ham-copy-or-move-routine): Return the number of processed
13550         ham messages.
13551         (spam-summary-prepare-exit): Use the above values to decide
13552         whether status messages shouled be displayed.
13553
13554 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13555
13556         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13557         `rfc2047-encoding-function-alist' in order to avoid conflicting
13558         with the old version.
13559         (rfc2047-encode-region): Concatenate words containing non-ASCII
13560         characters in structured fields; don't encode space-delimited
13561         ASCII words even in unstructured fields; don't break words at
13562         char-category boundaries.
13563         (rfc2047-encode-1): New function.
13564         (rfc2047-encode): Use it; encode text so that it occupies the
13565         maximum width within 76-column; work correctly on Q encoding for
13566         iso-2022-* charsets.
13567         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13568         sure not to break a line just after the header name.
13569         (rfc2047-b-encode-region): Removed.
13570         (rfc2047-b-encode-string): New function.
13571         (rfc2047-q-encode-region): Removed.
13572         (rfc2047-q-encode-string): New function.
13573
13574         * mm-util.el (mm-replace-in-string): New function.
13575
13576 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13577
13578         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13579         get it right.
13580         (gnus-inews-make-draft): Really.
13581
13582 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13583
13584         * nnmh.el (nnmh-request-list-1): Don't check the link count
13585         before descending.  (small patch)
13586
13587 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13588
13589         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13590         stuff.
13591
13592         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13593         on real group name.
13594
13595         * gnus-art.el (gnus-signature-limit): Doc fix.
13596
13597         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13598
13599         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13600
13601 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13602
13603         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13604         isn't a string.
13605
13606 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13607
13608         * gnus-draft.el (gnus-draft-send): Bind
13609         rfc2047-encode-encoded-words.
13610
13611         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13612         (rfc2047-encodable-p): Say that =? needs encoding.
13613         (rfc2047-encode-encoded-words): New variable.
13614
13615         * gnus-group.el (gnus-group-select-group): Doc fix.
13616
13617         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13618
13619         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13620         to nil.
13621
13622         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13623
13624         * nnheader.el (nnheader-get-lines-and-char): New function.
13625
13626 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13627
13628         * gnus-msg.el (gnus-summary-followup-with-original): Document
13629         yanking of region when active.
13630
13631 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13632
13633         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13634         groups if the group level is higher than the specified value.
13635
13636 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13637
13638         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13639         (gnus-group-jump-to-group): Added prefix argument using
13640         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13641         non-active group.
13642
13643         * compface.el (uncompface): Be verbose when changing
13644         `uncompface-use-external'.
13645
13646         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13647         handle manual section.
13648
13649 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13650
13651         * gnus-art.el (gnus-button-alist): Revert previous change.
13652
13653 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13654
13655         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13656
13657 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13658
13659         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13660         whether backend can accept message.
13661
13662         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13663
13664 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13665
13666         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13667         Avoid creating directory when nntp-marks-is-evil is true.
13668         Reported by Reiner Steib.
13669
13670 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13671
13672         * gnus-picon.el (gnus-picon-style): New variable.
13673         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13674         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13675         Jesper Harder <harder@ifa.au.dk>.
13676
13677 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13678
13679         * message.el (message-fill-field): Return point.
13680         (message-generate-headers): Go to end of field.
13681
13682         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13683         stuff for non-living groups.
13684
13685 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13686
13687         * gnus-art.el (gnus-article-followup-with-original)
13688         (gnus-article-reply-with-original): gnus-mark-active-p ->
13689         gnus-region-active-p.
13690
13691 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13692
13693         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13694         only when there is spam or ham to be processed.
13695
13696 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13697
13698         * mail-source.el (mail-source-delete-crash-box): Refactor.
13699         (mail-source-fetch): Use it.
13700         (mail-source-fetch-file): Ditto.
13701         (mail-source-fetch-directory): Run postscript in loop.
13702         (mail-source-fetch-pop): Delete.
13703         (mail-source-fetch-maildir): Ditto.
13704         (mail-source-fetch-imap): Ditto.
13705
13706         * imap.el (imap-authenticators): Comment out sasl.
13707
13708         * message.el (message-skip-to-next-address): New function.
13709         (message-fill-header-address): Refactor.
13710         (message-fill-address): Use it.
13711         (message-delete-address): Use it.
13712         (message-fill-header-general): Refactor.
13713         (message-fill-field-address): Rename.
13714         (message-narrow-to-field): Find the start of the header.
13715         (message-header-format-alist): Don't pre-fill.
13716         (message-fill-header): Removed.
13717         (message-insert-header): New function.
13718         (message-shorten-references): Use it.
13719
13720         * rfc2047.el (rfc2047-field-value): Strip props.
13721
13722         * mail-parse.el (mail-header-make-address): New alias.
13723
13724         * ietf-drums.el (ietf-drums-make-address): New function.
13725
13726         * imap.el: Add compiler directives.
13727
13728         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13729
13730         * gnus-art.el (article-decode-idna-rhs): Don't use
13731         message-idna-inside-rhs-p.
13732
13733 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13734
13735         * message.el (message-idna-inside-rhs-p): Removed.
13736         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13737
13738         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13739         false positives.
13740
13741 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13742
13743         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13744
13745 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13746
13747         * nneething.el (nneething-file-name): Don't create spurious
13748         files.
13749
13750         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13751         (gnus-inews-do-gcc): Remove sleep.
13752
13753         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13754         part under point.
13755
13756         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13757         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13758
13759 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13760
13761         * spam.el (spam-summary-prepare-exit): Fixed (length).
13762
13763 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13764
13765         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13766         as expired without moving it" message when there are spam
13767         messages left.
13768
13769 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13770
13771         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13772         header is not nil.
13773
13774 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13775
13776         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13777         nntp-possibly-create-directory, not nntp-possibly-change-group.
13778         (nntp-marks-changed-p): New arg SERVER.
13779         (nntp-request-update-info): Adjust caller.
13780
13781 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13782
13783         * nntp.el (nntp-save-marks): Pass missing arg.
13784
13785 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13786
13787         * nntp.el: Support marks.
13788         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13789         (nntp-marks-modtime, nntp-marks-directory): New variables.
13790         (nntp-request-set-mark, nntp-request-update-info)
13791         (nntp-possibly-create-directory, nntp-marks-changed-p)
13792         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13793         functions.
13794
13795 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13796
13797         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13798         (gnus-xmas-redefine): Rename.
13799
13800         * gnus-score.el (gnus-score-insert-help): Use
13801         gnus-select-lowest-window.
13802
13803         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13804         appt-select-lowest-window and rename to gnus-select-lowest-window.
13805
13806         * gnus.el: do.
13807
13808 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13809
13810         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13811         encodings of MIME-encoded words, in order to improve
13812         interoperability with several broken MUAs.
13813
13814 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13815
13816         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13817         tags, only when charsets are not specified in headers.
13818         (mm-inline-text-html-render-with-w3m): Ditto.
13819
13820         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13821         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13822
13823 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13824
13825         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13826         instead of MIME-decoded from fields when checking
13827         `gnus-article-address-banner-alist'.
13828
13829 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13830
13831         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13832         description rather than subject.
13833
13834 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13835
13836         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13837
13838 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13839
13840         * gnus.el (gnus-version-number): Bump.
13841
13842 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13843
13844         * gnus.el: No Gnus v0.2 is released.
13845
13846 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13847
13848         * gnus-agent.el (gnus-agent-read-agentview): Inline
13849         gnus-uncompress-range.
13850
13851 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13852
13853         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13854         `exec-installed-p'.
13855
13856 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13857
13858         * gnus.el (spam-process, spam-autodetect-methods): Add
13859         bsfilter and bsfilter-headers.
13860
13861         * spam.el (spam-bsfilter): New customize group.
13862         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13863         (spam-bsfilter-header, spam-bsfilter-probability-header)
13864         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13865         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13866         (spam-bsfilter-database-directory): New options.
13867         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13868         (spam-list-of-statistical-checks, spam-registration-functions):
13869         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13870         (spam-bsfilter-score): New command.
13871         (spam-check-bsfilter-headers, spam-check-bsfilter)
13872         (spam-bsfilter-register-with-bsfilter)
13873         (spam-bsfilter-register-spam-routine)
13874         (spam-bsfilter-unregister-spam-routine)
13875         (spam-bsfilter-register-ham-routine)
13876         (spam-bsfilter-unregister-ham-routine): New functions.
13877         (spam-generic-score): Support bsfilter; Accept an optional argument
13878         to recalcurate spam score even if scoring header has already been
13879         added.
13880         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13881         optional argument to recalcurate spam score even if scoring header
13882         has already been added.
13883
13884 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13885
13886         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13887         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13888         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13889         link is missing.
13890
13891 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13892
13893         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13894         (html2text-get-attr): Rewrite.
13895
13896         * message.el (message-setup-1): Remove redundant put-text-property
13897         on mail-header-separator.
13898
13899 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13900
13901         * gnus-registry.el (gnus-registry-cache-whitespace)
13902         (gnus-registry-action, gnus-registry-spool-action)
13903         (gnus-registry-split-fancy-with-parent): Change message levels
13904         from 5 to 3 or 7, as needed.
13905
13906         * spam.el (spam-summary-prepare-exit)
13907         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13908         (spam-split, spam-find-spam, spam-log-undo-registration)
13909         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13910         level from 5 to 6.
13911
13912 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13913
13914         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13915         2004-03-04 change).
13916
13917 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13918
13919         * sieve-manage.el (sieve-manage-open):
13920         * nnweb.el (nnweb-insert-html):
13921         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13922         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13923         * nnspool.el (nnspool-request-group):
13924         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13925         * nnml.el (nnml-request-update-info):
13926         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13927         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13928         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13929         (nnimap-request-set-mark):
13930         * nnfolder.el (nnfolder-request-update-info):
13931         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13932         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13933         * gnus-uu.el (gnus-uu-find-articles-matching):
13934         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13935         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13936         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13937         * gnus-nocem.el (gnus-nocem-scan-groups):
13938         * gnus-int.el (gnus-start-news-server):
13939         * gnus-group.el (gnus-group-make-kiboze-group)
13940         (gnus-group-browse-foreign-server):
13941         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13942         Use mapc when appropriate.
13943
13944 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13945
13946         FIXME: Make separate entries for each person.
13947
13948         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13949         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13950         <shields@msrl.com>:
13951
13952         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13953         may need for spam sorting and scoring.
13954         (spam-user-format-function-S): Add user format function suitable for
13955         general use.
13956         (spam-article-sort-by-spam-status): Add sorting function for summary
13957         sorting.
13958         (spam-extra-header-to-number): Add function to get a score from a
13959         header.
13960         (spam-summary-score): Add function to get a numeric score from the
13961         headers.
13962         (spam-generic-score): Fix function doc, was in wrong place.
13963         (spam-initialize): Take symbols when it's run, and install the
13964         extra headers that spam-necessary-extra-headers thinks we need.
13965
13966 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13967
13968         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13969         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
13970
13971 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13972
13973         * gnus-sum.el (gnus-set-global-variables)
13974         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13975         (gnus-article-get-xrefs, gnus-summary-best-group)
13976         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13977         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13978         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13979         Use with-current-buffer.
13980
13981 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13982
13983         * spam.el (spam-summary-prepare-exit): Simplify logic.
13984         (spam-fetch-article-header): Read the article header if it's not
13985         available.
13986         (spam-list-articles): Simplify logic.
13987         (spam-filelist-register-routine): Fix bug with unregister-list.
13988
13989         * gnus-registry.el: Fix comments at beginning.
13990
13991 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13992
13993         * message.el (message-cater-to-broken-inn): Remove.
13994         (message-shorten-references): Make sure the total folded length of
13995         References is shorter than 998 characters to cater to a bug in INN
13996         2.3.  Also, don't pretend that references aren't folded -- this
13997         hasn't worked for a while.
13998
13999 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14000
14001         * gnus-agent.el (gnus-agentize):
14002         gnus-agent-send-mail-real-function no longer set to current value
14003         of message-send-mail-function but rather a lambda that calls
14004         message-send-mail-function.  The change makes the agent real-time
14005         responsive to user changes to message-send-mail-function.
14006
14007 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14008
14009         * legacy-gnus-agent.el
14010         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14011         help from Florian Weimer <fw@deneb.enyo.de>
14012
14013 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14014
14015         * nnmail.el (nnmail-cache-insert): Revert last change.
14016
14017 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14018
14019         * nnmail.el (nnmail-cache-insert): Always check whether
14020         nnmail-cache-ignore-groups matches a group name.
14021
14022 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14023
14024         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14025         (spam-find-spam, spam-log-processing-to-registry)
14026         (spam-log-registered-p, spam-log-unregistration-needed-p)
14027         (spam-log-undo-registration): Use gnus-message instead of
14028         gnus-error, none of these errors are fatal.
14029
14030         * gnus-registry.el (gnus-registry-clean-empty-function)
14031         (gnus-registry-clean-empty): Remove only empty entries without
14032         extra data.
14033
14034 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14035
14036         * spam-stat.el (spam-stat-buffer-change-to-spam)
14037         (spam-stat-buffer-change-to-non-spam): Change (error) to
14038         (gnus-message 8) invocation.
14039
14040 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14041
14042         * nntp.el (nntp-via-netcat-command): New variable.
14043         (nntp-via-netcat-switches): New variable.
14044         (nntp-open-via-rlogin-and-netcat): New function.
14045         (nntp-open-connection-function): Doc fix.
14046         (nntp-telnet-command): Doc fix.
14047         (nntp-end-of-line): Doc fix.
14048         (nntp-via-rlogin-command): Doc fix.
14049         (nntp-via-user-name): Doc fix.
14050         (nntp-via-address): Doc fix.
14051
14052 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14053
14054         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14055         error in Emacs 21.1.
14056
14057 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14058
14059         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14060
14061 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14062
14063         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14064         (gnus-agent-with-refreshed-group): New macro.
14065         (gnus-agent-rename-group): New function.
14066         (gnus-agent-delete-group): New function.
14067         (gnus-agent-save-group-info): Use gnus-command-method when
14068         `method' parameter is nil.  Don't write nil entries into the
14069         active file.
14070         (gnus-agent-get-group-info): New function.
14071         (gnus-agent-fetch-articles): Use
14072         gnus-agent-update-files-total-fetched-for to increment disk space
14073         used.
14074         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14075         gnus-agent-update-view-total-fetched-for to increment disk space
14076         used.
14077         (gnus-agent-get-local): Added optional parameters to avoid calling
14078         gnus-group-real-name and gnus-find-method-for-group.
14079         (gnus-agent-set-local): Delete stored entry if either min, or max,
14080         are nil.
14081         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14082         quit, use gnus-agent-regenerate-group to record existance of any
14083         articles fetched to disk before the quit occurred.
14084         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14085         gnus-agent-update-view-total-fetched-for, and
14086         gnus-agent-update-files-total-fetched-for to decrement disk space
14087         used.
14088         (gnus-agent-retrieve-headers): Use
14089         gnus-agent-update-view-total-fetched-for to increment disk space
14090         used.
14091         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14092         with gnus-agent-update-files-total-fetched-for to decrement disk
14093         space and fresh group buffer.
14094         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14095         (gnus-agent-need-update-total-fetched-for): New variable.
14096         (gnus-agent-update-files-total-fetched-for): New function.
14097         (gnus-agent-update-view-total-fetched-for): New function.
14098         (gnus-agent-total-fetched-for): New function.
14099
14100         * gnus-cache.el (gnus-cache-save-buffers): Use
14101         gnus-cache-update-overview-total-fetched-for to change disk space
14102         used by this group.
14103         (gnus-cache-possibly-enter-article): Use
14104         gnus-cache-update-file-total-fetched-for to increment disk space
14105         used by this group.
14106         (gnus-cache-possibly-remove-article): Use
14107         gnus-cache-update-file-total-fetched-for to decrement disk space
14108         used by this group.
14109         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14110         (gnus-cache-rename-group): New function.
14111         (gnus-cache-delete-group): New function.
14112         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14113         (gnus-cache-need-update-total-fetched-for): New variable.
14114         (gnus-cache-with-refreshed-group): New macro.
14115         (gnus-cache-update-file-total-fetched-for): New function.
14116         (gnus-cache-update-overview-total-fetched-for): New function.
14117         (gnus-cache-rename-group-total-fetched-for): New function.
14118         (gnus-cache-delete-group-total-fetched-for): New function.
14119         (gnus-cache-total-fetched-for): New function.
14120
14121         * gnus-group.el: Require gnus-sum and autoload functions to
14122         resolve warnings when gnus-group.el compiled alone.
14123         (gnus-group-line-format): Documented new %F.
14124         (size of Fetched data) group line format; identifies disk space
14125         used by agent and cache.
14126         (gnus-group-line-format-alist): Defined new F format.
14127         (gnus-total-fetched-for): New function.
14128         (gnus-group-delete-group): No longer update
14129         gnus-cache-active-altered as gnus-request-delete-group now keeps
14130         the cache in sync.
14131         (gnus-group-list-active): Let the agent store a server's active
14132         list if currently plugged.
14133
14134         * gnus-int.el (gnus-request-delete-group):
14135         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14136         local disk in sync with the server.
14137         (gnus-request-rename-group):
14138         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14139         local disk in sync with the server.
14140
14141         * gnus-start.el (gnus-get-unread-articles):
14142         Cosmetic simplification to logic.
14143
14144         * gnus-util.el (gnus-rename-file): New function.
14145
14146 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14147
14148         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14149
14150 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14151
14152         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14153         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14154
14155 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14156
14157         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14158         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14159
14160 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14161
14162         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14163
14164 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14165
14166         * spam.el (spam-set-difference): Add function to replace
14167         gnus-set-difference in spam.el.
14168         (spam-summary-prepare-exit): Use spam-set-difference.
14169
14170 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14171
14172         * gnus-registry.el (gnus-registry-cache-file): Update to use
14173         gnus-dribble-directory OR gnus-home-directory OR ~.
14174         (gnus-registry-split-fancy-with-parent): Fix doc.
14175
14176 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14177
14178         * message.el (message-exchange-point-and-mark): Use
14179         message-mark-active-p.  Suggested by Jesper Harder
14180         <harder@ifa.au.dk>.
14181
14182 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14183
14184         * message.el (message-exchange-point-and-mark): Don't activate
14185         region if it was inactive.  Suggested by Hiroshi Fujishima
14186         <pooh@nature.tsukuba.ac.jp>.
14187
14188 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14189
14190         * gnus-art.el (article-display-face): Display Faces in the same
14191         order as X-Faces.
14192
14193 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14194
14195         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14196
14197 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14198
14199         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14200         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14201         (gnus-article-mime-hierarchy): Remove.
14202         (gnus-article-mime-hierarchy-next): Remove.
14203         (gnus-article-mode): Revert 2004-03-19 change.
14204         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14205         (gnus-insert-mime-button): Revert 2004-03-19 change.
14206         (gnus-mime-accumulate-hierarchy): Remove.
14207         (gnus-mime-enter-multipart): Remove.
14208         (gnus-mime-leave-multipart): Remove.
14209         (gnus-mime-display-part): Revert 2004-03-19 change.
14210         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14211
14212         * mml.el (mml-preview): Revert 2004-03-19 change.
14213
14214 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14215
14216         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14217
14218 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14219
14220         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14221         t while entering a file name using the mm-with-multibyte macro.
14222         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14223
14224         * mm-util.el (mm-with-multibyte): New macro.
14225
14226 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14227
14228         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14229         user option.
14230         (gnus-mime-multipart-functions): Doc and customization fix.
14231         (gnus-article-mime-hierarchy): New variable.
14232         (gnus-article-mime-hierarchy-next): New variable.
14233         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14234         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14235         gnus-article-mime-hierarchy-next to nil.
14236         (gnus-insert-mime-button): Show hierarchy numbers.
14237         (gnus-mime-accumulate-hierarchy): New function.
14238         (gnus-mime-enter-multipart): New function.
14239         (gnus-mime-leave-multipart): New function.
14240         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14241         (gnus-mime-display-alternative): Show hierarchy numbers.
14242
14243         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14244         gnus-article-mime-hierarchy-next to nil.
14245
14246 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14247
14248         * dns.el: Don't require gnus-xmas.
14249
14250 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14251
14252         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14253         inline PGP.
14254         (mml-menu): Disable mml-quote-region if mark is inactive.
14255
14256 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14257
14258         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14259         when the group's active is not available.
14260
14261 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14262
14263         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14264         error.
14265
14266 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14267
14268         * imap.el (imap-store-password): New variable.
14269         (imap-interactive-login): Use it.
14270         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14271
14272 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14273
14274         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14275         window-start and hscroll to summary window.
14276
14277 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14278
14279         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14280         conversion message to newsrc-dribble when an actual conversion is
14281         performed.
14282
14283 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14284
14285         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14286
14287 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * mm-decode.el (mm-complicated-handles): New function reviving
14290         former definition of mm-multiple-handles.
14291
14292         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14293         (gnus-mime-delete-part): Use it.
14294
14295 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14296
14297         * gnus-agent.el (gnus-agent-read-local): Bind
14298         nnheader-file-coding-system to gnus-agent-file-coding-system to
14299         avoid the implicit assumption that they will always be equal.
14300         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14301         coding-system-for-write, as the with-temp-file macro first prints
14302         to a buffer then saves the buffer.
14303
14304 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14305
14306         * gnus-art.el (gnus-article-edit-part): New function.
14307         (gnus-mime-save-part-and-strip): Use it; do query instead of
14308         signaling an error; don't use mm-multiple-handles.
14309         (gnus-mime-delete-part): Ditto.
14310
14311 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14312
14313         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14314         old file versions.
14315         (gnus-group-prepare-hook): Removed function that converted list
14316         form of gnus-agent-expire-days to group properties.
14317
14318         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14319         (gnus-request-accept-article): Re-indented.
14320
14321         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14322         converters to handle old agent file formats.  Added logic for a
14323         "backup before upgrading warning".
14324         (gnus-convert-mark-converter-prompt): Developers can mark
14325         functions as needing (default), or not needing,
14326         gnus-convert-old-newsrc's "backup before upgrading warning".
14327         (gnus-convert-converter-needs-prompt): Tests whether the user
14328         should be protected from potentially irreversable changes by the
14329         function.
14330
14331         * legacy-gnus-agent.el: New.  Provides converters that are only
14332         loaded when gnus-convert-old-newsrc needs to call them.
14333
14334 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14335
14336         * mail-source.el (mail-source-touch-pop): Doc fix.
14337
14338         * message.el (message-smtpmail-send-it): Doc fix.
14339
14340 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14341
14342         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14343
14344         * nnmail.el (nnmail-split-fancy): do.
14345
14346         * gnus-kill.el (gnus-kill, gnus-execute): do.
14347
14348 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14349
14350         * gnus-sum.el (gnus-widget-reversible-match)
14351         (gnus-widget-reversible-to-internal)
14352         (gnus-widget-reversible-to-external): New functions.
14353         (gnus-widget-reversible): New widget.
14354         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14355
14356 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14357
14358         * gnus-sum.el (gnus-thread-sort-functions)
14359         (gnus-article-sort-functions): Document `(not F)' items.
14360
14361 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14362
14363         * spam.el (spam-use-gmane-xref): Add new backend.
14364         (spam-gmane-xref-spam-group): Add variable to control the name of the
14365         Gmane spam group.
14366         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14367         (spam-regex-headers-spam, spam-regex-headers-ham)
14368         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14369         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14370         backends and checks.
14371         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14372
14373         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14374         an autodetect method.
14375
14376 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14377
14378         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14379         articles are being added to a group.
14380         (gnus-request-replace-article): Inform the agent that articles
14381         need to be uncached as the cached contents are no longer valid.
14382
14383 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14384
14385         * binhex.el: Don't autoload executable-find.
14386
14387         * canlock.el: Don't autoload mail-fetch-field.
14388
14389         * dgnushack.el: Autoload c-mode for XEmacs.
14390
14391         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14392
14393         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14394         rmail-dont-reply-to and rmail-output.
14395
14396         * gnus-score.el: Don't autoload ffap-string-at-point.
14397
14398         * gnus-setup.el: Don't autoload sc-cite-original.
14399
14400         * imap.el: Don't autoload base64-decode-string,
14401         base64-encode-string and md5.
14402
14403         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14404         and rmail-msg-restore-non-pruned-header.
14405
14406         * mm-decode.el: Don't autoload executable-find.
14407
14408         * mm-url.el: Don't autoload executable-find.
14409
14410         * mm-view.el: Don't autoload diff-mode.
14411
14412         * nndb.el: Don't autoload news-reply-mode, news-setup,
14413         cancel-timer and telnet.
14414
14415         * password.el: Don't autoload run-at-time for Emacs.
14416
14417         * sha1-el.el: Don't autoload executable-find.
14418
14419         * sieve-mode.el: Don't autoload c-mode.
14420
14421         * uudecode.el: Don't autoload executable-find.
14422
14423 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14424
14425         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14426         (gnus-agent-possibly-alter-active): Avoid null in numeric
14427         comparison.
14428         (gnus-agent-set-local): Refuse to save null in local object table.
14429         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14430         list of articles that will be marked as unread.
14431
14432 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14433
14434         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14435
14436 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14437
14438         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14439         language tags.
14440
14441 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14442
14443         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14444         Don't bind "obarray".
14445
14446         * gnus-sum.el (gnus-thread-sort-functions): Added
14447         `gnus-thread-sort-by-most-recent-number' and
14448         `gnus-thread-sort-by-most-recent-date'.
14449         Reported by Kai Grossjohann <kai@emptydomain.de>.
14450
14451 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14452
14453         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14454
14455 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14456
14457         * gnus-cus.el (gnus-agent-customize-category): Removed
14458         ignore-errors macro reference that required cl to be loaded at
14459         run-time.
14460
14461         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14462         single-interval range of the form (min . max).  Previously the
14463         range had to look like ((min . max)).  Likewise, return
14464         (min . max) rather than ((min . max)).
14465         (gnus-range-map): Use gnus-range-normalize to accept
14466         single-interval range.
14467
14468         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14469         the cache, but not the agent, now appear with their usual face.
14470
14471         * dgnushack.el (loaddir): New variable that is bound to the
14472         directory containing the dgnushack.el file. Use loaddir, rather
14473         than srcdir, to update load-path. Change lets dgnushack compile
14474         code in directories other than GNUS/lisp.
14475
14476 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14477
14478         * lpath.el: Don't bind w3m-safe-url-regexp.
14479
14480         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14481         w3m-safe-url-regexp variable buffer-local.
14482
14483         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14484
14485 2004-02-27  Simon Josefsson  <jas@extundo.com>
14486
14487         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14488         gnus-group-real-prefix.
14489         (gnus-summary-move-article): Use it, instead of
14490         gnus-group-real-prefix.
14491
14492 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14493
14494         * lpath.el: Bind w3m-safe-url-regexp.
14495
14496         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14497         w3m-safe-url-regexp variable buffer-local and set it as the value
14498         of mm-w3m-safe-url-regexp.
14499
14500         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14501
14502         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14503         parsing gnus-posting-styles when the message is not for replying.
14504
14505         * dgnushack.el: Autoload sgml-mode for XEmacs.
14506
14507         * nnrss.el (nnrss-opml-export): Use
14508         mm-set-buffer-file-coding-system instead of
14509         set-buffer-file-coding-system.
14510
14511 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14512
14513         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14514         of checkdoc.el).
14515         * nnrss.el: do.
14516         * gnus-mlspl.el: do.
14517         * gnus-ml.el: do.
14518         * gnus-srvr.el: do.
14519
14520         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14521
14522 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14523
14524         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14525         Corrections to custom-manual links.
14526
14527         * gnus-art.el (gnus-article): Ditto.
14528
14529         * mm-decode.el (mime-display, mime-security): Ditto.
14530
14531 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14532
14533         * flow-fill.el: Typo.
14534
14535 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14536
14537         * spam-wash.el: New file.
14538
14539 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14540
14541         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14542
14543 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14544
14545         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14546         to be run with new-articles as LIST1, not LIST2.
14547         (spam-registration-functions): Add spam-use-ham-copy as a nil
14548         registration backend.
14549
14550 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14551
14552         * spam-stat.el (spam-stat-washing-hook): New option.
14553         (spam-stat-buffer-words): Use it.
14554         (spam-stat-process-directory, spam-stat-test-directory): Use
14555         insert-file-contents-literally.
14556         (spam-stat-coding-system): New variable.
14557         (spam-stat-load, spam-stat-save): Use it.
14558
14559 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14560
14561         * spam-report.el (spam-report-plug-agent): Quote
14562         spam-report-url-to-file and spam-report-url-ping-plain.
14563
14564 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14565
14566         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14567         / in mailto URLs.
14568
14569 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14570
14571         * spam-report.el (spam-report-process-queue): Fix interactive use.
14572         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14573         (spam-report-unplug-agent): Doc fixes.
14574         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14575         (spam-report-agentize, spam-report-deagentize): Autoload.
14576
14577 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14578
14579         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14580
14581         * message.el (message-setup-fill-variables): Add mml tags to
14582         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14583         <ajk@iu.edu>.
14584         (message-mode): Don't modify paragraph-separate there.
14585
14586 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14587
14588         * compface.el (uncompface-use-external): Default to undecided.
14589         (uncompface-use-external-threshold): New variable.
14590         (uncompface-float-time): New macro.
14591         (uncompface): Determine whether to use the external decoder if
14592         uncompface-use-external is undecided.
14593
14594 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14595
14596         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14597         after images.
14598
14599         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14600
14601 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14602
14603         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14604
14605         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14606
14607         * gnus-sum.el (gnus-summary-limit-to-age)
14608         (gnus-summary-limit-children): do.
14609
14610         * gnus-int.el (gnus-request-scan): do.
14611
14612         * gnus-group.el (gnus-group-suspend): do.
14613
14614         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14615
14616         * gnus-cite.el (gnus-cite-parse-attributions): do.
14617
14618         * gnus-agent.el (gnus-summary-set-agent-mark)
14619         (gnus-agent-regenerate-group): do.
14620
14621         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14622
14623         * binhex.el (binhex-decode-region-internal): do.
14624
14625 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14626
14627         * gnus-fun.el (gnus-face-properties-alist): New user option.
14628         (gnus-display-x-face-in-from): Use it.
14629
14630         * gnus-art.el (article-display-face): Ditto.
14631
14632         * compface.el (uncompface-use-external): Default to nil.
14633
14634 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14635
14636         * nntp.el (nntp-erase-buffer): New function.
14637         (nntp-retrieve-data, nntp-send-command)
14638         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14639         (nntp-possibly-change-group): Use it.
14640
14641         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14642         with-current-buffer.
14643
14644 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14645
14646         * compface.el: Merge the ELisp-based uncompface program.
14647         (compface): New customization group.
14648         (uncompface-use-external): New user option.
14649         (uncompface): Call uncompface-internal if uncompface-use-external
14650         is nil.
14651         (uncompface-internal): New function.  Note that there are also
14652         some other functions and variables added for this function.
14653
14654 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14655
14656         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14657         if necessary.
14658
14659 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14660
14661         * spam-report.el (spam-report-unplug-agent)
14662         (spam-report-plug-agent, spam-report-deagentize)
14663         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14664         Add support for the Agent in spam-report: when unplugged, report to a
14665         file; when plugged, submit all the requests.
14666
14667         * spam.el (spam-register-routine): Fix message about
14668         registration.
14669
14670 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14671
14672         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14673         dependencies.
14674         (rfc2047-encode): Use it.
14675
14676         * gnus-art.el (gnus-button-marker-list): Move before first
14677         reference.
14678
14679         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14680         (imap-parse-body): Fix format string mismatch.
14681
14682         * gnus-score.el (gnus-summary-increase-score): do.
14683
14684         * nnrss.el (nnrss-close): New function.
14685
14686 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14687
14688         * nnrss.el (nnrss-make-filename): New function.
14689         (nnrss-request-delete-group, nnrss-read-server-data)
14690         (nnrss-save-server-data, nnrss-read-group-data)
14691         (nnrss-save-group-data): Use it.
14692         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14693         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14694         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14695
14696 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14697
14698         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14699
14700 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14701
14702         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14703         files.
14704
14705         * message.el (message-generate-headers-first): Don't quote nil
14706         and t in docstrings.
14707
14708         * imap.el (imap-id): do.
14709
14710         * gnus-agent.el (gnus-agent-consider-all-articles)
14711         (gnus-agent-queue-mail): do.
14712
14713 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14714
14715         * spam-report.el (spam-report-process-queue): New function.
14716         Process requests from `spam-report-requests-file'.
14717         (spam-report-process-queue): Doc fix.
14718
14719 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14720
14721         * spam.el (spam-register-routine)
14722         (spam-log-processing-to-registry, spam-log-registered-p)
14723         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14724         Change "check" to "spam-check" for semi-clarity.
14725
14726 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14727
14728         * pop3.el: Require nnheader.
14729
14730         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14731
14732         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14733
14734         * gnus-picon.el: Require cl.
14735
14736         * gnus-fun.el: Require gnus-ems and gnus-util.
14737
14738         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14739
14740         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14741
14742         * gnus-art.el (gnus-article-edit-mode): Define before first
14743         reference.
14744
14745 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14746
14747         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14748         (gnus-uu-post-encoded): Use point-at-bol.
14749
14750         * gnus-topic.el (gnus-group-active-topic-p): do.
14751
14752         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14753
14754         * gnus-group.el (gnus-group-kill-region): do.
14755
14756         * gnus-art.el (article-date-ut): do.
14757
14758         * message.el (message-fetch-field): Remove redundant
14759         case-fold-search binding.
14760         (message-narrow-to-field): Simplify.
14761
14762 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14763
14764         * spam.el (spam-directory): Derive from `gnus-directory'.
14765
14766         * spam-report.el (spam-report-url-to-file)
14767         (spam-report-requests-file): New function and variable for offline
14768         reporting.
14769         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14770         and user defined function.
14771         (spam-report-url-ping-mm-url): Remove doubled slash.
14772
14773 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14774
14775         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14776
14777 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14778
14779         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14780         format string mismatch.
14781
14782         * sieve.el (sieve-deactivate-all): do.
14783
14784         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14785
14786         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14787
14788         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14789
14790         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14791
14792 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14793
14794         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14795         the list of checks.
14796
14797 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14798
14799         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14800         padding.
14801
14802 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14803
14804         * mm-view.el (mm-fill-flowed): New variable.
14805         (mm-inline-text): Use it.
14806
14807 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14808
14809         * spam.el (spam-spamassassin-register-ham-routine)
14810         (spam-spamassassin-register-spam-routine): Fix function names.
14811
14812 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14813
14814         * gnus.el (gnus-tmp-grouplens): Remove.
14815         (gnus-summary-line-format): Remove grouplens.
14816
14817         * gnus-group.el (gnus-group-line-format): Ditto.
14818
14819         * gnus-spec.el (gnus-format-specs): Ditto.
14820         (gnus-update-format-specifications): Flush the group format spec
14821         cache if there's the grouplens stuff.
14822         (gnus-parse-simple-format): Replace %l with the empty string.
14823
14824 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14825
14826         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14827         omission.
14828
14829 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14830
14831         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14832         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14833
14834 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14835
14836         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14837         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14838         New macros and functions.
14839         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14840         Handle > NLINK_MAX messages.
14841         * nnmaildir.el (nnmaildir-request-set-mark): Use
14842         nnmaildir--emlink-p and nnmaildir--eexist-p.
14843
14844 2004-01-25  Alex Schroeder  <alex@gnu.org>
14845
14846         * spam-stat.el (spam-stat-process-directory-age): New option.
14847         (spam-stat-process-directory): Use it.
14848
14849 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14850
14851         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14852         (spam-stat-save): Accept prefix argument.
14853
14854 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14855
14856         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14857         links" error.
14858
14859 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14860
14861         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14862         the rest of the and/or forms.
14863
14864 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14865
14866         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14867         compatibility with old .newsrc.eld files.
14868
14869         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14870
14871         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14872
14873         * gnus-start.el (gnus-1): do.
14874
14875         * gnus-group.el (gnus-group-line-format-alist): do.
14876
14877         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14878
14879         * gnus-gl.el: Remove.
14880
14881 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14882
14883         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14884         marks consisting of a single range {for example, (3 . 5)} rather
14885         than a list of a single range { ((3 . 5)) }.
14886
14887 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14888
14889         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14890         with-current-buffer.
14891         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14892         avoid consing a string.
14893
14894         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14895         Remove obsolete entries for big5 and gb2312.
14896
14897 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14898
14899         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14900         uncompressed list.
14901
14902 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14903
14904         * spam-stat.el (spam-stat-strip-xref): New function.
14905         (spam-stat-process-directory): Use it.
14906
14907         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14908         here -- it's done in message-fetch-field.
14909
14910 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14911
14912         * gnus-agent.el (gnus-agent-queue-mail)
14913         (gnus-agent-prompt-send-queue): New variables.
14914         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14915         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14916         "nndraft:queue" along to gnus-draft-send.  Use
14917         gnus-agent-prompt-send-queue.
14918         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14919         is "nndraft:queue".  Suggested by Gaute Strokkenes
14920         <gs234@srcf.ucam.org>
14921
14922         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14923         (agent-enable-undownloaded-faces): Added.
14924         (gnus-agent-cat-groups): Use eval-and-compile, not
14925         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14926         method of gnus-agent-cat-groups even when the buffer has been
14927         evaled.
14928         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14929         delete gnus-agent-save-active-1.
14930         (gnus-agent-save-groups): Deleted.  Identical to
14931         gnus-agent-save-active.
14932         (gnus-agent-write-active): No longer adjust agent's copy of active
14933         file as agent's adjustments are now stored in their own
14934         file.  Removed optional parameter.
14935         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14936         servers.  Add use of min/max range limits from server's local
14937         file.
14938         (gnus-agent-save-alist): Removed unused optional argument.
14939         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14940         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14941         (gnus-agent-set-local): A per-server file that keeps min/max range
14942         limits for articles known to the agent.  Provides a fast mechanism
14943         for altering many active ranges.
14944         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14945         active file (local makes it unnecessary).
14946         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14947
14948         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14949         (agent-enable-undownloaded-faces): Added.
14950
14951         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14952         disable it when sending to "nndraft:queue".
14953         (gnus-group-send-queue): Add safety check to avoid sending queue
14954         when unplugged.
14955
14956         * gnus-group.el (gnus-group-catchup): Use new
14957         gnus-sequence-of-unread-articles, not
14958         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14959         numbers of articles.  Use gnus-range-map to avoid having to
14960         uncompress the unread list.
14961         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14962         Fixed invalid ange-ftp reference.
14963
14964         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14965         (gnus-sorted-range-intersection): Intersection of two ranges
14966         without requiring that they first be uncompressed.
14967
14968         * gnus-start.el (gnus-activate-group): Unless blocked by the
14969         caller, possibly expand the active range to include both cached
14970         and agentized articles.
14971         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14972         multiple version-dependent converters.
14973         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14974         gnus-agent-save-active.
14975         (gnus-save-newsrc-file): Save dirty agent range limits.
14976
14977         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14978         gnus-agent-possibly-alter-active.
14979         (gnus-adjust-marked-articles): Faster handling of simple lists.
14980
14981 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14982
14983         * spam-stat.el (spam-stat-test-directory): New optional argument
14984         displays a list of files detected.  Suggested by Andrew Cohen
14985         <cohen@andy.bu.edu>.
14986         (spam-stat-buffer-words-with-scores): Don't narrow and change
14987         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14988
14989 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14990
14991         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14992         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14993         (spam-spamassassin-arguments)
14994         (spam-spamassassin-spam-flag-header)
14995         (spam-spamassassin-positive-spam-flag-header)
14996         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14997         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14998         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14999         (spam-list-of-processors, spam-list-of-checks)
15000         (spam-list-of-statistical-checks, spam-registration-functions)
15001         (spam-check-spamassassin-headers, spam-check-spamassassin)
15002         (spam-spamassassin-score)
15003         (spam-spamassassin-register-with-sa-learn)
15004         (spam-spamassassin-register-spam-routine)
15005         (spam-spamassassin-register-ham-routine)
15006         (spam-assassin-register-spam-routine)
15007         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15008         (spam-bogofilter-score): Fix to show article before scoring.
15009
15010 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15011
15012         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15013         default scoring function.
15014         (spam-generic-score): Call spam-spamassassin-score if
15015         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15016         spam-bogofilter-score otherwise.
15017
15018         * gnus.el (spam-process, spam-autodetect-methods): Add
15019         spamassassin and spamassassin-headers.
15020
15021 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15022
15023         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15024         Suppress unnecessary messages.
15025
15026 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15027
15028         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15029         make-hash-table.
15030
15031 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15032
15033         * canlock.el (base64-encode-string): Don't autoload it.
15034
15035 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15036
15037         * run-at-time.el: Remove useless (require 'itimer),
15038         eval-and-compile and (featurep 'xemacs).
15039
15040 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15041
15042         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15043         GROUP is a virtual group.
15044
15045 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15046
15047         * gnus.el: Autoload `message-y-or-n-p'.
15048
15049 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15050
15051         * pgg-parse.el: Remove unnecessary (require 'custom).
15052
15053         * pgg-def.el: do.
15054
15055         * nnmail.el: do.
15056
15057         * gnus-undo.el: do.
15058
15059         * gnus-picon.el: do.
15060
15061         * gnus-util.el: do.
15062
15063 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15064
15065         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15066
15067 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15068
15069         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15070         handle, as well as a list.
15071
15072         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15073         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15074         (mm-w3m-cid-retrieve): Simplify.
15075
15076 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15077
15078         * message.el (message-kill-to-signature): Allow prefix arg to
15079         specify number of lines to keep before signature.
15080
15081 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15082
15083         * message.el (message-kill-to-signature): Change docstring.
15084
15085 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15086
15087         * canlock.el: Always require sha1-el.
15088         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15089
15090         * message.el: Autoload sha1 only when compiling.
15091
15092         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15093         eudc-expand-inline for XEmacs.
15094
15095 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15096
15097         * message.el (message-canlock-generate): Require sha1-el.
15098
15099 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15100
15101         * message.el (message-expand-name): Silence the byte compiler.
15102
15103         * lpath.el: Add detect-coding-system.
15104
15105         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15106         cus-edit.
15107
15108 2004-01-13  Simon Josefsson  <jas@extundo.com>
15109
15110         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15111         Invoke gnus-score-mode.  Reported by
15112         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15113
15114         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15115         Jim Blandy <jimb@redhat.com> (tiny change).
15116
15117 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15118
15119         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15120
15121 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15122
15123         * spam.el (spam-get-article-as-string): Update to use
15124         gnus-request-article-this-buffer, much simpler.
15125         (spam-get-article-as-buffer): Remove.
15126
15127 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15128
15129         * message.el (message-expand-name): Use EUDC if the user uses that.
15130
15131 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15132
15133         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15134         character for the encoding to avoid consing a string.
15135
15136         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15137         unnecessarily.
15138
15139         * mm-util.el (mm-replace-chars-in-string): Remove.
15140
15141         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15142         of mm-replace-chars-in-string.
15143
15144 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15145
15146         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15147
15148         * mm-util.el (mm-subst-char-in-string): Support inplace.
15149
15150         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15151         a new string in every iteration.  Use shy groups.
15152
15153 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15154
15155         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15156         * gnus-soup.el (gnus-soup-group-brew):
15157         * gnus-msg.el (gnus-put-message):
15158         * gnus-move.el (gnus-group-move-group-to-server):
15159         * gnus-kill.el (gnus-batch-score):
15160         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15161         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15162         (gnus-group-update-group, gnus-group-read-group)
15163         (gnus-group-make-group, gnus-group-make-help-group)
15164         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15165         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15166         (gnus-group-sort-by-unread, gnus-group-catchup)
15167         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15168         (gnus-group-yank-group, gnus-group-set-info)
15169         (gnus-group-list-groups):
15170         * gnus.el (gnus-generate-new-group-name):
15171         * gnus-delay.el (gnus-delay-send-queue):
15172         * nnvirtual.el (nnvirtual-catchup-group):
15173         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15174         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15175         (gnus-group-prepare-topics, gnus-topic-check-topology):
15176         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15177         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15178         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15179         (gnus-group-make-articles-read):
15180         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15181         (gnus-group-change-level, gnus-kill-newsgroup)
15182         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15183         (gnus-get-unread-articles, gnus-make-articles-unread)
15184         (gnus-make-ascending-articles-unread): Use accessor
15185         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15186         to get group information for improved readability.
15187
15188
15189 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15190
15191         * gnus-art.el (article-decode-mime-words, article-babel)
15192         (gnus-article-highlight-signature, gnus-article-add-buttons)
15193         (gnus-signature-toggle): Use gnus-with-article-buffer.
15194
15195         * gnus-art.el (gnus-article-highlight-headers)
15196         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15197
15198         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15199         (gnus-article-set-globals, gnus-request-article-this-buffer)
15200         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15201         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15202         (gnus-mime-display-alternative): Use with-current-buffer.
15203
15204 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15205
15206         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15207         also under 80 char limit, and call gnus-error if needed.
15208         (spam-fetch-article-header): Fix - it was a
15209         buffer-local variable (gnus-newsgroup-data).
15210         (spam-find-spam): Use spam-generate-fake-headers, forget about
15211         spam-insert-fake-headers.
15212         (spam-insert-fake-headers): Remove.
15213
15214 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15215
15216         * deuglify.el (gnus-article-outlook-unwrap-lines)
15217         (gnus-outlook-rearrange-article)
15218         (gnus-outlook-repair-attribution-outlook)
15219         (gnus-outlook-repair-attribution-block)
15220         (gnus-outlook-repair-attribution-other): Remove redundant
15221         save-excursion.
15222
15223 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15224
15225         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15226         (spam-fetch-field-subject-fast)
15227         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15228         (spam-fetch-article-header): Add functions to deal with Gnus
15229         internals for fast retrieval of article header data.
15230         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15231
15232 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15233
15234         * pop3.el (pop3-md5): Remove.
15235         (pop3-apop): Replace pop3-md5 with md5.
15236
15237         * mm-bodies.el: base64 is always built-in.
15238
15239         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15240         with-current-buffer.
15241
15242 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15243
15244         * canlock.el (canlock-insert-header): Remove excessive grouping in
15245         regexp.
15246
15247         * gnus-sum.el (gnus-summary-read-document): Ditto.
15248
15249         * gnus-uu.el (gnus-uu-part-number): Ditto.
15250
15251         * html2text.el (html2text-remove-tags): Ditto.
15252         (html2text-format-tags): Ditto.
15253         (html2text-format-single-elements): Ditto.
15254
15255         * mml.el (mml-parse-1): Ditto.
15256
15257 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15258
15259         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15260
15261         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15262
15263         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15264
15265         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15266
15267 2003-11-15  Simon Josefsson  <jas@extundo.com>
15268
15269         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15270         (pgg-gpg-lookup-key): Use regexp match instead of
15271         split-string (split-string is different between emacs 21.2 and
15272         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15273
15274 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15275
15276         * gnus-art.el (gnus-mime-view-all-parts)
15277         (gnus-article-part-wrapper, gnus-article-view-part): Use
15278         with-current-buffer.
15279
15280 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15281
15282         * spam.el (spam-disable-spam-split-during-ham-respool)
15283         (spam-spamoracle-database, spam-cache-lookups)
15284         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15285         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15286         (spam-group-ham-marks, spam-group-spam-marks)
15287         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15288         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15289         also add spam-use-blackholes to the statistical checks.
15290         (spam-fetch-field-fast): Add interface to fetching fields, may
15291         become a macro.
15292         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15293         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15294         (spam-insert-fake-headers): Fake an article when needed.
15295         (spam-find-spam): Fake article when possible.
15296         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15297         (spam-check-bogofilter-headers): Use message-fetch-field instead
15298         of nnmail-fetch-field.
15299
15300 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15301
15302         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15303
15304 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15305
15306         * spam.el (spam-split): Do not require spam-use-CHECK to be
15307         enabled if that check is passed to spam-split explicitly; also
15308         fix so 'spam doesn't get converted to spam-split-group when
15309         spam-split-symbolic-return is t.
15310         (spam-find-spam): Find registrations of the article and use those
15311         instead of re-running spam-split to find the spam/ham
15312         classification of the article.
15313         (spam-log-processing-to-registry, spam-log-registered-p)
15314         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15315         Use gnus-error instead of gnus-message.
15316         (spam-log-registration-type): Add function to determine the
15317         classification of a message based on registry entries; will
15318         return nil if both 'spam and 'ham are found.
15319         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15320         a reasonably fast local cache without the loading errors.
15321         (spam-cache-lookups): Set to t by default.
15322         (spam-find-spam): Don't try to guess spam-cache-lookups.
15323         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15324         spam-caches entry.
15325         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15326         caching of whitelist/blacklist entries.
15327         (spam-check-whitelist, spam-check-blacklist): Invoke
15328         spam-from-listed-p with a type, not a cache variable.
15329         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15330
15331 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15332
15333         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15334
15335         * nnmail.el (nnmail-split-fancy): do.
15336
15337         * mml.el (mml-parse): do.
15338
15339         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15340         (gnus-score-adaptive): do.
15341
15342 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15343
15344         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15345         (gnus-mime-button-map): Don't set keymap parent.
15346         (gnus-button-ctan-directory-regexp): Use shy grouping.
15347         (gnus-prev-page-map): Don't set keymap parent.
15348         (gnus-prev-page-map): Remove duplicated one.
15349         (gnus-next-page-map): Don't set keymap parent.
15350         (gnus-mime-security-button-map): Ditto.
15351
15352         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15353         version number.
15354
15355         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15356
15357 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15358
15359         * canlock.el (canlock-sha1-function): Remove.
15360         (canlock-sha1-function-for-verify): Remove.
15361         (canlock-openssl-program): Remove.
15362         (canlock-openssl-args): Remove.
15363         (canlock-ignore-errors): Remove.
15364         (canlock-sha1-with-openssl): Remove.
15365         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15366         (canlock-verify): Don't use canlock-ignore-errors.
15367
15368         * sha1-el.el (sha1-string-external): Make it can return a string
15369         in binary form.
15370         (sha1-region-external): Ditto.
15371         (sha1-string-internal): Ditto.
15372         (sha1-region-internal): Ditto.
15373         (sha1-region): Ditto.
15374         (sha1-string): Ditto.
15375         (sha1): Ditto.
15376
15377 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15378
15379         * spam.el (spam-report-articles-gmane): New command.
15380
15381 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15382
15383         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15384
15385         * run-at-time.el (run-at-time-saved): Remove.
15386         (run-at-time): Doc fix.
15387
15388 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15389
15390         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15391         (gnus-summary-limit-map): Add it.
15392         (gnus-summary-make-menu-bar): do.
15393
15394 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15395
15396         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15397         Make attempt at some caching support (done for BBDB only now).
15398         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15399         addresses to be checked.
15400         (spam-clear-cache-BBDB): Add function, to be invoked by
15401         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15402         (spam-check-BBDB): Check and use the caches, if
15403         spam-cache-lookups is on, remove superfluous (provide).
15404
15405 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15406
15407         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15408
15409 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15410
15411         * run-at-time.el (run-at-time-saved): Move to after the definition
15412         of `run-at-time'.
15413
15414         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15415
15416 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15417
15418         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15419         mm-w3m-local-map-property.
15420
15421         * mm-view.el (mm-w3m-mode-map): Remove.
15422         (mm-w3m-local-map-property): Remove.
15423         (mm-inline-text-html-render-with-w3m): Don't use
15424         mm-w3m-local-map-property.
15425
15426 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15427
15428         * run-at-time.el: New file.
15429
15430         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15431         under Emacs.
15432
15433         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15434         of gnus-set-text-properties.
15435
15436         * gnus-uu.el (gnus-uu-save-article): Ditto.
15437
15438         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15439
15440         * gnus-cite.el (gnus-cite-parse): Ditto.
15441
15442         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15443         of gnus-.
15444
15445         * gnus-xmas.el (run-at-time): Require run-at-time.
15446
15447         * gnus.el: Changed calls to nnheader-run-at-time and
15448         password-run-at-time throughout to use run-at-time directly.
15449
15450         * password.el: Removed definition of run-at-time.
15451
15452         * nnheaderxm.el: Remove definition of run-at-time.
15453
15454 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15455
15456         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15457         in prompt.
15458
15459 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15460
15461         * messagexmas.el (message-xmas-redefine): Alias
15462         `message-make-caesar-translation-table' to
15463         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15464         version.
15465
15466         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15467         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15468         `gnus-xmas-set-text-properties'.
15469         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15470         `gnus-xmas-completing-read'.
15471         (gnus-xmas-completing-read): Removed.
15472         (gnus-xmas-open-network-stream): Removed.
15473
15474         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15475         XEmacs version.
15476
15477         * dns.el (dns-make-network-process): Use `open-network-stream'
15478         instead of `gnus-xmas-open-network-stream'.
15479
15480         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15481
15482         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15483
15484 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15485
15486         * gnus-art.el (gnus-mime-display-alternative)
15487         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15488         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15489         Don't use gnus-local-map-property.
15490
15491         * gnus-util.el (gnus-local-map-property): Remove.
15492
15493         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15494         gnus-completing-read-maybe-default with completing-read.
15495
15496         * gnus-util.el (gnus-completing-read): do.
15497         (gnus-completing-read-maybe-default): Remove.
15498
15499 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15500
15501         * password.el: Only autoload `run-at-time' if not XEmacs.
15502         Only autoload the itimer functions if XEmacs.
15503
15504 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15505
15506         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15507         XEmacsen.
15508
15509         * dgnushack.el: Autoload executable-find for XEmacs.
15510
15511 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15512
15513         * gnus-art.el (gnus-read-string): Remove.
15514         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15515         read-string.
15516
15517 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15518
15519         * netrc.el: Autoload password-read.
15520         (netrc): Add configuration group.
15521         (netrc-encoding-method, netrc-openssl-path): Add
15522         variables for encoding and decoding of files with symmetric
15523         ciphers.
15524         (netrc-encode): Add assistant function to encode a file with
15525         netrc-encoding-method.
15526         (netrc-parse): Add interactive parameter, added optional
15527         decoding if netrc-encoding-method is non-nil but otherwise
15528         behavior is standard.
15529         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15530         Do s/encode/encrypt/ everywhere.
15531
15532         * spam.el: Remove executable-find autoload.
15533
15534 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15535
15536         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15537
15538         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15539
15540 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15541
15542         * gnus-art.el (gnus-treat-ansi-sequences)
15543         (article-treat-ansi-sequences): New variable and function.
15544         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15545
15546         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15547         Use it.
15548
15549 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15550
15551         * mm-util.el (mm-quote-arg): Remove.
15552
15553         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15554         shell-quote-argument.
15555
15556         * gnus-uu.el (gnus-uu-command): do.
15557
15558         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15559
15560         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15561         with make-char.
15562
15563         * mm-util.el (mm-make-char): Remove.
15564
15565         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15566         add-minor-mode.
15567
15568         * gnus-undo.el (gnus-undo-mode): do.
15569
15570         * gnus-topic.el (gnus-topic-mode): do.
15571
15572         * gnus-sum.el (gnus-dead-summary-mode): do.
15573
15574         * gnus-start.el (gnus-slave-mode): do.
15575
15576         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15577
15578         * gnus-ml.el (gnus-mailing-list-mode): do.
15579
15580         * gnus-gl.el (gnus-grouplens-mode): do.
15581
15582         * gnus-draft.el (gnus-draft-mode): do.
15583
15584         * gnus-dired.el (gnus-dired-mode): do.
15585
15586         * gnus-ems.el (gnus-add-minor-mode): Remove.
15587
15588         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15589         Replace gnus-char-width with char-width.
15590
15591         * gnus-ems.el (gnus-char-width): Remove.
15592
15593         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15594         Replace gnus-char-width with char-width.
15595
15596         * gnus-ems.el (gnus-char-width): Remove.
15597
15598         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15599         definition.
15600         Remove Emacs 20 hash table compatibility code.
15601
15602         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15603         20 compatibility code.
15604
15605         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15606
15607         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15608
15609         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15610         with point-at-{eol,bol}.
15611
15612         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15613
15614         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15615
15616         * flow-fill.el (fill-flowed-point-at-bol)
15617         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15618
15619         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15620         Replace with point-at-{eol,bol} throughout all files.
15621
15622 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15623
15624         * ntlm.el (ntlm-string-as-unibyte): New macro.
15625         (ntlm-build-auth-response): Use it.
15626
15627         Remove Emacs 20 stuff:
15628         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15629         (butlast, mapc, remove): Remove the compiler macros.
15630         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15631         of delq and copy-sequence.
15632         * gnus-art.el (popup-menu): Remove the compiler macro.
15633         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15634         Emacs 20.
15635
15636 2004-01-05  Simon Josefsson  <jas@extundo.com>
15637
15638         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15639         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15640         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15641         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15642         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15643         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15644         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15645         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15646         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15647         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15648         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15649         string-xor into ntlm-string-xor.  Suggested by
15650         Jesper Harder <harder@myrealbox.com>.
15651
15652         * ntlm.el: Don't include poem.
15653
15654         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15655         Jesper Harder <harder@myrealbox.com>.
15656
15657         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15658
15659         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15660         probably breaks emacs with DL patch, but do we care? Is anyone
15661         still using the DL stuff?)
15662
15663         * sieve-manage.el: Use the password package.
15664         (sieve-manage-read-passwd): Remove.
15665         (sieve-manage-interactive-login): Use password.  Re-add
15666         condition-case around loop.
15667
15668         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15669         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15670         the password package.
15671
15672 2003-02-19  Simon Josefsson  <jas@extundo.com>
15673
15674         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15675         token.
15676
15677 2002-08-07  Simon Josefsson  <jas@extundo.com>
15678
15679         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15680         (sieve-manage-authenticators):
15681         (sieve-manage-authenticator-alist): Add some SASL mechs.
15682         (sieve-sasl-auth): New function.
15683         (sieve-manage-cram-md5-auth):
15684         (sieve-manage-plain-auth): Rewrite using SASL library.
15685         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15686         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15687         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15688         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15689
15690 2004-01-05  Simon Josefsson  <jas@extundo.com>
15691
15692         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15693         New files.
15694
15695 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15696
15697         * gnus-group.el (gnus-no-groups-message): Update.
15698
15699         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15700
15701 2003-11-09  Simon Josefsson  <jas@extundo.com>
15702
15703         * imap.el: Support for ID IMAP extension (RFC 2971).
15704         (imap-local-variables): Add imap-id.
15705         (imap-id): New variable.
15706         (imap-id): New function.
15707         (imap-parse-response): Parse untagged ID response.
15708         * nnimap.el (nnimap-id): New variable.
15709         (nnimap-open-connection): Use it.
15710
15711 2003-12-28  Simon Josefsson  <jas@extundo.com>
15712
15713         * gnus-score.el (gnus-score-edit-all-score): New.
15714         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15715
15716 2004-01-04  Simon Josefsson  <jas@extundo.com>
15717
15718         * password.el: Add.
15719
15720 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15721
15722         * dns.el (dns-query-types): Fix typo.
15723         (dns-query-types): New function.
15724         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15725         PTR and SOA replies, see RFC 1035.
15726
15727 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15728
15729         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15730
15731         * Moved to Changelog.2.
15732
15733 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15734
15735         * gnus.el (gnus-version-number): Bump version.
15736
15737 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15738
15739         * gnus.el: No Gnus v0.1 is released.
15740
15741 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15742
15743         * gnus.el: No Gnus v0.0 is released.
15744
15745 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15746
15747         * gnus.el (gnus-version-number): Bump.
15748         (gnus-version): No.
15749
15750 See ChangeLog.2 for earlier changes.
15751
15752     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15753       Free Software Foundation, Inc.
15754
15755   This file is part of GNU Emacs.
15756
15757   GNU Emacs is free software: you can redistribute it and/or modify
15758   it under the terms of the GNU General Public License as published by
15759   the Free Software Foundation, either version 3 of the License, or
15760   (at your option) any later version.
15761
15762   GNU Emacs is distributed in the hope that it will be useful,
15763   but WITHOUT ANY WARRANTY; without even the implied warranty of
15764   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15765   GNU General Public License for more details.
15766
15767   You should have received a copy of the GNU General Public License
15768   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15769
15770 ;; Local Variables:
15771 ;; coding: utf-8
15772 ;; fill-column: 79
15773 ;; add-log-time-zone-rule: t
15774 ;; End: