lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind window-pixel-edges...
[gnus] / lisp / ChangeLog
1 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4         window-pixel-edges for Emacs 21.
5
6         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7         decoded contents.
8         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9
10 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11
12         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
13         group line format, since it isn't very interesting.
14
15         * gnus-agent.el (gnus-agent-short-article),
16         (gnus-agent-long-article): Increase values for these two variables,
17         since most people are likely to have more network connection and
18         storage than before.
19
20         * gnus.el (gnus-refer-article-method): Change default to 'current.
21         When referring an article, the common behaviour is to refer it from the
22         current select method, not the native select method.  The chances of
23         the native select method having the message in question is rather slim
24         these days.
25
26         * gnus-sum.el (gnus-auto-select-subject): Change default to
27         `unseen-or-unread'.  I think it's likely that most people want to
28         select an unseen article over a previously seen, but unread one.
29
30         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
31         means that in the article buffer none of the minor mode elements will
32         be shown, usually, and this is not desirable in most cases.
33
34         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
35         that commands like `d' (and the like) go to the next line in the
36         buffer, instead of the next unread article.  I think this is the
37         behaviour that is most natural for most users.
38         (gnus-single-article-buffer): Change default to nil, so that people can
39         have as many article buffers open as they have summary buffer.  I think
40         this is the most natural way for the groups to behave.
41
42         * message.el (message-generate-new-buffers): Change default to
43         `unsent', so that all new message buffers start their names with the
44         string "*unsent", and it's easier to find the buffers if you move from
45         them.
46
47 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
48
49         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
50         small. They're probably tracking images.
51         (gnus-html-wash-tags): Remove all <pre_int> place holders.
52         (gnus-html-rescale-image): Yet another try at getting the image sizing
53         right.
54
55         * nntp.el (nntp-request-set-mark): Refuse to do marks if
56         nntp-marks-file-name is nil.
57
58 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
59
60         * gnus-html.el (gnus-html-wash-tags)
61         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
62         Better logging.
63
64 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
65
66         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
67
68         * gnus-html.el (gnus-html-wash-tags): Check the value of
69         gnus-blocked-images in the summary buffer.
70
71 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
72
73         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
74
75 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
76
77         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
78         like "a", it seems like.
79         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
80         since it needs to be picked from the correct buffer.
81
82         * nnwfm.el: Removed.
83
84         * nnlistserv.el: Removed.
85
86 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
87
88         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
89         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
90
91 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
92
93         * nnkiboze.el: Removed.
94
95         * nndb.el: Removed.
96
97         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
98         alt text.
99         (gnus-html-rescale-image): Try to get the rescaling logic right for
100         images that are just wide and not tall.
101
102         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
103         overshadow variable bindings.
104
105 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
106
107         * gnus-html.el (gnus-html-wash-tags)
108         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
109         extra logging.
110
111 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
112
113         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
114         (gnus-max-image-proportion): New variable.
115         (gnus-html-rescale-image): New function.
116         (gnus-html-put-image): Rescale images.
117
118 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
119
120         Fix up some byte-compiler warnings.
121         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
122         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
123         (gnus-article-fill-cited-article, gnus-article-hide-citation)
124         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
125         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
126         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
127         (gnus-group-update-group): Use save-excursion and with-current-buffer.
128
129 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
130
131         * gnus-html.el (gnus-article-html): Decode contents by charset.
132
133 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
134
135         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
136         (gnus-html-frame-width, gnus-blocked-images)
137         * message.el (message-prune-recipient-rules): Add custom version.
138         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
139
140         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
141         functions.
142
143         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
144         gnus-process-get.
145
146 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
147
148         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
149         instead of lsub directly.
150
151 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
152
153         * nnwarchive.el: Removed.
154
155         * gnus-soup.el: Removed.
156
157         * nnsoup.el: Removed.
158
159         * nnultimate.el: Removed.
160
161         * gnus-html.el (gnus-blocked-images): New variable.
162
163         * message.el (message-prune-recipients): New function.
164         (message-prune-recipient-rules): New variable.
165
166         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
167         guess whether a long line is natural text or not.
168
169         * gnus-html.el (gnus-html-schedule-image-fetching): Use
170         gnus-process-plist and friends for compatibility.
171
172 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
173
174         * gnus-html.el: Require packages that define macros used in this file.
175         (gnus-article-mouse-face): Declare to silence byte-compiler.
176         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
177         process-get.
178         (gnus-html-put-image): Use plist-get to avoid getf.
179         (gnus-html-prefetch-images): Use with-current-buffer.
180
181 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
182
183         * gnus-ems.el: Provide compatibility functions for
184         gnus-set-process-plist.
185
186         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
187         header-line-format for XEmacs 21.4.
188
189         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
190         * gnus.el (gnus-valid-select-methods)
191         * message.el (message-send-mail-partially-limit)
192         * mm-decode.el (mm-text-html-renderer)
193         * mml.el (mml-insert-mime-headers-always)
194         * smiley.el (smiley-regexp-alist): Bump custom version.
195
196 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
197
198         * gnus-html.el: require mm-url.
199         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
200         with the url to `url'.
201         (gnus-html-wash-tags): Support cid: URLs/images.
202
203 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
204
205         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
206         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
207         bindings, as they aren't useful at all. `w' is moved to `W w'.
208
209         * gnus-move.el: Removed file, since it doesn't really work.
210
211         * gnus-html.el (gnus-article-html): Tell w3m that the input is
212         UTF-8. This seems to fix problems with some German web feeds.
213
214         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
215         at the top so that the proper colours are applied.
216
217         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
218         don't have dots in their names.
219
220         * gnus-art.el (gnus-article-view-part): Doc fix.
221
222         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
223         XEmacs-compatible.
224         (gnus-html-put-image): Don't do images on non-graphic displays.
225
226         * nnslashdot.el: Removed this unused backend.
227
228         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
229         actions.
230         (gnus-undo-register-1): Revert last change.
231
232         * gnus-group.el (gnus-group-completing-read): Protect against not
233         having completion-styles bound.
234
235         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
236         make broken recipients happier.
237
238         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
239
240         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
241         point parameter.
242
243         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
244
245         * gnus-group.el (gnus-group-completing-read): Add 'substring to
246         completion-styles for group selection.
247
248 2009-02-04  Andreas Schwab  <schwab@suse.de>
249
250         * gnus-score.el (gnus-score-string): Fix regex for matching extra
251         headers and regexp-quote the match if necessary.
252
253 2009-03-24  Miles Bader  <miles@gnu.org>
254
255         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
256         the blinking smiley.
257
258 2009-03-24  Simon Josefsson  <simon@josefsson.org>
259
260         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
261         blink smiley.
262
263 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
264
265         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
266         where the dribbel file lives exists.
267
268         * message.el (message-send-mail-partially-limit): Change the default to
269         nil, since most people don't want this.
270
271         * mm-url.el (mm-url-decode-entities): Also decode entities like
272         &#x3212.
273
274 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
275
276         * gnus-sum.el (gnus-summary-idna-message):
277         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
278         Hyperlink urls in docstrings with URL `...'.
279
280 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
281
282         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
283         functions.
284
285 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
286
287         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
288         say what the mouseover text should be.
289
290         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
291         version of the mm-w3m-safe-url-regexp variable to only download images
292         in the groups where we want that to happen.
293
294         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
295
296         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
297         easier debugging.
298         (gnus-article-beginning-of-window): Add kludge to allow spacing past
299         big pictures in the article buffer.
300
301         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
302         gnus-article-html.
303         (mm-text-html-renderer): gnus-article-html needs curl in addition to
304         w3m.
305
306         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
307
308 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
309
310         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
311         which doesn't exist.
312
313         * message.el (message-inhibit-ecomplete): New variable to allow some
314         function to inhibit ecomplete address storage.
315         (message-resend): Disable ecomplete message storage when resending
316         messages.
317
318         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
319
320 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
321
322         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
323         Save excursion while copying, moving, and deleting articles in order to
324         prevent the cursor from jumping to unforeseen place.
325
326 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
327
328         * lpath.el: No need to bind bookmark-current-buffer,
329         bookmark-yank-point and bookmark-make-record-function.
330
331 2010-08-17  Glenn Morris  <rgm@gnu.org>
332
333         * gnus-sync.el: Require gnus components whose functions are used.
334
335         * gnus-art.el (bookmark-make-record-function):
336         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
337         Declare for compiler.
338
339         * mm-url.el (mml-compute-boundary): Autoload.
340
341 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
342
343         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
344
345 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
346
347         Typo fix "hoo4a" -> "hook".
348
349         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
350
351 2010-08-14  Glenn Morris  <rgm@gnu.org>
352
353         * gnus-sync.el (gnus-sync): Fix defgroup version.
354
355 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
356
357         Doc fixes and keep unknown groups (ammended for nunion bug fix).
358
359         * gnus-sync.el: Fix docs.
360         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
361         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
362
363 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
364
365         Optimizations for gnus-sync.el.
366
367         * gnus-sync.el: Add docs about gnus-sync-backend
368         possibilities.
369         (gnus-sync-save): Remove unnecessary message.
370         (gnus-sync-read): Optimize and show what groups were skipped.
371
372 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
373
374         Minor bug fixes for gnus-sync.el.
375
376         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
377         read the sync on get-new-news.
378
379         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
380         quiet.
381
382         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
383
384 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
385
386         Make saving and restoring of hidden threads work with overlays.
387         Patch applied by Ted Zlatanov.
388
389         * gnus-sum.el (gnus-hidden-threads-configuration)
390         (gnus-restore-hidden-threads-configuration): Update to deal with text
391         properties, rather than searching for a magic character.
392
393 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
394
395         New gnus-sync.el library for synchronization of marks.
396
397         * gnus-sync.el: New library for synchronization of marks.
398
399         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
400         renamed from `gnus-registry-grep-in-list'.
401
402         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
403
404         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
405
406 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
407
408         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
409         determining charset of text fails.
410
411 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
412
413         * nnmail.el (nnmail-get-new-mail-1): Revert.
414
415         * nnml.el (nnml-active-number): Make sure names of newly created groups
416         in nnml-group-alist are encoded.
417
418 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
419
420         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
421         containing non-ASCII characters in active file for nnml back end.
422
423 2010-07-24  David Engster  <dengste@eml.cc>
424
425         * mml-smime.el (mml-smime-epg-verify): Also accept the older
426         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
427
428 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
429
430         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
431         tag (Bug#6654).
432
433 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
434
435         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
436         the article buffer, not the summary buffer.
437
438 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
439
440         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
441         Emacs 23 as well.
442
443 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
444
445         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
446         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
447
448 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
449
450         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
451         Patch applied by Karl Fogel.
452
453         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
454         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
455
456 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
457
458         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
459         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
460         C-w still not working correctly from Article buffers; Thierry's
461         patch to fix that will be applied after this.
462
463         * gnus-art.el (bookmark-make-record-function): New local variable.
464
465         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
466         article buffer.
467         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
468
469 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
470
471         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
472         on changes in bookmark.el.
473
474 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
475
476         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
477         `no-log' instead of message not to log prompt string.
478
479 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
480
481         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
482         the *other* type of HTML form submission.
483
484 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
485
486         * auth-source.el (auth-source-pick): If choice does not contain a
487         questioned keyword, set the check to t.
488
489 2010-06-12  Romain Francoise  <romain@orebokech.com>
490
491         * gnus-util.el (gnus-date-get-time): Move up before first use.
492
493 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
494
495         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
496         (gnus-article-edit-part): Bind it to make last part that is substituted
497         or deleted visible.
498         (gnus-mime-display-single): Buttonize part of which id equals to
499         gnus-mime-buttonized-part-id.
500
501 2010-06-10  Dan Christensen  <jdc@uwo.ca>
502
503         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
504         (gnus-dd-mmm): Use gnus-date-get-time.
505         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
506         simplify logic.
507         (gnus-summary-limit-to-age): Use gnus-date-get-time.
508         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
509
510 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
511
512         * auth-source.el (top): Autoload `secrets-list-collections',
513         `secrets-create-item', `secrets-delete-item'.
514         (auth-sources): Fix tag string.
515         (auth-get-source, auth-source-retrieve, auth-source-create)
516         (auth-source-delete): New defuns.
517         (auth-source-pick): Rewrite in order to avoid 2 passes.
518         (auth-source-forget-user-or-password): New parameter USERNAME.
519         (auth-source-user-or-password): New parameters CREATE-MISSING and
520         DELETE-EXISTING.  Retrieve password interactively, if needed.
521
522 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
523
524         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
525         deleting unused directories when gnus-expert-user is t.
526
527 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
528
529         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
530         for each temp file when gnus-article-browse-delete-temp is ask.
531
532 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
533
534         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
535         Lisp calls to delete-backward-char by calls to delete-char.
536
537 2010-05-20  Kevin Ryde  <user42@zip.com.au>
538
539         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
540
541 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
542
543         * password-cache.el (password-cache-remove): Fix docstring.
544
545 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
546
547         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
548         article unless decoding article to be saved.
549
550 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
551
552         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
553         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
554         generated within the mm-with-unibyte-current-buffer macro.
555
556 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
557
558         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
559         to nil when we're in a mml-preview buffer and no group is selected.
560
561 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
562
563         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
564         when catching the `C-g'.  Reported by "Leo".
565
566 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
567
568         * message.el (message-forward-make-body-plain)
569         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
570         multibyte-string-p.
571
572         * lpath.el: Revert.
573
574 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
575
576         * message.el (message-forward-make-body-mml): Assume original message
577         is multibyte string; error on unibyte.
578         (message-forward-make-body-plain): Ditto; don't add excessive newline
579         in body end.
580
581         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
582
583 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
584
585         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
586         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
587
588 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
589
590         * mm-extern.el (mm-extern-url): Don't use
591         mm-with-unibyte-current-buffer.
592         (mm-extern-cache-contents): Use with-current-buffer instead of
593         save-excursion + set-buffer.
594
595 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
596
597         * mm-util.el (mm-emacs-mule): Remove.
598
599 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
600
601         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
602         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
603         change.
604
605 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
606
607         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
608         bind the default value of enable-multibyte-characters to nil.
609
610 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
611
612         * message.el (message-forward-make-body-plain)
613         (message-forward-make-body-mml):
614         Don't use mm-with-unibyte-current-buffer.
615
616 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
617
618         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
619
620 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
621
622         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
623         (Bug#5592).
624
625 2010-05-07  Julien Danjou  <julien@danjou.info>
626
627         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
628         it to mm-pipe-part.
629
630         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
631         it is given.
632
633 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
634
635         * binhex.el (binhex-decode-region-internal)
636         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
637         (dns-query)
638         * nnweb.el (nnweb-gmane-search)
639         * pgg-parse.el (pgg-parse-armor)
640         * pgg.el (pgg-verify-region)
641         * sha1.el (sha1-string-external)
642         * uudecode.el (uudecode-decode-region-internal)
643         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
644         XEmacs.
645
646         * gnus-art.el (gnus-article-browse-html-parts)
647         * gnus-group.el (gnus-read-ephemeral-gmane-group)
648         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
649         make-temp-file.
650
651         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
652         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
653         compiling.
654
655         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
656         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
657         XEmacs when compiling.
658
659         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
660         gnus-pick-mode-off-hook for XEmacs when compiling.
661         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
662         gnus-binary-mode-off-hook for XEmacs when compiling.
663
664         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
665         nil if char-charset is not available.
666
667         * imap.el (imap-disable-multibyte)
668         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
669         macros.
670
671         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
672         instead of encode-coding-string.
673
674         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
675         'xemacs) instead of mm-emacs-mule to switch function definitions.
676         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
677
678         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
679         bind temporary-file-directory for XEmacs;
680         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
681         timer-set-function for XEmacs 21.4 and SXEmacs;
682         bind timer-list for XEmacs 21.4 and SXEmacs;
683         fbind char-charset and find-charset-region for non-Mule XEmacs;
684         fbind decode-coding-region, decode-coding-string, detect-coding-region,
685         encode-coding-region and encode-coding-string for XEmacs having no
686         file-coding feature.
687
688 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
689
690         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
691
692 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
693
694         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
695         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
696
697 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
698
699         * mm-util.el (mm-decompress-buffer): Use `delete-file';
700         alias `jka-compr-delete-temp-file' no longer exists.
701
702 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
703
704         Use define-minor-mode in Gnus where applicable.
705         * mml.el (mml-mode): Use define-minor-mode.
706         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
707         (gnus-undo-mode): Use define-minor-mode.
708         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
709         (gnus-dead-summary-mode): Use define-minor-mode.
710         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
711         Initialize in declaration.
712         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
713         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
714         (gnus-mailing-list-mode): Use define-minor-mode.
715         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
716         (gnus-draft-mode): Use define-minor-mode.
717         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
718         (gnus-dired-mode): Use define-minor-mode.
719
720 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
721
722         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
723         handles on recursive mml-to-mime translation and check them for
724         boundary delimiter collisions.  Reported by Greg Troxel.
725
726 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
727
728         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
729
730 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
731
732         * mm-util.el (mm-find-buffer-file-coding-system):
733         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
734
735 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
736
737         * message.el (message-generate-headers): Record insertion of optional
738         headers as well.  Otherwise the check to prevent repeated insertion of
739         optional headers is a no-op.
740
741 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
742
743         * smime.el: Don't mention CVS.
744
745         * nnrss.el (nnrss-fetch): Don't mention CVS.
746
747         * nnir.el: Don't mention CVS.
748
749 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
750
751         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
752
753 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
754
755         * lpath.el: Fbind bookmark-default-handler,
756         bookmark-get-bookmark-record, bookmark-make-record-default,
757         bookmark-prop-get for Emacs <23 and XEmacs.
758
759 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
760
761         * gnus-sum.el: Add bookmark declarations to silence the compiler.
762         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
763         Use with-current-buffer to silence the byte-compiler.
764         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
765         bother to require `gnus'.
766         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
767
768 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
769
770         * gnus-sum.el (gnus-summary-bookmark-make-record)
771         (gnus-summary-bookmark-jump): New functions.
772         (gnus-summary-mode): Setup bookmark support.
773
774 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
775
776         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
777         if set.
778
779 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
780
781         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
782         gnus-article-browse-html-save-cid-image; make it work recursively for
783         forwarded messages as well.
784         (gnus-article-browse-html-parts): Work when prefix arg is given.
785         (gnus-article-browse-html-article): Doc fix.
786
787 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
788
789         * message.el (message-default-mail-headers):
790         (message-default-headers): Carry the value mail-default-headers over
791         into message-default-mail-headers, rather than message-default-headers.
792
793 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
794
795         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
796         charset.
797
798         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
799         charset into the <meta> tag when the article is encoded to utf-8.
800
801 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
802
803         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
804         directories as well.
805         (gnus-article-browse-html-parts): Work for images that do not specify
806         file names; delete temp directory when quitting; insert header at the
807         right place; use file: scheme for image files.
808
809 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
810
811         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
812         (gnus-article-browse-html-parts): Use it to make temporary cid image
813         files in addition to html file so that browser may display them.
814
815 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
816
817         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
818
819 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
820
821         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
822
823 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
824
825         * auth-source.el (auth-sources): Change default to be simpler.  Explain
826         about Secret Service API sources.  Improve Customize options.
827         (auth-source-pick): Change to accept any number of search parameters.
828         Implement fallbacks iteratively, not recursively.  Add scoring on the
829         second pass and sort by score.  Call Secret Service API when needed.
830         (auth-source-user-or-password): Use it.  Call Secret Service API
831         directly when needed to get the user name and the password.
832
833 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
834
835         * message.el (message-interactive): Doc fix.
836         (message-qmail-inject-args): Reflow.
837         (message-kill-to-signature): Fix typo in docstring.
838
839         * smiley.el (smiley-buffer): Fix typo in docstring.
840
841 2010-03-24  Glenn Morris  <rgm@gnu.org>
842
843         * mail-source.el (gnus-message): Declare.
844         (mail-source-delete-old-incoming): Require gnus-util.
845
846 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
847
848         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
849
850         * message.el (ecomplete-setup): Autoload it for Emacs <23.
851
852         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
853         password-cache's default if it is not bound.
854         (mml-secure-passphrase-cache-expiry): Default to 16 that is
855         password-cache-expiry's default if it is not bound.
856
857         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
858         available in Emacs 21.
859
860         * lpath.el: Suppress compiler warnings for:
861         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
862         XEmacs;
863         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
864         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
865         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
866
867 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
868
869         * auth-source.el (auth-sources): Fix up definition so extra parameters
870         are always inline.
871
872 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
873
874         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
875         wasn't updated after mismatch.  Clear cached mailbox info correctly
876         when uidvalidity changes.
877         (nnimap-group-prefixed-name): New function to avoid some code
878         duplication.
879         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
880         (nnimap-request-group): Use it.
881         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
882         (nnimap-update-unseen): Significantly improved speed of Gnus startup
883         with many imap folders.  This is done by caching the group status from
884         the imap server persistently in a group parameter `imap-status'.  (This
885         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
886         but not persistently, so every Gnus startup was still very slow.)
887
888 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
889
890         * assistant.el (assistant-render-text): Run `widget-setup' and don't
891         delete the extra newline.  Otherwise editing of :string and :number
892         types don't work.
893
894 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
895
896         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
897         secrets.el dependency.
898         (auth-sources): Add optional user name.  Add secrets.el configuration
899         choice (unused right now).
900
901 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
902
903         * gnus-sum.el (gnus-summary-make-menu-bar): Let
904         `gnus-registry-install-shortcuts' fill in the functions.
905
906         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
907         warnings.
908         (gnus-registry-misc-menus): Variable to hold registry mark menus.
909         (gnus-registry-install-shortcuts): Populate and use it in a
910         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
911
912 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
913
914         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
915         In-place substitutions for the group name encoding/decoding.
916         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
917         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
918         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
919         (nnimap-update-unseen, nnimap-request-list)
920         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
921         (nnimap-request-set-mark, nnimap-split-to-groups)
922         (nnimap-split-articles, nnimap-request-newgroups)
923         (nnimap-request-create-group, nnimap-request-accept-article)
924         (nnimap-request-delete-group, nnimap-request-rename-group)
925         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
926         `encoded-mbx' for consistency.
927         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
928         variable `imap-current-mailbox'.
929
930         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
931         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
932
933 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
934
935         * pop3.el (pop3-display-message-size-flag): Display message size byte
936         counts during POP3 download.
937         (pop3-movemail): Use it.
938         (pop3-list): Implement listing of available messages.
939
940 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
941
942         * nnir.el (nnir-get-article-nov-override-function): New function to
943         override the normal NOV retrieval.
944         (nnir-retrieve-headers): Use it.
945
946 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
947
948         * auth-source.el (netrc-machine-user-or-password): Autoload.
949
950 2010-03-19  Glenn Morris  <rgm@gnu.org>
951
952         Stop message.el from loading about 40 libraries it doesn't always need.
953         The general approach is to autoload rather than require, and to
954         require in the specific functions rather than the file.  (Bug#5642)
955
956         * gmm-utils.el: Don't require wid-edit.
957         (widget-create-child-value, widget-convert, widget-default-get):
958         Autoload.
959
960         * gnus-util.el: Don't require time-date, netrc.
961         (message-fetch-field, gnus-group-name-decode): Declare rather than
962         autoloading.
963         (gnus-fetch-field): Require message.
964         (gnus-decode-newsgroups): Require gnus-group.
965
966         * ietf-drums.el: Don't require time-date.
967
968         * message.el: Don't require hashcash, canlock, ecomplete.
969         Do require mail-utils.  Require nnheader only when compiling.
970         (smtpmail-default-smtp-server): Remove declaration.
971         (message-send-mail-function): Check smtpmail-default-smtp-server
972         is bound rather than requiring smtpmail.
973         (message-auto-save-directory, message-insert-signature): Use
974         expand-file-name rather than nnheader-concat.
975         (nnheader-insert-file-contents): Autoload.
976         (hashcash-wait-async): Declare.
977         (message-send-mail): Only call gnus-setup-posting-charset if
978         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
979         (message-send-mail-with-sendmail): Require sendmail.
980         (canlock-password, canlock-password-for-verify): Declare.
981         (message-canlock-password): Require canlock.
982         (nnheader-get-report): Autoload.
983         (gnus-setup-posting-charset): Declare.
984         (message-send-news): Require gnus-msg.
985         (message-make-references, message-make-in-reply-to): Use mail-header-id
986         rather than the alias mail-header-message-id.
987         (ecomplete-add-item, ecomplete-save): Declare.
988         (message-put-addresses-in-ecomplete): Require ecomplete.
989         (ecomplete-display-matches): Autoload.
990
991         * mm-decode.el: Don't require mailcap, gnus-util.
992         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
993         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
994         Autoload.
995         (mailcap-mime-extensions): Declare.
996
997         * mm-encode.el: Don't require mailcap.
998         (mailcap-extension-to-mime): Autoload.
999
1000         * mml-sec.el: Don't require password-cache.
1001
1002         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1003         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1004         (mml-minibuffer-read-type): Require mailcap.
1005         (mml-preview): Require gnus-msg.
1006
1007         * mml1991.el: Require password-cache.
1008         (password-cache-expiry): Remove declaration.
1009
1010         * mml2015.el: Require password-cache.
1011         (password-cache-expiry): Remove declaration.
1012
1013         * nneething.el (mailcap): Require mailcap.
1014
1015         * nnheader.el (declare-function): Add compatibility stub.
1016         (message-remove-header): Declare rather than autoload.
1017         (nnheader-replace-header): Require message.
1018
1019         * nnimap.el (declare-function): Add compatibility stub.
1020         (netrc-parse, netrc-machine-user-or-password): Declare.
1021         (nnimap-open-connection): Require netrc.
1022
1023         * nntp.el (declare-function): Add compatibility stub.
1024         (netrc-parse, netrc-machine, netrc-get): Declare.
1025         (nntp-send-authinfo): Require netrc.
1026
1027         * rfc2047.el: Don't require qp.
1028         (quoted-printable-encode-region, quoted-printable-decode-string):
1029         Autoload.
1030
1031         * sieve-mode.el: Don't require easymenu.
1032         (easy-menu-add-item): Autoload it.
1033
1034         * spam-stat.el (time-to-number-of-days): Autoload it.
1035
1036 2010-03-19  Glenn Morris  <rgm@gnu.org>
1037
1038         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1039
1040 2010-03-18  Glenn Morris  <rgm@gnu.org>
1041
1042         * hashcash.el (declare-function): Remove duplicate definition.
1043
1044 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1045
1046         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1047         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1048         value if any backslash escapes).
1049
1050 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1051
1052         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1053         if it is available.  (bug#5647)
1054
1055         * lpath.el: Suppress compiler warning for coding-system-from-name for
1056         Emacs 21 and XEmacs.
1057
1058 2010-03-14  Juri Linkov  <juri@jurta.org>
1059
1060         * hmac-def.el:
1061         * hmac-md5.el:
1062         * netrc.el: Fix keywords.
1063
1064 2010-02-26  Glenn Morris  <rgm@gnu.org>
1065
1066         * message.el (message-send-mail-function): Change the default, so that
1067         it inherits from a customized send-mail-function.  (Bug#5643)
1068
1069 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1070
1071         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1072         shell-command-to-string signals an error (bug#5299).
1073
1074 2010-02-24  Glenn Morris  <rgm@gnu.org>
1075
1076         * message.el (message-smtpmail-send-it)
1077         (message-send-mail-with-mailclient): Doc fixes.
1078
1079 2010-02-16  Glenn Morris  <rgm@gnu.org>
1080
1081         * message.el (message-default-mail-headers): Change the default value
1082         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1083
1084 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1085
1086         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1087         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1088
1089 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1090
1091         * time-date.el (date-to-time): Doc fix (Bug#5408).
1092
1093 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1094
1095         * message.el (message-mail): Just pass yank-action on to message-setup.
1096         (message-setup): Handle (FUN . ARGS) form of yank-action.
1097         (message-with-reply-buffer, message-widen-reply)
1098         (message-yank-original): Handle non-buffer values of
1099         message-reply-buffer (Bug#4080).
1100         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1101
1102 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1103
1104         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1105         Fix typo in docstring.
1106
1107 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1108
1109         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1110         response.
1111
1112 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1113
1114         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1115
1116         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1117
1118         * message.el (message-check-news-header-syntax): Protect against a
1119         string that `rfc822-addresses' returns when parsing fails.
1120
1121 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1122
1123         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1124         (gnus-previous-char-property-change): New functions.
1125
1126         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1127
1128 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1129
1130         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1131         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1132
1133 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1134
1135         * message.el (message-exchange-point-and-mark): Rework last change to
1136         avoid using optional arg of exchange-point-and-mark, for backward
1137         compatibility.
1138
1139 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1140
1141         * message.el (message-exchange-point-and-mark): Call
1142         exchange-point-and-mark with an argument rather than setting
1143         mark-active by hand (Bug#5175).
1144
1145 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1146
1147         * nntp.el (nntp-service-to-port): Work for service expressed with
1148         numeric string; replace [:digit:] with [0-9] for XEmacs.
1149
1150 2009-12-17  Glenn Morris  <rgm@gnu.org>
1151
1152         * gnus-group.el (gnus-bug-group-download-format-alist):
1153         Change emacs entry to debbugs.gnu.org.  Bump :version.
1154
1155 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1156
1157         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1158
1159 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1160
1161         * message.el (message-info): Explain why we use `Info-goto-node'.
1162
1163 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1164
1165         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1166
1167 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1168
1169         * message.el (message-completion-in-region): New compatibility function.
1170         (message-expand-group): Use it.
1171
1172 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1173
1174         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1175         with no unread article should be listed if the 2nd arg `predicate' is
1176         given.
1177
1178 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1179
1180         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1181
1182 2009-11-29  Juri Linkov  <juri@jurta.org>
1183
1184         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1185         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1186         on `gnus-recenter'. (Bug#4698, Bug#4981)
1187
1188 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1189
1190         * sha1.el (sha1-string-external): default-directory "/" in case
1191         otherwise non-existent.  process-connection-type pipe for touch of
1192         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1193
1194 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1195
1196         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1197         it's comms related and sgml-mode.el has "comm" on that basis too.
1198
1199 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1200
1201         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1202         containing tspecial characters if they have been already quoted.
1203
1204 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1205
1206         * dns-mode.el (auto-mode-alist): Purecopy string.
1207
1208 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1209
1210         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1211
1212 2009-10-24  Glenn Morris  <rgm@gnu.org>
1213
1214         * gnus-art.el (help-xref-stack-item): Define for compiler.
1215
1216 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1217
1218         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1219
1220 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1221
1222         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1223
1224 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1225
1226         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1227         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1228
1229 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1230
1231         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1232         (gnus-overlays-in): New alias to overlays-in.
1233
1234         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1235         gnus-overlay-get, and gnus-delete-overlay.
1236         (gnus-summary-show-thread): Make it work as well for systems in which
1237         next-single-char-property-change is not available.
1238         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1239
1240         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1241         (gnus-overlay-get): New alias to extent-property.
1242         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1243
1244         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1245         SXEmacs.
1246
1247         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1248         SXEmacs.
1249
1250 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1251
1252         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1253
1254 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1255
1256         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1257         and XEmacs that don't have `remove-overlays'.
1258
1259 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1260
1261         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1262         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1263         selective display.  Use overlays instead.
1264
1265 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1266
1267         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1268
1269 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1270
1271         * spam-stat.el (spam-stat-load): Fix typo in message.
1272
1273 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1274
1275         * dig.el (dig-invoke): Fix typo in docstring.
1276         (query-dig): Reflow docstring.
1277
1278 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1279
1280         * gnus-art.el (gnus-article-encrypt-body):
1281         * message.el (message-check-recipients):
1282         * mm-util.el (mm-codepage-setup):
1283         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1284         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1285
1286 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1287
1288         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1289         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1290         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1291         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1292         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1293
1294 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1295
1296         * dig.el: Add "Keywords: comm", as per net-utils.el.
1297
1298 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1299
1300         * dig.el (dig-mode): Use define-derived-mode.
1301
1302 2009-09-19  Glenn Morris  <rgm@gnu.org>
1303
1304         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1305
1306 2009-09-18  Glenn Morris  <rgm@gnu.org>
1307
1308         * gnus-diary.el (gnus-diary-check-message):
1309         * message.el (message-insert-formatted-citation-line):
1310         * nnbabyl.el (top-level):
1311         * nndiary.el (nndiary-schedule):
1312         Fix typos in condition-case handlers.
1313
1314 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1315
1316         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1317         configuration that provides the sole article window in a frame;
1318         position point correctly after deleting a part.
1319
1320 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1321
1322         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1323         (spam-resolve-registrations-routine): Use it to unregister articles
1324         that change status.
1325
1326 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1327
1328         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1329         with XEmacs.
1330         (parse-time-string-chars): Use it.
1331
1332 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1333
1334         * imap.el (imap-interactive-login): Better messages.
1335         (imap-open): Fix bug with renamed buffer on reconnect.
1336         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1337         for easier debugging and cleaner code.  On successful (guessed based on
1338         server capabilities) secondary authentication, set imap-state
1339         correctly.
1340         (imap-last-authenticator): Define imap-last-authenticator as a variable
1341         to avoid warnings.
1342
1343 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1344
1345         * nnrss.el (nnrss-request-article): Remove binding of
1346         default-enable-multibyte-characters that has gotten needless by
1347         the 2007-07-13 change in rfc2047-encode-message-header.
1348
1349         * mml.el (mml-insert-multipart): Error on the message header.
1350         (mml-insert-part): Error on the message header; position point at
1351         the end of a MIME tag.
1352
1353 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1354
1355         * time-date.el (autoload): Expand define-obsolete-function-alias into
1356         defalias and make-obsolete for old Emacsen that Gnus supports.
1357         (with-no-warnings): Define it for old Emacsen.
1358         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1359         is available.
1360         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1361         float-time is available; suppress compile warning for time-to-seconds.
1362
1363         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1364         (gnus-float-time): Alias to float-time if it exists.
1365
1366         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1367         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1368         float-time is available; suppress compile warning for time-to-seconds.
1369
1370         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1371         XEmacs.
1372
1373 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1374
1375         * imap.el (imap-message-map): Docstring fix.
1376
1377 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1378
1379         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1380         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1381         Add the optional argument `encoding' that overrides the default.
1382
1383         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1384         mm-encode-buffer.
1385
1386 2009-09-04  Glenn Morris  <rgm@gnu.org>
1387
1388         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1389         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1390         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1391         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1392         * mm-util.el (mm-with-unibyte-current-buffer)
1393         (mm-find-buffer-file-coding-system):
1394         * yenc.el (yenc-decode-region): Use default-value rather than
1395         default-enable-multibyte-characters.
1396
1397 2009-09-03  Glenn Morris  <rgm@gnu.org>
1398
1399         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1400         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1401         than default-enable-multibyte-characters.
1402
1403 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1404
1405         * gnus-art.el (gnus-article-read-summary-keys):
1406         Fix gnus-buffer-configuration's value temporarily used.
1407
1408 2009-09-02  Glenn Morris  <rgm@gnu.org>
1409
1410         * gnus-util.el (gnus-float-time): New function.
1411         * gnus-delay.el (gnus-delay-article):
1412         * gnus-sum.el (gnus-thread-latest-date):
1413         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1414         * nnspool.el (nnspool-request-newgroups):
1415         Use gnus-float-time rather than time-to-seconds.
1416         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1417
1418         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1419         (gnus-header-subject-face, gnus-header-newsgroups-face)
1420         (gnus-header-name-face, gnus-header-content-face):
1421         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1422         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1423         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1424         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1425         (gnus-cite-face-11):
1426         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1427         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1428         (gnus-server-closed-face, gnus-server-denied-face)
1429         (gnus-server-offline-face):
1430         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1431         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1432         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1433         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1434         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1435         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1436         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1437         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1438         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1439         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1440         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1441         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1442         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1443         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1444         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1445         (gnus-summary-high-undownloaded-face)
1446         (gnus-summary-low-undownloaded-face)
1447         (gnus-summary-normal-undownloaded-face)
1448         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1449         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1450         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1451         (gnus-splash-face):
1452         * message.el (message-header-to-face, message-header-cc-face)
1453         (message-header-subject-face, message-header-newsgroups-face)
1454         (message-header-other-face, message-header-name-face)
1455         (message-header-xheader-face, message-separator-face)
1456         (message-cited-text-face, message-mml-face):
1457         * sieve-mode.el (sieve-control-commands-face)
1458         (sieve-action-commands-face, sieve-test-commands-face)
1459         (sieve-tagged-arguments-face):
1460         * spam.el (spam-face):
1461         Mark face aliases with "-face" in the name as obsolete.
1462
1463 2009-09-01  Glenn Morris  <rgm@gnu.org>
1464
1465         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1466         than goto-line.
1467
1468 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1469
1470         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1471         Don't move point if the command is invoked inside the message header.
1472
1473 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1474
1475         * imap.el (imap-send-command): Simplify.
1476         (imap-wait-for-tag): point-max -> buffer-size.
1477
1478 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1479
1480         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1481         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1482         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1483         * nnir.el (nnir-swish-e-index-file):
1484         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1485         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1486         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1487         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1488         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1489         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1490
1491 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1492
1493         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1494         Don't save excursion.
1495
1496 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1497
1498         * nnheader.el (nnheader-find-file-noselect):
1499         * mm-util.el (mm-insert-file-contents):
1500         Use (default-value 'major-mode) instead of default-major-mode.
1501
1502 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1503
1504         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1505
1506 2009-08-26  Glenn Morris  <rgm@gnu.org>
1507
1508         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1509         than placing in files.el.
1510
1511 2009-08-25  Glenn Morris  <rgm@gnu.org>
1512
1513         * nnir.el (top-level): Don't require cl at run-time.
1514         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1515         Replace cl-function substitute with gnus-replace-in-string.
1516         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1517         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1518         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1519         simplified expansions.
1520
1521 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1522
1523         * dig.el (dig): Add autoload cookie.
1524
1525 2009-08-22  Glenn Morris  <rgm@gnu.org>
1526
1527         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1528         goto-line.
1529
1530 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1531
1532         * parse-time.el (parse-time-string-chars): Save match data.
1533
1534 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1535
1536         * parse-time.el (parse-time-string-chars): Compute using character
1537         classes, to handle non-ascii characters (Bug#3190).
1538
1539 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1540
1541         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1542
1543         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1544         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1545         (gnus-mm-display-part, gnus-mime-display-single)
1546         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1547         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1548
1549         * gnus-sum.el
1550         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1551         (gnus-summary-move-article): Add expirable mark to articles copied or
1552         moved to group that has auto-expire turned on if the option is non-nil.
1553
1554 2009-07-24  Glenn Morris  <rgm@gnu.org>
1555
1556         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1557         Fix typo.  (Bug#3903)
1558
1559 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1560
1561         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1562         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1563         that should not be used for draft articles.
1564         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1565         that has no concern in minor mode keys.
1566         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1567         Abolish.
1568
1569 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1570
1571         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1572         article without making inquiry to a user for unknown encoding.
1573
1574         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1575         (nnmaildir--scan): Assume i-node and device number that file-attributes
1576         returns might be cons-cell.
1577
1578         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1579
1580         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1581
1582 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1583
1584         * auth-source.el: Remove docs now in auth.texi.  Don't use
1585         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1586         `auth-source-hide-passwords' and use them.
1587
1588 2009-07-15  Glenn Morris  <rgm@gnu.org>
1589
1590         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1591
1592 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1593
1594         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1595         excessive whitespace from the default values of title and description.
1596
1597 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1598
1599         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1600         mail-fetch-field to fetch Content-Description header in order to
1601         exclude newlines.
1602
1603 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1604
1605         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1606         format used by GnuPG 2.0.11.
1607
1608 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1609
1610         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1611         to deleted part.
1612
1613 2009-05-30  David Engster  <dengste@eml.cc>
1614
1615         * nnmairix.el: Remove old documentation in the commentary block.
1616         (nnmairix-request-group): Do not update active file for nnml back ends.
1617         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1618         end so that overview files are ignored.
1619         (nnmairix-update-groups): Make updating the groups more robust by using
1620         marks.
1621         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1622         with dollar characters in message-id.
1623
1624 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1625
1626         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1627         2008-12-25 in dns.el.
1628
1629 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1630
1631         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1632         could happen if the text is only composed of spaces and/or tabs.
1633
1634 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1635
1636         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1637         when sending a queued message to avoid extra mml tags.
1638
1639 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1640
1641         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1642
1643 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1644
1645         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1646         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1647         rmail-toggle-header for XEmacs;
1648         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1649
1650 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1651
1652         * gnus-dired.el: Remove autoload for gnus-setup-message.
1653         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1654         displaying Gnus logo; always use compose-mail.
1655
1656 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1657
1658         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1659
1660 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1663         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1664         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1665         available.
1666         (gnus-nocem-epg-verify): New function.
1667
1668 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1669
1670         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1671
1672 2009-02-15  Glenn Morris  <rgm@gnu.org>
1673
1674         * gnus-util.el (rmail-insert-rmail-file-header)
1675         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1676         autoloads.
1677         (rmail-default-rmail-file): Remove unnecessary declaration.
1678         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1679
1680 2009-02-14  Glenn Morris  <rgm@gnu.org>
1681
1682         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1683         variable (only used in gnus-util, which declares it anyway).
1684         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1685         which was only needed by gnus-art (changed to not use it any more).
1686         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1687         only used in gnus-util, which autoloads it itself.
1688         (rmail-update-summary): Fix autoload.
1689
1690         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1691         rather than rmail-output-to-rmail-file.
1692
1693 2009-02-07  Glenn Morris  <rgm@gnu.org>
1694
1695         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1696         autoload of function that no longer exists.
1697         (rmail-toggle-header): Declare.
1698         (message-forward-rmail-make-body): Handle mbox Rmail.
1699
1700 2009-01-31  Glenn Morris  <rgm@gnu.org>
1701
1702         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1703         2009-01-09 change.
1704
1705 2009-01-31  Dave Love  <fx@gnu.org>
1706
1707         * imap.el (imap-fetch-safe): Bind debug-on-error.
1708         (imap-debug): Add imap-fetch-safe.
1709
1710 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1711
1712         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1713         (auth-source-forget-all-cached): New convenience function.
1714         (auth-source-user-or-password): Accept list of modes or a single mode.
1715
1716         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1717         auth-source modes.
1718
1719         * netrc.el (netrc-machine-user-or-password): Use list of
1720         auth-source modes.
1721
1722         * nnimap.el (nnimap-open-connection): Use list of
1723         auth-source modes.
1724
1725         * nntp.el (nntp-send-authinfo): Use list of
1726         auth-source modes.
1727
1728 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1729
1730         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1731         now.
1732
1733 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1734
1735         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1736         coding system in XEmacs; add a workaround for XEmacs.
1737
1738         * lpath.el: Fbind coding-system-aliasee.
1739
1740 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1741
1742         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1743         of current-language-environment.
1744
1745 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1746
1747         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1748         available at runtime.
1749
1750 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1751
1752         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1753
1754 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1755
1756         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1757         the greatest positive fixnum value doesn't work under an XEmacs with
1758         bignum support; use the most-positive-fixnum constant instead,
1759         available since Emacs 21.1 with cl and XEmacs 21.1.
1760
1761 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1762
1763         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1764         XEmacs gets not to work.
1765
1766 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1767
1768         * mm-util.el (mm-coding-system-priorities): Allow the value like
1769         "Japanese (UTF-8)" of current-language-environment.
1770
1771 2009-01-09  Glenn Morris  <rgm@gnu.org>
1772
1773         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1774         with last-command-event.
1775
1776 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1777
1778         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1779         in the doc string.
1780
1781         * message.el (message-fix-before-sending): Amend comment.
1782
1783 2009-01-08  Dave Love  <fx@gnu.org>
1784
1785         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1786
1787 2009-01-07  David Engster  <dengste@eml.cc>
1788
1789         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1790         simplified server definitions by converting it via
1791         gnus-server-to-method.
1792
1793 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1794
1795         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1796         parameter's operands.
1797
1798 2009-01-06  David Engster  <dengste@eml.cc>
1799
1800         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1801         primary select method (for gnus-group-mark-article-as-read).
1802
1803 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1804
1805         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1806         `(gnus)Face', not `(gnus)X-Face'.
1807
1808 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1809
1810         * mm-util.el (mm-ucs-to-char): New function.
1811
1812         * mm-url.el (mm-url-decode-entities): Use it.
1813
1814         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1815         unicode-to-char.
1816
1817 2009-01-05  Dave Love  <fx@gnu.org>
1818
1819         * time-date.el: Require cl for `declare'.
1820
1821 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1822
1823         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1824         Dave Love.
1825
1826 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1827
1828         * message.el (message-fix-before-sending): Add `eight-bit' to
1829         illegible-text check.
1830
1831 2009-01-03  Michael Olson  <mwolson@gnu.org>
1832
1833         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1834         `headers' is nil.  This can occur if the IMAP server does not have
1835         permissions to read messages from a folder, but can write new messages
1836         to the folder.
1837         (nnimap-request-article-part): Do not insert `data' if it is nil.
1838
1839         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1840         characters which will confuse `read', so skip past them.
1841
1842 2009-01-01  Dave Love  <fx@gnu.org>
1843
1844         * imap.el (imap-string-to-integer): Fix typo.
1845         (imap-fetch-safe): New function.
1846         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1847
1848         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1849
1850         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1851         (imap-parse-greeting): Fix doc strings.
1852         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1853         (imap-parse-flag-list): Make messages unique.
1854         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1855
1856         * nnimap.el: Fix author email.
1857         (nnimap-split-rule): Add FIXME comment.
1858         (nnimap-debug): Fix doc string.
1859
1860 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1861
1862         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1863
1864 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1865
1866         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1867         nslookup if resolv.conf isn't available.
1868         (dns-query): Rename from query-dns.
1869         (dns-query-cached): Rename from query-dns-cached.
1870
1871 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1872
1873         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1874         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1875         to check if those variables exist (first appeared in Emacs 18.50).
1876
1877 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1878
1879         * mm-util.el (mm-line-number-at-pos): New function.
1880
1881         * spam-report.el (spam-report-process-queue): Use it.
1882
1883 2008-12-24  David Engster  <dengste@eml.cc>
1884
1885         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1886         parameters that haven't existed as variables as buffer-local variables.
1887
1888 2008-12-23  Dave Love  <fx@gnu.org>
1889
1890         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1891         cadar.
1892
1893         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1894         imap-starttls-p.
1895         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1896
1897 2008-12-22  Dave Love  <fx@gnu.org>
1898
1899         * imap.el: Fix author email.  Doc fixes.
1900         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1901         reply.
1902
1903 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1904
1905         * spam-report.el (spam-report-gmane-max-requests): New constant.
1906         (spam-report-gmane-wait): New variable.
1907         (spam-report-gmane-ham, spam-report-gmane-spam)
1908         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1909         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1910         the server.
1911
1912         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1913         Add explanations.
1914
1915         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1916         nnheader-accept-process-output and nnheader-read-timeout if available.
1917         (pop3-movemail): Use it.
1918
1919         * message.el (message-check-news-body-syntax): Fix signature check if
1920         there's an attachment.
1921
1922 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1923
1924         * mm-util.el: Add comments to the mm- emulating functions.
1925
1926 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1927
1928         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1929         by Stephen Berman <stephen.berman@gmx.net>.
1930
1931 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1932
1933         * mm-util.el (mm-substring-no-properties): New function.
1934         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1935         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1936         (mm-string-to-multibyte): Doc fix.
1937
1938         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1939
1940 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1941
1942         * mml.el (mml-attach-file): Strip text properties from file name.
1943         (Bug#1574)
1944
1945 2008-12-16  Glenn Morris  <rgm@gnu.org>
1946
1947         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1948
1949 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1950
1951         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1952         knows since the charset specified might be a bogus alias that
1953         mm-charset-synonym-alist provides.
1954
1955 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1956
1957         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1958         "ISO_8859-1".
1959
1960         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1961
1962 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1963
1964         * mm-util.el (mm-charset-eval-alist):
1965         Define it before mm-charset-to-coding-system.
1966         (mm-charset-to-coding-system): Add optional argument `silent';
1967         define it before mm-charset-override-alist.
1968         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1969         default value if it can be used in Emacs currently running;
1970         silence mm-charset-to-coding-system.
1971
1972 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1973
1974         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1975         `allow-override' which says whether to use `mm-charset-override-alist'.
1976         (rfc2047-decode-encoded-words): Use it.
1977
1978         * mm-util.el (mm-charset-override-alist): Fix custom type;
1979         add `(gb2312 . gbk)' to choices.
1980
1981 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1982
1983         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1984         fast.
1985
1986         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1987
1988         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1989
1990 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1991
1992         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1993         on links.
1994
1995         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1996
1997 2008-12-03  Lute Kamstra  <lute@gnu.org>
1998
1999         * sha1.el: Remove leading * from docstrings of defcustoms,
2000         deffaces, defconsts and defuns.
2001
2002 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2003
2004         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2005         users' addresses that don't have domain parts.
2006         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2007         rather than message-narrow-to-head since there will be the message
2008         header separator.
2009
2010 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2011
2012         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2013         since the result is inserted in a unibyte buffer anyway.
2014         (nnimap-demule-use-string-to-multibyte): Remove.
2015         (nnimap-demule): Alias it to mm-string-to-multibyte.
2016
2017 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2018
2019         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2020         variable for debugging bug#464 and bug#1174.
2021         (nnimap-demule): Use it.
2022
2023 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2024
2025         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2026         score calculation correctly.
2027
2028 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2029
2030         * message.el (message-send-mail): Just set the buffer to unibyte
2031         rather than use mm-with-unibyte-current-buffer which does a lot more.
2032         (message-send-mail-partially): Don't bother with
2033         mm-with-unibyte-current-buffer since it's already been made unibyte by
2034         message-send-mail.
2035
2036 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2037
2038         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2039
2040 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2041
2042         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2043
2044 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2045
2046         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2047         require itself and to remove `with-no-warnings'.
2048
2049 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2050
2051         * starttls.el (starttls-any-program-available): Get the name of the
2052         available TLS layer program.
2053         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2054         well as the host name in the "opening" message.
2055
2056         * auth-source.el (auth-source-cache, auth-source-do-cache)
2057         (auth-source-user-or-password): Cache passwords and logins by default,
2058         allow override with `auth-source-do-cache'.
2059         (auth-source-forget-user-or-password): Allow users to remove cache
2060         entries if needed.
2061
2062 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2063
2064         * md4.el (md4-buffer): Fix typo in docstring.
2065         (md4, md4-64): Doc fixes.
2066         (md4-pack-int32): Reflow docstring.
2067
2068 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2069
2070         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2071         condition-case to only the forward-sexp call.
2072
2073 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2074
2075         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2076         quotes contained.  Make it more robust regardless by an extra
2077         condition-case wrapper.
2078
2079 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2080
2081         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2082
2083 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2084
2085         * nnml.el (nnml-request-expire-articles): Check if the function set to
2086         `nnmail-expiry-target' returns the symbol `delete'.
2087
2088         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2089
2090         * nnmail.el (nnmail-expiry-target): Fix custom type.
2091
2092 2008-10-02  Glenn Morris  <rgm@gnu.org>
2093
2094         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2095         Silence compiler warning.
2096
2097 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2098
2099         * tls.el (open-tls-stream): Show the actual command being
2100         executed, instead of the format string.
2101
2102 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2103
2104         * lpath.el: Fbind codepage-setup for Emacs 23.
2105
2106 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2107
2108         * mml.el (mml-menu): Don't assume mml2015 is bound.
2109
2110 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2111
2112         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2113         exists.
2114
2115 2008-09-27  Glenn Morris  <rgm@gnu.org>
2116
2117         * gnus-util.el (mail-header-remove-comments): Autoload it.
2118
2119 2008-09-27  Andreas Schwab  <schwab@suse.de>
2120
2121         * gnus-util.el (gnus-split-references): Strip comments.
2122         (gnus-parent-id): Likewise.
2123
2124 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2125
2126         * message.el (message-confirm-send): Fix version.
2127
2128 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2129
2130         * message.el (message-idna-to-ascii-rhs-1): Use
2131         mail-extract-address-components rather than mail-header-parse-addresses
2132         that is an alias by default to ietf-drums-parse-addresses that does not
2133         support non-ASCII names in headers' contents.
2134
2135 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2136
2137         * message.el (message-confirm-send): Fixed variable documentation to
2138         avoid the "y/n" wording.
2139
2140 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2141
2142         * message.el (message-set-auto-save-file-name): Save to a different
2143         filename so multiple messages (especially drafts) can be recovered.
2144
2145 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2146
2147         * message.el (message-confirm-send): Add appropriate version.
2148
2149 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2150
2151         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2152         defvar.
2153
2154 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2155
2156         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2157         (mm-pkcs7-enveloped-magic): Ditto.
2158
2159 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2160
2161         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2162         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2163
2164 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2165
2166         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2167         default, it's better.
2168
2169 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2170
2171         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2172         summary line gnus-number property and ignore them (with a warning
2173         message).
2174
2175 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2176
2177         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2178         macro caddr in the interactive form since it won't be expanded.
2179
2180 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2181
2182         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2183         `charset'; fix name of function called recursively.
2184         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2185
2186 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2187
2188         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2189         (gnus-mime-set-charset-parameters): New function.
2190         (gnus-mime-view-part-as-charset): Use it to correctly display part
2191         specifying wrong charset.
2192
2193 2008-09-08  David Engster  <dengste@eml.cc>
2194
2195         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2196         in completing-read for back end server.
2197
2198 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2199
2200         * message.el (message-confirm-send): New variable to confirm sending a
2201         message.
2202         (message-send): Use it.
2203
2204 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2205
2206         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2207
2208 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2209
2210         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2211
2212 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2213
2214         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2215         prevent tracking too many groups.
2216         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2217         Use it.
2218
2219 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2220
2221         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2222         moving point to the bottom of the window in order to avoid recentering.
2223
2224 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2225
2226         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2227
2228         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2229         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2230         (gnus-article-beginning-of-window): Fix calculation.
2231
2232 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2233
2234         * gnus-msg.el (gnus-summary-supersede-article)
2235         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2236         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2237         message header.
2238
2239 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2240
2241         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2242         pending output coming after the status change.
2243
2244 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2245
2246         * message.el:
2247         * gnus-start.el:
2248         * gnus-registry.el: Remove VMS support.
2249
2250 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2251
2252         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2253         macro.
2254         (rfc2104-hash): Use it.
2255
2256 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2257
2258         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2259         (gnus-summary-sort-by-most-recent-date): New commands.
2260         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2261         and menu entries.
2262
2263 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2264
2265         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2266         don't redisplay article for raw contents; remove plural articles stuff.
2267
2268         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2269         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2270         on gnus-summary-save-article; display results properly.
2271
2272 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2273
2274         * lpath.el: No need to fbind ns-focus-frame.
2275
2276 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2277
2278         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2279
2280 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2281
2282         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2283         gnus-save-all-headers.
2284
2285 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2286
2287         * gnus-util.el (ns-focus-frame): Remove declaration.
2288         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2289         like x.
2290
2291 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2292
2293         * rfc2104.el (rfc2104-zero): Delete defconst.
2294         (rfc2104-hex-alist): Likewise.
2295         (rfc2104-hex-to-int): Delete func.
2296         (rfc2104-hexstring-to-bitstring): Likewise.
2297         (rfc2104-nybbles): New defconst.
2298         (rfc2104-hash): Rewrite for speed.
2299
2300 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2301
2302         * tls.el (open-tls-stream): Make it work with the 2nd argument
2303         BUFFER that is a string but does not exist as a buffer object, as
2304         mentioned in the doc-string.
2305
2306 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2307
2308         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2309         SXEmacs.
2310
2311 2008-07-16  Glenn Morris  <rgm@gnu.org>
2312
2313         * gnus-util.el (ns-focus-frame): Declare for compiler.
2314
2315 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2316
2317         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2318         set as a group parameter.
2319         (gnus-summary-save-in-pipe): Work when it is called independently.
2320         (gnus-summary-pipe-to-muttprint): Don't modify
2321         gnus-summary-pipe-output-default-command.
2322
2323 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2324
2325         * message.el (message-send-mail-with-sendmail):
2326         Display the error message.
2327
2328 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2329
2330         * gnus-art.el (gnus-default-article-saver):
2331         Add gnus-summary-save-in-pipe to choices.
2332         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2333         gnus-summary-pipe-output-default-command as the default command.
2334         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2335         instead of gnus-last-shell-command.
2336
2337         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2338         New user option.
2339         (gnus-summary-muttprint-program): Mention the value will be changed.
2340         (gnus-summary-save-article): Force showing of all headers.
2341         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2342
2343 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2344
2345         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2346
2347 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2348
2349         * nnimap.el (nnimap-id):
2350         * sieve-manage.el (sieve-manage-open): Doc fixes.
2351
2352 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2353
2354         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2355         if available.
2356
2357 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2358
2359         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2360
2361         * nnkiboze.el (nnkiboze-generate-group):
2362         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2363
2364         * nnmairix.el: Require CL.
2365
2366 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2367
2368         * dgnushack.el: Autoload get-display-table and put-display-table for
2369         XEmacs 21.5.
2370
2371         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2372         21.4 and SXEmacs.
2373
2374 2008-06-15  David Engster  <dengste@eml.cc>
2375
2376         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2377
2378 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2379
2380         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2381         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2382         runtime choice under XEmacs.
2383
2384         * gnus-sum.el (gnus-summary-set-display-table):
2385         Use `gnus-put-display-table', `gnus-get-display-table',
2386         `gnus-set-display-table' for the display table, instead of `aset'.
2387
2388         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2389         Use `gnus-put-display-table', `gnus-get-display-table',
2390         `gnus-set-display-table' for the display table.
2391
2392 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2393
2394         * nnmairix.el: Add autoloads.
2395
2396 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2397
2398         * nnmairix.el (nnmairix-delete-recreate-group)
2399         (nnmairix-update-and-clear-marks): Fix error messages.
2400
2401 2008-06-14  David Engster  <dengste@eml.cc>
2402
2403         * nnmairix.el: Upgrade to version 0.6.
2404         (nnmairix-group-toggle-propmarks-this-group)
2405         (nnmairix-group-toggle-readmarks-this-group)
2406         (nnmairix-group-delete-recreate-this-group)
2407         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2408         (nnmairix-remove-tick-mark-original-article): New commands.
2409         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2410         (nnmairix-propagate-marks-to-nnmairix-groups)
2411         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2412         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2413         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2414         functions needed for marks propagation and manipulation of read marks.
2415         (nnmairix-update-groups): New function.
2416         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2417         (nnmairix-determine-original-group-from-registry)
2418         (nnmairix-determine-original-group-from-path)
2419         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2420         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2421         New helper functions.
2422         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2423         keystrokes for new commands.
2424         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2425         (nnmairix-request-group): Check allow-fast group parameter.
2426         (nnmairix-request-create-group): Set allow-fast group parameter if
2427         nnmairix-allowfast-default is set.
2428         (nnmairix-close-group): Propagate marks upon closing if needed.
2429         (nnmairix-group-toggle-threads-this-group): Use new.
2430         nnmairix-group-toggle-parameter helper function.
2431         (nnmairix-search): Better check for empty search result.
2432         (nnmairix-goto-original-article): Use new helper functions for
2433         determining original article.
2434         (nnmairix-show-original-article): Make sure message-id is in brackets.
2435         (nnmairix-call-mairix-binary): Change variable name.
2436         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2437         helper function.
2438         (nnmairix-widget-toggle-activate): Fix doc string.
2439
2440 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2441
2442         * nnir.el: Require edmacro when compiling with XEmacs.
2443         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2444         available in Emacs 21.
2445
2446 2008-06-11  Glenn Morris  <rgm@gnu.org>
2447
2448         * gnus-util.el (x-focus-frame):
2449         * gnus.el (image-size):
2450         * mm-decode.el (image-size): Declare.
2451
2452         * gnus-picon.el (declare-function): Add compat definition.
2453         (image-size): Declare.
2454
2455         * gnus-group.el (tool-bar-map):
2456         * gnus-sum.el (tool-bar-map): Define for compiler.
2457
2458         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2459
2460         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2461
2462         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2463         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2464         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2465         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2466         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2467         * sieve-manage.el, spam-report.el, spam.el:
2468         Remove unnecessary eval-and-compile of autoloads.
2469
2470 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2471
2472         * auth-source.el: Precise Tramp doc.
2473
2474 2008-06-07  Glenn Morris  <rgm@gnu.org>
2475
2476         * nnmairix.el: Remove unnecessary eval-when-compile.
2477
2478 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2479
2480         * lpath.el: Fbind propertize for XEmacs 21.4.
2481
2482 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2483
2484         * nnir.el: Move here from ../contrib.
2485
2486 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2487
2488         * gnus-util.el (gnus-read-shell-command): New function.
2489         * mm-decode.el (mm-pipe-part):
2490         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2491
2492 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2493
2494         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2495
2496 2008-06-03  Glenn Morris  <rgm@gnu.org>
2497
2498         * pop3.el (nnheader-accept-process-output): Autoload it.
2499
2500 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2501
2502         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2503         are not 2-digit hexadecimal characters that follow `%'s.
2504
2505 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2506
2507         * message.el (message-bogus-recipient-p): Fix type in doc string.
2508         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2509         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2510         Improve custom options.
2511         (message-bogus-recipient-p): Adjust accordingly.
2512
2513 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2514
2515         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2516         long-form month and day names.
2517
2518 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2519
2520         * dgnushack.el: Autoload debug, eudc-expand-inline and
2521         pgg-snarf-keys-region for XEmacs.
2522
2523         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2524
2525         * nnmairix.el: Require edmacro when compiling with XEmacs.
2526
2527 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2528
2529         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2530         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2531
2532 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2533
2534         * auth-source.el: Add more docs.
2535
2536         * netrc.el (netrc-machine): Always match if the port is not given.
2537
2538 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2539
2540         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2541         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2542         retrieval faster in some cases, but might make CPU usage larger.  If
2543         this has any bad side effects, we might revert this change.
2544
2545         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2546         seems to make mail retrieval much, much faster.
2547         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2548         unconditionally.
2549
2550         * gnus-draft.el (gnus-group-send-queue): Bind
2551         message-send-mail-partially-limit to nil to avoid being prompted.
2552
2553 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2554
2555         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2556
2557         * message.el (message-bogus-address-regexp): Fix and improve custom
2558         type.
2559         (message-setup-hook): Add message-check-recipients as custom option.
2560
2561 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2562
2563         * message.el (message-cite-function): Remove bogus autoload which crept
2564         in during merge from v5-10.
2565
2566 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2567
2568         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2569
2570         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2571
2572         * auth-source.el: Preliminary Tramp docs.
2573         (auth-sources): Change the default auth-sources to use
2574         EPA .gpg files.
2575
2576 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2577
2578         * nntp.el: Autoload `auth-source-user-or-password'.
2579         (nntp-send-authinfo): Use it.
2580
2581         * nnimap.el: Autoload `auth-source-user-or-password'.
2582         (nnimap-open-connection): Use it.
2583
2584         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2585         for the gnus-message function.
2586         (auth-source-user-or-password): Use it.
2587
2588 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2589
2590         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2591         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2592         (rfc2104-hash): Use it.
2593
2594 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2595
2596         * gnus-art.el (gnus-article-toggle-truncate-lines):
2597         Don't use `iff' in docstring.
2598
2599 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2600
2601         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2602
2603         * gnus-util.el (gnus-extract-address-component-name)
2604         (gnus-extract-address-component-email): Convenience functions around
2605         `gnus-extract-address-components'.
2606
2607         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2608         Use `gnus-extract-address-component-email' to fix bug of comparing full
2609         sender name to `user-mail-address'.
2610
2611 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2612
2613         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2614         catch/throw to optimize.
2615         (gnus-registry-find-keywords): Just use member to find a keyword.
2616
2617 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2618
2619         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2620         is current before calling gnus-server-prepare.
2621         (gnus-server-setup-buffer, gnus-server-update-server)
2622         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2623
2624 2008-05-04  Juri Linkov  <juri@jurta.org>
2625
2626         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2627         (mailcap-file-default-commands): Use mailcap-replace-in-string
2628         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2629         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2630
2631 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2632
2633         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2634
2635 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2636
2637         * gnus.el: Bump version to 0.11.
2638
2639 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2640
2641         * gnus.el: No Gnus v0.10 is released.
2642
2643 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2644
2645         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2646         hooks.
2647         (gnus-update-read-articles): Speed up non-marks-using users.
2648         (gnus-use-marks): Define gnus-use-marks.
2649         (gnus-propagate-marks): Rename variable to something more sensible.
2650
2651 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2652
2653         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2654         (gmm-image-load-path-for-library): Fix typos in docstrings.
2655         (gmm-message): Reflow docstring.
2656
2657 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2658
2659         * mail-source.el (mail-source-set-1, mail-source-bind):
2660         Move auth-source code out of the macro to clean it up and fix bugs.
2661
2662 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2663
2664         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2665         by sender if it's equal to user-mail-address, it's likely to be
2666         useless.
2667
2668         * mail-source.el (mail-source-bind): Don't use user or password if they
2669         are not bound.  Unintern them if they are nil.  Don't use server unless
2670         it's bound, and default it to empty string otherwise.
2671
2672 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2673
2674         * mail-source.el: Load auth-source.el.
2675         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2676         get user name or password, if auth-sources is set up.
2677
2678         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2679         strategy of splitting with parent.
2680         (gnus-registry-split-fancy-with-parent)
2681         (gnus-registry-post-process-groups): Use it and fix prior
2682         bug (returning a list as the split result).
2683
2684         * auth-source.el (auth-sources): Remove server parameter.
2685         (auth-source-pick, auth-source-user-or-password)
2686         (auth-source-user-or-password-imap)
2687         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2688         (auth-source-user-or-password-sftp)
2689         (auth-source-user-or-password-smtp): Remove server parameter.
2690
2691 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2692
2693         * smime.el (smime-sign-region, smime-encrypt-region)
2694         (smime-decrypt-region):
2695         Remove redundant calls to `generate-new-buffer-name'.
2696
2697 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2698
2699         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2700         Don't use QP for message/rfc822.
2701         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2702
2703 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2704
2705         * sieve-manage.el (sieve-string-bytes): Remove.
2706         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2707         correct byte-length only if the process's coding-system is the same as
2708         the one used internally by Emacs to represent strings.
2709
2710 2008-04-22  Juri Linkov  <juri@jurta.org>
2711
2712         * mailcap.el (mailcap-file-default-commands): New function.
2713
2714 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2715
2716         * message.el (message-signature-separator, message-cite-function):
2717         Change custom version.
2718
2719 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2720
2721         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2722         commands.
2723         (tls-checktrust): Ditto.
2724
2725 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2726
2727         * mm-decode.el (mm-display-external): Make temp file read-only.
2728
2729 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2730
2731         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2732         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2733         `C-c C-f d'.
2734
2735 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2736
2737         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2738
2739 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2740
2741         * gnus.el: Bump version to 0.9.
2742
2743 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2744
2745         * gnus.el: No Gnus v0.8 is released.
2746
2747 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2748
2749         * mail-source.el (mail-source-value):
2750         Prefer fboundp to functionp so it works with macros as well.
2751
2752 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2753
2754         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2755         Fix last change in case the element is not even a symbol.
2756
2757 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2758
2759         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2760         Prefer fboundp to functionp so it works with macros as well.
2761
2762 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2763
2764         * auth-source.el: Added docs.
2765         (auth-sources): Modify format to support server.
2766         (auth-source-pick, auth-source-user-or-password)
2767         (auth-source-user-or-password-imap)
2768         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2769         (auth-source-user-or-password-sftp)
2770         (auth-source-user-or-password-smtp): Add server parameter.
2771
2772 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2773
2774         * gnus-registry.el: Initialize the registry when gnus-registry-install
2775         is t.
2776
2777 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2778
2779         * compface.el (uncompface): Make buffer unibyte.
2780
2781 2008-04-05  Glenn Morris  <rgm@gnu.org>
2782
2783         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2784
2785 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2786
2787         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2788         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2789
2790         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2791         multibyteness after rather than before erasing it.
2792
2793         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2794         mm-with-multibyte.
2795         (gnus-request-article-this-buffer): Make sure the proper decoding is
2796         used if gnus-original-article-buffer happens to be unibyte.
2797
2798         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2799         default-enable-multibyte-characters.
2800
2801         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2802         default-enable-multibyte-characters.
2803
2804         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2805
2806         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2807
2808 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2809
2810         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2811         (imap-message-copyuid-1): Use it.
2812         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2813         J. Williams in
2814         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2815
2816         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2817         imap-enable-exchange-bug-workaround.
2818         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2819
2820 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2821
2822         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2823         a 100 byte status-checks into a 2-3MB transfer for each group.
2824         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2825         to enable bug workaround or not.
2826         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2827
2828 2008-03-31  Glenn Morris  <rgm@gnu.org>
2829
2830         * message.el (mml2015-use): Declare for compiler.
2831         (message-info): Require mml2015 when appropriate.
2832
2833 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2834
2835         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2836         whitespace.
2837
2838 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2839
2840         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2841         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2842         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2843         (nntp-service-to-port): New function.
2844         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2845         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2846         (nntp-open-netcat-stream): New function.
2847         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2848
2849 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2850
2851         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2852
2853 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2854
2855         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2856
2857 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2858
2859         * dns.el (dns-write): Use set-buffer-multibyte.
2860
2861 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2862
2863         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2864
2865 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2866
2867         * message.el (message-signature-separator): Change default.
2868         Improve custom type.
2869         (message-cite-function): Change default to
2870         message-cite-original-without-signature.
2871
2872         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2873         toggle.
2874
2875         * message.el (message-check-news-body-syntax): Fix signature check.
2876         (message-setup-1): Mark buffer as unmodified _after_ running
2877         message-setup-hook and handling message-alternative-emails.
2878         (message-shorten-references): Be more strict when building list of
2879         valid references to comply with GNKSA.
2880
2881         * gnus-group.el (gnus-read-ephemeral-bug-group)
2882         (gnus-read-ephemeral-debian-bug-group)
2883         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2884
2885         * message.el (message-info): Don't use booleanp which isn't supported
2886         in Emacs 21 and XEmacs.
2887
2888 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2889
2890         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2891         gnus-group-gmane-group-download-format.
2892         (gnus-group-read-ephemeral-gmane-group): Rename from
2893         gnus-group-read-ephemeral-gmane-group.
2894         (gnus-read-ephemeral-gmane-group-url): Rename from
2895         gnus-group-read-ephemeral-gmane-group-url.
2896         (gnus-bug-group-download-format-alist): New variable.
2897         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2898         (gnus-read-ephemeral-emacs-bug-group): New commands.
2899
2900 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2901
2902         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2903         (gnus-visible-headers): Improve custom type.
2904
2905 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2906
2907         * mml.el (mml-menu): Add workarounds for XEmacs.
2908
2909         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2910         X-Boundary header.
2911
2912         * message.el (message-simplify-recipients): Fix previous commit.
2913
2914 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2915
2916         * mm-util.el (mm-set-buffer-multibyte): New function.
2917         * mm-decode.el (mm-copy-to-buffer): Use it.
2918
2919 2008-03-19  Glenn Morris  <rgm@gnu.org>
2920
2921         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2922         Accidentally removed in the sync process with Emacs.
2923
2924 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2925
2926         * message.el (message-alter-recipients-discard-bogus-full-name):
2927         New function.
2928         (message-alter-recipients-function): New variable.
2929         (message-get-reply-headers): Use it.
2930         (message-replace-header): New helper function.
2931         (message-recipients-without-full-name): New variable.
2932         (message-simplify-recipients): New command.
2933
2934         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2935
2936         * message.el (message-info): Handle EasyPG manual.
2937
2938         * mml.el (mml-menu): Add entry for EasyPG.
2939
2940 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2941
2942         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2943         parameter.
2944
2945         * message.el (message-disassociate-draft): Specify drafts group name
2946         fully.
2947
2948 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2949
2950         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2951         unnecessary duplicates from the match list.
2952
2953 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2954
2955         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2956
2957         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
2958
2959         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2960         args of `how-many' of which the XEmacs version doesn't take; declare
2961         Info-index-next as function.
2962
2963 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2964
2965         * gnus-score.el (gnus-score-headers): Fix handling of
2966         gnus-inhibit-slow-scoring.
2967
2968         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2969         string.
2970         (gnus-button-url-regexp): Improve handling of parenthesis.
2971         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2972         (gnus-button-handle-info-keystrokes): Handle index entries.
2973
2974 2008-03-15  Glenn Morris  <rgm@gnu.org>
2975
2976         * parse-time.el (parse-time-string): Simplify.
2977
2978 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2979
2980         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2981         Incoming* files.
2982
2983 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2984
2985         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2986         (auth-source-pick): Use it.
2987
2988 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2989
2990         * binhex.el (binhex-decode-region-internal):
2991         * uudecode.el (uudecode-decode-region-internal):
2992         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2993         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2994         setting default-enable-multibyte-characters.
2995
2996 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2997
2998         * auth-source.el (auth-source-protocols)
2999         (auth-source-protocols-customize, auth-source-choices): Added and
3000         modified variable customizations and defaults.
3001         (auth-source-pick, auth-source-user-or-password)
3002         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3003         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3004         (auth-source-user-or-password-sftp)
3005         (auth-source-user-or-password-smtp): Use new variables and provide an
3006         interface to netrc.el.
3007
3008 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3009
3010         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3011         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3012         Make sure the nntp port to specify is a string.
3013
3014 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3015
3016         * nntp.el: Use with-current-buffer.
3017         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3018         dubious mm-with-unibyte-current-buffer.
3019         (nntp-with-open-group-function): New function extracted from
3020         nntp-with-open-group macro.
3021         (nntp-with-open-group): Use the function, so it's easier to debug.
3022         Add indentation and debugging info.
3023         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3024         the use of the netcat alternatives.
3025
3026         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3027         Avoid mm-string-as-multibyte as well.
3028
3029         * nnweb.el (nnweb-insert-html):
3030         Remove use of nnheader-string-as-multibyte.
3031
3032         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3033         (nnheader-string-as-multibyte): Remove.
3034
3035         * mm-view.el: Use inhibit-read-only.
3036         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3037         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3038         or unibyte-string.
3039
3040         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3041         (mm-uu-yenc-extract): Use with-current-buffer.
3042
3043         * gnus-soup.el (gnus-soup-send-packet): Don't use
3044         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3045
3046         * nnmh.el: Use with-current-buffer.
3047         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3048         mm-string-as-multibyte on the output of mm-encode-coding-string.
3049
3050         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3051         (nnimap-request-move-article): Use with-current-buffer.
3052
3053         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3054         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3055         conversion uses string-make-unibyte rather than string-as-unibyte.
3056
3057         * gnus-msg.el: Use with-current-buffer.
3058
3059         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3060
3061 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3062
3063         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3064         string for caching if it is 'PIN.
3065
3066 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3067
3068         * lpath.el: Consider the case without Emacs/W3.
3069
3070 2008-03-08  Glenn Morris  <rgm@gnu.org>
3071
3072         * time-date.el (date-to-time, time-subtract, time-add)
3073         (safe-date-to-time): Doc fixes.
3074
3075 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3076
3077         * mail-source.el (mail-source-delete-old-incoming-confirm):
3078         Change default to nil.
3079         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3080
3081 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3082
3083         * lpath.el: Rearrange.
3084
3085         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3086         (gnus-article-goto-prev-page): Work for articles having ^L's.
3087
3088         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3089
3090         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3091
3092 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3093
3094         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3095         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3096         (gnus-bookmark-jump): Adjust some variable names.
3097
3098 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3099
3100         * auth-source.el: New package.
3101         (auth-source-choices): Add customization entry point variable.
3102
3103         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3104         bug.
3105
3106 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3107
3108         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3109         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3110         (gnus-registry-install-shortcuts): Rename from
3111         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3112         the `gnus-registry-mark-map' keymap dynamically from
3113         `gnus-registry-marks'.  The generated functions update the summary line
3114         when a registry mark is added or deleted, and will call
3115         `gnus-registry-install-p' (see the comments in the code).
3116         (gnus-registry-user-format-function-M): Use concat intelligently.
3117
3118         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3119         the registry mark functions.
3120
3121 2008-03-05  Glenn Morris  <rgm@gnu.org>
3122
3123         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3124         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3125         gnus-art.
3126         (top-level): No need to load own source when compiling.
3127
3128 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3129
3130         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3131         Suggested by <chris.anderton@zetnet.co.uk>.
3132
3133 2008-03-04  Glenn Morris  <rgm@gnu.org>
3134
3135         * gnus-sum.el (top-level): No need to require gnus when compiling,
3136         since unconditionally required near start of file.
3137         (gnus-summary-display-while-building): Move definition before use.
3138
3139 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3140
3141         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3142         formatting function.
3143
3144 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3145
3146         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3147         with plists.
3148         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3149         Use new format.
3150
3151 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3152
3153         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3154         `where-is-internal' that returns a range of key sequences.
3155
3156 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3157
3158         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3159
3160         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3161         (gnus-summary-jump-to-group): Consider windows on other displayed
3162         frames as well.  Similar changes might be needed elsewhere, but that's
3163         the one I've bumped into during my use.
3164
3165         * nndoc.el (nndoc-oe-dbx-type-p):
3166         * gnus-msg.el (gnus-debug):
3167         * gnus-group.el (gnus-update-group-mark-positions):
3168         Use mm-string-to-multibyte.
3169
3170 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3171
3172         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3173         doesn't handle NotDashEscaped.
3174
3175         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3176         (mml-dnd-attach-options): Fix typo in custom choice.
3177
3178         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3179         nndoc-article-type to mbox.
3180         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3181
3182         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3183         to nil, instead of html2text.
3184
3185         * imap.el (imap-debug): Add `imap-ping-server'.
3186
3187         * gnus-bookmark.el: Add FIXMEs.
3188
3189         * message.el (message-form-letter-separator)
3190         (message-send-form-letter-delay): New variables.
3191         (message-send-form-letter): Use them.  New command to send form
3192         letters.  Requested by Uwe Siart.
3193         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3194
3195 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3196
3197         * Update copyright years.
3198
3199 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3200
3201         Sync from EMACS_22_BASE.
3202
3203         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3204
3205 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3206
3207         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3208         empty author.
3209
3210 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3211
3212         * gnus-registry.el (gnus-registry-marks): Add variable for
3213         customization of marks and their appearance.
3214         (gnus-registry-read-mark): Use it.
3215         (gnus-registry-do-marks): Add utility function to loop through
3216         `gnus-registry-marks'.
3217         (gnus-registry-install-shortcuts-and-menus): Add function to install
3218         shortcuts and menus.
3219         (gnus-registry-initialize): Use it.
3220         (gnus-registry-default-mark): Clarify documentation.
3221
3222 2008-02-29  Glenn Morris  <rgm@gnu.org>
3223
3224         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3225         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3226         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3227         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3228         Change defcustom :version from 23.0 to 23.1.
3229
3230 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3231
3232         * gnus-registry.el (gnus-registry-follow-group-p)
3233         (gnus-registry-post-process-groups): Add functions to aid registry
3234         splitting and improve logging.  Clarify behavior in function
3235         documentation.
3236         (gnus-registry-split-fancy-with-parent): Use them.
3237
3238 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3239
3240         * gnus-art.el: Use with-current-buffer.
3241
3242 2008-02-27  David Engster  <dengste@eml.cc>
3243
3244         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3245         Express real group name in the response.
3246
3247 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3248
3249         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3250         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3251         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3252         autoload gnus-registry-fetch-group when compiling.
3253         (nnmairix-request-group-with-article-number-correction): Remove
3254         unreferenced argument passed to nnmairix-call-backend.
3255
3256 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3257
3258         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3259         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3260         Wilde.
3261
3262 2008-02-27  Glenn Morris  <rgm@gnu.org>
3263
3264         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3265         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3266         variables to defconsts.  Convert comments to doc-strings.
3267         (nnmairix-last-server, nnmairix-current-server): Convert from free
3268         variables to defvars.  Convert comments to doc-strings.
3269         (gnus-registry-fetch-group): Autoload.
3270         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3271         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3272         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3273         caddr.
3274         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3275         nnmairix-request-group-with-article-number-correction call.
3276         (nnmairix-fast, nnmairix-group): New, less general names, for free
3277         variables passed from nnmairix-request-group to
3278         nnmairix-request-group-with-article-number-correction.  Declare.
3279         (nnmairix-request-group-with-article-number-correction):
3280         Use nnmairix-fast, nnmairix-group rather than fast, group.
3281
3282 2008-02-26  David Engster  <dengste@eml.cc>
3283
3284         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3285         version 0.5.
3286
3287 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3288
3289         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3290         instead of making an extra function call.  Don't add the current group
3291         to articles only when they have the group.  Use
3292         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3293         Reported by David <de_bb@arcor.de>.
3294
3295 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3296
3297         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3298         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3299
3300 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3301
3302         * mail-source.el (mail-source-delete-incoming): Change default.
3303         Supplement doc string.
3304
3305         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3306
3307 2008-02-14  Glenn Morris  <rgm@gnu.org>
3308
3309         * time-date.el (format-seconds): New function.
3310
3311 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3312
3313         * nnmail.el (nnmail-message-id-cache-file): Derive from
3314         `gnus-home-directory'.
3315
3316 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3317
3318         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3319         Document negative prefix.
3320
3321         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3322
3323 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3324
3325         * message.el (message-unsent-separator): Add the Exim bounce
3326         separator.
3327
3328 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3329
3330         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3331         list.
3332         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3333         recipient/signer list.
3334
3335 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3336
3337         * Makefile.in (datarootdir): Define.
3338         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3339         name that might contain whitespace.
3340
3341 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3342
3343         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3344         fbound (Emacs 23 unicode), signal an error.
3345
3346 2008-02-08  Glenn Morris  <rgm@gnu.org>
3347
3348         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3349
3350 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3351
3352         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3353         ports to the calls to `netrc-machine-user-or-password' in addition to
3354         "imap" and "imaps".
3355
3356 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3357
3358         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3359
3360         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3361
3362 2008-02-01  Kenichi Handa  <handa@m17n.org>
3363
3364         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3365         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3366         (rfc2104-hash): Convert the result of concat to unibyte string.
3367
3368 2008-02-01  Dave Love  <fx@gnu.org>
3369
3370         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3371         coding-system-for-read.
3372         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3373
3374 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3375
3376         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3377         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3378         <hanche@math.ntnu.no>.
3379
3380 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3381
3382         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3383
3384         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3385
3386 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3387
3388         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3389         * message.el (message-beginning-of-line): Use featurep instead of bound
3390         tests in order to resolve conditionals at compile time.
3391
3392 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3393
3394         * mail-source.el (mail-sources): Add `group' choice.
3395
3396         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3397         parameter `in-group' to control into which group the articles go.
3398         Add treatment of `group' mail-source.
3399
3400 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3401
3402         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3403
3404         * mm-decode.el (mm-dissect-buffer): Decode description.
3405
3406         * mml.el (mml-to-mime): Encode message header first.
3407
3408 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3409
3410         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3411         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3412
3413         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3414         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3415
3416 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3417
3418         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3419
3420 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3421
3422         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3423         prefix keys.
3424         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3425         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3426         gnus-xmas.el.
3427
3428         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3429         (gnus-xmas-article-describe-bindings): New function.
3430         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3431         gnus-xmas-article-describe-bindings.
3432
3433         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3434
3435 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3436
3437         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3438         Add new variables for article mark management.
3439         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3440         list of extra data entries which, when present, will indicate that the
3441         article ID should not be trimmed from the registry.
3442         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3443         functions.
3444         (gnus-registry-read-mark): New function to read a mark name from the
3445         user.
3446         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3447         (gnus-registry-set-article-mark-internal): New functions to add and
3448         remove marks.
3449         (gnus-registry-get-article-marks): New function to show the marks for
3450         an article, or retrieve them for further use.
3451
3452 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3453
3454         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3455         keys when no argument is given.
3456
3457 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3458
3459         * imap.el (imap-ping-server): New variable.
3460         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3461         (imap-ping-server): Minor doc string fixes.
3462
3463 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3464
3465         * imap.el (imap-ping-server): New function.
3466         (imap-opened): Call imap-ping-server.
3467
3468 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3469
3470         * gnus-sum.el (gnus-article-sort-by-random)
3471         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3472         jidanni@jidanni.org.
3473
3474 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3475
3476         * gnus-art.el (gnus-article-describe-bindings): New function.
3477         (gnus-article-read-summary-keys): Use it.
3478         (gnus-article-mode-map): Bind `C-h b' to it.
3479
3480 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3481
3482         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3483         XEmacs.
3484         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3485         against non-character events.
3486
3487         * lpath.el: Fbind map-keymap for Emacs 21.
3488
3489 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3490
3491         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3492         command.
3493         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3494         instead of END.  Change name of the temp file.
3495         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3496         customizable.
3497
3498 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3499
3500         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3501         bind `S W' to gnus-article-wide-reply-with-original; set default
3502         binding to gnus-article-read-summary-send-keys.
3503         (gnus-article-read-summary-keys): Fix the order of keys; display
3504         continuation keys correctly in the echo area; describe bindings
3505         correctly when keys end with `C-h'.
3506         (gnus-article-read-summary-send-keys): New function.
3507         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3508         for gnus-article-read-summary-send-keys; display continuation keys
3509         correctly in the echo area.
3510         (gnus-article-reply-with-original): Ignore prefix argument.
3511         (gnus-article-wide-reply-with-original): New function.
3512
3513         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3514         Emacs 21.
3515
3516 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3517
3518         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3519         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3520
3521 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3522
3523         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3524         (gnus-group-read-ephemeral-gmane-group): New command.
3525
3526 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3527
3528         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3529
3530 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3531
3532         * message.el (message-send-mail-function): Increase custom version.
3533
3534         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3535         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3536
3537 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3538
3539         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3540         for the cases where imap-authenticate is called with a nil buffer
3541         parameter.
3542
3543 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3544
3545         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3546         html parts correctly; support forwarded messages.
3547         (gnus-article-browse-html-article): Remove work buffers.
3548
3549         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3550         compiling.
3551         (netrc-bound-and-true-p): New macro.
3552         (netrc-parse): Use it instead of bound-and-true-p that is not available
3553         in XEmacs 21.4.
3554
3555 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3556
3557         * gnus-registry.el (gnus-registry-mark-article)
3558         (gnus-registry-article-marks): Add functionality to mark articles
3559         through the Gnus registry.
3560
3561         * encrypt.el: Clarify documentation for the new pgg method.
3562         (encrypt-file-alist): Add PGG option.
3563         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3564         functionality.  Abstract password key and messaging to external
3565         functions.
3566         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3567         (encrypt-message-method-and-cipher): Add new convenience external
3568         functions.
3569         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3570         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3571
3572         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3573         (netrc-parse): Use encrypt-file-alist to determine if
3574         encrypt-find-model or encrypt-insert-file-contents should be used.
3575
3576         * encrypt.el: Clarify documentation.  Load password-cache or
3577         password, whichever one is found first, instead of autoloading.
3578
3579 2007-12-19  Glenn Morris  <rgm@gnu.org>
3580
3581         * mml.el (message-options-set, message-narrow-to-head)
3582         (message-in-body-p, message-mail-p, message-encode-message-body):
3583         Autoload.
3584         (message-remove-header, message-narrow-to-headers-or-head)
3585         (message-subscribed-p, message-make-mail-followup-to)
3586         (message-position-on-field, message-news-p)
3587         (message-options-set-recipient, message-generate-headers)
3588         (message-sort-headers): Declare as functions.
3589
3590 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3591
3592         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3593         convention in doc string.
3594
3595 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3596
3597         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3598         title to html parts.
3599         (gnus-article-browse-html-article): Pass message header to it.
3600
3601         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3602
3603 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3604
3605         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3606         or password compatible with XEmacs.
3607
3608 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3609
3610         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3611         format document.
3612         (gnus-mime-delete-part): Don't write description line if empty.
3613         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3614
3615 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3616
3617         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3618         (gnus-summary-mark-read-and-unread-as-read)
3619         (gnus-summary-mark-current-read-and-unread-as-read)
3620         (gnus-summary-mark-unread-as-ticked): Doc fix.
3621         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3622
3623 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3624
3625         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3626         Christoph Conrad <christoph.conrad@gmx.de>.
3627
3628 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3629
3630         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3631         yes-or-no-p.
3632
3633 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3634
3635         * mm-decode.el (mm-add-meta-html-tag): New function.
3636         (mm-save-part-to-file, mm-pipe-part): Use it.
3637
3638         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3639         gnus-y-or-n-p instead of y-or-n-p.
3640         (gnus-article-browse-html-parts): Work with message/external-body; use
3641         mm-add-meta-html-tag.
3642
3643 2007-12-11  Glenn Morris  <rgm@gnu.org>
3644
3645         * gnus-cache.el: Require gnus-sum not just when compiling.
3646
3647         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3648
3649         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3650         definitions before use.
3651
3652         * mm-decode.el: Require gnus-util.
3653         (mm-remove-part): Only call delete-annotation on XEmacs.
3654
3655         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3656
3657         * nnmail.el: Require gnus-int.
3658
3659         * spam.el: Move `require's before `eval-when-compile's.
3660
3661         * gnus-ems.el (gnus-alive-p):
3662         * gnus-fun.el (message-goto-eoh):
3663         * gnus-util.el (gnus-group-name-decode):
3664         * mail-source.el (gnus-compress-sequence):
3665         * message.el (Info-goto-node, format-spec):
3666         * mm-bodies.el (message-options-get):
3667         * mm-decode.el (mm-view-pkcs7):
3668         * mm-util.el (gmm-write-region):
3669         * mml-smime.el (mml-compute-boundary)
3670         (gnus-completing-read-with-default):
3671         * mml.el (widget-button-press, gnus-make-hashtable):
3672         * mml1991.el (mm-decode-content-transfer-encoding)
3673         (mm-encode-content-transfer-encoding)
3674         (message-options-get, message-options-set):
3675         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3676         * nnfolder.el (gnus-request-group):
3677         * nnheader.el (ietf-drums-unfold-fws):
3678         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3679         * smime.el (gnus-run-mode-hooks):
3680         * spam-stat.el (gnus-message): Autoload.
3681
3682         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3683         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3684         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3685         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3686         Add declare-function compatibility definition.
3687
3688         * gnus-cache.el (nnvirtual-find-group-art):
3689         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3690         (gnus-add-image, gnus-add-wash-type):
3691         * gnus-group.el (nnkiboze-score-file):
3692         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3693         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3694         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3695         (message-tokenize-header, gnus-get-buffer-create)
3696         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3697         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3698         * gnus.el (gnus-group-decoded-name):
3699         * mail-source.el (imap-capability):
3700         * mm-bodies.el (message-options-set):
3701         * mm-decode.el (gnus-configure-windows):
3702         * mm-extern.el (message-goto-body):
3703         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3704         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3705         (epg-sub-key-validity, message-options-set):
3706         * mml.el (widget-event-point, gnus-configure-windows):
3707         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3708         * mml2015.el (epg-check-configuration, epg-configuration)
3709         (message-options-set):
3710         * nndb.el (nndb-request-article):
3711         * nnfolder.el (gnus-request-create-group):
3712         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3713         * nnmaildir.el (gnus-group-mark-article-read):
3714         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3715         * rfc1843.el (message-fetch-field):
3716         * spam.el (gnus-extract-address-components):
3717         Declare as functions.
3718
3719 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3720
3721         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3722
3723         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3724
3725         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3726         bind show-trailing-whitespace for XEmacs.
3727
3728 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3729
3730         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3731         new no-op macro for backward compatibility.
3732
3733         * imap.el (imap-string-to-integer): New function.
3734
3735 2007-12-09  Glenn Morris  <rgm@gnu.org>
3736
3737         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3738
3739         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3740         * message.el, mm-view.el, sieve-manage.el, smime.el:
3741         Add declare-function compatibility definition.
3742
3743         * gnus-art.el (w3-region, w3m-region, Info-menu):
3744         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3745         * gnus-sum.el (gnus-get-predicate):
3746         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3747         * message.el (mail-abbrev-in-expansion-header-p):
3748         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3749         (w3m-detect-meta-charset, w3m-region):
3750         * sieve-manage.el (password-read, password-cache-add)
3751         (password-cache-remove):
3752         * smime.el (password-read-and-add): Declare as functions.
3753
3754 2007-12-08  David Kastrup  <dak@gnu.org>
3755
3756         * gnus-sum.el (gnus-summary-simplify-subject-query):
3757         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3758         `message'.
3759
3760 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3761
3762         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3763         it to bind idna-program, installation-directory, defined-colors, and
3764         face-attribute for XEmacs of the version that compiles defcustom forms.
3765
3766 2007-12-07  Glenn Morris  <rgm@gnu.org>
3767
3768         * gnus-art.el (article-make-date-line): Revert previous change.
3769
3770 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3771
3772         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3773
3774 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3775
3776         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3777         Call gnus-add-to-range ranges only once with a prepared article-list.
3778
3779 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3780
3781         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3782         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3783         group names with backslashes.  Reported by Tassilo Horn
3784         <tassilo@member.fsf.org>.
3785
3786 2007-12-06  Deepak Goel  <deego3@gmail.com>
3787
3788         * gnus-art.el (article-make-date-line):
3789         * gnus-start.el (gnus-load):
3790         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3791
3792 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3793
3794         * gnus-art.el (gnus-use-idna)
3795         * gnus-start.el (gnus-site-init-file)
3796         * message.el (message-use-idna)
3797         * mm-uu.el (mm-uu-hide-markers)
3798         * smiley.el (smiley-style): Revert changes that suppress warnings.
3799
3800 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3801
3802         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3803         specify charset to html source.  Reported by Christoph Conrad
3804         <christoph.conrad@gmx.de>.
3805
3806 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3807
3808         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3809         idna-program in order to suppress byte compile warning issued by XEmacs
3810         that came to byte compile the default value section of defcustom forms
3811         recently.
3812
3813         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3814         value of installation-directory.
3815
3816         * message.el (message-use-idna): Don't directly refer to the value of
3817         idna-program.
3818
3819         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3820
3821         * smiley.el (smiley-style): Don't directly call face-attribute.
3822
3823 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3824
3825         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3826
3827         * gnus-dired.el: Reduce Gnus dependencies.
3828         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3829         require.  Use autoloads instead.
3830         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3831         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3832         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3833         (gnus-dired-mode): Adjust doc string.
3834         (gnus-dired-mail-mode): New variable.
3835         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3836         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3837         (gnus-dired-mail-buffers): New function.  Return mail or message
3838         composition buffers.
3839         (gnus-dired-attach): Use it.
3840         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3841         NO-DECODE.
3842         (gnus-dired-print): Use `gnus-print-buffer' depending on
3843         `gnus-dired-mail-mode'.
3844
3845 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3846
3847         * rfc2047.el (rfc2047-encoded-word-regexp)
3848         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3849         explaining what regexp patterns are for.
3850
3851 2007-12-04  Glenn Morris  <rgm@gnu.org>
3852
3853         * password.el: Move to password-cache.el.
3854
3855         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3856         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3857         * mml-smime.el (password-read, password-cache-add)
3858         (password-cache-remove):
3859         No need to autoload, since mml-sec requires password.
3860
3861         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3862         * message.el (gnus-extract-address-components):
3863         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3864
3865         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3866         password.
3867
3868 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3869
3870         * mailcap.el: Reduce dependencies.
3871         (mail-header-parse-content-type): Autoload.
3872         (mailcap-delete-duplicates): New alias.
3873         (mailcap-mime-info): Add optional argument NO-DECODE.
3874         (mailcap-mime-types): Use mailcap-delete-duplicates.
3875
3876         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3877
3878 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3879
3880         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3881         (imap-parse-status): Upcase status-att for servers that sends them
3882         lower-case (e.g., MS Exchange 2007).
3883
3884 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3885
3886         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3887         function.
3888
3889         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3890         (gnus-uu-yenc-article): New function.
3891
3892         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3893
3894         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3895         buffer.
3896
3897 2007-12-02  Glenn Morris  <rgm@gnu.org>
3898
3899         * binhex.el (binhex): New custom group.
3900         (binhex-decoder-program, binhex-decoder-switches)
3901         (binhex-use-external): Move to the binhex custom group.
3902
3903         * uudecode.el (uudecode): New custom group.
3904         (uudecode-decoder-program, uudecode-decoder-switches)
3905         (uudecode-use-external): Move to the uudecode custom group.
3906
3907         * netrc.el (top-level): Don't load `encrypt' features.
3908         (netrc-parse): Don't use encrypt.
3909         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3910
3911         * encrypt.el: Remove file.
3912
3913 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3914
3915         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3916         matches on patches.
3917
3918         * gnus-art.el (gnus-article-browse-html-article): Mention
3919         `mm-text-html-renderer' in the doc string.
3920
3921         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3922         string.  Add comments.
3923
3924         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3925         if rhs is ASCII.
3926
3927 2007-12-01  Glenn Morris  <rgm@gnu.org>
3928
3929         * mail-source.el (top-level): Require format-spec before
3930         eval-when-compile.
3931
3932 2007-11-30  Glenn Morris  <rgm@gnu.org>
3933
3934         * encrypt.el: Require password, rather than autoloading password-read.
3935
3936 2007-11-29  Glenn Morris  <rgm@gnu.org>
3937
3938         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3939         (sasl-make-client, sasl-next-step, sasl-step-data)
3940         (sasl-step-set-data): Declare as functions.
3941
3942 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3943
3944         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3945
3946 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3947
3948         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3949         certs should be verified and what is to be done in the event of a
3950         verification failure.
3951
3952         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3953         caller can indicate whether the cache should be disregarded for this
3954         call.  This way the result of the call is reproducible at all times and
3955         can be considered a canonical server name for the supplied method.
3956         (gnus-agent-method-p): Canonicalize server names by pushing their
3957         method through `gnus-method-to-server' using the no-cache argument.
3958
3959         * gnus-srvr.el (gnus-server-insert-server-line): Call
3960         `gnus-method-to-server' with `no-cache' argument.
3961
3962         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3963         gnus-agent-possibly-synchronize-flags as this should be called when the
3964         server is actually being opened.
3965         (gnus-agent-possibly-synchronize-flags)
3966         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3967         flags file of an agentized server to the latter function.
3968
3969         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3970         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3971         after a connection has been established successfully.
3972
3973 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3974
3975         * gnus-art.el (article-display-face): Force to display face if called
3976         interactively; check if gnus-article-x-face-too-ugly matches author.
3977         (article-display-x-face): Display face even if From header is missing
3978         as article-display-face does.
3979
3980 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3981
3982         * hashcash.el (message-narrow-to-headers-or-head)
3983         (message-fetch-field, message-goto-eoh)
3984         (message-narrow-to-headers): Declare as functions.
3985
3986 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3987
3988         * mail-source.el (mail-sources): Default to fetch from file for
3989         compatibility with default of nnmail-spool-file.
3990
3991 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3992
3993         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3994         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3995         to look for encoded word that should be encoded again.
3996         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3997         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3998         encoding pattern.
3999         (rfc2047-decode-region): Switch strict regexp and loose one according
4000         to rfc2047-allow-irregular-q-encoded-words.
4001
4002 2007-11-25  Romain Francoise  <romain@orebokech.com>
4003
4004         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4005
4006 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4007
4008         * tls.el (tls-program): Provide more custom choices from
4009         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4010         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4011
4012 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4013
4014         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4015         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4016
4017         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4018         `nnmail-spool-file'.
4019
4020         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4021         `nnmail-spool-file'.
4022
4023         * gnus-move.el (gnus-change-server): Ditto.
4024
4025         * gnus-kill.el (gnus-batch-score): Ditto.
4026
4027         * gnus-cache.el (gnus-jog-cache): Ditto.
4028
4029         * gnus-msg.el (gnus-summary-reply):
4030         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4031
4032 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4033
4034         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4035         version.  Minor improvement to doc strings.
4036         (tls-program): Add comment.
4037
4038 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4039
4040         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4041         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4042         mismatch between the hostname provided in the certificate and the name
4043         of the host connnecting to.
4044         (open-tls-stream): Use them.  Check certificates against trusted root
4045         certificates.
4046
4047 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4048
4049         * gnus-cache.el (gnus-cache-generate-nov-databases):
4050         Use nnml-generate-nov-databases-directory instead of
4051         nnml-generate-nov-databases-1.
4052
4053 2007-11-24  Glenn Morris  <rgm@gnu.org>
4054
4055         * message.el (message-tool-bar-retro): Update for rename
4056         mail_send.xpm->mail-send.xpm.
4057
4058 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4059
4060         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4061         `smime-ldap-search' for Emacs 22 and up.
4062
4063 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4064
4065         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4066
4067         * message.el (message-send-mail-function): Fix error convention.
4068         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4069         (message-widen-reply, message-send-mail, message-talkative-question)
4070         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4071         (message-clone-locals, message-send-news): Use with-current-buffer.
4072         (message-insert-or-toggle-importance): Remove unused var `valid'.
4073         (message-make-references): Remove unused var `new-references'.
4074         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4075
4076 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4077
4078         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4079         (spam-split-symbolic-return-positive): Reflow docstring.
4080         (spam-backends, spam-summary-exit-behavior)
4081         (spam-mark-ham-unread-before-move-from-spam-group)
4082         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4083         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4084         (spam-clear-cache, spam-backend-check, spam-install-backend)
4085         (spam-install-statistical-backend, spam-list-of-processors)
4086         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4087         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4088         (spam-check-crm114, spam-initialize, spam-unload-hook):
4089         Fix typos in docstrings.
4090
4091 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4092
4093         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4094         been checked if they have never been read and those group levels are
4095         higher than the one that a user specified.
4096
4097 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4098
4099         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4100         foreign groups unless a group level is specified by a user.
4101         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4102
4103 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4104
4105         * message.el (message-send-mail-function): Require sendmail.
4106
4107 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4108
4109         * message.el (message-send-mail-function): Check for smtpmail too.
4110
4111         * utf7.el (utf7-encode, utf7-decode): Use coding system
4112         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4113
4114         * message.el (message-send-mail-function): New function.
4115         (message-send-mail-function): Set default using
4116         message-send-mail-function.  Adjust doc string.
4117         (message-send-mail-with-mailclient): New function.
4118
4119 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4120
4121         * smime.el (from):
4122         * rfc2047.el (message-posting-charset):
4123         * qp.el (mm-use-ultra-safe-encoding):
4124         * pop3.el (parse-time-months):
4125         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4126         * nnml.el (files):
4127         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4128         (jka-compr-compression-info-list, ange-ftp-path-format)
4129         (efs-path-regexp):
4130         * nndiary.el (files):
4131         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4132         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4133         (epg-digest-algorithm-alist, inhibit-redisplay)
4134         (password-cache-expiry):
4135         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4136         (pgg-output-buffer, password-cache-expiry):
4137         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4138         (efs-path-regexp):
4139         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4140         (inhibit-redisplay):
4141         * mm-uu.el (file-name, start-point, end-point, entry)
4142         (gnus-newsgroup-name, gnus-newsgroup-charset):
4143         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4144         (latin-unity-ucs-list):
4145         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4146         (mm-uu-binhex-decode-function):
4147         * message.el (gnus-message-group-art, gnus-list-identifiers)
4148         (rmail-enable-mime-composing, gnus-local-organization)
4149         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4150         (gnus-read-active-file, facemenu-add-face-function)
4151         (facemenu-remove-face-function, gnus-article-decoded-p)
4152         (tool-bar-mode):
4153         * mail-source.el (display-time-mail-function):
4154         * gnus-util.el (nnmail-pathname-coding-system)
4155         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4156         (gnus-original-article-buffer, gnus-user-agent)
4157         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4158         (xemacs-codename, sxemacs-codename, emacs-program-version):
4159         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4160         * gnus-start.el (gnus-agent-covered-methods)
4161         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4162         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4163         (gnus-newsgroup-headers, gnus-group-list-mode)
4164         (gnus-group-mark-positions, gnus-newsgroup-data)
4165         (gnus-newsgroup-unreads, nnoo-state-alist)
4166         (gnus-current-select-method, mail-sources)
4167         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4168         (nnmail-spool-file, gnus-cache-active-hashtb):
4169         * gnus-mh.el (mh-lib-progs):
4170         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4171         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4172         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4173         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4174         (gnus-group-buffer):
4175         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4176         (font-lock-set-defaults):
4177         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4178         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4179         (gnus-summary-post-menu, total-parts, type, condition, length):
4180         * gnus-agent.el (gnus-agent-read-agentview):
4181         * flow-fill.el (show-trailing-whitespace):
4182         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4183         eval-and-compile wrappers for byte compiler pacifiers.
4184
4185         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4186         (mm-display-inline-fontify): Check for featurep 'xemacs not
4187         extent-list.
4188
4189         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4190         itimer-list.
4191         (mm-create-image-xemacs): Only do something for XEmacs.
4192         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4193
4194         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4195
4196         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4197         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4198
4199 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4200
4201         * nnimap.el (nnimap-split-download-body):
4202         * gnus-demon.el (gnus-demon):
4203         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4204
4205 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4206
4207         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4208         macros.
4209         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4210         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4211         copy data from unibyte buffer to multibyte current buffer.
4212         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4213         to copy data from unibyte current buffer to multibyte buffer.
4214         (nntp-make-process-buffer): Make process buffer unibyte.
4215
4216         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4217
4218 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4219
4220         * pop3.el (pop3-open-server): Accept and process data more robustly at
4221         connexion start to avoid spurious "POP SSL connexion failed" errors.
4222
4223 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4224
4225         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4226         read group names.
4227
4228 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4229
4230         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4231
4232 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4233
4234         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4235         (nnmail-save-active): Use a unibyte buffer when saving active file,
4236         which may contain non-ASCII group names.
4237
4238         * nnml.el (nnml-request-group): Decode group names in messages.
4239
4240 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4241
4242         * message.el (message-citation-line-function)
4243         (message-insert-formatted-citation-line): Fix spelling of
4244         `message-insert-formated-citation-line'.
4245
4246 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4247
4248         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4249
4250 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4251
4252         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4253         nnmail-pathname-coding-system.
4254
4255         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4256         that a user enters; decode group names in messages.
4257
4258         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4259
4260 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4261
4262         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4263
4264         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4265
4266         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4267         risky local variable.
4268
4269         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4270
4271 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4272
4273         * encrypt.el: Improve documentation to fix function name typo.
4274         Reported by Daiki Ueno <ueno@unixuser.org>.
4275
4276 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4277
4278         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4279         even if the point is not in the last page of an article.
4280         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4281         back to the previous page.
4282
4283 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4284
4285         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4286
4287 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4288
4289         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4290
4291 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4292
4293         * message.el (message-check-news-body-syntax): Avoid
4294         mm-string-as-multibyte.
4295         (message-hide-headers): Don't assume (point-min)==1.
4296
4297 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4298
4299         * message.el (message-remove-blank-cited-lines): Fix if remove is
4300         given.
4301         (message-bogus-address-regexp): New variable.
4302         (message-bogus-recipient-p): New function.
4303         (message-check-recipients): New command.
4304         (message-syntax-checks): Add `bogus-recipient'.
4305         (message-fix-before-sending): Add `bogus-recipient'.
4306
4307         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4308         (gnus-treat-body-boundary): Don't test window-system.
4309
4310 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4311
4312         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4313
4314 2007-10-28  Miles Bader  <miles@gnu.org>
4315
4316         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4317         at compile-time too.
4318
4319 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4320
4321         * gnus-msg.el (gnus-message-setup-hook): Add
4322         `message-remove-blank-cited-lines' to options.
4323
4324 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4325
4326         * message.el (message-remove-blank-cited-lines): New function.
4327         Suggested by Karl Plästerer.
4328
4329 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4330
4331         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4332         mapc.
4333
4334         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4335         (top-level): Use mapc to set functions to be traced for debugging.
4336
4337         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4338         called for effect with while loop.
4339
4340         * message.el (message-talkative-question): Replace mapcar called for
4341         effect with mapc.
4342
4343         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4344         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4345         called for effect with dolist.
4346
4347         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4348
4349         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4350         gnus-extra-headers and nnmail-extra-headers.
4351
4352         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4353         called for effect with dolist.
4354         (top-level): Use mapc to set functions to be traced for debugging.
4355
4356         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4357         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4358         dolist.
4359
4360         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4361         Replace mapcar called for effect with mapc.
4362         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4363         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4364         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4365         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4366
4367         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4368         remove-if that's a cl function.
4369
4370         * webmail.el (webmail-debug): Replace mapcar called for effect with
4371         dolist.
4372
4373         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4374         with mapc.
4375
4376 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4377
4378         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4379         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4380         with while loop.
4381
4382         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4383         functions from article-* functions.
4384         (gnus-multi-decode-header): Replace mapcar called for effect with
4385         dolist.
4386
4387         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4388         (gnus-bookmark-show-details): Replace mapcar called for effect with
4389         while loop.
4390
4391         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4392         called for effect with while loop.
4393
4394         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4395         with dolist.
4396
4397         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4398         mapcar called for effect with dolist.
4399
4400         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4401
4402         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4403         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4404         Replace mapcar called for effect with dolist.
4405         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4406         mapc.
4407
4408         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4409         Replace mapcar called for effect with dolist.
4410         (gnus-topic-list): Replace mapcar called for effect with mapc.
4411
4412         * gnus.el: Use mapc instead of mapcar to add autoloads.
4413
4414 2007-10-23  Richard Stallman  <rms@gnu.org>
4415
4416         * gnus-group.el (gnus-group-highlight): Mark as risky.
4417
4418 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4419
4420         * gnus.el (gnus-server-to-method): Return method found first in
4421         gnus-newsrc-alist.
4422
4423         * gnus-art.el (gnus-article-highlight-signature)
4424         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4425         button overlay without the front stickiness.
4426
4427 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4428
4429         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4430         overview buffer needed a catch to receive its throw.
4431         (gnus-agent-flush-cache): Declared as interactive to make this function
4432         easier to use.
4433
4434 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4435
4436         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4437         `next-line'.
4438
4439 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4440
4441         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4442         exclude address matching message-dont-reply-to-names.
4443
4444 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4445
4446         * gnus-util.el (gnus-string<): New function.
4447
4448         * gnus-sum.el (gnus-article-sort-by-author)
4449         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4450
4451 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4452
4453         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4454         the frame-focus tag is set in gnus-buffer-configuration.
4455
4456 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4457
4458         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4459         the front stickiness.
4460
4461 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4462
4463         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4464         url pattern; remove duplicate one.
4465         (gnus-article-extend-url-button): New function.
4466         (gnus-article-add-buttons): Use it.
4467         (gnus-button-push): Use concatenated url that it makes.
4468
4469 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4470
4471         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4472
4473 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4474
4475         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4476         Don't hardcode point-min==1.
4477
4478 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4479
4480         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4481         Fix comment about "iso8859-1".
4482
4483 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4484
4485         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4486         ones returned from the verify-function.
4487
4488         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4489         mml2015-extract-cleartext-signature if extraction failed.
4490
4491 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4492
4493         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4494         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4495         failed.
4496
4497 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4498
4499         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4500
4501 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4502
4503         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4504         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4505         recommends to use EasyPG instead of PGG.
4506
4507         * pgg.el: Revert to revision 6.23.2.16.
4508
4509         * pgg-def.el: Revert to revision 6.6.2.14.
4510
4511         * pgg-gpg.el: Revert to revision 6.23.2.34.
4512
4513 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4514
4515         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4516         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4517         thread for both the null and zero (kill/expire thread) universal prefix
4518         cases.
4519         (gnus-summary-expire-thread): Add new function to expire a thread,
4520         using gnus-summary-kill-thread.
4521         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4522         shortcuts for gnus-summary-expire-thread.
4523         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4524         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4525
4526 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4527
4528         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4529         extras value, so an extras entry can be deleted.
4530         (gnus-registry-delete-extra-entry): Use it.
4531         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4532         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4533         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4534         storage through the gnus-registry, and provide an appropriate API for
4535         it.
4536
4537 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4538
4539         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4540         Suggested by Leo <sdl.web@gmail.com>.
4541
4542         * gnus.el: Do.
4543
4544 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4545
4546         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4547         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4548
4549         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4550
4551         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4552         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4553
4554 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4555
4556         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4557         newline.
4558         (nnmbox-request-accept-article): Don't change article in source buffer;
4559         narrow to header to use message-fetch-field rather than
4560         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4561         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4562         as delimiters; make sure article ends with newline.
4563         (nnmbox-delete-mail): Correct last position of article to be deleted;
4564         ignore X-Gnus-Newsgroup header in article body.
4565         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4566         positions; make sure article ends with newline.
4567
4568         * message.el (message-display-abbrev): Don't infloop when a user
4569         inserts SPC in the beginning of header.
4570
4571         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4572         coding-system-for-read and coding-system-for-write for XEmacs having no
4573         file-coding feature.
4574
4575         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4576
4577 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4578
4579         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4580         list of groups not followed by default.  Fix type to be regexp.
4581         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4582
4583 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4584
4585         * hmac-def.el (define-hmac-function): Switch from old-style to
4586         new-style backquotes.
4587
4588         * md4.el (md4-make-step): Likewise.
4589
4590 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4593         raw-text coding system when saving .newsrc file, which may contain
4594         non-ASCII group names.
4595
4596 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4597
4598         * gnus-cus.el (gnus-score-extra): New widget.
4599         (gnus-score-extra-convert): New function.
4600         (gnus-score-customize): Use it for Extra.
4601
4602 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4603
4604         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4605         (mml2015-mailcrypt-clear-verify): Use it.
4606         (mml2015-gpg-clear-verify): Use it.
4607         (mml2015-pgg-clear-verify): Use it.
4608         (mml2015-epg-clear-verify): Replace the current part with the output
4609         from GnuPG; don't extract the plaintext by itself.
4610
4611         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4612         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4613         mml2015-clear-verify-function; don't touch the armor headers or
4614         dash-escaped text here.
4615
4616 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4617
4618         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4619         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4620         parts, or application/octet-stream as a last resort.
4621         (gnus-mime-view-part-as-type): Don't toggle display.
4622         (gnus-mime-view-part-as-charset): Don't turn off display before
4623         querying charset.
4624
4625         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4626         stuff to undisplayer function in Emacs.
4627         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4628
4629         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4630         text/calendar parts.
4631
4632 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4635         decoding text/calendar parts.
4636
4637         * message.el (message-forward-make-body-mime): Always mark body as
4638         having no illegible text; remove signed-or-encrypted argument.
4639         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4640
4641         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4642         (mml-generate-mime-1): Don't encode body if it is specified to be in
4643         raw form; don't make buffer be unibyte when inserting multibyte string.
4644
4645 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4646
4647         * sha1.el: Fix up comment style.
4648         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4649         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4650
4651         * hex-util.el: Fix up comment style.
4652         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4653
4654         * gnus-salt.el: Use with-current-buffer.
4655         (gnus-pick-setup-message): Fix long-standing typo.
4656
4657 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4658
4659         * imap.el (imap-logout-timeout): New variable.
4660         (imap-logout, imap-logout-wait): New functions.
4661         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4662
4663         * nnimap.el (nnimap-logout-timeout): New server variable.
4664         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4665         nnimap-logout-timeout.
4666
4667         * gnus-art.el (gnus-article-summary-command-nosave)
4668         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4669
4670 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4671
4672         * gnus.el (gnus-maximum-newsgroup): New variable.
4673
4674         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4675         according to gnus-maximum-newsgroup.
4676
4677         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4678         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4679         Limit the range of articles according to gnus-maximum-newsgroup.
4680
4681 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4682
4683         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4684         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4685         Don't perform gnus-configure-windows here; reuse existing sticky
4686         article buffer.
4687
4688         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4689         it doesn't exist in gnus-article-mode.
4690
4691 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4692
4693         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4694         (gnus-agent-decoded-group-name): New function.
4695         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4696         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4697
4698 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4699
4700         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4701         Add binding for gnus-sticky-article.
4702         (gnus-summary-exit): Don't kill sticky article buffers.
4703
4704         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4705         article buffer.
4706         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4707         (gnus-kill-sticky-article-buffers): New commands.
4708
4709 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4710
4711         * nntp.el (nntp-xref-number-is-evil): New server variable.
4712         (nntp-find-group-and-number): If it is non-nil, don't trust article
4713         numbers in the Xref header.
4714
4715 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4716
4717         * gnus-agent.el (gnus-agent-read-group): New function.
4718         (gnus-agent-flush-group, gnus-agent-expire-group)
4719         (gnus-agent-regenerate-group): Use it.
4720         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4721         nnmail-pathname-coding-system.
4722
4723 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4724
4725         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4726
4727         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4728         that are unread as unread, and also as selected so that information of
4729         marks having been changed by a user may be updated when exiting group.
4730
4731 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4732
4733         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4734         calculated ignoring signature parts to gnus-treat-article.
4735
4736 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4737
4738         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4739         a point here in order to keep the window start.
4740         (gnus-insert-mime-security-button): Make a button overlay without the
4741         front stickiness.
4742         (gnus-mime-display-security): Goto the end of a button.
4743
4744         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4745
4746 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4747
4748         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4749         group-name-at-point.
4750         (gnus-group-completing-read): New function that offers decoded
4751         non-ASCII group names for completion.
4752         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4753         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4754         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4755         (gnus-group-fetch-control): Use it.
4756         (gnus-fetch-group): Use group-name-at-point for the initial value
4757         rather than the default value; use gnus-alive-p.
4758
4759         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4760         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4761         (gnus-summary-post-news): Use gnus-group-completing-read.
4762
4763         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4764         (gnus-read-move-group-name): Decode group name for completion.
4765
4766 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4767
4768         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4769         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4770         Yamaoka slightly modified the code).
4771
4772 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4773
4774         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4775         (nnmail-split-incoming): Bind it.
4776
4777         * nnml.el (nnml-group-name-charset): New function.
4778         (nnml-decoded-group-name): Use it; don't decode group name if
4779         nnmail-group-names-not-encoded-p is non-nil.
4780         (nnml-encoded-group-name): New function.
4781         (nnml-group-pathname): Inline nnml-decoded-group-name.
4782         (nnml-request-expire-articles): Decode group name in message.
4783         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4784         nnmail-pathname-coding-system.
4785         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4786         not decoded ones according to nnmail-group-names-not-encoded-p.
4787         (nnml-generate-active-info): Use nnml-encoded-group-name.
4788
4789 2007-08-08  Glenn Morris  <rgm@gnu.org>
4790
4791         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4792         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4793         doc-strings and comments.
4794
4795 2007-07-25  Glenn Morris  <rgm@gnu.org>
4796
4797         * Relicense all FSF files to GPLv3 or later.
4798
4799 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4800
4801         * gnus-sum.el (gnus-summary-move-article): Make
4802         gnus-summary-respool-article work.
4803
4804 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4805
4806         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4807         string.
4808
4809 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4810
4811         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4812         that should be ignored when comparing distant RSS articles with local
4813         ones.
4814         (nnrss-make-hash-index): New function.  Create a hash index according
4815         to the ignored fields.
4816         (nnrss-check-group): Use it.
4817
4818 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4819
4820         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4821
4822         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4823
4824         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4825         the new optional argument ENCODED is non-nil.
4826         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4827         coding system for encoding group name.
4828         (gnus-group-make-rss-group): Pass un-encoded group name to
4829         gnus-group-make-group.
4830         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4831         encoded.
4832
4833         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4834         Encode group name to which articles are moved or copied.
4835         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4836         coding system for encoding Newsgroup, Followup-To and Xref headers.
4837
4838         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4839         marks; use nnheader-file-coding-system to write a file.
4840         (nnagent-retrieve-headers): Bind file-name-coding-system to
4841         nnmail-pathname-coding-system.
4842
4843         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4844
4845         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4846         (nnml-request-article, nnml-request-create-group)
4847         (nnml-request-rename-group, nnml-find-id)
4848         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4849         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4850         (nnml-save-marks): Use nnml-group-pathname instead of
4851         nnmail-group-pathname.
4852
4853         (nnml-request-create-group, nnml-request-expire-articles)
4854         (nnml-request-move-article, nnml-request-delete-group)
4855         (nnml-deletable-article-p, nnml-possibly-create-directory)
4856         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4857         (nnml-open-marks): Bind file-name-coding-system to
4858         nnmail-pathname-coding-system.
4859
4860         (nnml-request-article): Pass server argument to nnml-find-group-number.
4861         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4862         server argument to nnml-possibly-create-directory.
4863         (nnml-request-accept-article): Pass server argument to
4864         nnml-active-number and nnml-save-mail.
4865         (nnml-find-group-number): Pass server argument to nnml-find-id.
4866         (nnml-request-update-info): Pass server argument to
4867         nnml-marks-changed-p.
4868
4869         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4870         (nnml-save-mail, nnml-active-number): Add server argument.
4871
4872         (nnml-request-delete-group): Warn if group is missing.
4873         (nnml-get-nov-buffer): Decode group name.
4874         (nnml-generate-active-info): Encode group name.
4875         (nnml-open-marks): Decode group name in messages.
4876
4877 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4878
4879         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4880         if it is not specified.
4881         (gnus-article-pipe-part, gnus-article-save-part)
4882         (gnus-article-interactively-view-part, gnus-article-copy-part)
4883         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4884         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4885         (gnus-article-replace-part, gnus-article-delete-part)
4886         (gnus-article-view-part-as-type): Pass raw prefix argument to
4887         gnus-article-part-wrapper.
4888
4889 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4890
4891         * gnus-agent.el (gnus-agent-save-active): Bind
4892         nnheader-file-coding-system to gnus-agent-file-coding-system.
4893
4894         * gnus-cache.el (gnus-cache-save-buffers)
4895         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4896         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4897         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4898         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4899         (gnus-cache-generate-active, gnus-cache-rename-group)
4900         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4901         (gnus-cache-update-overview-total-fetched-for): Bind
4902         file-name-coding-system to nnmail-pathname-coding-system.
4903         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4904         variables.
4905         (gnus-cache-decoded-group-name): New function.
4906         (gnus-cache-file-name): Use it.
4907         (gnus-cache-generate-active): Use non-decoded group name for active.
4908
4909         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4910         right place.
4911         (gnus-write-active-file): Don't break non-ASCII group names.
4912
4913         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4914         nnmail-pathname-coding-system.
4915
4916         * lpath.el: Bind default-file-name-coding-system,
4917         file-name-coding-system and language-info-alist for XEmacs.
4918
4919         * gnus-uu.el (gnus-uu-decode-save): Typo.
4920
4921 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4924
4925 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4926
4927         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4928         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4929         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4930         (gnus-agent-flush-group, gnus-agent-flush-cache)
4931         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4932         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4933         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4934         (gnus-agent-regenerate-group)
4935         (gnus-agent-update-files-total-fetched-for)
4936         (gnus-agent-update-view-total-fetched-for): Bind
4937         file-name-coding-system to nnmail-pathname-coding-system.
4938         (gnus-agent-group-pathname): Don't encode file names by
4939         nnmail-pathname-coding-system.
4940         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4941         coding-system-for-write instead of buffer-file-coding-system to
4942         gnus-agent-file-coding-system.
4943
4944         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4945         Decode group name.
4946
4947         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4948
4949         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4950         (gnus-read-newsrc-el-file): Make group names unibyte.
4951
4952         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4953         nnmail-pathname-coding-system.
4954
4955         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4956         (nnrss-request-delete-group): Bind file-name-coding-system to
4957         nnmail-pathname-coding-system.
4958         (nnrss-read-server-data, nnrss-read-group-data): Bind
4959         file-name-coding-system correctly.
4960         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4961
4962         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4963         (nntp-server-to-method-cache): New variable.
4964         (nntp-group-pathname): New function that decodes non-ASCII group names.
4965         (nntp-possibly-create-directory, nntp-marks-changed-p)
4966         (nntp-save-marks, nntp-open-marks): Use it.
4967         (nntp-possibly-create-directory, nntp-open-marks):
4968         Bind file-name-coding-system to nnmail-pathname-coding-system.
4969         (nntp-open-marks): Decode group names when bootstrapping marks.
4970
4971         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4972         Newsgroups and Folowup-To headers.
4973
4974 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4975
4976         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4977         (gnus-server-closed-face, gnus-server-denied-face)
4978         (gnus-server-offline-face): Remove variable.
4979         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4980
4981         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4982         of modifying message-stack directly for XEmacs.
4983
4984         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4985         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4986         if the coding-system argument is nil for XEmacs.
4987
4988         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4989         mm-charset-override-alist.
4990
4991         * rfc2047.el: Don't require base64; require rfc2045 for the function
4992         rfc2045-encode-string.
4993         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4994         to quote the parameter value.
4995
4996 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4997
4998         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4999         form in gnus-group-name-charset-method-alist.
5000
5001         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5002         overrides the default layout edit-form.
5003
5004         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5005
5006         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5007
5008 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5009
5010         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5011         as unfetched articles.
5012
5013 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5014
5015         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5016
5017 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5018
5019         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5020         original back end that keeps marks in the local system.
5021
5022 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5023
5024         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5025         arg of pop-to-buffer for XEmacs.
5026         (gnus-article-read-summary-keys): Ditto; don't restore window
5027         configuration if summary command ends up with neither article buffer
5028         nor summary buffer; describe bindings if summary keys end with C-h.
5029
5030 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5031
5032         * message.el (message-fix-before-sending): Skip raw message part to be
5033         forwarded while checking illegible text.
5034         (message-forward-make-body-mime, message-forward-make-body): Mark
5035         signed or encrypted raw message as having no illegible text.
5036
5037 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5038
5039         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5040         (gnus-message-with-timestamp-1): New macro.
5041         (gnus-message-with-timestamp): New function.
5042         (gnus-message): Use them.
5043
5044         * nnheader.el (nnheader-message): Use them.
5045
5046 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5047
5048         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5049         .newsrc.eld file.
5050
5051 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5052
5053         * gnus-agent.el (gnus-agent-fetch-headers)
5054         (gnus-agent-retrieve-headers): Bind
5055         gnus-decode-encoded-address-function to identity.
5056
5057         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5058         available also when the server returns simply a dot.
5059
5060         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5061
5062 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5063
5064         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5065
5066 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5067
5068         * gnus-ems.el (gnus-x-splash): Make it work.
5069
5070         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5071         from being used.
5072
5073         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5074
5075 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5076
5077         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5078         4th and the 5th arguments.
5079
5080         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5081         the front stickiness.
5082         (gnus-article-summary-command-nosave): Correct the order of the
5083         arguments passed to pop-to-buffer.
5084         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5085         summary command ends up with the article buffer.
5086
5087         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5088         the same faces.
5089
5090 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5091
5092         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5093
5094 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5095
5096         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5097         * gnus-sum.el (gnus-summary-highlight):
5098         * pgg.el (pgg-sign-region, pgg-sign):
5099         * mail-source.el (mail-source-delete-old-incoming-confirm):
5100         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5101
5102 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5103
5104         * gnus-art.el (gnus-mime-view-part-externally)
5105         (gnus-mime-view-part-internally): Fix predicate function passed to
5106         completing-read.
5107
5108         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5109
5110         * gnus.el (gnus-update-message-archive-method): Add :version.
5111
5112 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5113
5114         * gnus.el (gnus-update-message-archive-method): New variable.
5115
5116         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5117         according to gnus-message-archive-method if
5118         gnus-update-message-archive-method is non-nil.
5119
5120 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5121
5122         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5123         by Loic Dachary <loic@dachary.org>.
5124         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5125
5126 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5127
5128         * message.el (message-pop-to-buffer): Add switch-function argument.
5129         (message-mail): Pass switch-function argument to it.
5130
5131 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5132
5133         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5134         Improve doc string.
5135
5136 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5137
5138         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5139         (gnus-header-content)
5140         * gnus-cite.el (gnus-cite-10)
5141         * gnus-srvr.el (gnus-server-closed)
5142         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5143         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5144         (gnus-group-mail-3-empty, gnus-group-mail-low)
5145         (gnus-group-mail-low-empty, gnus-splash)
5146         * message.el (message-header-to, message-header-cc)
5147         (message-header-subject, message-header-other, message-header-name)
5148         (message-header-xheader, message-separator, message-cited-text)
5149         (message-mml): Lighten colors of faces used for dark background.
5150
5151 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5152
5153         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5154         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5155
5156 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5157
5158         * message.el (message-narrow-to-headers-or-head):
5159         Ignore mail-header-separator in the body.
5160
5161 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5162
5163         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5164         same as window size.
5165
5166 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5167
5168         * message.el (message-font-lock-keywords): Use message-header-xheader
5169         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5170         ahead of the anything pattern, to get it recognised.
5171
5172 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5173
5174         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5175         spam.el loads uses it in the compiled defadvice form.
5176
5177 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5178
5179         * gnus-sum.el (gnus-articles-to-read)
5180         (gnus-summary-insert-old-articles): Don't truncate group name for
5181         `read-string'.
5182
5183         * gnus-util.el (gnus-limit-string): Delete this function.
5184
5185         * gnus-sum.el (gnus-simplify-subject-fully): Use
5186         `truncate-string-to-width' instead.
5187
5188 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5189
5190         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5191         if, on summary exit, the next group has to be selected.
5192         (gnus-summary-exit): Use it.
5193
5194 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5195
5196         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5197         non-break space.
5198
5199 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5200
5201         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5202         Check if group is not a directory.
5203         (nnfolder-request-expire-articles): Don't delete articles if the target
5204         group is not available.
5205
5206         * nnml.el (nnml-request-create-group): Properly check if group is not a
5207         file.
5208         (nnml-request-expire-articles): Don't delete articles if the target
5209         group is not available.
5210
5211         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5212         Don't quote characters that are within parentheses.
5213
5214 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5215
5216         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5217         (gnus-handle-ephemeral-exit): Select article according to it.
5218
5219 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5220
5221         * message.el (message-insert-formated-citation-line): Remove newline.
5222         (message-citation-line-format): Add final \n here so that the user can
5223         avoid a blank line.
5224
5225 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5226
5227         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5228         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5229         Update lanl/arXiv support.
5230
5231 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5232
5233         * gnus.el: Bump version number.
5234
5235 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5236
5237         * gnus.el (gnus-version-number): Bump version.
5238
5239 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5240
5241         * gnus.el: No Gnus v0.6 is released.
5242
5243 2007-04-27  Didier Verna  <didier@xemacs.org>
5244
5245         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5246         * gmm-utils.el (gmm-regexp-concat): here.
5247         * message.el: Don't require 'gnus-util.
5248         (message-dont-reply-to-names): Handle name change above.
5249         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5250
5251 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5252
5253         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5254         since the initial value varies according to the system.
5255
5256 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5257
5258         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5259
5260 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5261
5262         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5263
5264 2007-04-24  Didier Verna  <didier@xemacs.org>
5265
5266         Improve the type of gnus-ignored-from-addresses.
5267         * gnus-util.el (gnus-orify-regexp): New function.
5268         * message.el (gnus-util): Require it.
5269         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5270         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5271         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5272
5273 2007-04-24  Didier Verna  <didier@xemacs.org>
5274
5275         * gnus-sum.el:
5276         * gnus-utils.el: Fix some trailing whitespaces.
5277
5278 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5281         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5282         article's Message-ID; refer parent article in summary buffer.
5283
5284         * message.el (message-bounce): Call mime-to-mml.
5285
5286         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5287         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5288         optimize and/or forms properly.
5289
5290 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5291
5292         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5293         URL.
5294
5295 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5296
5297         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5298
5299 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5300
5301         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5302         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5303         displayed of multipart/alternative part if it is invoked from summary
5304         buffer.
5305
5306         * mm-view.el (mm-inline-text-html-render-with-w3m)
5307         (mm-inline-text-html-render-with-w3m-standalone)
5308         (mm-inline-render-with-function): Use mail-parse-charset by default.
5309
5310 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5311
5312         * parse-time.el (parse-time-string-chars): Check if CHAR
5313         is less than the length of parse-time-syntax.
5314
5315 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5316
5317         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5318         from gnus-newsgroup-processable.
5319
5320 2007-04-16  Didier Verna  <didier@xemacs.org>
5321
5322         * gnus-msg.el (gnus-configure-posting-styles): Handle
5323         message-signature-directory properly with :file syntax.  Reported by
5324         "Leo".
5325
5326 2007-04-11  Didier Verna  <didier@xemacs.org>
5327
5328         New user option: message-signature-directory.
5329         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5330         * message.el (message-insert-signature): Ditto.
5331         * message.el (message-signature-file): Doc update.
5332         * message.el (message-signature-directory): New.
5333
5334 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5335
5336         * gnus-msg.el (gnus-inews-yank-articles): Use
5337         message-exchange-point-and-mark instead of exchange-point-and-mark.
5338
5339 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5340
5341         * message.el (message-yank-original): Make sure cited text ends with
5342         newline; don't exchange point and mark.
5343
5344 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5345
5346         * tls.el (open-tls-stream): Properly handle case where there
5347         is no associated buffer.
5348
5349 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5350
5351         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5352         message-yank-original, make sure (< mark TEXT point).
5353
5354 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5355
5356         * message.el (message-fill-column): New variable.
5357         (message-mode): Use it.  Add comment on a possible new hook.
5358
5359         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5360         (nnmail-get-new-mail): Reformat.
5361
5362         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5363
5364         * gmm-utils.el: Fix Commentary.
5365         (gmm-tool-bar-from-list): Fix typo in doc string.
5366
5367 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5368
5369         * message.el (message-yank-original): Don't switch point and mark
5370         unnecessarily to put point and mark as documented.
5371
5372 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5373
5374         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5375         from the message heads.
5376
5377 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5378
5379         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5380         article buffer does not have a window.  This may not be the best
5381         solution but is certainly better than setting the start of the null,
5382         that is the current, window.
5383
5384 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5385
5386         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5387         (gnus-draft-setup): Run it.
5388
5389         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5390         gnus-score-fast-scoring.  Allow regexp.
5391         (gnus-score-headers): Use it.
5392
5393         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5394         XEmacs.
5395
5396         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5397         string.
5398         (gnus-button-alist): Also catch `<f1> k ...'.
5399         (gnus-treat-display-x-face): Fix doc string.
5400
5401 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5402
5403         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5404         evaluation of gnus-extended-version to ensure correct generation of the
5405         User-Agent header when message-generate-headers-first is used.
5406
5407 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5408
5409         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5410         hashcash-path is nil.  Don't call callback with incorrect number of
5411         parameters if val is 0.
5412
5413 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5414
5415         * message.el (message-required-news-headers):
5416         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5417
5418 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5419
5420         * tls.el (open-tls-stream): In handshake-waiting loop,
5421         don't wait more if there is output available to process.
5422
5423 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5424
5425         * tls.el (tls-program): Doc fix.
5426
5427 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5428
5429         * message.el (message-generate-new-buffers): Change the meaning of the
5430         nil value; add `standard' to the choices; treat t as `unique'; improve
5431         doc string.
5432         (gnus-select-frame-set-input-focus): Autoload.
5433         (message-buffer-name): Search for the existing message buffer if
5434         message-generate-new-buffers is nil or `standard'; treat the value t of
5435         message-generate-new-buffers as `unique'.
5436         (message-pop-to-buffer): Raise the frame already displaying the message
5437         buffer; clear the echo area after querying.
5438         (message-setup): Pass the `continue' argument to compose-mail.
5439         (message-mail): Prefer `switch-function' if it is given; search for the
5440         existing message buffer if the `continue' argument is non-nil; pass
5441         continue and switch-function arguments to compose-mail by way of
5442         message-setup.
5443         (message-mail-other-window): Adjust argument of message-setup.
5444         (message-mail-other-frame): Ditto.
5445
5446 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5447
5448         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5449         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5450         to turn font-lock on when turning gnus-message-citation-mode on.
5451
5452 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5453
5454         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5455         (mml-smime-function-alist): New variable; add epg as the backend.
5456         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5457         mml-smime- functions instead.
5458         * mm-view.el: Require smime.
5459
5460 2007-03-05  Didier Verna  <didier@xemacs.org>
5461
5462         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5463         instead of just inheritance for posting styles.
5464         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5465
5466 2007-02-24  Chris Moore  <dooglus@gmail.com>
5467
5468         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5469         * pgg-pgp.el (pgg-pgp-encrypt-region):
5470         * pgg-gpg.el (pgg-gpg-encrypt-region):
5471         Check pgg-encrypt-for-me if no other recipients.
5472
5473 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5474
5475         * tls.el (tls-certtool-program): Fix custom type.
5476
5477 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5478
5479         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5480         and point-at-eol instead of line-(beginning|end)-position.
5481
5482         * assistant.el (assistant-parse-buffer): Ditto.
5483
5484         * netrc.el (netrc-parse-services): Ditto.
5485
5486 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5487
5488         * mml2015.el (mml2015-epg-find-usable-key): New function.
5489         (mml2015-epg-sign): Use it.
5490         (mml2015-epg-encrypt): Use it.
5491
5492 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5493
5494         * message.el (message-make-in-reply-to): Quote name containing
5495         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5496         if there are special characters.  Reported by NAKAJI Hiroyuki
5497         <nakaji@jp.freebsd.org>.
5498
5499 2007-02-27  Didier Verna  <didier@xemacs.org>
5500
5501         Include the group parameters as well as the topic ones in the
5502         inheritance filter process.
5503         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5504         argument GROUP-PARAMS-LIST.
5505         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5506
5507 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5508
5509         * nntp.el (nntp-never-echoes-commands)
5510         (nntp-open-connection-functions-never-echo-commands): New variables.
5511         (nntp-send-command): Use them.
5512
5513 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5514
5515         * mml2015.el (mml2015-epg-verify): Simplified.
5516
5517 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5518
5519         * mml.el (mml-content-disposition-alist): New user option.
5520         (mml-content-disposition): New function.
5521         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5522         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5523
5524 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5525
5526         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5527         verification.
5528
5529 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5530
5531         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5532         articles posted in the last 24 hours.
5533
5534 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5535
5536         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5537
5538 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5539
5540         * nntp.el (nntp-send-command): Don't wait for echoes when
5541         nntp-open-ssl-stream is used.
5542
5543 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5544
5545         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5546         (gnus-message-add-citation-keywords)
5547         (gnus-message-remove-citation-keywords): Remove.
5548         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5549         directly, make the variables in font-lock-defaults buffer-local, add
5550         gnus-message-citation-keywords to them and then update the value of
5551         font-lock-keywords.
5552
5553 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5554
5555         * message.el (message-cite-original-1): Don't call
5556         gnus-article-highlight-citation.
5557
5558         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5559         citations; fix line count.
5560
5561 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5562
5563         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5564         (gnus-message-add-citation-keywords)
5565         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5566         versions of font-lock-add-keywords and font-lock-remove-keywords to
5567         work with XEmacs correctly.
5568
5569 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5570
5571         * gnus-cite.el (gnus-cite-face-list): Set the values of
5572         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5573         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5574         (gnus-message-cite-prefix-regexp): New variable.
5575         (gnus-message-search-citation-line): Use it; protect against long
5576         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5577         the 0th match data for Emacs.
5578         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5579         (gnus-message-add-citation-keywords): Append keywords rather than
5580         prepending; emulate font-lock-add-keywords if it is not available.
5581         (gnus-message-remove-citation-keywords): Emulate
5582         font-lock-remove-keywords if it is not available.
5583
5584         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5585
5586         * message.el (message-cite-prefix-regexp): Set the value of
5587         gnus-message-cite-prefix-regexp.
5588
5589 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5590
5591         * nnweb.el (nnweb-google-parse-1): Update parser.
5592
5593 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5594
5595         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5596
5597 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5598
5599         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5600         regexp.
5601
5602 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5603
5604         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5605         string-to-multibyte.
5606         (uudecode-decode-region-internal): Use it.
5607
5608         * lpath.el: Fbind string-as-multibyte for XEmacs.
5609
5610 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5611
5612         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5613         custom choice.
5614
5615         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5616
5617 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5618
5619         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5620
5621         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5622         `write-region' to respect `mm-inhibit-file-name-handlers'.
5623
5624 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5625
5626         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5627         Use gnus-home-directory instead of "~/" or "$HOME".
5628
5629 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5630
5631         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5632         to mention filename.
5633         Add comments at beginning regarding usage.
5634         (encrypt-write-file-contents): Change interactive so a string is
5635         acceptable.  If the file has no associated model, show an error instead
5636         of a nonsense prompt.
5637
5638 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5639
5640         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5641         Thanks to Yoshihiko Yamada for kind notification of this typo.
5642
5643 2007-01-12  Kenichi Handa  <handa@m17n.org>
5644
5645         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5646         multibyte buffer.
5647
5648 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5649
5650         * gnus-score.el (gnus-score-fast-scoring): New variable.
5651         (gnus-score-headers): Use it.
5652
5653         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5654
5655         * message.el (message-cite-original-1): Call
5656         gnus-article-highlight-citation if requested.
5657         (message-make-from): Allow name and address as optional arguments.
5658
5659         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5660
5661         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5662         bugs to doc string.
5663         (gnus-button-alist): Add mid\\|message-id.
5664         (gnus-button-fetch-group): Extend for use in
5665         `browse-url-browser-function'.
5666         (gnus-button-url-regexp): Try to catch paired parentheses like in
5667         Wikipedia URLs.
5668
5669         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5670         Suggested by Simon Krahnke <overlord@gmx.li>.
5671
5672 2007-01-13  Romain Francoise  <romain@orebokech.com>
5673
5674         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5675         Update copyright.
5676
5677 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5678
5679         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5680
5681 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5682
5683         * gnus-registry.el (gnus-registry-unfollowed-groups)
5684         (gnus-registry-split-fancy-with-parent): Fix documentation.
5685
5686 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5687
5688         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5689         from nnweb groups.
5690
5691 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5692
5693         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5694         Xref urls.  Erase buffer before requesting head.
5695
5696 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5697
5698         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5699         customizable.
5700
5701 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5702
5703         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5704         no signing key is found.
5705         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5706         no encrypting and/or signing key is found.
5707
5708 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5709
5710         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5711
5712 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5713
5714         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5715         headers read from disk with the ones newly found in the current search.
5716         This should no longer cause problems, because the article numbers in
5717         Gmane's `nov.php' output are ignored since the previous change.
5718
5719 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5720
5721         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5722
5723 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5724
5725         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5726         replace-regexp-in-string; bind url-version; fbind display-images-p and
5727         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5728         find-face and set-itimer-function for Emacs; bind itimer-list for
5729         Emacs.
5730
5731         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5732
5733 2007-01-01  Romain Francoise  <romain@orebokech.com>
5734
5735         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5736
5737 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5738
5739         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5740         `define-minor-mode' macro definition expanded properly.
5741         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5742         exclude it there.
5743
5744         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5745         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5746         `fboundp' test.
5747         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5748         This is OK to autoload in (S)XEmacs now.
5749
5750 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5751
5752         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5753         keystroke.
5754         (gnus-summary-limit-to-singletons): Fix typo.
5755
5756         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5757         else fails.
5758
5759 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5760
5761         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5762         docstring.
5763
5764         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5765         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5766         (gnus-summary-insert-dormant-articles): Fix typo in message.
5767
5768 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5769
5770         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5771         nil for XEmacs.
5772         (gnus-message-citation-mode): Don't autoload in XEmacs.
5773
5774         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5775
5776 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5777
5778         * nnimap.el (nnimap-expunge-search-string): Mention
5779         nnimap-search-uids-not-since-is-evil in docstring.
5780
5781 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5782
5783         * spam.el: Revert to make-obsolete-variable because
5784         define-obsolete-variable-alias is not supported in Emacs 21.
5785
5786         * spam.el (spam-ifile-path, spam-ifile-database-path)
5787         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5788         make-obsolete-variable.
5789         (spam-bsfilter-path, spam-bsfilter-program)
5790         (spam-spamassassin-path, spam-spamassassin-program)
5791         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5792         use "path" inappropriately.
5793         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5794         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5795         variable names.
5796
5797 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5798
5799         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5800         summary buffer.
5801
5802         * password.el (password-cache-remove): Use clear-string to burn
5803         password, if available.
5804
5805 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5806
5807         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5808
5809         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5810
5811         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5812         (gnus-message-highlight-citation): Move defcustom here from
5813         gnus-cite.el.
5814         (gnus-message-citation-mode): Autoload.
5815
5816         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5817         checks to make it compile with XEmacs.
5818         (gnus-message-citation-mode): New minor mode.
5819         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5820         (gnus-message-highlight-citation): New variables.
5821         (gnus-message-search-citation-line)
5822         (gnus-message-add-citation-keywords)
5823         (gnus-message-remove-citation-keywords)
5824         (turn-on-gnus-message-citation-mode)
5825         (turn-off-gnus-message-citation-mode): New functions.
5826
5827 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5828
5829         * gnus-cite.el: Enable highlighting of different citation levels in
5830         message-mode.
5831
5832 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5833
5834         * message.el (message-make-fqdn): Fix comment.
5835         (message-bogus-system-names): Add ".local".
5836
5837         * spam.el (spam-ifile-path, spam-ifile-program)
5838         (spam-ifile-database-path, spam-ifile-database)
5839         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5840         Don't use "path" inappropriately.
5841         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5842         strings.
5843         (spam-check-ifile, spam-ifile-register-with-ifile)
5844         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5845         new variable names.
5846
5847         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5848         (gnus-treat-display-smileys): Simplify using
5849         gnus-image-type-available-p.
5850
5851         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5852         available.
5853
5854         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5855         `display-images-p' if available.
5856
5857 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5858
5859         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5860         one after turning on the buffer's multibyteness instead of decoding
5861         them directly in the unibyte buffer that causes unexpected conversion
5862         in Emacs 23 (unicode).
5863
5864 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5865
5866         * message.el (message-generate-hashcash): Fix custom type.
5867
5868 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5869
5870         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5871
5872 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5873
5874         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5875         disconnect icons.  Add help text.
5876
5877 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5878
5879         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5880         negated to be consistent with the others we handle.
5881
5882 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5883
5884         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5885         version of gnus-summary-buffer to something, so that we can use two
5886         article buffers at the same time.
5887
5888 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5889
5890         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5891         trigger all the extra headers.
5892         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5893         sorting.
5894
5895 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5896
5897         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5898         solid groups.
5899
5900 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5901
5902         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5903
5904 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5905
5906         * legacy-gnus-agent.el: Add Copyright notice.
5907
5908 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5909
5910         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5911
5912 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5913
5914         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5915
5916         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5917         to make it work reliably in CVS Emacs.
5918         (gnus-summary-limit-strange-charsets-predicate)
5919         (gnus-summary-limit-to-predicate): New functions.
5920
5921 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5922
5923         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5924         specifying array size.
5925         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5926         array if it is too small.
5927         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5928         (gnus-sort-threads-loop): New function.
5929
5930 2006-12-06  Chris Moore  <dooglus@gmail.com>
5931
5932         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5933         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5934
5935 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5936
5937         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5938         options.
5939
5940 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5941
5942         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5943         DOS-ing the recipient.
5944
5945         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5946         the headers when creating the mapping to avoid mismappings.
5947         (nnweb-gmane-create-mapping): Always nix out old mapping.
5948
5949 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5950
5951         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5952         and mm-verify-option to never.
5953
5954 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5955
5956         * message.el (message-signed-or-encrypted-p): New function.
5957         (message-forward-make-body): Use it.
5958
5959         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5960         Replace encode-coding-string with mm-encode-coding-string.
5961
5962 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5963
5964         * nneething.el (nneething-decode-file-name): Replace
5965         decode-coding-string with mm-decode-coding-string.
5966
5967         * gnus-int.el (gnus-open-server): Say failed server's name.
5968
5969 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5970
5971         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5972         strings to a single string.  Quote `errors-file-name'.
5973         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5974         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5975         Adjust calls.  Use `shell-quote-argument'.
5976
5977 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5978
5979         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5980         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5981
5982         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5983         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5984         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5985         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5986         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5987         (gnus-subscribe-newsgroup, gnus-1):
5988         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5989         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5990         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5991         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5992
5993 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5994
5995         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5996         keystroke.
5997         (gnus-summary-limit-to-bodies): Implement headersp.
5998
5999 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6000
6001         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6002
6003 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6004
6005         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6006
6007 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6008
6009         * message.el (message-generate-hashcash): Expand range of values to
6010         include `opportunistic'.
6011         (message-send-mail): Use it.
6012
6013 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6014
6015         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6016         and comment it.
6017
6018         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6019
6020 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6021
6022         * gnus-util.el (gnus-extract-address-components): Improve comment.
6023
6024 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6025
6026         * gnus-util.el (gnus-extract-address-components): Work with address in
6027         which the name portion contains @.
6028
6029         * lpath.el: Fbind custom-autoload.
6030
6031 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6032
6033         * gnus.el (gnus-start): Move custom group up.
6034         (gnus-select-method): Don't autoload, but make it available for
6035         `customize-variable'.
6036         (gnus-getenv-nntpserver): Don't autoload.
6037
6038 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6039
6040         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6041
6042 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6043
6044         * message.el (message-sendmail-extra-arguments): New variable.
6045         (message-send-mail-with-sendmail): Use it.
6046
6047 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6048
6049         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6050         mm-with-unibyte-current-buffer to make string unibyte.
6051
6052         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6053         mm-string-as-multibyte.
6054
6055 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6056
6057         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6058         Reported by Werner Koch <wk@gnupg.org>.
6059
6060 2006-11-14  Daiki Ueno  <ueno@p360>
6061
6062         * mml2015.el: Autoload epa-select-keys when compiling.
6063
6064 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6065
6066         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6067         message-options.
6068         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6069
6070 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6071
6072         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6073         EasyPG (< 0.0.6).
6074         (mml2015-always-trust): New user option.
6075         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6076         prompt.
6077
6078 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * nntp.el (nntp-authinfo-force): New variable.
6081         (nntp-send-authinfo): Use it.
6082
6083 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6084
6085         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6086         decode encoded words.  Improve prompt.  Add comment about forwarding.
6087         (message-replacement-char): Move up.
6088
6089 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6090
6091         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6092         instead of gnus-intersection because arguments of gnus-sorted-nunion
6093         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6094
6095 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6096
6097         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6098         (message-simplify-subject-functions): Enable
6099         message-strip-subject-encoded-words by default.
6100
6101 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6102
6103         * message.el (message-strip-subject-encoded-words): New function.
6104         (message-simplify-subject-functions): New variable.
6105         (message-simplify-subject): Use it.  Fix typo in doc string.
6106         Support message-strip-subject-encoded-words.
6107
6108 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6109
6110         * gnus-diary.el (gnus-diary-delay-format-function):
6111         * nndiary.el (nndiary-reminders):
6112         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6113
6114 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6115
6116         * gnus-art.el (article-hide-boring-headers): Fetch date from
6117         gnus-original-article-buffer to avoid problems with localized date
6118         strings.
6119
6120 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6121
6122         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6123
6124 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6125
6126         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6127         New variables.
6128         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6129         (mm-charset-synonym-alist): Move some entries to
6130         mm-codepage-iso-8859-list.
6131         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6132         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6133
6134 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6135
6136         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6137
6138 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6139
6140         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6141         with Emacs 21 and XEmacs.
6142
6143 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6144
6145         * spam.el (spam-parse-address): New function for better parsing,
6146         catching errors, etc.
6147         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6148
6149 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6150
6151         * mm-view.el: Add interactive arg to html2text autoload.
6152
6153 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6154
6155         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6156
6157 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6158
6159         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6160         variables.
6161         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6162         (mm-charset-synonym-alist): Move some entries to
6163         mm-codepage-iso-8859-list.
6164
6165         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6166
6167 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6168
6169         * message.el (message-citation-line-format)
6170         (message-insert-formated-citation-line): Fix implementation of %E, %N
6171         and %n according to the doc string.
6172
6173 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6174
6175         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6176         car-safe to avoid bad parses.
6177
6178 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6179
6180         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6181         names.
6182
6183         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6184
6185 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6186
6187         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6188         header.
6189
6190         * message.el (message-draft-headers): Add Date.
6191         (message-headers-to-generate): Fix typo in docstring.
6192
6193         * nndraft.el (nndraft-required-headers): New variable.
6194         (nndraft-generate-headers): Use it.
6195
6196         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6197
6198 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6199
6200         * gnus-registry.el (gnus-registry-wash-for-keywords)
6201         (gnus-registry-find-keywords): New functions to allow easy searching of
6202         articles that are in the registry.
6203
6204 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6205
6206         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6207         ietf-drums-parse-address instead of gnus-extract-address-components.
6208         Reported by Damien Elmes <damien@repose.cx>.
6209
6210 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6211
6212         * gnus.el (gnus-mime): Remove unused custom group.
6213
6214 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6215
6216         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6217         "blank line" when searching for end of armor headers.
6218
6219 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6220
6221         * gmm-utils.el (gmm-write-region): Fix variable name.
6222
6223 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6224
6225         * gmm-utils.el (gmm-write-region): New function based on compatibility
6226         code from `mm-make-temp-file'.
6227
6228         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6229
6230         * nnmaildir.el (nnmaildir--update-nov)
6231         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6232         Use `gmm-write-region'.
6233
6234 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6235
6236         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6237         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6238
6239         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6240
6241         * message.el (message-replacement-char): New variable.
6242         (message-fix-before-sending): Use it.
6243         (message-simplify-subject): New function to remove duplicate code.
6244         (message-reply, message-followup): Use it.
6245
6246         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6247         gnus-summary-limit-to-articles.
6248
6249 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6250
6251         * gnus-util.el (gnus-with-local-quit): New macro.
6252
6253         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6254
6255 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6256
6257         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6258         ignore non-string data.
6259
6260 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6261
6262         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6263         non-string data (needs to be done in the registry too).
6264
6265 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6266
6267         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6268         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6269         (gnus-registry-split-fancy-with-parent)
6270         (gnus-registry-fetch-simplified-message-subject-fast)
6271         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6272         Remove text properties on ingress into the registry and when it's saved.
6273         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6274         registry from entries with no groups.
6275
6276 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6277
6278         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6279         function to remove string properties.
6280
6281 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6282
6283         * gmm-utils.el (gmm): Adjust custom version.
6284
6285         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6286         custom version.
6287
6288         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6289
6290 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6291
6292         * gnus-art.el (gnus-insert-prev-page-button)
6293         (gnus-insert-next-page-button): Simplify.  Reformat.
6294
6295 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6296
6297         * gnus-art.el (gnus-insert-prev-page-button)
6298         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6299
6300 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6301
6302         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6303
6304 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6305
6306         * gnus-art.el (gnus-insert-mime-button)
6307         (gnus-insert-mime-security-button):
6308         Apply gnus-article-button-face to MIME and security buttons.
6309
6310 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6311
6312         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6313         readable.
6314
6315 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6316
6317         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6318
6319 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6320
6321         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6322         `browse-url-of-file' instead of `browse-url'.
6323
6324 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6325
6326         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6327         regexp.  Articles containing quotation were cut prematurely.
6328
6329 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6330
6331         * message.el (message-cite-original-1): Use nobody by default for the
6332         value of From header.
6333         (message-reply): Ditto.
6334
6335 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6336
6337         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6338         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6339         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6340
6341 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6342
6343         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6344         mails in the doc string.  Add some URLs in comment.
6345         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6346
6347 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6348
6349         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6350         backslashes handling and the way to find boundaries of quoted strings.
6351
6352 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6353
6354         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6355         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6356         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6357         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6358
6359 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6360
6361         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6362         doc string.
6363         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6364
6365 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * lpath.el: Fbind epg-check-configuration.
6368
6369 2006-09-06  Simon Josefsson  <jas@extundo.com>
6370
6371         * mml2015.el (mml2015-use): Doc fix, mention epg.
6372
6373 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6374
6375         * mml2015.el (mml2015-use): Default to epg, if available.
6376
6377 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6378
6379         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6380         message-sender.
6381         (mml1991-epg-encrypt): Ditto.
6382         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6383         message-sender.
6384         (mml2015-epg-encrypt): Ditto.
6385
6386 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6387
6388         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6389         several common directories.
6390
6391 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6392
6393         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6394         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6395
6396 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6397
6398         * gnus-art.el (article-decode-encoded-words): Make it fast.
6399
6400 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6401
6402         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6403
6404         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6405         in quoted string into `\'.
6406
6407 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6408
6409         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6410         Use standard-syntax-table.
6411
6412 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6413
6414         * gnus-art.el (gnus-decode-address-function): New variable.
6415         (article-decode-encoded-words): Use it to decode headers which are
6416         assumed to contain addresses.
6417         (gnus-mime-delete-part): Remove useless `or'.
6418
6419         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6420         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6421         (gnus-nov-parse-line): Use it to decode From header.
6422         (gnus-get-newsgroup-headers): Ditto.
6423         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6424
6425         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6426         (mail-decode-encoded-address-string): New alias.
6427
6428         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6429         New function.
6430         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6431         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6432         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6433         (rfc2047-decode-string): Ditto.
6434         (rfc2047-decode-address-region): New function.
6435         (rfc2047-decode-address-string): New function.
6436
6437 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6438
6439         * message.el (message-caesar-buffer-body): Allow rotating headers.
6440
6441         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6442
6443         * message.el (message-insert-formated-citation-line): Fix %f.
6444         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6445
6446 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6447
6448         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6449         (gnus-bookmark-mouse-available-p): New macro.
6450         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6451         (gnus-bookmark-bmenu-show-infos): Use it.
6452         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6453         (gnus-bookmark-bmenu-hide-infos): Ditto.
6454         (gnus-bookmark-remove-properties): New function.
6455         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6456         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6457         (gnus-bookmark-write-file): Bind coding-system-for-write.
6458         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6459         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6460         group before selecting it.
6461         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6462         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6463         quit-window if it is not available; use gnus-mouse-2 and bind it to
6464         gnus-bookmark-bmenu-select-by-mouse.
6465         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6466         (gnus-bookmark-bmenu-select-by-mouse): New function.
6467
6468 2006-08-13  Romain Francoise  <romain@orebokech.com>
6469
6470         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6471         space.
6472
6473 2006-08-10  Romain Francoise  <romain@orebokech.com>
6474
6475         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6476         (dns-mode-soa-auto-increment-serial): New user option.
6477         (dns-mode-soa-maybe-increment-serial): New function.
6478         (dns-mode): Add the latter to `write-contents-functions'.
6479
6480 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6481
6482         * compface.el (uncompface): Use binary rather than raw-text-unix.
6483
6484 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6485
6486         * compface.el (uncompface): Make sure the eol conversion doesn't take
6487         place when communicating with the external programs.  Reported by
6488         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6489
6490 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6491
6492         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6493
6494 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6495
6496         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6497         Make it more robust by parsing author and date independently.
6498
6499 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6500
6501         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6502
6503 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6504
6505         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6506         first matching secret key.
6507         (mml2015-epg-encrypt): Ditto.
6508
6509         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6510         first matching secret key.
6511         (mml1991-epg-encrypt): Ditto.
6512
6513         * mml2015.el (mml2015-encrypt-to-self): New user option.
6514         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6515         mml2015-epg-encrypt-to-self is set.
6516
6517         * mml1991.el (mml1991-encrypt-to-self): New variable.
6518         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6519         mml1991-epg-encrypt-to-self is set.
6520
6521         * mml2015.el (mml2015-signers): New user option.
6522         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6523         (mml2015-epg-encrypt): Allow to select signing keys.
6524
6525         * mml1991.el (mml1991-signers): New variable.
6526         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6527         (mml1991-epg-encrypt): Allow to select signing keys.
6528
6529 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6530
6531         * nnheader.el (nnheader-insert-head): Make it work even if the file
6532         uses CRLF for the line-break code.
6533
6534 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6535
6536         * mml2015.el: Require mml-sec instead of password.
6537         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6538         (mml2015-cache-passphrase): Inherit the default value from
6539         mml-secure-cache-passphrase.
6540         (mml2015-passphrase-cache-expiry): Inherit the default value from
6541         mml-secure-passphrase-cache-expiry.
6542
6543         * mml1991.el: Require mml-sec instead of password.
6544         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6545         (mml1991-cache-passphrase): Inherit the default value from
6546         mml-secure-cache-passphrase.
6547         (mml1991-passphrase-cache-expiry): Inherit the default value from
6548         mml-secure-passphrase-cache-expiry.
6549
6550         * mml-sec.el: Require password.
6551         (mml-secure-verbose): New user option.
6552         (mml-secure-cache-passphrase): New user option.
6553         (mml-secure-passphrase-cache-expiry): New user option.
6554
6555 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6556
6557         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6558         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6559         andreas@altroot.de (Andreas Vögele).
6560
6561         FIXME: Use `tiny change'?
6562
6563 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6564
6565         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6566         workaround for the url package included with Emacs.
6567
6568         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6569
6570 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6571
6572         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6573         correctly.  This fixes a bug caused by the 2006-05-12 change.
6574
6575 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6576
6577         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6578         some information about the error when saying that the `bogus' mail
6579         group will be used.
6580
6581 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6582
6583         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6584         string.
6585
6586 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6587
6588         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6589
6590 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6591
6592         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6593
6594 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6595
6596         * mml1991.el (mml1991-function-alist): Add epg.
6597         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6598         (mml1991-epg-encrypt): New functions.
6599
6600 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6601
6602         * mml2015.el (mml2015-verbose): New variable.
6603         (mml2015-cache-passphrase): Ditto.
6604         (mml2015-passphrase-cache-expiry): Ditto.
6605         (mml2015-function-alist): Add epg.
6606         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6607         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6608         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6609         functions.
6610
6611 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6612
6613         * message.el (message-cite-original-1): Preserve region when removing
6614         quoted text due to X-No-Archive in order to avoid bogus attribution
6615         when citing multiple messages.
6616
6617 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6618
6619         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6620         Kenneth Jacker <khj@be.cs.appstate.edu>.
6621
6622 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6623
6624         * gnus-diary.el (gnus-user-format-function-d)
6625         (gnus-user-format-function-D): Autoload.
6626
6627         * imap.el (Commentary): Fix typo.
6628
6629         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6630         2006-04-22 contribution.
6631
6632 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6633
6634         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6635         It didn't really fix the bogosity I'm seeing with solid web groups.
6636
6637 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6638
6639         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6640         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6641         created using server names.  If we use the feature without declaring
6642         it, Gnus does not properly manage server and group state.
6643
6644         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6645         bound.
6646
6647 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6648
6649         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6650         looking up the method using GROUP's prefix before inventing a new one.
6651         It is used on killed/unknown groups in various places where returning
6652         an all-new method isn't expected by the caller.
6653
6654         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6655         and match semantics of gnus-group-real-prefix.
6656
6657 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6658
6659         * nnmail.el (nnmail-broken-references-mailers): New variable.
6660         (nnmail-ignore-broken-references): New function generalizing
6661         nnmail-fix-eudora-headers.
6662         (nnmail-fix-eudora-headers): Now obsolete.
6663
6664         * gnus-art.el (gnus-button-handle-custom): Support
6665         `customize-apropos*'.
6666
6667 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6668
6669         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6670
6671         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6672         articles.
6673
6674 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6675
6676         * message.el (message-cite-reply-above): New variable.
6677         (message-yank-original): Use it.
6678
6679 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6680
6681         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6682
6683 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6684
6685         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6686         as read.
6687
6688         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6689
6690 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6691
6692         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6693         (gnus-bookmark-default-file): Use gnus-directory.
6694         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6695         Remove "*" in doc string.
6696         (gnus-bookmark-write-file): Simplify.
6697         (gnus-bookmark-maybe-sort-alist): Use `when'.
6698         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6699         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6700         FIXME about Emacs 21 and XEmacs compatibility.
6701         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6702         compatibility.
6703         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6704         compatibility.
6705         (gnus-bookmark-menu-heading): Fix version.
6706
6707 2006-06-19  Bastien Guerry  <bzg@altern.org>
6708
6709         * gnus-bookmark.el: New file.
6710
6711 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6712
6713         * message.el (message-syntax-checks): Doc fix.
6714
6715 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6716
6717         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6718         unsubscribed groups as if they were killed ones.  It causes duplicate
6719         entries in gnus-newsrc-alist.
6720
6721 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6722
6723         * message.el (message-syntax-checks): Doc fix.
6724         (message-send-mail): Add check for continuation headers.
6725         (message-check-news-header-syntax): Fix regexp used to check for
6726         continuation headers.
6727
6728 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6729
6730         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6731
6732 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6733
6734         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6735
6736 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6737
6738         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6739         default-truncate-lines.
6740
6741 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6742
6743         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6744         to fill the utf-8 entry.
6745
6746         * lpath.el: Fbind unicode-precedence-list.
6747
6748 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6749
6750         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6751
6752 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6753
6754         * gnus-agent.el (directory-files-and-attributes): Move all the way
6755         forward (the third and final move).
6756         (gnus-agent-read-agentview): Trap reconstruction errors due to
6757         nonexistant directory.  Handle by returning nil.
6758
6759 2006-05-30  Didier Verna  <didier@xemacs.org>
6760
6761         * message.el (message-dont-reply-to-names): Update the custom type.
6762         * message.el (message-dont-reply-to-names): New defsubst: potentially
6763         convert a list of regexps into a single one.
6764         * message.el (message-get-reply-headers): Use it.
6765         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6766
6767 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6768
6769         * gnus-agent.el (directory-files-and-attributes): Move forward.
6770
6771 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6772
6773         * gnus-ml.el (gnus-mailing-list-subscribe)
6774         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6775         (gnus-mailing-list-message): Fix doc strings.
6776
6777 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6778
6779         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6780         of doing it manually.
6781
6782 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6783
6784         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6785         comment.
6786
6787 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6788
6789         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6790         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6791         (gnus-agent-read-local): All symbols allocated in my-obarray.
6792         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6793         (gnus-agent-regenerate-group): Check numeric names to see if they are
6794         messages or groups.
6795         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6796         better way of do this...)
6797
6798         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6799         'dummy.group' (there should be a better way of do this...)
6800
6801 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6802
6803         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6804         (gnus-saved-headers): Ditto.
6805         (gnus-default-article-saver): Mention functions may have properties.
6806         (gnus-article-save): Override gnus-save-all-headers and
6807         gnus-saved-headers by :headers property which saver function may have.
6808         (gnus-summary-save-in-file): Add :headers property.
6809         (gnus-summary-write-to-file): Ditto.
6810
6811         * gnus-sum.el (gnus-summary-save-article): Bind
6812         gnus-prompt-before-saving to t when saving many articles in a file;
6813         always show all headers.
6814
6815         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6816
6817 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6818
6819         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6820         marks.
6821
6822         * message.el (message-indent-citation): Add optional arguments to allow
6823         using it outside of message buffers.
6824
6825         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6826         (gnus-article-treat-unfold-headers): Use it.
6827         (gnus-article-truncate-lines): New variable.
6828         (gnus-article-mode): Use it.
6829         (gnus-article-toggle-truncate-lines): New function.
6830
6831         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6832         gnus-article-toggle-truncate-lines.
6833
6834         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6835         coding system in XEmacs, use binary.
6836
6837 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6838
6839         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6840         after-load-alist.
6841
6842         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6843         this function should save decoded articles.
6844         (gnus-summary-write-to-file): Use property to specify this function
6845         should save decoded articles and specify gnus-summary-save-in-file
6846         should be used to save articles other than the first one when saving
6847         many articles.
6848         (gnus-summary-save-body-in-file): Use property to specify this
6849         function should save decoded articles.
6850         (gnus-summary-write-body-to-file): Use property to specify this
6851         function should save decoded articles and specify
6852         gnus-summary-save-body-in-file should be used to save articles other
6853         than the first one when saving many articles.
6854
6855         * gnus-sum.el (gnus-summary-save-article): Simplify.
6856
6857 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * gnus-art.el (gnus-default-article-saver): Add
6860         gnus-summary-write-body-to-file.
6861         (gnus-article-save-coding-system): Don't use coding system object
6862         in XEmacs.
6863         (gnus-read-save-file-name): Add optional `dir-var' argument which
6864         specifies directory in which files are saved; work even if optional
6865         `variable' argument is not specified.
6866         (gnus-summary-write-to-file): Read file name.
6867         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6868         (gnus-summary-write-body-to-file): New function.
6869
6870         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6871         (gnus-summary-local-variables): Add it.
6872         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6873         (gnus-summary-save-article): Remove optional `decode' argument;
6874         determine whether to decode articles by the value of
6875         gnus-default-article-saver; when saving many files using
6876         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6877         it first and use gnus-summary-save-in-file or
6878         gnus-summary-save-body-in-file thereafter unless
6879         gnus-prompt-before-saving is always; move point to article which
6880         will be saved.
6881         (gnus-summary-save-article-file): Revert.
6882         (gnus-summary-write-article-file): Revert.
6883         (gnus-summary-save-article-body-file): Revert.
6884         (gnus-summary-write-article-body-file): New function.
6885
6886 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6887
6888         * gnus-art.el (gnus-default-article-saver): Doc fix.
6889         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6890         from gnus-summary-save-article-coding-system, and default to a
6891         certain coding system.
6892         (gnus-output-to-file): Add coding cookie and encode text according
6893         to gnus-article-save-coding-system; don't use mm-append-to-file.
6894
6895         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6896         gnus-art.el and rename to gnus-article-save-coding-system.
6897         (gnus-summary-save-article): Require gnus-art; don't show all
6898         headers if it decodes articles; don't add coding cookie here;
6899         don't bind mm-text-coding-system-for-write.
6900         (gnus-summary-save-article-file): Save decoded articles.
6901         (gnus-summary-write-article-file): When saving many files, use
6902         gnus-summary-write-to-file first and gnus-summary-save-in-file
6903         thereafter unless gnus-prompt-before-saving is always.
6904         (gnus-summary-save-article-body-file): Save decoded articles.
6905
6906         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6907
6908 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6909
6910         * nnrss.el (nnrss-check-group): Bind hash-index.
6911
6912 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6913
6914         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6915         its hash index.  Store this hash in `nnrss-group-data'.
6916         (nnrss-read-group-data): Update accordingly.
6917
6918 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6919
6920         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6921         entry.
6922
6923         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6924         gnus-article-browse-html-article.
6925
6926 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6927
6928         * gnus-sum.el (gnus-summary-mime-map): Add
6929         gnus-article-browse-html-article.
6930
6931         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6932
6933 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6934
6935         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6936         suitable coding systems in customize.
6937
6938 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6939
6940         * mail-source.el (mail-sources): Fix custom type.
6941
6942 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6943
6944         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6945         (gnus-summary-expire-articles-now): Shorten prompt.
6946
6947         * gmm-utils.el (wid-edit): Require.
6948         (defun-gmm): Renamed from `gmm-defun-compat'.
6949         (gmm-image-search-load-path): Use it.
6950         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6951
6952 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6953
6954         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6955         variable.
6956         (gnus-summary-save-article): Add optional `decode' argument.  If
6957         it is set and gnus-summary-save-article-coding-system is non-nil,
6958         save decoded article.
6959         (gnus-summary-write-article-file): Save decoded article if
6960         gnus-summary-save-article-coding-system is non-nil.
6961
6962         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6963         type.
6964
6965 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6966
6967         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6968
6969 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6970
6971         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6972         first to test gnus-single-article-buffer which may be buffer-local.
6973
6974         * gnus-sum.el (gnus-summary-setup-buffer): Make
6975         gnus-single-article-buffer buffer-local and nil in ephemeral
6976         group; make gnus-article-buffer, gnus-article-current, and
6977         gnus-original-article-buffer always buffer-local.
6978         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6979         group.
6980         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6981
6982 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6983
6984         * nnml.el (nnml-request-compact-group): Compressed files might not
6985         have .gz extension.
6986
6987 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6988
6989         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6990         (mm-copy-to-buffer): Use with-current-buffer.
6991         (mm-display-part): Simplify.
6992         (mm-inlinable-p): Add optional arg `type'.
6993
6994 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6995
6996         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6997         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6998         Try harder to show the attachment internally or externally using
6999         gnus-mime-view-part-as-type.
7000
7001 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7002
7003         * message.el (message-from-style, message-signature-separator)
7004         (message-user-organization-file, message-send-mail-function)
7005         (message-citation-line-function, message-yank-prefix)
7006         (message-indent-citation-function, message-signature)
7007         (message-signature-file, message-signature-insert-empty-line):
7008         Remove autoloads.
7009
7010         * gnus-art.el (gnus-buttonized-mime-types): Remove
7011         "multipart/signed".  Revert 2006-04-26 change.
7012
7013 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7014
7015         * gnus.el (gnus-version-number): Bump version.
7016
7017 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7018
7019         * gnus.el: No Gnus v0.5 is released.
7020
7021 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7022
7023         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7024         fetching articles by message-id.
7025
7026 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7027
7028         * message.el (hashcash): Require hashcash as normal.
7029
7030         * ecomplete.el (ecomplete-highlight-match-line): Use
7031         point-at-eol.
7032         (ecomplete-highlight-match-line): Use `highlight', because that
7033         face exists in both Emacs and XEmacs.
7034
7035         * message.el (message-display-abbrev): Use point-at-bol.
7036
7037         * mail-source.el: Don't require timer/timer-funcs.
7038
7039         * gnus-async.el: Ditto.
7040
7041         * password.el: Ditto.
7042
7043         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7044
7045         * mm-url.el: Ditto.
7046
7047         * gnus-xmas.el: Don't require timer-funcs.
7048
7049         * mm-util.el: Require timer/timer-funcs.
7050
7051 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7052
7053         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7054         Close.
7055
7056 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7057
7058         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7059         unibyte after clear-decrypt function runs.
7060
7061         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7062         returns as a unibyte string.
7063
7064 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * lpath.el: Revert.
7067
7068         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7069         (pgg-gpg-process-sentinel): Revert.
7070
7071         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7072         (pgg-pgp-lookup-key): Revert.
7073
7074         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7075         (pgg-pgp5-lookup-key): Revert.
7076
7077         * pgg.el (pgg-fetch-key): Revert.
7078
7079 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * lpath.el: Fbind string-as-multibyte for XEmacs.
7082
7083         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7084         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7085         (mml1991-pgg-encrypt): Ditto.
7086
7087         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7088         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7089         a multibyte buffer.
7090
7091         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7092         (pgg-pgp-lookup-key): Ditto.
7093
7094         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7095         (pgg-pgp5-lookup-key): Ditto.
7096
7097         * pgg.el (pgg-fetch-key): Ditto.
7098
7099 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7100
7101         * message.el (message-user-organization-file): Check several
7102         locations of the organization file.
7103
7104         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7105         Add gnus-article-view-part-as-type.
7106
7107         * gnus-art.el (gnus-article-view-part-as-type): New function.
7108
7109         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7110         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7111
7112         * mml.el: Simplify autoload.
7113         (mml-mode): defvar dnd-protocol-alist instead of using
7114         symbol-value.
7115         (mml-default-directory): New variable.
7116         (mml-minibuffer-read-file): Use it.
7117         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7118
7119         * message.el (message-citation-line-format): New variable.
7120         (message-insert-formated-citation-line): New function.
7121         (message-citation-line-function): Add
7122         `message-insert-formated-citation-line' to custom type.
7123
7124         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7125         to doc string.
7126
7127         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7128         depending on mm-verify-option.
7129
7130 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7131
7132         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7133         binding pgg-* variables; reimplement the section which prevents
7134         MIME header from being signed.
7135         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7136         pgg-text-mode; remove a blank line at the top of body.
7137
7138         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7139         lines at the top of body; use gnus-newsgroup-charset if there's no
7140         Charset header.
7141
7142 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7143
7144         * message.el (message-self-insert-commands): Doc fix.
7145
7146         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7147         (mm-uu-pgp-encrypted-test): Ditto.
7148         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7149         between header and body; return application/pgp-encrypted handle
7150         if decryption failed; decode decrypted body by charset.
7151
7152         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7153         element match to application/pgp-*.
7154
7155 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7156
7157         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7158         HTML.
7159
7160 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7161
7162         * mail-source.el (mail-source-call-script): Message the error
7163         string.
7164
7165 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7166
7167         * gnus-util.el (gnus-byte-compile): Use it.
7168
7169 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7170
7171         * gnus-util.el (kill-empty-logs): New function.
7172
7173 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7174
7175         * message.el (message-mail-alias-type): Doc fix.
7176         (message-mail-alias-type-p): New function.
7177         (message-send): Use it.
7178         (message-mode): Ditto.
7179         (message-strip-forbidden-properties): Ditto.
7180
7181         * ecomplete.el (ecomplete-database-file-coding-system): New
7182         variable.
7183         (ecomplete-save): Use it.
7184         (ecomplete-setup): Use it.
7185
7186 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7187
7188         * message.el (message-self-insert-commands): New variable.
7189         (message-strip-forbidden-properties): Use it.
7190
7191 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7192
7193         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7194         that doesn't make XEmacs choke.
7195
7196 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7197
7198         * gnus-util.el (gnus-replace-in-string):
7199         Prefer replace-regexp-in-string over of replace-in-string.
7200
7201 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7202
7203         * gnus-util.el (gnus-select-frame-set-input-focus):
7204         Use select-frame-set-input-focus if it is available in XEmacs; use
7205         definition defined in Emacs 22 for old Emacsen.
7206
7207         * dgnushack.el: Autoload unmorse-region for XEmacs.
7208
7209         * lpath.el: Bind cursor-in-non-selected-windows and
7210         select-frame-set-input-focus for XEmacs.
7211
7212 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7213
7214         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7215
7216 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7217
7218         * gnus-registry.el (gnus-registry-cache-save): Remove text
7219         properties when saving via the temp buffer.
7220
7221 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7222
7223         * message.el (message-generate-hashcash): Honor custom type.
7224
7225 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7226
7227         * message.el (message-generate-hashcash): Default to non-nil when
7228         hashcash is found.
7229
7230         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7231         (gnus-refer-thread-limit): Increase default to 500.
7232
7233         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7234
7235         * flow-fill.el (fill-flowed): Allow delete-space.
7236
7237 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7238
7239         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7240         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7241         Remove autoloads.
7242
7243 2006-04-18  Simon Josefsson  <jas@extundo.com>
7244
7245         * message.el (message-generate-hashcash): Default to.
7246
7247 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7248
7249         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7250         concatenating segments rather than before concatenating them.
7251
7252 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7253
7254         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7255
7256 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7257
7258         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7259
7260         * message.el (message-forward-make-body-plain): Allow
7261         message-forward-ignored-headers to be a list.
7262         (message-remove-ignored-headers): Factor out into function.
7263         (message-forward-make-body-mml): Use it.
7264
7265         * imap.el (imap-quote-specials): New function.
7266         (imap-login-auth): Quote specials.
7267
7268         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7269         (rfc2231-parse-string): Allow concatanation of parameters that
7270         aren't contiguous.  The test case is
7271           (mail-header-parse-content-type "message/external-body;
7272             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7273             access-type=LOCAL-FILE;
7274             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7275
7276 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7277
7278         * nntp.el (nntp-accept-process-output): Return the value of
7279         `nnheader-accept-process-output'.
7280
7281 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7282
7283         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7284         (gnus-button-alist): Recognize more diff formats.
7285         (gnus-button-patch): Strip directory.
7286
7287 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7288
7289         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7290         Emacs 22 when setting focus.
7291
7292 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7293
7294         * gnus-art.el (gnus-article-treat-types): Do treatment of
7295         text/x-verbatim parts.
7296         (gnus-button-patch): New command.
7297
7298         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7299         addresses that contain invalid characters.
7300
7301 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7302
7303         * message.el (message-put-addresses-in-ecomplete): Use
7304         gnus-replace-in-string.
7305         (message-is-yours-p): Use the more correct
7306         mail-header-parse-address instead of
7307         mail-extract-address-components.
7308         (message-put-addresses-in-ecomplete): Fix typo.
7309
7310         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7311         keystroke.
7312
7313         * gnus-art.el (gnus-treatment-function-alist): Change order of
7314         newsgroups/generic header folding to avoid double-folding.
7315
7316         * message.el (message-hidden-headers): Add X-Draft-From.
7317
7318         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7319         command.
7320         (gnus-summary-repeat-search-article-backward): New command.
7321
7322         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7323         groups in the parent topic.
7324
7325 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7326
7327         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7328         (spam-extra-header-to-number): Return the CRM114 number as a
7329         number instead of a string.
7330
7331 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7332
7333         * gnus-art.el (gnus-face-properties-alist): Moved here from
7334         gnus-fun.
7335
7336         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7337
7338 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7339
7340         * message.el (message-strip-forbidden-properties): Only display on
7341         self-insert-command.
7342
7343         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7344         reindent.
7345         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7346
7347 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7348
7349         * smiley.el (smiley-style): Fix typo.
7350
7351 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7352
7353         * hashcash.el (hashcash-insert-payment-async-2): Use
7354         message-goto-eoh instead of doing it manually.
7355         (mail-add-payment): Use message-narrow-to-header instead of trying
7356         to do the same itself.
7357
7358         * message.el (message-hidden-headers): Add Face.
7359
7360         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7361         reparenting code.
7362         (gnus-summary-reparent-children): Refactored out code.
7363         (gnus-summary-thread-map): New keystroke.
7364         (gnus-summary-reparent-children): Make into command.
7365
7366         * smiley.el (smiley-style): Default to `medium' if using a large
7367         font.
7368
7369         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7370         does it itself.
7371
7372         * message.el (message-point-in-header-p): Simplify definition.
7373
7374 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7375
7376         * nnagent.el (nnagent-request-set-mark): Silence log file
7377         writing.
7378         (nnagent-request-set-mark): Use write-region instead of
7379         append-to-file.
7380
7381         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7382         strange select method.
7383
7384         * ecomplete.el (ecomplete-display-matches): Get highlightling
7385         right.
7386         (ecomplete-display-matches): Use literals.
7387         (ecomplete-display-matches): Disable message logging.
7388
7389         * message.el (message-display-abbrev): Small optimization.
7390
7391         * ecomplete.el (ecomplete-display-matches): Allow automatic
7392         display.
7393
7394         * message.el (message-strip-forbidden-properties): Display
7395         abbrevs.
7396         (message-display-abbrev): Get automatic display right.
7397
7398         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7399         keystrokes.
7400
7401 2006-04-13  Romain Francoise  <romain@orebokech.com>
7402
7403         TODO: Backport to v5-10!
7404
7405         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7406         Moved here (and renamed) from gnus-registry.el.
7407
7408         * gnus-registry.el: Require gnus-util.
7409         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7410
7411 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7412
7413         * gnus-group.el (gnus-group-catchup-current): Change
7414         if-then-else-if-then-else into cond.
7415         (gnus-group-catchup): Indent.
7416         (group-name-at-point): New function.
7417         (gnus-fetch-group): Provide default from thing at point.
7418
7419 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7420
7421         * message.el (message-display-abbrev): Fix regexp.
7422
7423         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7424         choosing.
7425         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7426         dead variables.
7427
7428         * message.el (message-newline-and-indent): Remove debugging.
7429         (message-display-abbrev): Use new implementation.
7430
7431 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7432
7433         * gnus-art.el (gnus-article-mode): Set
7434         cursor-in-non-selected-windows to nil.
7435
7436         * smiley.el: Revert previous change.
7437         (smiley-data-directory): defvar it before using it in the
7438         defcustom of `smiley-style'.
7439
7440 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7441
7442         * message.el (message-newline-and-indent): New function.
7443
7444         * ecomplete.el: Implement more bits.
7445
7446         * message.el (message-put-addresses-in-ecomplete): Clean up the
7447         string.
7448
7449         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7450
7451         * gnus-sum.el (gnus-summary-save-parts): Bind
7452         gnus-summary-save-parts-counter and use it to make unique file
7453         names.
7454
7455         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7456
7457         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7458         parameter to say whether to actually parse the individual
7459         addresses.
7460
7461         * message.el (message-put-addresses-in-ecomplete): New function.
7462         (ecomplete): Require.
7463         (message-mail-alias-type): Add ecomplete as an option.
7464
7465 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7466
7467         * flow-fill.el (fill-flowed): Remove trailing space from blank
7468         quoted lines.
7469
7470 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7471
7472         * smiley.el (smiley-style): Move definition later to avoid a
7473         compilation warning.
7474
7475 2006-04-12  Kenichi Handa  <handa@m17n.org>
7476
7477         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7478         buffer and then decode the buffer text if necessary.
7479         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7480         first, and after mm-encode-body, change the buffer to unibyte.
7481         Use mm-disable-multibyte instead of set-buffer-multibyte.
7482
7483 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7484
7485         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7486         Content-Type header instead of Content-Disposition header.
7487         (gnus-mime-inline-part): Ditto.
7488         (gnus-mime-view-part-as-charset): Ignore charset that the part
7489         specifies.
7490
7491         * mm-decode.el (mm-display-part): Work with external parts and
7492         usual parts similarly.
7493
7494         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7495         instead of gnus-display-mime.
7496
7497         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7498         instead of with-temp-buffer.
7499
7500         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7501         tag to summarized topics part in order to encode non-ASCII text.
7502
7503 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7504
7505         * smiley.el (smiley-style): New variable.
7506         (smiley-directory): New function.
7507         (smiley-data-directory): Derive from `smiley-style' using
7508         `smiley-directory'.
7509         (smiley-regexp-alist): Add new entries.
7510
7511         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7512         (gnus-article-browse-delete-temp): Add :version.
7513
7514 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7515
7516         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7517         the sieve region.
7518
7519 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7520
7521         * gnus.el (gnus-version-number): Bump version.
7522
7523 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7524
7525         * gnus.el: No Gnus v0.4 is released.
7526
7527 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7528
7529         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7530         layout.
7531
7532         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7533         unknown charset.
7534
7535         * message.el (message-header-synonyms): Add Original-To to the
7536         default.
7537
7538         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7539         optional parameter.
7540
7541 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7542
7543         * gnus-fun.el (gnus): Require it for gnus-directory.
7544
7545 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7546
7547         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7548
7549 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7550
7551         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7552
7553 2006-04-05  Simon Josefsson  <jas@extundo.com>
7554
7555         * password.el (password-reset): New function.
7556
7557 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7558
7559         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7560         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7561
7562 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7563
7564         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7565         Some whitespace was matched into the url, which broke browsing hits
7566         > 100 when mm-url-use-external was nil.
7567
7568 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7569
7570         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7571         gnus-extra-headers for 'Newsgroups.
7572
7573         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7574         bound.
7575
7576 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7577
7578         * pgg-gpg.el: Clean up process buffers every time gpg processes
7579         complete.
7580
7581 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7582
7583         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7584         doc string.
7585
7586 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7587
7588         * pgg-gpg.el (pgg-gpg-process-filter)
7589         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7590
7591         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7592         lines, temporary fix.
7593
7594 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7595
7596         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7597
7598 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7599
7600         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7601         default-enable-multibyte-characters.  This reverts the change from
7602         revision 6.17 which is no longer necessary because the passphrase
7603         is sent separately now.  GnuPG messages are unreadable under
7604         multibyte locales with default-enable-multibyte-characters set to
7605         nil.
7606
7607 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7608
7609         * message.el (message-tool-bar-gnome): Move "spell".
7610
7611 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7612
7613         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7614         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7615         instead.
7616
7617 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7618
7619         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7620         newsgroups handling for NNTP overviews which don't include
7621         Newsgroups.
7622
7623 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7624
7625         * message.el (message-resend): Bind message-generate-hashcash to nil.
7626
7627 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7628
7629         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7630         when searching for already-paid recipients.
7631
7632 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7633
7634         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7635         passphrases when it is not needed.
7636         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7637         passphrase stuff from gpg, should only be necessary when you use
7638         gpg with a smartcard.
7639
7640 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7641
7642         * mml.el (mml-insert-mime): Ignore cached contents of
7643         message/external-body part.
7644
7645         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7646         (mm-insert-part): Ditto.
7647
7648 2006-03-23  Simon Josefsson  <jas@extundo.com>
7649
7650         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7651         Reiner.
7652         (pgg-gpg-use-agent-p): Use it again.
7653
7654 2006-03-23  Simon Josefsson  <jas@extundo.com>
7655
7656         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7657         older emacsen.
7658         (pgg-gpg-use-agent-p): Don't use it.
7659
7660 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7661
7662         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7663         if we can.
7664
7665 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7666
7667         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7668         (pgg-gpg-update-agent): New function.
7669         (pgg-gpg-use-agent-p): New function.
7670         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7671         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7672         (pgg-gpg-sign-region): Use it.
7673
7674 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7675
7676         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7677         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7678
7679 2006-03-21  Simon Josefsson  <jas@extundo.com>
7680
7681         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7682         <wilde@sha-bang.de>.
7683         (pgg-gpg-use-agent): New variable.
7684         (pgg-gpg-process-region): Use it.
7685         (pgg-gpg-encrypt-region): Likewise.
7686         (pgg-gpg-encrypt-symmetric-region): Likewise.
7687         (pgg-gpg-decrypt-region): Likewise.
7688         (pgg-gpg-sign-region): Likewise.
7689         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7690
7691 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7692
7693         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7694
7695         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7696         Add comment on version.
7697
7698 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7699
7700         * smiley.el: Add missing test smiley.
7701
7702 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7703
7704         * mm-decode.el (mm-with-part): New macro.
7705         (mm-get-part): Use it; work with message/external-body as well.
7706         (mm-save-part): Treat name and filename equally.
7707
7708         * mm-extern.el (mm-extern-cache-contents): New function.
7709         (mm-inline-external-body): Use it; force the part to be displayed;
7710         move undisplayer added to the cached handle to the parent.
7711
7712         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7713         (gnus-mime-view-part-as-type): Work with message/external-body.
7714
7715         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7716
7717 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7718
7719         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7720         images in image-load-path.  [Sync with image.el, revision 1.60, in
7721         Emacs.]
7722
7723 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7724
7725         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7726         path rather than symbol.  Always return list of directories.
7727         Guarantee that image directory comes first.  [Sync with image.el,
7728         revision 1.59, in Emacs.]
7729
7730         * message.el (message-make-tool-bar): Adjust to new API of
7731         `gmm-image-load-path-for-library'.
7732
7733         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7734
7735         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7736
7737 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7738
7739         * gnus-art.el (gnus-article-only-boring-p):
7740         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7741         intangible text.
7742         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7743
7744 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7745
7746         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7747         `defun' instead of `gmm-defun-compat'.
7748
7749 2006-03-14  Simon Josefsson  <jas@extundo.com>
7750
7751         * message.el (message-unique-id): Don't use message-number-base36
7752         if (user-uid) is a float.
7753         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7754
7755 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7756
7757         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7758
7759         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7760         empty line between a part and a message part.
7761
7762 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7763
7764         * smiley.el: Add more test smileys.
7765         (smiley-data-directory, smiley-regexp-alist)
7766         (gnus-smiley-file-types): Fix doc strings.
7767         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7768         adding new elements.
7769         (smiley-mouse-map): Unused code.  Make it a comment.
7770
7771 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7772
7773         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7774         scan latest NoCeM messages instead of old ones.
7775         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7776         delimiters that are recently used.
7777         (gnus-nocem-load-cache): Add autoload cookie.
7778
7779         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7780
7781         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7782         level which is larger than gnus-use-nocem is specified.
7783
7784         * gnus-group.el (gnus-group-get-new-news): Ditto.
7785
7786 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7787
7788         * gnus-util.el (gnus-tool-bar-update): New function.
7789
7790         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7791         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7792
7793         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7794
7795         * gnus-group.el (gnus-group-redraw-when-idle)
7796         (gnus-group-redraw-check): Remove.
7797         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7798
7799 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7800
7801         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7802         if optional last element is specified in splits (FIELD VALUE...).
7803
7804 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7805
7806         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7807         to gmm-image-load-path-for-library.  Call with no-error argument.
7808         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7809
7810         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7811
7812         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7813
7814         * gmm-utils.el (gmm-image-load-path): Remove alias.
7815
7816 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7817
7818         * gmm-utils.el (gmm-image-load-path): Add alias.
7819
7820         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7821         nnml-generate-nov-databases-1.
7822         (nnml-generate-nov-databases): Use it.
7823         (nnml-generate-nov-databases-directory): Document no-active
7824         argument.
7825
7826         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7827         directory if path is t.  Add no-error.
7828
7829         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7830         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7831
7832         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7833         resetting gnus-article-browse-html-temp-list.
7834
7835         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7836         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7837         Add example to docstring.  Rename local variables.  Move error
7838         checks to default case in cond and simplify.
7839
7840 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7841
7842         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7843         handle is multipart when calling it recursively.
7844         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7845
7846 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7847
7848         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7849         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7850
7851 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7852
7853         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7854         is loaded.
7855
7856         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7857         loaded.
7858
7859 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7860
7861         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7862         to "Emacs 23 (unicode)" in doc string.
7863
7864         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7865         "Emacs 23 (unicode)" in comment.
7866
7867 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7868
7869         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7870
7871         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7872         characters 160 through 255 in Emacs 23.
7873
7874 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7875
7876         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7877         gnus-article-browse-html-temp.
7878         (gnus-article-browse-delete-temp): Make it customizable.  Add
7879         `file'.  Adjust doc string.
7880         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7881         query for each file.  Adjust doc string.
7882         (gnus-article-browse-html-parts): Add
7883         `gnus-article-browse-delete-temp-files' to
7884         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7885
7886 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7887
7888         * gnus-art.el (gnus-article-browse-html-temp)
7889         (gnus-article-browse-delete-temp): New variables.
7890         (gnus-article-browse-delete-temp-files): New function.
7891         (gnus-article-browse-html-parts): Use it.
7892
7893 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7894
7895         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7896
7897         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7898         string.
7899
7900         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7901         gnus-summary-insert-new-articles when unplugged.  Remove
7902         gnus-summary-search-article-forward.
7903
7904         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7905         display-visual-class instead of display-color-cells.
7906
7907 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7908
7909         * dgnushack.el: Autoload customize-group for XEmacs.
7910
7911         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7912         message/* containing non-ASCII text properly.
7913
7914 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7915
7916         * message.el: Require gmm-utils, remove autoloads.
7917         (message-tool-bar): Set default based on
7918         gmm-tool-bar-style.
7919         (message-tool-bar-gnome): Add gmm-customize-mode.
7920
7921         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7922         gmm-tool-bar-style.
7923         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7924
7925         * gnus-group.el (gnus-group-tool-bar): Set default based on
7926         gmm-tool-bar-style.
7927         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7928
7929         * gmm-utils.el (gmm-image-directory): Rename variable from
7930         gmm-image-load-path.
7931         (gmm-image-load-path): Use gmm-image-directory.
7932         (gmm-customize-mode): New function.
7933         (gmm-tool-bar-style): New variable.
7934
7935         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7936         gnus-group-redraw-line-number.
7937         (gnus-group-redraw-check): Simplify.
7938         (gnus-group-tool-bar-update): Remove redraw check.
7939         (gnus-group-make-tool-bar): Add redraw check.
7940
7941 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7942
7943         * gnus-art.el (gnus-button): Add missing parentheses.
7944
7945 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7946
7947         * lpath.el: Fbind line-number-at-pos.
7948
7949 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7950
7951         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7952
7953 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7954
7955         * gnus-art.el (gnus-button): New face.
7956         (gnus-article-button-face): Use it.
7957
7958         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7959         gnus-summary-next-page.  Re-order.
7960
7961         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7962         next-node are now included.
7963         (gnus-group-redraw-line-number): New internal variable.
7964         (gnus-group-redraw-check): Helper function for updating the tool
7965         bar.
7966         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7967
7968         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7969
7970         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7971         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7972         Use it to match format of Spamassassin 3.0 and later.  Reported by
7973         IRIE Tetsuya <irie@t.email.ne.jp>.
7974         (spam-check-bogofilter)
7975         (spam-bogofilter-register-with-bogofilter): Fix args of
7976         `gnus-error' calls.
7977
7978 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7979
7980         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7981         unnecessary interaction when sending queued mails.  Reported by
7982         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7983
7984 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7985
7986         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7987         first or last are nil.
7988
7989 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7990
7991         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7992
7993 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7994
7995         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7996
7997 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7998
7999         * dns.el (query-dns): Protect more against buggy tcp output.
8000
8001 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8002
8003         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8004         nov.php.
8005
8006 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8007
8008         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8009         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8010         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8011         output on the server side.
8012         (nnweb-google-create-mapping): Update regexps and add some
8013         progress indication.
8014
8015 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8016
8017         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8018         gnus-agent-toggle-plugged.  Re-order icons.
8019         (gnus-group-tool-bar-gnome): Add
8020         gnus-group-{prev,next}-unread-group.
8021         (gnus-group-tool-bar-gnome): Re-order icons.
8022
8023         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8024         gnus-summary-insert-new-articles.
8025
8026         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8027         comments.
8028
8029         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8030         also available in Emacs 21.3.
8031
8032         * message.el (message-fix-before-sending): Change "Emacs 22" to
8033         "Emacs 23 (unicode)" in comment.
8034
8035         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8036         "Emacs 23 (unicode)" in comment.
8037
8038         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8039         comment.
8040         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8041
8042         * mm-view.el (mm-fill-flowed): Add :version.
8043
8044 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8045
8046         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8047         and load-path.
8048
8049 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8050
8051         * message.el: Autoload gmm-image-load-path.
8052         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8053         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8054         consitency.
8055
8056         * gmm-utils.el (gmm-image-load-path): Also search in
8057         "../etc/images".  Don't set gmm-image-load-path if we don't find
8058         the image.
8059
8060 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8061
8062         * gmm-utils.el (gmm-image-load-path): Don't make
8063         `gmm-image-load-path' include subdirectories which the second arg
8064         `image' might specify.
8065
8066         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8067         subdirectory to icon file names.
8068
8069         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8070
8071 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8072
8073         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8074         gmm-image-load-path calls.
8075
8076         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8077
8078         * message.el (message-make-tool-bar): Ditto.
8079
8080         * mml.el (mml-preview): Added comment concerning tool bar icons.
8081
8082         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8083         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8084
8085         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8086         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8087
8088         * message.el (message-tool-bar-gnome): Use new icon names.
8089         (message-make-tool-bar): Use `gmm-image-load-path'.
8090
8091         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8092         functions from MH-E.
8093         (gmm-image-load-path): New variable from MH-E.
8094         (gmm-image-load-path): New function from MH-E.  Added arguments
8095         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8096         *-image-load-path-called-flag.
8097
8098 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8099
8100         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8101
8102 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8103
8104         * nnimap.el (nnimap-request-move-article): Change folder back to
8105         source group before deleting.
8106
8107 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8108
8109         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8110
8111         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8112         mm-url.
8113
8114         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8115
8116 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8117
8118         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8119         coding system which mm-charset-to-coding-system returns for a
8120         given charset is valid.
8121
8122 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8123
8124         * html2text.el (html2text-remove-tag-list):
8125         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8126
8127 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8128
8129         * gnus-cus.el: Revert 2005-10-17 change.
8130
8131 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8132
8133         * gnus-art.el (article-strip-banner): Call
8134         article-really-strip-banner only when the regexp match is made.
8135
8136 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8137
8138         * gnus-art.el (article-strip-banner): Use
8139         gnus-extract-address-components instead of
8140         mail-header-parse-addresses to make it work with non-ASCII text;
8141         remove mail-encode-encoded-word-string.
8142
8143         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8144         values which are surrounded with \"...\"; make it never cause a
8145         Lisp error; give up parsing of parameters if it failed in
8146         extracting type.
8147
8148 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8149
8150         * smime.el (smime-cert-by-ldap-1): Fix bug where
8151         `smime-ldap-search' returns results without userCertificates.
8152
8153 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8154
8155         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8156
8157 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8158
8159         * spam.el (spam-check-spamassassin-headers): Adapt format for
8160         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8161         <ari@mbf.ocn.ne.jp>.
8162         (spam-list-of-processors): Add spam-use-gmane.
8163
8164 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8165
8166         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8167         make-temp-file; make it work with XEmacs as well.
8168
8169         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8170         mm-make-temp-file.
8171
8172         * mm-decode.el (mm-display-external): Use the 3rd arg of
8173         mm-make-temp-file.
8174         (mm-create-image-xemacs): Ditto.
8175
8176 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8177
8178         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8179         with message-narrow-to-headers.
8180         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8181         (gnus-draft-check-draft-articles): New function.
8182         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8183
8184 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8185
8186         * gnus-art.el (gnus-article-browse-html-parts):
8187         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8188         Don't use suffix argument for mm-make-temp-file for Emacs 21
8189         compatibility.  Remove useless `format'.
8190
8191 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8192
8193         * nnweb.el (nnweb-google-wash-article): Update regexps.
8194         (nnweb-group-alist): Use defvoo instead of defvar.
8195
8196 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8197
8198         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8199         re-loading nn* modules.
8200
8201 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8202
8203         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8204         for `tool-bar-mode' and don't check it's default-value.
8205
8206         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8207
8208         * message.el (message-make-tool-bar): Ditto.
8209
8210         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8211         `substring'.  Shorten tmp-file name.
8212
8213         * gnus.el: Remove bogus comment.
8214
8215 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8216
8217         * gnus-art.el (gnus-article-browse-html-parts): New function.
8218         (gnus-article-browse-html-article): New function for viewing html
8219         articles with a browser.
8220
8221 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8222
8223         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8224         in elisp.
8225         (pgg-gpg-encrypt-symmetric-region): Ditto.
8226         (pgg-gpg-sign-region): Ditto.
8227
8228         * pgg-def.el (pgg-text-mode): New variable.
8229
8230         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8231         (mml2015-pgg-encrypt): Ditto.
8232
8233         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8234         (mml1991-pgg-encrypt): Ditto.
8235
8236 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8237
8238         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8239         message-make-date instead of current-time-string.
8240
8241         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8242         to gnus-decoded which mm-uu might set.
8243
8244 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8245
8246         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8247         don't decode quoted parameters; remove misimported Emacs code.
8248         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8249         (rfc2231-decode-encoded-string): Don't use split-string which
8250         behaves differently according to Emacs version; use
8251         mm-decode-coding-region to convert charset to coding-system.
8252         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8253         (rfc2231-encode-string): Remove misimported Emacs code.
8254
8255 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8256
8257         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8258         when calling mail-header-parse-content-type.
8259         (article-de-quoted-unreadable): Ditto.
8260         (article-de-base64-unreadable): Ditto.
8261         (article-wash-html): Ditto.
8262
8263         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8264         calling mail-header-parse-content-type and
8265         mail-header-parse-content-disposition.
8266         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8267         mail-header-parse-content-type.
8268
8269         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8270         insert charset and format parameters; encode description after
8271         inserting it to buffer.
8272         (mml-insert-parameter): Fold lines properly even if a parameter is
8273         segmented into two or more lines; change the max column to 76.
8274
8275         * rfc1843.el (rfc1843-decode-article-body): Don't use
8276         ignore-errors when calling mail-header-parse-content-type.
8277
8278         * rfc2231.el (rfc2231-parse-string): Return at least type if
8279         possible; don't cause an error even if it fails in parsing of
8280         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8281         (rfc2231-encode-string): Don't break lines at the beginning, leave
8282         it to mml-insert-parameter.
8283
8284         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8285         calling mail-header-parse-content-type.
8286
8287 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8288
8289         * spam-report.el (spam-report-gmane-use-article-number):
8290         Improve doc string.
8291         (spam-report-gmane-internal): Check if a suitable header was found
8292         in the article.
8293
8294 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8295
8296         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8297         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8298
8299 2006-02-05  Romain Francoise  <romain@orebokech.com>
8300
8301         Update copyright notices of all files in the gnus directory.
8302
8303 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8304
8305         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8306
8307 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8308
8309         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8310         segmented lines of parameter value to cope with Thunderbird 1.5
8311         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8312         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8313         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8314
8315 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8316
8317         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8318         parts.
8319
8320 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8321
8322         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8323         there's only one active file for all servers.
8324         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8325         solid groups.  Gnus might have used a FAST request to select the group.
8326         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8327         and nnweb-search redundantly in the active file.
8328         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8329         (nnweb-request-create-group): Don't use ARGS.
8330         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8331         initialisations.  Let nnoo do the work.
8332
8333 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8334
8335         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8336         Say the part has been decoded.
8337
8338         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8339
8340 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8341
8342         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8343         mailcap-viewer-test-cache when there's no 'test clause, since that
8344         will invert the meaning of a "nil" test previously determined by
8345         mailcap-mailcap-entry-passes-test.
8346
8347 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8348
8349         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8350         compiling.
8351
8352         * gnus-sum.el: Ditto.
8353
8354         * message.el: Don't bind tool-bar-map when compiling.
8355
8356 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8357
8358         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8359
8360 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8361
8362         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8363         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8364         current Google Groups.
8365
8366 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8367
8368         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8369         and tool-bar-mode.
8370
8371         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8372         and tool-bar-mode.
8373
8374         * message.el (message-tool-bar-update): Simplify.
8375         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8376
8377         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8378         gnus-summary-buffer.
8379         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8380         gnus-summary-reply.
8381
8382         * gmm-utils.el (gmm): Add :version.
8383
8384 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8385
8386         * Makefile.in (clean): New rule.
8387         (distclean): Use it.
8388
8389 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8390
8391         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8392         autoload.
8393
8394 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8395
8396         * gmm-utils.el (gmm-verbose): Add :group.
8397
8398 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8399
8400         * message.el: Change some comments WRT tool-bars.
8401
8402         * gnus-sum.el (gnus-summary-tool-bar)
8403         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8404         (gnus-summary-tool-bar-zap-list): New variables.
8405         (gnus-summary-make-tool-bar): Complete rewrite using
8406         `gmm-tool-bar-from-list'.
8407
8408         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8409         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8410         variables.
8411         (gnus-group-make-tool-bar): Complete rewrite using
8412         `gmm-tool-bar-from-list'.
8413         (gnus-group-tool-bar-update): New function.
8414
8415         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8416
8417 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8418
8419         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8420         is dissected into a single part of which the type is the same as
8421         the given one; decode charset.
8422
8423 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8424
8425         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8426         into alists as symbol not string, since that's what
8427         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8428         look for.
8429
8430 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8431
8432         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8433         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8434
8435         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8436
8437 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8438
8439         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8440         (gnus-xmas-mime-security-button-menu): New function.
8441
8442         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8443         (gnus-mime-security-button-menu): New definition.
8444         (gnus-mime-security-button-map): Use them.
8445         (gnus-mime-security-button-menu): New function.
8446         (gnus-insert-mime-security-button): Addition to help echo.
8447         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8448         (gnus-mime-security-pipe-part): New functions.
8449
8450         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8451         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8452
8453         * mm-decode.el (mm-handle-set-disposition): Remove.
8454         (mm-handle-set-description): Remove.
8455
8456 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8457
8458         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8459         (mm-w3m-standalone-supports-m17n-p): New function.
8460         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8461         w3m usage.
8462
8463         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8464         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8465
8466 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8467
8468         * message.el (message-tool-bar-zap-list): Use
8469         gmm-tool-bar-zap-list as custom type.
8470         (message-tool-bar-update): New function.
8471         (message-tool-bar, message-tool-bar-gnome)
8472         (message-tool-bar-retro): Add message-tool-bar-update.
8473         (message-tool-bar-gnome): Add flyspell-buffer.
8474
8475         * gnus-util.el (gnus-error): Describe `args'.
8476
8477         * gmm-utils.el (gmm-error): Describe `args'.
8478         (gmm-tool-bar-zap-list): New widget.
8479         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8480
8481 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8482
8483         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8484         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8485         the number of recursive calls.
8486
8487         * mm-decode.el (mm-handle-set-disposition): New macro.
8488         (mm-handle-set-description): New macro.
8489
8490 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8491
8492         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8493         encoding.
8494
8495 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8496
8497         * message.el (message-tool-bar-zap-list, message-tool-bar)
8498         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8499         (message-tool-bar-local-item-from-menu): Remove.
8500         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8501         (message-make-tool-bar): New function.
8502         (message-mode): Use `message-make-tool-bar'.
8503
8504         * gmm-utils.el: New file.
8505         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8506         (gmm-lazy): New widget copied from `nnmail.el'.
8507         (gmm-tool-bar-from-list): New function for creating customizable
8508         tool bars.
8509         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8510         output.
8511         (gmm): Add :prefix to defgroup.
8512
8513 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8514
8515         * gmm-utils.el (gmm-widget-p): New function.
8516
8517 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8518
8519         * mml.el (mml-attach-file): Describe `description' in doc string.
8520         (mml-menu): Add Emacs MIME manual and PGG manual.
8521
8522 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8523
8524         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8525
8526 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8527
8528         * nntp.el (nntp-end-of-line): Doc fix.
8529
8530 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8531
8532         * imap.el (imap-open): Handle case where buffer is a buffer
8533         object.
8534
8535 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8536
8537         * gnus-delay.el (gnus-delay): Don't autoload.
8538         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8539         to be re-loaded when customizing the `gnus-delay' group.
8540
8541 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8542
8543         * message.el (message-insert-citation-line): Use newlines.
8544
8545 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8546
8547         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8548         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8549         these routines, so the passphrase can be managed externally and
8550         passed in to the system.
8551         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8552         pgg-add-passphrase-to-cache function.
8553
8554         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8555         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8556         these routines, so the passphrase can be managed externally and
8557         passed in to the system.
8558         (pgg-pgp5-sign-region): Use new name of
8559         pgg-add-passphrase-to-cache function.
8560
8561 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8562
8563         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8564         part of the decoded armor to find the key-identifier.
8565         (pgg-gpg-lookup-key-owner): New function to return the
8566         human-readable identifier of a key owner.
8567         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8568         itself.
8569         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8570         the key value) if we have a key and can match it against a secret
8571         key.  Also, added a note pointing out fact that the prompt only
8572         indicates the first matching key.
8573
8574         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8575         pgg-decrypt-region.
8576         (pgg-add-passphrase-to-cache): Rename from
8577         `pgg-add-passphrase-cache' to reduce confusion (all callers
8578         changed).
8579         (pgg-remove-passphrase-from-cache): Rename from
8580         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8581         changed).
8582         (pgg-read-passphrase, pgg-add-passphrase-cache)
8583         (pgg-remove-passphrase-cache): Add informative docstrings.
8584         (pgg-decrypt): Convey provided passphrase in subordinate call to
8585         pgg-decrypt-region.
8586
8587 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8588
8589         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8590         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8591         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8592         'passphrase' argument, so the passphrase can be managed externally
8593         and then passed in to the system.
8594
8595         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8596         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8597         so the passphrase cache can be used reliably with identifiers
8598         besides a pgp packet's key id.
8599
8600         * pgg-gpg.el (pgg-gpg-encrypt-region)
8601         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8602         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8603         these routines, so the passphrase can be managed externally and
8604         passed in to the system.
8605
8606         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8607         'notruncate' argument, so the passphrase cache can be used
8608         reliably with identifiers besides a pgp packet's key id.
8609
8610 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8611
8612         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8613         symmetric encryption.
8614         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8615         encrypted session key.
8616         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8617         message ask for the passphrase in a proper way.
8618
8619         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8620         New user commands for symmetric encryption.
8621
8622 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8623
8624         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8625
8626         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8627
8628 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8629
8630         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8631
8632 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8633
8634         * mm-decode.el (mm-inlined-types): Add application/pgp.
8635         (mm-automatic-display): Ditto.
8636
8637         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8638         part as text.
8639
8640 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8641
8642         * nnrss.el: Update copyright.
8643         (nnrss-opml-import): Query whether to subscribe to each entry.
8644
8645         * gnus-art.el:
8646         * gnus-sum.el:
8647         * gnus-xmas.el:
8648         * messagexmas.el:
8649         * mm-uu.el:
8650         * mm-view.el: Update copyright.
8651
8652 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8653
8654         * message.el (message-info): New function.
8655         (message-mode-menu): Add it.
8656         Update copyright.
8657
8658         * ChangeLog: Fix and update copyright.
8659
8660 2006-01-13  Romain Francoise  <romain@orebokech.com>
8661
8662         * message.el (message-forward-subject-name-subject): Prefer the
8663         address to 'nowhere' if the sender has no name.
8664         Fix typo.  Update copyright year.
8665
8666 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8667
8668         * gnus-art.el (article-wash-html): Use
8669         gnus-summary-show-article-charset-alist if a numeric arg is given.
8670         (gnus-article-wash-html-with-w3m-standalone): New function.
8671
8672         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8673         mm-inline-text-html-render-with-w3m-standalone.
8674         (mm-text-html-washer-alist): Map w3m-standalone to
8675         gnus-article-wash-html-with-w3m-standalone.
8676         (mm-inline-text-html-render-with-w3m-standalone): New function.
8677
8678 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8679
8680         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8681         Improve LaTeX.
8682
8683 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8684
8685         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8686         (nnrss-request-article): Render text/plain parts as HTML.
8687
8688         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8689         the buffer.
8690
8691 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8692
8693         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8694         custom definition of `gnus-posting-styles'.
8695
8696         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8697         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8698
8699 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8700
8701         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8702         Use nntp for bug archive.
8703
8704 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8705
8706         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8707         parts.
8708         (nnrss-normalize-date): New function converts ISO 8601 date into
8709         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8710         (nnrss-check-group): Use it.
8711
8712 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8713
8714         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8715
8716         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8717         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8718         (nnrss-insert-w3): Ditto.
8719
8720 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8721
8722         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8723         the articles to be forwarded including the case where neither a
8724         number of articles nor a region is specified.
8725
8726 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8727
8728         * nnrss.el (nnrss-request-article): Fix last change; fill
8729         text/plain parts.
8730
8731 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8732
8733         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8734         in text/plain part.
8735         (nnrss-check-group): Don't add excessive newline to dc:subject.
8736
8737 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8738
8739         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8740         article.
8741
8742 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8743
8744         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8745         (nnml-use-compressed-files, nnml-save-mail): Support other
8746         comression programs such as bzip2.
8747
8748 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8749
8750         * dns.el (query-dns): Make sure we check the buffer size before
8751         removing tcp headers.
8752
8753 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8756         remove MIME buttons associated with multipart/alternative parts.
8757         (gnus-mime-display-alternative): Tag buttons using `article-type'
8758         text property.
8759
8760         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8761         associated with multipart/alternative parts.
8762
8763         * gnus-art.el (gnus-signature-separator): Fix custom type.
8764
8765         * mm-decode.el (mm-inlined-types): Fix custom type.
8766         (mm-keep-viewer-alive-types): Ditto.
8767         (mm-automatic-display): Ditto.
8768         (mm-attachment-override-types): Ditto.
8769         (mm-inline-override-types): Ditto.
8770         (mm-automatic-external-display): Ditto.
8771
8772 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8773
8774         * spam-report.el (spam-report-user-mail-address)
8775         (spam-report-user-agent): New variables.
8776         (spam-report-url-ping-plain): Use spam-report-user-agent.
8777
8778 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8779
8780         * gnus-art.el (gnus-button-handle-custom): Do not just use
8781         `customize-apropos' for any "M-x customize-*" button but the
8782         function called for.  Accept both the function name and its
8783         argument in order to achieve this.
8784         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8785         function name to `gnus-button-handle-custom' in case of "M-x
8786         customize-*" buttons.
8787
8788 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8789
8790         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8791         multipart/alternative and add xref to mm-discouraged-alternatives
8792         in doc string.
8793
8794         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8795         gnus-buttonized-mime-types in doc string.
8796
8797 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8798
8799         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8800         Suggest image/.* in the doc string.
8801
8802 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8803
8804         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8805         message-marks (Debian bug #342521).
8806
8807 2005-12-12  Simon Josefsson  <jas@extundo.com>
8808
8809         * password.el (password-read-from-cache): Add.
8810         (password-read): Use it.
8811
8812 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8813
8814         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8815         us-ascii as a MIME charset.
8816
8817         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8818         against the case where the 2nd arg TYPE is nil.
8819
8820 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8821
8822         * pop3.el (pop3-stream-type): Fix custom version.
8823
8824         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8825
8826 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8827
8828         * mm-decode.el (mm-display-external): Add missing cdr.
8829
8830 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8831
8832         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8833         RFC1524) if it is in mailcap or add a suffix according to
8834         mailcap-mime-extensions when generating a temp filename; postpone
8835         deleting a temp file for 2 seconds for some wrappers, shell
8836         scripts, and so on, which might exit right after having started a
8837         viewer command as a background job.
8838
8839 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8840
8841         * nntp.el (nntp-marks-directory): Fix custom group.
8842
8843         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8844         steps when < 10.
8845
8846         * gnus-start.el (gnus-no-server-1): Mention
8847         `gnus-level-default-subscribed' in doc string.
8848
8849 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8850
8851         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8852         parens.
8853
8854 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8855
8856         * gnus-xmas.el (gnus-use-toolbar): Revert.
8857         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8858         gnus-use-toolbar is default.
8859
8860         * messagexmas.el (message-use-toolbar): Revert.
8861         (message-setup-toolbar): Use global default-toolbar if
8862         message-use-toolbar is default.
8863
8864 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8867         according to default-toolbar-visible-p.
8868
8869         * messagexmas.el (message-use-toolbar): Ditto.
8870
8871 2005-11-26  Dave Love  <fx@gnu.org>
8872
8873         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8874         (tls-program, tls-success): Provide openssl alternative.
8875
8876         * starttls.el: Doc fixes.
8877         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8878         SERVICE to PORT.
8879
8880         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8881         port null or service name.
8882         (starttls-negotiate): Autoload.
8883
8884 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8885
8886         * message.el (message-kill-to-signature): Fix interactive spec.
8887
8888 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8889
8890         * pop3.el (pop3-open-server): Recognize a string as a service name.
8891
8892 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8893
8894         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8895
8896 2005-11-23  Dave Love  <fx@gnu.org>
8897
8898         Add pop3s, pop3/starttls.
8899
8900         * pop3.el (pop3-authentication-scheme): Clarify doc.
8901         (open-tls-stream, starttls-open-stream): Autoload.
8902         (pop3-stream-type): New.
8903         (pop3-open-server): Use it.
8904
8905         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8906         for POP.
8907         (mail-source-keyword-map): Add :stream for POP.
8908         (mail-source-fetch-pop): Use pop3-stream-type.
8909
8910 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8911
8912         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8913         of current-time-string.
8914
8915 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8916
8917         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8918         date header.
8919
8920 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8921
8922         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8923         it can seriously impact performance as it bypasses the agent's
8924         local caches.
8925
8926 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8927
8928         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8929         must be explicitly online rather than "not explicitly offline" for
8930         its flags to be synchronized.
8931
8932         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8933         that gnus-uu-unmark-thread will function correctly.
8934
8935         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8936         1024K is instead displayed as 1M.
8937
8938 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8939
8940         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8941
8942 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8943
8944         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8945
8946 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8947
8948         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8949         error message to display actual error condition.
8950         (gnus-agent-save-local): Avoid saving symbols that are bound to
8951         nil as they simply result in a warning message in
8952         gnus-agent-read-local.
8953
8954 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8957         rather than make-variable-buffer-local for file-precious-flag.
8958
8959 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8960
8961         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8962         for duplicates which are removed.  The invalid sort check then
8963         triggers a rescan after the sort as sorting may have moved
8964         duplicate entries such that they can be cheaply detected.
8965
8966 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8967
8968         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8969
8970 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8971
8972         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8973         internal variable to a custom variable.  Changed default value
8974         from compressed(2) to uncompressed(1).
8975         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8976         support for uncompressed agentview files.  Taken together, reading
8977         the agentview file should now be 6-7 times faster.
8978
8979 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8980
8981         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8982         as a buffer-local variable.  This avoids creating truncated
8983         dribble files as a result of a hang up, eg.
8984
8985 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8986
8987         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8988         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8989         XEmacs.
8990
8991 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8992
8993         * gnus-start.el (gnus-start-draft-setup): Enforce
8994         `gnus-draft-mode' for nndraft:drafts at startup.
8995
8996         * gnus.el (gnus-splash): Change custom group.
8997         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8998         allow-list argument.
8999
9000         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9001         string.
9002
9003 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9004
9005         * gnus-art.el (gnus-default-article-saver): Add user-defined
9006         `function' to custom type.
9007
9008 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9009
9010         * imap.el (imap-open): Handle case where buffer is a buffer
9011         object.
9012
9013 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9014
9015         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9016         long lines.
9017         (gnus-cache-delete-group): Wrap doc strings.
9018
9019         * gnus-agent.el (gnus-agent-rename-group)
9020         (gnus-agent-delete-group): Wrap doc strings.
9021
9022 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * messagexmas.el (message-use-toolbar): Change the valid values
9025         into default, top, bottom, left, and right.
9026         (message-toolbar-thickness): New variable.
9027         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9028         well.
9029         (message-setup-toolbar): Make it work.
9030
9031         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9032         (gnus-use-toolbar): Change the valid values into default, top,
9033         bottom, left, and right.
9034         (gnus-toolbar-thickness): New variable.
9035         (gnus-xmas-setup-toolbar): New function.
9036         (gnus-xmas-setup-group-toolbar): Use it.
9037         (gnus-xmas-setup-summary-toolbar): Use it.
9038
9039 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9040
9041         * gnus-start.el (gnus-1): Add "native" to
9042         gnus-predefined-server-alist.
9043
9044         * gnus.el (gnus-method-to-server): Don't add "native" to the
9045         lists here, because that leads to problems when
9046         gnus-select-method is bound.
9047
9048 2005-11-09  Simon Josefsson  <jas@extundo.com>
9049
9050         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9051         use (not sort-by-date) instead.
9052
9053 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9054
9055         * gnus-delay.el (gnus-delay-group): Don't autoload.
9056         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9057         to be re-loaded when customizing the `gnus-delay' group.
9058
9059 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9060
9061         * message.el: Revert last changes.
9062         (message-insert-citation-line): Use newlines.
9063
9064 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9065
9066         * message.el (message-courtesy-message)
9067         (message-mark-insert-begin, message-mark-insert-end)
9068         (message-elide-ellipsis, message-cancel-message)
9069         (message-add-header, message-change-subject)
9070         (message-cross-post-followup-to-header)
9071         (message-cross-post-insert-note, message-reduce-to-to-cc)
9072         (message-widen-reply, message-delete-not-region)
9073         (message-kill-to-signature, message-insert-signature)
9074         (message-insert-importance-high, message-insert-importance-low)
9075         (message-insert-or-toggle-importance)
9076         (message-insert-disposition-notification-to)
9077         (message-indent-citation, message-yank-original)
9078         (message-cite-original-without-signature, message-cite-original)
9079         (message-insert-citation-line, message-position-on-field)
9080         (message-fix-before-sending, message-send-mail-partially)
9081         (message-send-mail, message-send-mail-with-sendmail)
9082         (message-send-mail-with-qmail, message-send-news)
9083         (message-check-news-header-syntax, message-generate-headers)
9084         (message-insert-courtesy-copy, message-fill-address)
9085         (message-fill-header, message-shorten-references)
9086         (message-setup-1, message-cancel-news)
9087         (message-forward-make-body-plain, message-forward-make-body-mime)
9088         (message-forward-make-body-mml, message-encode-message-body)
9089         (message-forward-make-body-digest-plain)
9090         (message-forward-make-body-digest-mime)
9091         (message-use-alternative-email-as-from): Insert `hard-newline'
9092         instead of ordinary newlines.
9093
9094 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9095
9096         * message.el (message-generate-headers): Downcase the argument
9097         given to message-check-element.
9098
9099 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9100
9101         * nntp.el (nntp-authinfo-rejected): New error condition.
9102         (nntp-wait-for): Use new error condition to signal authentication
9103         error.
9104         (nntp-retrieve-data): Rethrow new error condition to break out of
9105         recursive call to nntp-send-authinfo.
9106
9107 2005-11-08  Romain Francoise  <romain@orebokech.com>
9108
9109         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9110         (gnus-summary-exit-map): Bind to `Z p'.
9111         (gnus-summary-make-menu-bar): Add menu item.
9112
9113 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9114
9115         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9116         (gnus-treat-*): Add `first' in all doc strings.
9117
9118         * gnus-group.el (gnus-group-compact-group): Fix typo.
9119
9120 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9121
9122         * gnus.el (gnus-parameters-case-fold-search): New variable.
9123         (gnus-parameters-get-parameter): Use it.
9124
9125         * gnus-score.el (gnus-home-score-file): Doc fix.
9126
9127 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9128
9129         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9130
9131 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9132
9133         * mm-util.el (mm-special-display-p): New function.
9134
9135         * mml.el (mml-preview): Use it; doc fix.
9136
9137 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9138
9139         * imap.el (imap-open): Handle case where buffer is a buffer object.
9140
9141 2005-10-29  Romain Francoise  <romain@orebokech.com>
9142
9143         * message.el (message-fix-before-sending): Fix comment.
9144
9145 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9146
9147         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9148
9149 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9150
9151         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9152         Used in gnus-score.el.
9153
9154 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9155
9156         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9157
9158 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9159
9160         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9161         whitespace removed in revision 7.8.  Use concatenated string to
9162         protect trailing whitespace.
9163
9164 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9165
9166         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9167         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9168         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9169         Courier IMAP ("some version from 2004").  Mostly based on similar
9170         code in the same function.
9171
9172 2005-10-26  Didier Verna  <didier@xemacs.org>
9173
9174         * gnus-group.el (gnus-group-compact-group): Invalidate original
9175         article buffer.
9176         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9177         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9178         NOV database and in article itself.
9179         Invalidate article backlog.
9180
9181 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9182
9183         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9184
9185 2005-10-26  Simon Josefsson  <jas@extundo.com>
9186
9187         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9188         part of 2004-07-25 change.
9189
9190 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9191
9192         * message.el (message-display-completion-list): New function.
9193         (message-expand-group): Use it; make sure the Completions buffer
9194         is modifiable.
9195 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9196
9197         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9198         user-mail-name is an empty string.
9199
9200 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9201
9202         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9203         depending on gnus-score-decay-constant.
9204
9205         * encrypt.el (encrypt-insert-file-contents)
9206         (encrypt-write-file-contents): Don't use `gnus-message'.
9207
9208         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9209         arguments.
9210         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9211         arguments to mm-uu-verbatim-marks-extract.
9212         (mm-uu-hide-markers): New variable.
9213         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9214
9215         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9216         (gnus-convert-image-to-face-command): Use "convert" by default to
9217         allow other input image formats.
9218         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9219         accordingly.
9220
9221 2005-10-23  Simon Josefsson  <jas@extundo.com>
9222
9223         * imap.el (imap-gssapi-program): Align command line parameters
9224         with latest GNU SASL.
9225         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9226
9227 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9228
9229         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9230         HTML.
9231         (nnslashdot-request-article): Ditto.
9232
9233         * lpath.el (featurep): Add nobreak-char-display.
9234
9235 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9236
9237         * mail-source.el (mail-source-fetch-pop): Require pop3.
9238         (mail-source-check-pop): Ditto.
9239
9240 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9241
9242         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9243         errors.
9244
9245 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9246
9247         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9248         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9249
9250         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9251
9252         * mm-bodies.el (mm-decode-string): Call
9253         `mm-charset-to-coding-system' with allow-override argument.
9254
9255 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9256
9257         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9258         (rfc2047-charset-to-coding-system): New function.
9259         (rfc2047-decode-encoded-words): New function.
9260         (rfc2047-decode-region): Use them.
9261         (rfc2047-decode-cte): Remove.
9262         (rfc2047-parse-and-decode): Remove.
9263         (rfc2047-decode): Remove.
9264
9265 2005-10-15  Kenichi Handa  <handa@m17n.org>
9266
9267         * rfc2047.el (rfc2047-decode-cte): New function.
9268         (rfc2047-decode-region): Change the way to decode successive
9269         encoded-words: decode B- or Q-encoding in each encoded-word,
9270         concatenate them, and decode it as charset.
9271
9272 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9273
9274         * lpath.el: Fbind codepage-setup for XEmacs.
9275
9276 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9277
9278         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9279         widget-move-and-invoke.
9280         (gnus-custom-mode): Use gnus-custom-map.
9281
9282 2005-10-15  Bill Wohler  <wohler@newt.com>
9283
9284         * message.el (message-tool-bar-map): Renamed image file from
9285         mail_send to mail/send.
9286
9287 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9288
9289         * message.el (message-expand-group): Pass the common
9290         prefix substring of completion to `display-completion-list'.
9291
9292 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9293
9294         * mml-sec.el (mml-secure-method): New internal variable.
9295         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9296         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9297         functions using mml-secure-method.
9298
9299         * mml.el (mml-mode-map): Add key bindings for those functions.
9300         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9301         Harder <harder@myrealbox.com>.
9302         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9303         end of message if point is the headers of the message.
9304
9305         * message.el (message-in-body-p): New function.
9306
9307         * assistant.el: Autoload gnus-util and netrc.
9308
9309         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9310         Use `mm-charset-override-alist' only when decoding.
9311
9312         * mm-bodies.el (mm-decode-body): Call
9313         `mm-charset-to-coding-system' with allow-override argument.
9314
9315         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9316         `filename' from Content-Disposition if Content-Type doesn't
9317         provide `name'.
9318         (gnus-mime-view-part-as-type): Set default instead of
9319         initial-input.
9320
9321 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9322
9323         * format-spec.el (format-spec): Propagate text properties of % spec.
9324
9325 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9326
9327         * gnus-art.el (gnus-treat-predicate): Add `first'.
9328
9329 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9330
9331         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9332         (mm-charset-override-alist): New variable.
9333         (mm-charset-to-coding-system): Use it.
9334         (mm-codepage-setup): New helper function.
9335         (mm-charset-eval-alist): New variable.
9336         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9337         about unknown charsets.
9338
9339         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9340
9341 2005-10-04  David Hansen  <david.hansen@gmx.net>
9342
9343         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9344         (nnrss-check-group): Ditto.
9345
9346 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9347
9348         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9349         Rename x-gnus-verbatim to x-verbatim.
9350         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9351
9352         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9353         x-verbatim.
9354
9355         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9356
9357         * gnus-util.el (gnus-remove-duplicates): Remove.
9358
9359         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9360         instead of gnus-remove-duplicates.
9361
9362         * message.el (message-remove-duplicates): Remove.
9363         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9364         message-remove-duplicates.
9365
9366         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9367         available, else use implementation from `delete-dups'.
9368
9369         * message.el (message-insert-expires): New function.
9370         (message-mode-map): Add key binding.
9371         (message-mode-field-menu): Add menu entry.
9372         (message-mode): Document it.
9373         (message-make-expires-date): Use `message-make-date'.
9374
9375 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9376
9377         * message.el (message-make-expires-date): New function.
9378
9379 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9380
9381         * Makefile.in (list-installed-shadows): New entry.
9382         (install): Use it.
9383         (remove-installed-shadows): New entry.
9384
9385         * dgnushack.el (dgnushack-default-load-path): New variable.
9386         (dgnushack-find-lisp-shadows): New function.
9387         (dgnushack-remove-lisp-shadows): New function.
9388
9389 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9390
9391         * Makefile.in (install-el-elc): New entry.
9392         (install): Use it so that .el files are necessarily installed.
9393
9394 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9395
9396         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9397
9398 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9399
9400         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9401         function rather than the diff-mode.el package.
9402         (mm-display-external): Use with-current-buffer.
9403         (mm-viewer-completion-map, mm-viewer-completion-map):
9404         Move initialization inside declaration.
9405
9406 2005-09-29  Simon Josefsson  <jas@extundo.com>
9407
9408         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9409         autoload mail-check-payment.
9410         (spam-check-hashcash): Define unconditionally, since hashcash.el
9411         is part of Gnus now.  Ignore errors from payment checking.
9412
9413 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9414
9415         * message.el (message-bold-region, message-unbold-region): Rename
9416         from `bold-region' and `unbold-region'.
9417
9418         * message.el: Remove useless autoloads.
9419
9420 2005-09-28  Simon Josefsson  <jas@extundo.com>
9421
9422         * message.el (message-use-idna): Default to t.
9423         (message-use-idna): Test whether encoding works too.  Doc fix.
9424
9425 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9426
9427         * nntp.el (nntp-warn-about-losing-connection): Remove.
9428
9429 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9430
9431         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9432         customizable.  Change default value.
9433         (mm-uu-diff-groups-regexp): Change default value.
9434         (mm-uu-type-alist): Add doc string.
9435         (mm-uu-configure): Add doc string.  Make it interactive.
9436         (mm-uu-tex-groups-regexp): New variable.
9437         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9438         (mm-uu-type-alist): Add LaTeX documents.
9439         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9440         of "text/verbatim".
9441         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9442
9443         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9444         instead of "text/verbatim".
9445
9446         * message.el (message-mark-inserted-region)
9447         (message-mark-insert-file): Use slrn style marks when called with
9448         prefix argument.
9449
9450 2005-09-27  Simon Josefsson  <jas@extundo.com>
9451
9452         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9453
9454 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9455
9456         * message.el (message-remove-duplicates): New function.
9457         Implementation borrowed from `gnus-remove-duplicates'.
9458         (message-idna-to-ascii-rhs): Also encode idna addresses in
9459         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9460         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9461         only ask about the same idna domain once per header and also tell
9462         in what header to replace the idna domain.
9463
9464         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9465         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9466         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9467         a header is decoded and not just the last one.
9468
9469 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9470
9471         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9472         has been decoded.
9473
9474         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9475         (mm-insert-part): Don't modify text if it has been decoded.
9476
9477         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9478         decoded.
9479
9480         * mm-view.el (mm-inline-text): Don't strip text props unless
9481         decoding enriched or richtext parts.
9482
9483 2005-09-25  Romain Francoise  <romain@orebokech.com>
9484
9485         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9486         * gnus-start.el (gnus-subscribe-interactively):
9487         * gnus-uu.el (gnus-uu-grab-articles):
9488         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9489         space.
9490
9491 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9492
9493         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9494         * mm-view.el (mm-view-pkcs7-decrypt):
9495         * gnus-sum.el (gnus-summary-limit-to-extra)
9496         (gnus-summary-respool-article, gnus-read-move-group-name):
9497         * gnus-score.el (gnus-summary-increase-score):
9498         * gnus-util.el (gnus-completing-read-with-default):
9499         * gnus-art.el (gnus-read-save-file-name)
9500         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9501         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9502         * message.el (message-check-news-header-syntax):
9503         Follow convention for reading with the minibuffer.
9504
9505 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9506
9507         * spam-report.el (spam-report-url-ping-plain):
9508         Use gnus-extended-version as User-Agent.
9509
9510         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9511         default value is nil.
9512
9513         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9514         (mm-uu-verbatim-marks-extract): New function.
9515         (mm-uu-extract): New face.
9516         (mm-uu-copy-to-buffer): Use it.
9517
9518         * spam-report.el (spam-report-gmane-ham): Renamed from
9519         `spam-report-gmane-unspam'.
9520         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9521         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9522
9523         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9524         Autoload.
9525         (spam-report-gmane-unregister-routine): Renamed
9526         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9527
9528 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9529
9530         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9531         (spam-report-gmane-unregister-routine): Add support for gmane
9532         unregistration.
9533
9534         * spam-report.el (spam-report-gmane-unspam)
9535         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9536         (spam-report-gmane): Change to take a single article and do unspam
9537         registration.
9538
9539 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9540
9541         * mm-url.el (mm-url-decode-entities): Fix regexp.
9542
9543 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9544
9545         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9546         default to nil, to be able to use Gnus at all.  If the default
9547         switches to something else, then the function should be fixed not
9548         be exceedingly slow.
9549
9550 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9551
9552         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9553         fail hard.
9554
9555         * spam-report.el: Add better Keywords line.
9556
9557         * spam.el: Add Maintainer and better Keywords line.
9558
9559 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9560
9561         * gnus-art.el (gnus-article-replace-part)
9562         (gnus-mime-replace-part): New functions.
9563         (gnus-mime-action-alist, gnus-mime-button-commands)
9564         (gnus-mime-save-part-and-strip): Added file argument.
9565         (gnus-article-part-wrapper): Added interactive argument.
9566
9567         * gnus-sum.el (gnus-summary-mime-map): Add
9568         `gnus-article-replace-part'.
9569
9570 2005-09-19  Didier Verna  <didier@xemacs.org>
9571
9572         The nnml compaction feature:
9573         * nnml.el (nnml-request-compact-group): New function.
9574         * nnml.el (nnml-request-compact): New function.
9575         * gnus-int.el (gnus-request-compact-group): New function.
9576         * gnus-int.el (gnus-request-compact): New function.
9577         * gnus-group.el (gnus-group-compact-group): New function.
9578         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9579         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9580         * gnus-srvr.el (gnus-server-compact-server): New function.
9581         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9582         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9583
9584 2005-09-18  Deepak Goel  <deego@gnufans.org>
9585
9586         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9587         format spec.
9588
9589 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9590
9591         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9592
9593 2005-09-15  Romain Francoise  <romain@orebokech.com>
9594
9595         * message.el (message-fill-paragraph): Clarify docstring.
9596
9597 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9598
9599         * gnus-art.el (gnus-mime-display-part): Protect against broken
9600         MIME messages.
9601
9602 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9605         before parsing header.
9606
9607 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9608
9609         * html2text.el (html2text-replace-list): Add new entities.
9610
9611 2005-09-11  Romain Francoise  <romain@orebokech.com>
9612
9613         * message.el (message-alternative-emails): Improve docstring.
9614         (message-setup-1): Call `message-use-alternative-email-as-from'
9615         after `message-setup-hook' to give it precedence over posting
9616         styles, etc.
9617         (message-use-alternative-email-as-from): Add docstring.  Remove
9618         the original From header if present.
9619
9620         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9621         (nnml-save-mail): Use it.
9622
9623         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9624         articles.  Add new argument `silent'.
9625         (gnus-uu-mark-all): Report the total number of marked articles.
9626
9627 2005-09-10  Romain Francoise  <romain@orebokech.com>
9628
9629         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9630         (gnus-uu-mark-series): Likewise.
9631
9632 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9633
9634         * spam-report.el (spam-report-gmane): Fix generation of spam
9635         report URL.
9636
9637 2005-09-10  Simon Josefsson  <jas@extundo.com>
9638
9639         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9640         t, based on discussion on the ding list with Robert Epprecht
9641         <epprecht@solnet.ch>.
9642
9643 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9644
9645         * spam-report.el (spam-report-gmane): Make it work without
9646         X-Report-Spam header.  Gmane now only provides Archived-At.
9647         This is only used if `spam-report-gmane-use-article-number' is nil.
9648         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9649
9650         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9651         make `gnus-summary-sort-by-recipient' work with threading.
9652
9653         * nnweb.el (nnweb-google-wash-article): Print a message if article
9654         is not available.
9655
9656 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9657
9658         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9659         change.  Decode text/* parts content before displaying.
9660
9661 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9662
9663         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9664
9665 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9666
9667         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9668
9669         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9670         url-package-name, url-package-version,
9671         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9672         w3m-display-inline-images, and w3m-minor-mode-map.
9673
9674 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9675
9676         * message.el (message-tab-body-function): Fix mismatched custom type.
9677
9678         * gnus.el (gnus-group-change-level-function): Ditto.
9679
9680         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9681
9682         * gnus-art.el (gnus-signature-limit)
9683         (gnus-article-mime-part-function): Ditto.
9684
9685 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9686
9687         * mml.el (mml-mode): Silence the byte compiler.
9688
9689         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9690         using `(sit-for 0)' before moving the point to the specified part;
9691         skip unbuttonized parts.
9692         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9693         return to the summary window if gnus-auto-select-part is non-nil.
9694
9695 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9696
9697         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9698         variables.
9699         (mml-dnd-attach-file, mml-mode): Use them.
9700
9701         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9702         Make fetching article by MID work again for Google Groups.  Added
9703         FIXME concerning gnus-group-make-web-group.
9704
9705         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9706         Don't depend on Gnus by using mail-extract-address-components if
9707         gnus-extract-address-components is not bound.
9708
9709 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9710
9711         * gnus-art.el (gnus-mime-display-security): Don't display the
9712         signature, but only the signed part.
9713
9714 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9715
9716         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9717
9718         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9719         list, not listp.
9720
9721 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9722
9723         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9724         when encoding.
9725
9726         * mm-bodies.el (mm-decode-content-transfer-encoding):
9727         De-canonicalize CRLF for all text content types, not just
9728         text/plain.
9729
9730 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9731
9732         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9733         valid article; point arrow and cursor at the MIME button.
9734
9735 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9736
9737         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9738         Suggested by Dan Christensen <jdc@uwo.ca>.
9739
9740         * mm-decode.el (mm-save-part): Enable change of prompt.
9741
9742 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9743
9744         * gnus-msg.el (gnus-inews-add-send-actions): Made
9745         `message-post-method' lambda parameter ARG `&optional'.
9746
9747 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9748
9749         * gnus-sum.el (gnus-summary-mime-map): Added
9750         gnus-article-save-part-and-strip, gnus-article-delete-part and
9751         gnus-article-jump-to-part.
9752
9753         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9754         (gnus-article-edit-part): Use it.
9755         (gnus-article-part-wrapper): Added no-handle argument.
9756         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9757         functions.
9758
9759 2005-08-29  Romain Francoise  <romain@orebokech.com>
9760
9761         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9762         docstring.
9763         (gnus-face-from-file): Likewise.
9764
9765 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9766
9767         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9768         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9769         non-nil.
9770         (gnus-auto-select-part): New variable.
9771         (gnus-article-jump-to-part): New function.
9772         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9773         (gnus-mime-delete-part): Allow selecting specified part after
9774         deleting or stripping parts.
9775         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9776         part if argument is bogus.
9777
9778 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9779
9780         * gnus-art.el (w3m-minor-mode-map):
9781         * gnus-spec.el (gnus-newsrc-file-version):
9782         * gnus-util.el (nnmail-active-file-coding-system)
9783         (gnus-original-article-buffer, gnus-user-agent):
9784         * gnus.el (gnus-ham-process-destinations)
9785         (gnus-parameter-ham-marks-alist)
9786         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9787         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9788         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9789         * mm-decode.el (gnus-current-window-configuration):
9790         * mm-extern.el (gnus-article-mime-handles):
9791         * mm-url.el (url-current-object, url-package-name)
9792         (url-package-version):
9793         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9794         (smime-keys, w3m-cid-retrieve-function-alist)
9795         (w3m-current-buffer, w3m-display-inline-images)
9796         (w3m-minor-mode-map):
9797         * mml-smime.el (gnus-extract-address-components):
9798         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9799         (gnus-newsrc-hashtb, message-default-charset)
9800         (message-deletable-headers, message-options)
9801         (message-posting-charset, message-required-mail-headers)
9802         (message-required-news-headers):
9803         * mml1991.el (mc-pgp-always-sign):
9804         * mml2015.el (mc-pgp-always-sign):
9805         * nnheader.el (nnmail-extra-headers):
9806         * rfc1843.el (gnus-decode-encoded-word-function)
9807         (gnus-decode-header-function, gnus-newsgroup-name):
9808         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9809
9810 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9811
9812         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9813         the end of the date treatments.
9814
9815 2005-08-15  Simon Josefsson  <jas@extundo.com>
9816
9817         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9818         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9819         Capello and Romain Francoise.
9820         (pgg-fetch-key-function): Removed, not used?
9821         (pgg-insert-url-with-w3): Require url, to get
9822         url-insert-file-contents regardless of where it is defined.
9823
9824 2005-08-13  Romain Francoise  <romain@orebokech.com>
9825
9826         * message.el (message-cite-original-1): New function.
9827         (message-cite-original): Use it.
9828         (message-cite-original-without-signature): Ditto.
9829
9830 2005-08-08  Romain Francoise  <romain@orebokech.com>
9831
9832         * message.el (message-yank-empty-prefix): New variable.
9833         (message-indent-citation): Use it.
9834         (message-cite-original-without-signature): Respect X-No-Archive.
9835
9836 2005-08-08  Simon Josefsson  <jas@extundo.com>
9837
9838         * pgg.el: Autoload url-insert-file-contents instead of loading
9839         w3/url.
9840         (pgg-insert-url-with-w3): Don't load url here.
9841
9842 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9843
9844         * message.el (message-kill-to-signature): Don't insert newline at
9845         bol.
9846         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9847
9848 2005-08-06  Romain Francoise  <romain@orebokech.com>
9849
9850         * message.el (message-user-fqdn): Fix typo in docstring.
9851
9852 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9853
9854         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9855
9856         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9857
9858 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9859
9860         * mm-bodies.el (mm-encode-body): Use coding system rather than
9861         charset to encode text.
9862
9863         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9864         number of charsets if utf-8 is available (XEmacs).
9865
9866 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9867
9868         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9869         taken from `gnus-button-mid-or-mail-regexp'.
9870         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9871         (gnus-button-alist): Improve regexp for domain part of the MIDs
9872         for news:localpart@domain buttons.
9873         (gnus-button-ctan-directory-regexp): Update.
9874
9875 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9876
9877         * sieve-manage.el (sieve-manage-interactive-login): Use
9878         make-local-variable rather than make-variable-buffer-local.
9879         (sieve-manage-open): Ditto.
9880         (sieve-manage-authenticate): Ditto.
9881
9882         * mml.el (mml-generate-mime-1): Make the content type default to
9883         text/plain if the filename is not specified.
9884
9885 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9886
9887         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9888         instead of insert-buffer.
9889
9890         * message.el (message-yank-original): Ditto; set the mark at the
9891         end of the yanked message.
9892
9893 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9896         lines to scroll rather than to stop it.
9897
9898         * mml.el (mml-generate-default-type): Add doc string.
9899         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9900         default to application/octet-stream when determining the content
9901         type if it is not specified for the part or the mml contents; add
9902         a comment about mml-generate-default-type.
9903
9904 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9905
9906         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9907         make it default to application/octet-stream when determining the
9908         content type if it is not specified for the external contents.
9909
9910 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9911
9912         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9913         segmented parameter but also other parameters might be there.
9914
9915 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9916
9917         * mm-decode.el (mm-display-external): Delete temp file, directory
9918         and buffer immediately if the external process is exited.
9919
9920 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9921
9922         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9923         fewer lines than that of scroll-margin.
9924         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9925
9926 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9927
9928         * gnus-art.el (gnus-article-next-page): Revert.
9929         (gnus-article-beginning-of-window): New macro.
9930         (gnus-article-next-page-1): Use it.
9931         (gnus-article-prev-page): Ditto.
9932         (gnus-article-edit-part): Use insert-buffer-substring instead of
9933         insert-buffer.
9934         (gnus-article-edit-exit): Ditto.
9935
9936         * gnus-util.el (gnus-beginning-of-window): Remove.
9937         (gnus-end-of-window): Remove.
9938
9939         * lpath.el: Don't bind header-line-format and scroll-margin.
9940
9941 2005-07-25  Simon Josefsson  <jas@extundo.com>
9942
9943         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9944         to have the url package without w3.  Reported by Daiki Ueno
9945         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9946
9947 2005-07-20  Didier Verna  <didier@xemacs.org>
9948
9949         * gnus-diary.el: Remove the description comment (nndiary is now
9950         properly documented in the Gnus manual).
9951         Fix the spelling of "Back End".
9952         * nndiary.el: Ditto.
9953         Fix the copyright notice.
9954
9955 2005-07-18  Romain Francoise  <romain@orebokech.com>
9956
9957         * gnus-sum.el (gnus-summary-to-prefix)
9958         (gnus-summary-newsgroup-prefix): New variables.
9959         (gnus-summary-from-or-to-or-newsgroups): Use them.
9960
9961 2005-07-17  Romain Francoise  <romain@orebokech.com>
9962
9963         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9964         space as it's generally not especially interesting to the user.
9965
9966 2005-07-16  Romain Francoise  <romain@orebokech.com>
9967
9968         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9969         nil to avoid prompting and file modification if one of the
9970         messages at the top of the nnfolder file contains a copyright
9971         notice.
9972         Update copyright notice.
9973
9974         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9975         instead of `current-time-string' as the latter creates a time
9976         string that is not RFC 2822 compliant (it lacks the zone).
9977         Update copyright notice.
9978
9979 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9980
9981         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9982         for text/rtf.  Display default in prompt.  Pass default for M-n.
9983
9984         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9985
9986 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9987
9988         * gnus-msg.el (gnus-button-mailto): Remove
9989         save-selected-window-window hackery because it relies on
9990         save-selected-window internals.
9991
9992 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9993
9994         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9995         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9996         (gnus-article-prev-page): Ditto.
9997
9998         * gnus-util.el (gnus-beginning-of-window): New function.
9999         (gnus-end-of-window): New function.
10000
10001         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10002
10003 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10004
10005         * gnus-score.el (gnus-score-edit-all-score): Set
10006         gnus-score-edit-exit-function to gnus-score-edit-done and call
10007         gnus-message.
10008
10009 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10010
10011         * gnus-msg.el (gnus-button-mailto): Remove
10012         save-selected-window-window hackery because it relies on
10013         save-selected-window internals.
10014
10015 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10018         add-minor-mode.
10019         (gnus-binary-mode): Ditto.
10020
10021         * gnus-topic.el (gnus-topic-mode): Ditto.
10022
10023 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10024
10025         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10026         (gnus-article-prev-page): Take scroll-margin into consideration.
10027
10028 2005-07-04  Lute Kamstra  <lute@gnu.org>
10029
10030         Update FSF's address in GPL notices.
10031
10032 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10033
10034         * gnus.el (gnus-exit):
10035         * gnus-group.el (gnus-group-icons):
10036         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10037
10038         * gnus-nocem.el (gnus-nocem):
10039         * message.el (message-various, message-buffers, message-sending)
10040         (message-interface, message-forwarding, message-insertion)
10041         (message-headers, message-news, message-mail):
10042         * pgg-gpg.el (pgg-gpg):
10043         * pgg-parse.el (pgg-parse):
10044         * pgg-pgp.el (pgg-pgp):
10045         * pgg-pgp5.el (pgg-pgp5):
10046         * pop3.el (pop3): Finish `defgroup' description with period.
10047
10048 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10049
10050         * gnus-art.el (article-display-face): Improve the efficiency.
10051         (article-display-x-face): Ditto; remove grey x-face stuff.
10052
10053 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10054
10055         * gnus-art.el (article-display-face): Correct the position in
10056         which Faces are inserted.
10057
10058 2005-06-29  Didier Verna  <didier@xemacs.org>
10059
10060         * gnus-art.el (article-display-face): Display faces in correct
10061         order.
10062
10063 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10066         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10067         (gnus-nocem-check-article): Fetch the Type header.
10068         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10069         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10070         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10071         make sure gnus-nocem-hashtb is initialized.
10072         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10073         (gnus-nocem-unwanted-article-p): Ditto.
10074
10075         * pgg.el (pgg-verify): Return the verification result.
10076
10077 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10078
10079         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10080         is ascii.
10081
10082 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10083
10084         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10085         `show-nonbreak-escape'.
10086
10087 2005-06-23  Lute Kamstra  <lute@gnu.org>
10088
10089         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10090
10091         * dig.el (dig-mode):
10092         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10093
10094 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10095
10096         * nnimap.el (nnimap-split-download-body): Fix spellings.
10097
10098 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10099
10100         * gnus-art.el (gnus-article-encrypt-body):
10101         * gnus-cus.el (gnus-score-customize):
10102         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10103         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10104
10105 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10106
10107         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10108         header by looking for magic "MII" at the beginnig.
10109
10110 2005-06-16  Miles Bader  <miles@gnu.org>
10111
10112         * gnus-xmas.el (gnus-xmas-group-startup-message):
10113         Use renamed gnus-splash face.
10114
10115         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10116         (assistant-field-face): New backward-compatibility alias for renamed
10117         face.
10118         (assistant-render-text): Use renamed assistant-field face.
10119
10120         * spam.el (spam): Remove "-face" suffix from face name.
10121         (spam-face): New backward-compatibility alias for renamed face.
10122         (spam-face, spam-initialize): Use renamed spam face.
10123
10124         * message.el (message-header-to, message-header-cc)
10125         (message-header-subject, message-header-newsgroups)
10126         (message-header-other, message-header-name)
10127         (message-header-xheader, message-separator, message-cited-text)
10128         (message-mml): Remove "-face" suffix from face names.
10129         (message-header-to-face, message-header-cc-face)
10130         (message-header-subject-face, message-header-newsgroups-face)
10131         (message-header-other-face, message-header-name-face)
10132         (message-header-xheader-face, message-separator-face)
10133         (message-cited-text-face, message-mml-face):
10134         New backward-compatibility aliases for renamed faces.
10135         (message-font-lock-keywords): Use renamed message faces.
10136
10137         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10138         (sieve-test-commands, sieve-tagged-arguments):
10139         Remove "-face" suffix from face names.
10140         (sieve-control-commands-face, sieve-action-commands-face)
10141         (sieve-test-commands-face, sieve-tagged-arguments-face):
10142         New backward-compatibility aliases for renamed faces.
10143         (sieve-control-commands-face, sieve-action-commands-face)
10144         (sieve-test-commands-face, sieve-tagged-arguments-face):
10145         Use renamed sieve faces.
10146
10147         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10148         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10149         (gnus-group-news-3-empty, gnus-group-news-4)
10150         (gnus-group-news-4-empty, gnus-group-news-5)
10151         (gnus-group-news-5-empty, gnus-group-news-6)
10152         (gnus-group-news-6-empty, gnus-group-news-low)
10153         (gnus-group-news-low-empty, gnus-group-mail-1)
10154         (gnus-group-mail-1-empty, gnus-group-mail-2)
10155         (gnus-group-mail-2-empty, gnus-group-mail-3)
10156         (gnus-group-mail-3-empty, gnus-group-mail-low)
10157         (gnus-group-mail-low-empty, gnus-summary-selected)
10158         (gnus-summary-cancelled, gnus-summary-high-ticked)
10159         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10160         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10161         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10162         (gnus-summary-low-undownloaded)
10163         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10164         (gnus-summary-low-unread, gnus-summary-normal-unread)
10165         (gnus-summary-high-read, gnus-summary-low-read)
10166         (gnus-summary-normal-read, gnus-splash):
10167         Remove "-face" suffix from face names.
10168         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10169         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10170         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10171         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10172         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10173         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10174         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10175         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10176         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10177         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10178         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10179         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10180         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10181         (gnus-summary-normal-ticked-face)
10182         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10183         (gnus-summary-normal-ancient-face)
10184         (gnus-summary-high-undownloaded-face)
10185         (gnus-summary-low-undownloaded-face)
10186         (gnus-summary-normal-undownloaded-face)
10187         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10188         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10189         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10190         (gnus-splash-face):
10191         New backward-compatibility aliases for renamed faces.
10192         (gnus-group-startup-message): Use renamed gnus faces.
10193
10194         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10195         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10196         (gnus-server-agent): Remove "-face" suffix from face names.
10197         (gnus-server-agent-face, gnus-server-opened-face)
10198         (gnus-server-closed-face, gnus-server-denied-face)
10199         (gnus-server-offline-face):
10200         New backward-compatibility aliases for renamed faces.
10201         (gnus-server-agent-face, gnus-server-opened-face)
10202         (gnus-server-closed-face, gnus-server-denied-face)
10203         (gnus-server-offline-face): Use renamed gnus faces.
10204
10205         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10206         Remove "-face" suffix from face names.
10207         (gnus-picon-xbm-face, gnus-picon-face):
10208         New backward-compatibility aliases for renamed faces.
10209
10210         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10211         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10212         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10213         (gnus-cite-11): Remove "-face" suffix from face names.
10214         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10215         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10216         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10217         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10218         New backward-compatibility aliases for renamed faces.
10219         (gnus-cite-attribution-face, gnus-cite-face-list)
10220         (gnus-article-boring-faces): Use renamed gnus faces.
10221
10222         * gnus-art.el (gnus-signature, gnus-header-from)
10223         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10224         (gnus-header-content): Remove "-face" suffix from face names.
10225         (gnus-signature-face, gnus-header-from-face)
10226         (gnus-header-subject-face, gnus-header-newsgroups-face)
10227         (gnus-header-name-face, gnus-header-content-face):
10228         New backward-compatibility aliases for renamed faces.
10229         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10230
10231         * gnus-sum.el (gnus-summary-selected-face)
10232         (gnus-summary-highlight): Use renamed gnus faces.
10233         * gnus-group.el (gnus-group-highlight): Likewise.
10234
10235 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10236
10237         * gnus-sieve.el (gnus-sieve-article-add-rule):
10238         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10239         * spam-stat.el (spam-stat-buffer-change-to-spam)
10240         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10241
10242         * message.el (message-is-yours-p):
10243         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10244
10245 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10246
10247         * mm-view.el (mm-inline-text): Withdraw the last change.
10248
10249 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10250
10251         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10252         executing enriched-decode.
10253
10254 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10255
10256         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10257         charset of tar files.
10258
10259 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10260
10261         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10262
10263 2005-06-04  Lute Kamstra  <lute@gnu.org>
10264
10265         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10266         information is never recorded.
10267
10268 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10269
10270         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10271
10272 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10273
10274         * pop3.el (pop3-apop): Run md5 in the binary mode.
10275
10276         * starttls.el (starttls-set-process-query-on-exit-flag):
10277         Use eval-and-compile.
10278
10279 2005-05-31  Simon Josefsson  <jas@extundo.com>
10280
10281         * smime.el (smime-replace-in-string): Define.
10282         (smime-cert-by-ldap-1): Use it.
10283
10284 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10285
10286         * gnus-art.el (article-display-x-face): Replace
10287         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10288
10289         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10290         set-process-query-on-exit-flag or process-kill-without-query.
10291
10292         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10293         loop instead of replace-regexp.
10294
10295         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10296         instead of process-kill-without-query if it is available.
10297
10298         * lpath.el: Fbind ldap-search-entries.
10299
10300         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10301         instead of find-file-hooks if it is available.
10302
10303         * mml1991.el: Bind pgg-default-user-id when compiling.
10304
10305         * mml2015.el: Bind pgg-default-user-id when compiling.
10306
10307         * nndraft.el (nndraft-request-associate-buffer):
10308         Use write-contents-functions instead of write-contents-hooks if it is
10309         available.
10310
10311         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10312         instead of find-file-hooks if it is available.
10313
10314         * nntp.el (nntp-open-connection): Replace
10315         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10316         (nntp-open-ssl-stream): Ditto.
10317         (nntp-open-tls-stream): Ditto.
10318
10319         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10320         set-process-query-on-exit-flag or process-kill-without-query.
10321         (starttls-open-stream-gnutls): Use it instead of
10322         process-kill-without-query.
10323         (starttls-open-stream): Ditto.
10324
10325 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10326
10327         * smime.el (smime-cert-by-ldap-1): Don't use
10328         replace-regexp-in-string.
10329
10330 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10331
10332         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10333
10334         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10335         in PEM format.  Adjust to the XEmacs compability.
10336
10337 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10338
10339         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10340         by `string-to-number'.
10341         * gnus-agent.el (gnus-agent-regenerate-group)
10342         (gnus-agent-fetch-articles): Ditto.
10343         * gnus-art.el (gnus-button-fetch-group): Ditto.
10344         * gnus-cache.el (gnus-cache-generate-active)
10345         (gnus-cache-articles-in-group): Ditto.
10346         * gnus-group.el (gnus-group-set-current-level)
10347         (gnus-group-insert-group-line): Ditto.
10348         * gnus-score.el (gnus-score-set-expunge-below)
10349         (gnus-score-set-mark-below, gnus-summary-score-effect)
10350         (gnus-summary-score-entry): Ditto.
10351         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10352         (gnus-soup-pack): Ditto.
10353         * gnus-spec.el (gnus-xmas-format): Ditto.
10354         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10355         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10356         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10357         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10358         * nndb.el (nndb-get-remote-expire-response): Ditto.
10359         * nndiary.el (nndiary-parse-schedule-value)
10360         (nndiary-string-to-number, nndiary-request-replace-article)
10361         (nndiary-request-article): Ditto.
10362         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10363         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10364         * nneething.el (nneething-make-head): Ditto.
10365         * nnfolder.el (nnfolder-request-article)
10366         (nnfolder-retrieve-headers): Ditto.
10367         * nnheader.el (nnheader-file-to-number): Ditto.
10368         * nnkiboze.el (nnkiboze-request-article): Ditto.
10369         * nnmail.el (nnmail-process-unix-mail-format)
10370         (nnmail-process-babyl-mail-format): Ditto.
10371         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10372         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10373         (nnmh-request-create-group, nnmh-request-list-1)
10374         (nnmh-request-group, nnmh-request-article): Ditto.
10375         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10376         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10377         * nnsoup.el (nnsoup-make-active): Ditto.
10378         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10379         * nntp.el (nntp-find-group-and-number)
10380         (nntp-retrieve-headers-with-xover): Ditto.
10381         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10382         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10383         (pgg-format-key-identifier): Ditto.
10384         * pop3.el (pop3-last, pop3-stat): Ditto.
10385         * qp.el (quoted-printable-decode-region): Ditto.
10386
10387         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10388         of concat.
10389
10390 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10391
10392         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10393
10394         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10395
10396         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10397
10398         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10399
10400         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10401
10402         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10403
10404         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10405         (gnus-carpal-mode): Ditto.
10406
10407         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10408         (gnus-browse-mode): Ditto.
10409
10410         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10411
10412         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10413
10414 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10415
10416         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10417
10418 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10419
10420         * gnus-util.el (gnus-run-mode-hooks): New function.
10421
10422         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10423
10424         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10425         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10426
10427 2005-05-27  Lute Kamstra  <lute@gnu.org>
10428
10429         * dns-mode.el (dns-mode): Specify customization group.
10430
10431 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10432
10433         * gnus-agent.el (gnus-agent-make-mode-line-string):
10434         Use mode-line-highlight as mouse-face.
10435
10436 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10437
10438         * canlock.el (canlock): Change the parent group to news.
10439
10440         * deuglify.el (gnus-outlook-deuglify): Add :group.
10441
10442         * dig.el (dig): Add :group.
10443
10444         * dns-mode.el (dns-mode): Add :group.
10445
10446         * encrypt.el (encrypt): Add :group.
10447
10448         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10449         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10450         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10451         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10452         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10453
10454         * gnus-diary.el (gnus-diary): Add :group.
10455
10456         * gnus.el (gnus-group-news-1-face): Add :group.
10457         (gnus-group-news-1-empty-face): Ditto.
10458         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10459         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10460         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10461         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10462         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10463         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10464         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10465         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10466         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10467         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10468         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10469         (gnus-summary-high-ticked-face): Ditto.
10470         (gnus-summary-low-ticked-face): Ditto.
10471         (gnus-summary-normal-ticked-face): Ditto.
10472         (gnus-summary-high-ancient-face): Ditto.
10473         (gnus-summary-low-ancient-face): Ditto.
10474         (gnus-summary-normal-ancient-face): Ditto.
10475         (gnus-summary-high-undownloaded-face): Ditto.
10476         (gnus-summary-low-undownloaded-face): Ditto.
10477         (gnus-summary-normal-undownloaded-face): Ditto.
10478         (gnus-summary-high-unread-face): Ditto.
10479         (gnus-summary-low-unread-face): Ditto.
10480         (gnus-summary-normal-unread-face): Ditto.
10481         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10482         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10483
10484         * hashcash.el (hashcash): New custom group.
10485         (hashcash-default-payment): Add :group.
10486         (hashcash-payment-alist): Ditto.
10487         (hashcash-default-accept-payment): Ditto.
10488         (hashcash-accept-resources): Ditto.
10489         (hashcash-path): Ditto.
10490         (hashcash-extra-generate-parameters): Ditto.
10491         (hashcash-double-spend-database): Ditto.
10492         (hashcash-in-news): Ditto.
10493
10494         * message.el (message-minibuffer-local-map): Add :group.
10495
10496         * netrc.el (netrc): Add :group.
10497
10498         * sieve-manage.el (sieve-manage-log): Add :group.
10499         (sieve-manage-default-user): Diito.
10500         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10501         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10502         (sieve-manage-authenticators): Ditto.
10503         (sieve-manage-authenticator-alist): Ditto.
10504         (sieve-manage-default-port): Ditto.
10505
10506         * sieve-mode.el (sieve-control-commands-face): Add :group.
10507         (sieve-action-commands-face): Ditto.
10508         (sieve-test-commands-face): Ditto.
10509         (sieve-tagged-arguments-face): Ditto.
10510
10511         * smime.el (smime): Add :group.
10512
10513         * spam-report.el (spam-report): Add :group.
10514
10515         * spam.el (spam, spam-face): Add :group.
10516
10517 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10518
10519         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10520         return \n.\n.\n at the end of articles.  Protect against that.
10521         (nntp-with-open-group): Allow debugging.
10522
10523         * nnheader.el (mail-header-set-extra): Make into a function
10524         because I just could't understand how to quote the list properly.
10525
10526         * dns.el (query-dns-cached): New function.
10527
10528 2005-05-26  Lute Kamstra  <lute@gnu.org>
10529
10530         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10531
10532 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10533
10534         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10535
10536         * gnus-art.el: Don't autoload mail-extract-address-components.
10537
10538         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10539         eval-and-compile to evaluate it.
10540
10541         * hashcash.el: Don't autoload executable-find.
10542
10543         * nndb.el: Don't declare the nndb back end two or more times; don't
10544         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10545
10546         * nntp.el: Autoload format-spec instead of format; use
10547         eval-and-compile to evaluate autoload forms.
10548
10549 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10550
10551         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10552
10553 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10554
10555         * gnus.el (gnus-version-number): Bump version.
10556
10557 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10558
10559         * gnus.el: No Gnus v0.3 is released.
10560
10561 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10562
10563         * lpath.el (featurep): Bind show-nonbreak-escape.
10564
10565 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10566
10567         * gnus-art.el (gnus-article-edit-part): Disable undo.
10568
10569 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10570
10571         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10572         gnus-article-date-lapsed-new-header is t if date timer is active;
10573         skip headers in which the original date value is empty.
10574         (gnus-article-save-original-date): Redefine it as a macro.
10575         (gnus-display-mime): Use it.
10576
10577 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10578
10579         * gnus-art.el (article-date-ut): Support converting date in
10580         forwarded parts as well.
10581         (gnus-article-save-original-date): New function.
10582         (gnus-display-mime): Use it.
10583
10584 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10585
10586         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10587         enclosure element of <item>.
10588
10589 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10590
10591         * message.el (message-kill-buffer-query): Renamed from
10592         `message-kill-buffer-query-if-modified'.  Added :version.
10593
10594 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10595
10596         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10597         window layout.
10598
10599 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10600
10601         * mml.el: Autoload dnd when compiling.
10602
10603 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10604
10605         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10606         x-dnd-*.
10607
10608 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10609
10610         * qp.el (quoted-printable-encode-region): Save excursion.
10611
10612 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10613
10614         * message.el (message-kill-buffer-query-if-modified): Add new variable
10615         so the user can kill a modified message buffer quickly.
10616         (message-kill-buffer): Use it.
10617
10618 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10619
10620         * lpath.el: Fbind display-time-event-handler; don't fbind
10621         string-to-multibyte.
10622
10623         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10624
10625 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10626
10627         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10628         contained in text because xml.el decodes entities) with LFs.
10629
10630 2005-04-11  Lute Kamstra  <lute@gnu.org>
10631
10632         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10633         differently.
10634
10635 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10636
10637         * mm-util.el (mm-detect-coding-region): Typo.
10638
10639 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10640
10641         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10642
10643 2005-04-06  Deepak Goel  <deego@gnufans.org>
10644
10645         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10646         user-function allow user modifications of the scores.
10647         (spam-stat-score-buffer-user): New function, to allow
10648         user-computed modifications to the score.
10649         (spam-stat-score-buffer-user-functions): List of additional
10650         scoring functions.
10651         (spam-stat-error-holder): Global temporary error holder.
10652         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10653         variable.
10654
10655 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10656
10657         * gnus-registry.el (gnus-registry-clean-empty-function)
10658         (gnus-registry-trim, gnus-registry-fetch-groups)
10659         (gnus-registry-delete-group): Groups that match
10660         `gnus-registry-ignored-groups' are removed from the registry
10661         entries, not just ignored for splitting.  This helps clean up the
10662         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10663         to get all the groups a message ID is in.
10664
10665         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10666         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10667         (spam-stat-score-buffer-user-functions): Add :number custom type.
10668
10669 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10670
10671         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10672         argument in XEmacs.
10673
10674         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10675         (nnrss-request-group): Decode group name first.
10676         (nnrss-request-article): Make a text/plain article if mml-to-mime
10677         failed.
10678         (nnrss-get-encoding): Return a compatible encoding according to
10679         nnrss-compatible-encoding-alist.
10680         (nnrss-find-el): Use consp instead of listp.
10681         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10682
10683 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10686         which Emacs 20 doesn't support.
10687         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10688
10689 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10690
10691         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10692         silence the byte compiler inside the defun.
10693
10694         * gnus-demon.el (parse-time-string): Add autoload.
10695
10696         * gnus-delay.el (parse-time-string): Add autoload.
10697
10698         * gnus-art.el (parse-time-string): Add autoload.
10699
10700         * nnultimate.el (parse-time): Require for `parse-time-string'.
10701
10702 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10703
10704         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10705
10706         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10707
10708         * smime.el (smime-ldap-host-list): Add :version.
10709
10710 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10711
10712         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10713         pass it to `gnus-browse-read-group'.
10714         (gnus-browse-read-group): Add NUMBER argument and pass it to
10715         `gnus-group-read-ephemeral-group'.
10716
10717         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10718         argument and pass it to `gnus-group-read-group'.
10719
10720 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10721
10722         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10723         mm-xemacs-find-mime-charset-1 if we have the mule feature
10724         available at runtime.
10725
10726 2005-03-25  Werner Lemberg  <wl@gnu.org>
10727
10728         * nnmaildir.el: Replace `illegal' with `invalid'.
10729
10730 2005-03-23  Lute Kamstra  <lute@gnu.org>
10731
10732         * time-date.el: Add comment on time value formats.
10733         Don't require parse-time.
10734         (with-decoded-time-value): New macro.
10735         (encode-time-value): New function.
10736         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10737         (days-to-time): Return a valid time value when arg is huge.
10738         (time-since): Use time-subtract.
10739         (time-to-number-of-days): Use time-to-seconds.
10740
10741 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10742
10743         * gnus-start.el (gnus-display-time-event-handler):
10744         Check display-time-timer at runtime rather than only at load time
10745         in case display-time-mode is turned off in the mean time.
10746
10747 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10748
10749         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10750         used.
10751
10752         * nneething.el (nneething-map-file-directory): Derive from
10753         `gnus-directory'.
10754
10755         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10756         the To/Cc button.
10757
10758 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10759
10760         * nnmaildir.el (nnmaildir-request-accept-article):
10761         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10762
10763 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10764
10765         * gnus-async.el: Require timer-funcs at compile time when in
10766         XEmacs for `run-with-idle-timer'.
10767
10768 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10769
10770         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10771         autoloaded function.
10772
10773 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10774
10775         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10776
10777 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10778
10779         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10780
10781 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10782
10783         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10784         gnus-expert-user to default.
10785
10786 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10787
10788         * nnimap.el (nnimap-open-server): Ditto.
10789
10790         * imap.el (imap-authenticate): Fix typo.
10791
10792 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10793
10794         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10795         buffer (since IMAP server might return FETCH response out of
10796         order, and the nntp buffer must be sorted).
10797
10798 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10799
10800         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10801         comparison on string.
10802
10803         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10804         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10805         (gnus-agent-summary-fetch-series): Modified to protect against
10806         gnus-agent-summary-fetch-group clearing processable flags.
10807         (gnus-agent-synchronize-group-flags): Update live group buffer as
10808         synchronization may occur due to the user toggle the plugged
10809         status.
10810         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10811         successfully downloaded.
10812         (gnus-agent-expire-group-1): Avoid using markers when the overview
10813         is in ascending order; greatly improves performance.
10814         (gnus-agent-regenerate-group): Use
10815         gnus-agent-synchronize-group-flags to reset read status in both
10816         gnus and server.
10817         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10818
10819 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10820
10821         * message.el: Don't autoload former message-utils variables.
10822         (message-strip-subject-trailing-was): Change doc string.
10823
10824         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10825         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10826         (nnweb-google-search): Add "hl=en" here.
10827         (nnweb-google-parse-1, nnweb-google-create-mapping):
10828         Don't hardcode URL.
10829
10830 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10831
10832         * message.el (message-get-reply-headers, message-followup):
10833         Mention related variables `message-use-followup-to' and
10834         `message-use-mail-followup-to', in the information buffer.
10835
10836         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10837         of broken groups(-beta).google.com.
10838
10839 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10840
10841         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10842         parameter to invoked gnus-request-move-article; remove the
10843         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10844         all at once instead of once per article.
10845         (gnus-summary-remove-process-mark): Accept a list of articles as
10846         well as a single article for processing.
10847
10848         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10849         parameter.
10850
10851         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10852
10853         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10854
10855         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10856         parameter.
10857
10858         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10859         parameter.
10860
10861         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10862         parameter and remove the gnus-sum-hint-move-is-internal variable.
10863
10864         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10865         parameter.
10866
10867         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10868         parameter.
10869
10870         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10871         parameter.
10872
10873         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10874
10875         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10876         parameter.
10877
10878         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10879         parameter.
10880
10881 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10882
10883         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10884         a more conservative way.
10885
10886 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10887
10888         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10889         buffer, so it moves the window's cursor.
10890
10891 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10892
10893         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10894         `mm-dissect-multipart' and receive the from field as an (optional)
10895         argument from `mm-dissect-multipart'.
10896         (mm-dissect-multipart): Receive the from field as an argument and
10897         pass it on when we call `mm-dissect-buffer' on MIME parts.
10898         Fixes verification/decryption of signed/encrypted MIME parts.
10899
10900 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10901
10902         * gnus-sum.el (gnus-summary-move-article): Set
10903         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10904         whatever it calls (right now, only nnimap-request-move article
10905         respects it).
10906
10907         * nnimap.el (nnimap-request-move-article): When
10908         gnus-sum-hint-move-is-internal is set, don't do the extra
10909         nnimap-request-article.
10910
10911 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10912
10913         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10914
10915         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10916         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10917
10918         * gnus-sum.el (gnus-summary-caesar-message):
10919         Apply `gnus-treat-article' after rotation.
10920
10921         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10922         doc string.
10923
10924 2005-02-22  Simon Josefsson  <jas@extundo.com>
10925
10926         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10927         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10928         <arne@arnested.dk>.
10929         (encrypt): Add password-cache and password-cache-expiry as group
10930         members.
10931
10932 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10933
10934         * smime.el (smime-ldap-host-list): Doc fix.
10935         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10936         cache) password.
10937         (smime-sign-region): Use it.
10938         (smime-decrypt-region): Use it.
10939         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10940         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10941         fails.
10942         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10943         certificate from DER to PEM format rather than calling openssl.
10944
10945         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10946
10947         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10948         for signing/encryption.
10949
10950         * mml.el (mml-parse-1): Use them.
10951
10952 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10953
10954         * nnrss.el (nnrss-verbose): Removed.
10955         (nnrss-request-group): Use `nnheader-message' instead.
10956
10957 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10958
10959         * nnrss.el (nnrss-verbose): New variable.
10960         (nnrss-request-group): Make it say nnrss is requesting a group.
10961
10962 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10963
10964         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10965         Handle news URL with given port correctly.
10966
10967 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10968
10969         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10970         containing special characters.
10971
10972         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10973
10974         * mml.el (mime-to-mml): Ditto.
10975
10976         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10977         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10978         (rfc2047-decode-region): Quote decoded words containing special
10979         characters when rfc2047-quote-decoded-words-containing-tspecials
10980         is non-nil.
10981
10982 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10983
10984         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10985
10986         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10987
10988 2005-02-15  Simon Josefsson  <jas@extundo.com>
10989
10990         * nnimap.el (nnimap-debug): Doc fix.
10991
10992         * imap.el (imap-debug): Doc fix.
10993
10994 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10995
10996         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10997
10998 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10999
11000         * gnus.el (spam-contents): Improve docs for spam-contents
11001         parameter in its variable incarnation.
11002
11003 2005-02-14  Simon Josefsson  <jas@extundo.com>
11004
11005         * smime-ldap.el: Use require instead of load-library for ldap.
11006         (smime-ldap-search): Indent.
11007         (smime-ldap-search-internal): Shorten line.
11008
11009         * smime.el (smime-cert-by-dns): Add doc-string.
11010         (smime-cert-by-ldap-1): Indent.
11011
11012         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11013         mml-smime-get-dns-ldap.
11014         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11015
11016 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11017
11018         * smime.el: Require smime-ldap.
11019         (smime-ldap-host-list): New variable.
11020         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11021
11022         * mml-smime.el (mml-smime-encrypt-query): New function.
11023         (mml-smime-encrypt-query): Use it.
11024
11025         * smime-ldap.el: New file.
11026
11027 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11028
11029         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11030
11031 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11032
11033         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11034         argument in doc string.  Make query for type more clear.
11035
11036 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11037
11038         * gnus.el (gnus-group-startup-message): Search for gnus images in
11039         etc/images/gnus.
11040         * mm-util.el (mm-image-load-path): Likewise.
11041         * smiley.el (smiley-data-directory): Search for smilies in
11042         etc/images/smilies.
11043
11044 2005-02-09  Kim F. Storm  <storm@cua.dk>
11045
11046         Change Emacs release version from 21.4 to 22.1 throughout.
11047         Change Emacs development version from 21.3.50 to 22.0.50.
11048
11049 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11050
11051         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11052
11053         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11054         non-Mule XEmacs as well.
11055         (mm-decompress-buffer): Signal an error intentionally if it does
11056         not decompress compressed data because auto-compression-mode is
11057         disabled.
11058
11059 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11060
11061         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11062         an ID in the registry even if it has no groups.
11063
11064 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11065
11066         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11067         merge it into mm-decompress-buffer.
11068         (gnus-mime-copy-part): Use the MIME part charset, the value which
11069         a user specified or gnus-newsgroup-charset for decoding, like
11070         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11071         save-buffer what was used.  Suggested by Kevin Ryde
11072         <user42@zip.com.au>.
11073         (gnus-mime-inline-part): Allow the name parameter as well as the
11074         filename parameter; force decompressing of compressed data; always
11075         display contents being not decoded as unibyte.
11076
11077         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11078         as well as the filename parameter.
11079
11080         * mm-util.el (mm-decompress-buffer): Merge
11081         gnus-mime-jka-compr-maybe-uncompress.
11082         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11083         of compressed data.
11084
11085 2005-02-08  Simon Josefsson  <jas@extundo.com>
11086
11087         * imap.el (imap-log): Doc fix.
11088
11089 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11090
11091         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11092         the coding cookies; decompress compressed parts.
11093
11094         * mml.el (mml-generate-mime-1): Add the charset parameter according
11095         to the value which a user specified manually or the coding cookie.
11096
11097         * mm-util.el (mm-string-to-multibyte): New function.
11098         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11099         (mm-coding-system-to-mime-charset): New function.
11100         (mm-decompress-buffer): New function.
11101         (mm-find-buffer-file-coding-system): New function.
11102
11103         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11104         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11105         parts.
11106
11107 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11108
11109         * mm-view.el (mm-display-inline-fontify): Decode a part according
11110         to the charset parameter.
11111
11112 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11113
11114         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11115         prefix arg is neither nil nor a number, as info specifies.
11116
11117 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11118
11119         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11120         timestamps.
11121
11122 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11123
11124         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11125         groups error checking and notify user.
11126
11127 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11128
11129         * message.el (message-send-mail-function): Check existence of
11130         sendmail-program first before using default value
11131         `message-send-mail-with-sendmail'.  Otherwise use more generic
11132         `smtpmail-send-it'.
11133
11134 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11135
11136         * nntp.el (nntp-request-update-info): Always return nil.
11137
11138 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11139
11140         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11141
11142 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11143
11144         * message.el (message-beginning-of-line): Change the behavior when
11145         invoked between BOL and : so that it first moves backward.
11146
11147 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11148
11149         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11150         article buffer when editing of the article is discarded.
11151         (gnus-article-prepare): Revert.
11152
11153 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11154
11155         * gnus-art.el (gnus-article-prepare):
11156         Remove message-strip-forbidden-properties from the local hook.
11157
11158 2005-01-27  Simon Josefsson  <jas@extundo.com>
11159
11160         * password.el (password-cache-add): Only start one timer per key.
11161         Reported by Derek Atkins <warlord@MIT.EDU>.
11162
11163 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11164
11165         * run-at-time.el: Removed.  It is no longer needed as
11166         timer-funcs.el in the xemacs-base package has a working version of
11167         `run-at-time'.
11168
11169         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11170
11171         * password.el: Require timer-funcs instead of run-at-time in
11172         XEmacs.
11173         Remove `password-run-at-time' macro.
11174         (password-cache-add): Use `run-at-time' instead of
11175         `password-run-at-time'.
11176
11177         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11178         Remove `nnheader-cancel-function-timers' alias,
11179         `cancel-function-timers' exists in XEmacs in timer-funcs.
11180
11181         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11182         for `run-with-idle-timer'.
11183
11184         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11185         for `run-at-time'.
11186
11187         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11188         for `with-timeout'.
11189
11190         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11191         the same as for XEmacs 21.4.
11192         No need to ignore `run-with-idle-timer', this function exists in
11193         XEmacs now in timer-funcs.el in the xemacs-base package.
11194         (dgnushack-compile): No need to delete
11195         run-at-time.el from the list of files to compile because it
11196         doesn't exist anymore.
11197
11198 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11199
11200         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11201         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11202
11203 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11204
11205         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11206         sensitively.
11207
11208 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11209
11210         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11211
11212 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11213
11214         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11215         which will be inserted according to the multibyteness of a buffer
11216         rather than the type of contents.  Suggested by ARISAWA Akihiro
11217         <ari@mbf.ocn.ne.jp>.
11218
11219         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11220         of string which old xml.el may return rather than a string.
11221
11222 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11223
11224         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11225
11226 2005-01-16  Simon Josefsson  <jas@extundo.com>
11227
11228         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11229         idn/idna.el isn't available.
11230         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11231         <michael@waxrat.com>.
11232
11233         * hashcash.el: Remove non-FSF copyright header.
11234
11235         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11236         (hashcash-generate-payment): Use it.
11237         (hashcash-generate-payment-async): Use it.
11238
11239 2005-01-15  Simon Josefsson  <jas@extundo.com>
11240
11241         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11242         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11243
11244         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11245         gnus-summary-idna-message.
11246         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11247         (gnus-summary-idna-message): New function.
11248
11249 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11250
11251         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11252         gnus-novice-user.
11253
11254 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11255
11256         * nnrss.el (nnrss-request-delete-group): Delete entries in
11257         nnrss-group-alist as well.
11258         (nnrss-save-server-data): Insert newline.
11259
11260 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11261
11262         * gnus.el (gnus-user-agent): Use list of symbols instead of
11263         symbols.  Display full version number for (S)XEmacs.  Optionally
11264         display (S)XEmacs codename.
11265
11266         * gnus-util.el (gnus-emacs-version): Update for new
11267         `gnus-user-agent'.
11268
11269         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11270         Gnus version.
11271
11272 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11273
11274         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11275         which is unreadable in some setups.
11276
11277 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11278
11279         * gnus-spec.el (gnus-update-format-specifications): Flush the
11280         group format spec cache if it doesn't support decoded group names.
11281
11282 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11283
11284         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11285         Allow to apply decay on score files matching a regexp.
11286
11287 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11288
11289         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11290         compatibility in %g and %c.
11291
11292 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11293
11294         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11295         name for only %g and %c.
11296         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11297         of gnus-tmp-group to decoded group name.
11298         (gnus-group-make-rss-group): Exclude `/'s from group names.
11299
11300 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11301
11302         * nnrss.el (nnrss-get-encoding): Fix regexp.
11303
11304 2004-12-27  Simon Josefsson  <jas@extundo.com>
11305
11306         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11307         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11308         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11309
11310 2004-12-17  Kim F. Storm  <storm@cua.dk>
11311
11312         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11313
11314         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11315
11316 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11317
11318         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11319
11320 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11321
11322         * nnrss.el: Require rfc2047 and mml.
11323         (nnrss-file-coding-system): New variable.
11324         (nnrss-format-string): Redefine it as an inline function.
11325         (nnrss-decode-group-name): New function.
11326         (nnrss-string-as-multibyte): Remove.
11327         (nnrss-retrieve-headers): Decode group name; don't use
11328         nnrss-format-string.
11329         (nnrss-request-group): Decode group name.
11330         (nnrss-request-article): Decode group name; allow a Message-ID as
11331         well as an article number; don't use nnrss-format-string; encode a
11332         Message-ID string which may contain non-ASCII characters; use
11333         mml-to-mime to compose a MIME article.
11334         (nnrss-request-expire-articles): Decode group name.
11335         (nnrss-request-delete-group): Decode group name.
11336         (nnrss-fetch): Clarify error message.
11337         (nnrss-read-server-data): Use insert-file-contents instead of load;
11338         bind file-name-coding-system; use multibyte buffer.
11339         (nnrss-save-server-data): Bind coding-system-for-write to the
11340         value of nnrss-file-coding-system; bind file-name-coding-system;
11341         add coding cookie.
11342         (nnrss-read-group-data): Use insert-file-contents instead of load;
11343         bind file-name-coding-system; use multibyte buffer.
11344         (nnrss-save-group-data): Bind coding-system-for-write to the
11345         value of nnrss-file-coding-system; bind file-name-coding-system.
11346         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11347         make it work with non-ASCII text.
11348         (nnrss-find-el): Make it work with old xml.el as well.
11349
11350 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11351
11352         * nnrss.el (nnrss-get-encoding): New function.
11353         (nnrss-fetch): Use unibyte buffer initially; bind
11354         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11355         decode contents according to the encoding attribute.
11356         (nnrss-save-group-data): Add coding cookie.
11357         (nnrss-mime-encode-string): New function.
11358         (nnrss-check-group): Use it to encode subject and author.
11359
11360 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11361
11362         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11363         imaginary variable.
11364
11365 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11366
11367         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11368         correctly even if there are wide characters.
11369
11370 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11371
11372         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11373         downcased symbol names; make a new cache instead of reusing
11374         bbdb-hashtable.
11375
11376 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11377
11378         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11379         concatenating segments rather than before concatenating them.
11380         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11381
11382         * message.el (message-get-reply-headers): Bind `extra'.
11383
11384 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11385
11386         * message.el (message-extra-wide-headers): New variable.
11387         (message-get-reply-headers): Use it.
11388
11389 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11390
11391         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11392         (gnus-agent-group-pathname): Ditto.
11393
11394         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11395
11396         * gnus-group.el (gnus-group-make-group): Decode group name.
11397         (gnus-group-make-rss-group): Register the group data after opening
11398         the nnrss group.
11399
11400 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11401
11402         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11403         by expiry now get marked as read.
11404
11405 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11406
11407         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11408
11409 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11410
11411         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11412         unify Latin characters in XEmacs.
11413         (mm-find-mime-charset-region): Use it.
11414
11415 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11416
11417         * gnus-util.el (gnus-delete-directory): New function.
11418
11419         * gnus-agent.el (gnus-agent-delete-group): Use it.
11420
11421         * gnus-cache.el (gnus-cache-delete-group): Use it.
11422
11423 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11424
11425         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11426         names.
11427
11428 2004-12-16  Simon Josefsson  <jas@extundo.com>
11429
11430         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11431
11432 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11433
11434         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11435
11436         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11437         (gnus-group-set-current-level): Decode group name.
11438
11439 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11440
11441         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11442         failed.
11443
11444 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11445
11446         * gnus-group.el (gnus-group-delete-group): Decode group name.
11447         (gnus-group-make-rss-group): Encode group name.
11448         (gnus-group-catchup-current): Decode group name.
11449         (gnus-group-kill-group): Decode group name.
11450
11451 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11452
11453         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11454
11455 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11456
11457         * gnus-group.el (gnus-group-make-rss-group):
11458         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11459
11460         * gnus-start.el (gnus-setup-news): Honor user's setting to
11461         gnus-message-archive-method.  Suggested by Lute Kamstra
11462         <lute@gnu.org>.
11463
11464 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11465
11466         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11467         global counterparts of the buffer-local variables.
11468
11469 2004-11-16  Romain Francoise  <romain@orebokech.com>
11470
11471         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11472         counterparts of the buffer-local variables.
11473
11474 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11475
11476         * message.el (message-forbidden-properties): Fixed typo in doc
11477         string.
11478
11479 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11480
11481         * gnus-util.el (gnus-replace-in-string): Added doc string.
11482
11483         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11484         to avoid problems when splitting mails with many recipients.
11485
11486 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11487
11488         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11489         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11490
11491 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11492
11493         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11494         if there is no hashtable in memory or file modification time is
11495         newer than cached timestamp.
11496
11497 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11498
11499         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11500         not-matching option.
11501
11502 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11503
11504         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11505         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11506         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11507         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11508         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11509         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11510
11511 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11512
11513         * message.el (message-forward-make-body-mml): Remove headers
11514         according to message-forward-ignored-headers if a message is decoded.
11515
11516 2004-12-02  Romain Francoise  <romain@orebokech.com>
11517
11518         * message.el (message-forward-make-body-plain): Always remove
11519         headers according to message-forward-ignored-headers.
11520
11521 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11522
11523         * spam.el (spam-summary-prepare-exit): Remove the
11524         gnus-summary-limit pop for now, it has problems with ham marks for
11525         me.
11526
11527 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11528
11529         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11530         correctly.
11531
11532 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11533
11534         * format-spec.el (format-spec): Message the char.
11535
11536 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11537
11538         * gnus-art.el (gnus-split-methods): Reformat comments.
11539
11540         * spam.el (spam-summary-prepare-exit): Remove article limits
11541         before exiting the summary buffer.
11542
11543 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11544
11545         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11546         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11547
11548         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11549         order to silence the byte compiler.
11550
11551         * spam.el: Fix the way to silence the byte compiler, which
11552         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11553         bbdb-search-simple, spam-BBDB-register-routine,
11554         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11555         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11556         spam-stat-buffer-is-spam, spam-stat-load,
11557         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11558         spam-stat-save and spam-stat-split-fancy.
11559
11560 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11561
11562         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11563         which may confuse users.
11564         (canlock-password-for-verify): Ditto.
11565
11566         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11567
11568         * gnus-art.el (gnus-emphasis-alist): Ditto.
11569
11570         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11571
11572         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11573
11574         * gnus-start.el (gnus-save-killed-list): Ditto.
11575
11576         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11577         (gnus-sum-thread-tree-root): Ditto.
11578         (gnus-sum-thread-tree-false-root): Ditto.
11579         (gnus-sum-thread-tree-single-indent): Ditto.
11580
11581         * message.el (message-courtesy-message): Ditto.
11582         (message-archive-note): Ditto.
11583         (message-subscribed-address-file): Ditto.
11584         (message-user-fqdn): Ditto.
11585
11586         * spam-report.el (spam-report-gmane-regex): Ditto.
11587
11588         * spam.el (spam-blackhole-good-server-regex): Ditto.
11589
11590 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11591
11592         * mml.el (mml-preview): Widen the message buffer before copying
11593         the contents to the preview buffer; sort headers before previewing.
11594
11595         * message.el (message-hidden-headers): Fix the way to avoid a bug
11596         in the `repeat' widget in Emacs 21.3 or earlier.
11597
11598 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11599
11600         * message.el (message-hidden-headers): Default to "^References:".
11601         Improve customization type.  Suggested by Reiner Steib
11602         <Reiner.Steib@gmx.de>.
11603
11604 2004-11-25  Romain Francoise  <romain@orebokech.com>
11605
11606         * message.el (message-strip-forbidden-properties): Remove check for
11607         obsolete `message-hidden' text property, hidden headers are not
11608         accessible in the buffer anymore.
11609
11610 2004-11-22  Romain Francoise  <romain@orebokech.com>
11611
11612         * message.el (message-header-format-alist): Add `From' in list
11613         so that it can be sorted.
11614         (message-fix-before-sending): Widen and sort headers before
11615         sending.
11616         (message-hide-headers): Use narrowing to hide headers by moving
11617         them to the top of the buffer and narrowing to the region
11618         underneath.
11619
11620 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11621
11622         * message.el (message-strip-forbidden-properties): Bind
11623         buffer-read-only (etc) to nil.
11624
11625 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11626
11627         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11628         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11629
11630 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11631
11632         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11633
11634 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11635
11636         * dns.el (query-dns): Use sit-for to time instead of
11637         accept-process-output, since that doesn't seem to work on udp
11638         sockets.
11639
11640 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11641
11642         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11643
11644 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11645
11646         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11647         doc string.  Improve doc string.
11648
11649 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11650
11651         * nntp.el (nntp-request-update-info): Return nil if
11652         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11653         may not call gnus-activate-group which uselessly issues the GROUP
11654         commands for all nntp groups and wastes time.  Reported by Romain
11655         Francoise <romain@orebokech.com>.
11656
11657         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11658
11659 2004-11-15  Simon Josefsson  <jas@extundo.com>
11660
11661         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11662         headers separately.
11663         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11664         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11665
11666 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11667
11668         * gnus-start.el (gnus-convert-old-newsrc):
11669         Assign legacy-gnus-agent to 5.10.7.
11670
11671 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11672
11673         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11674         start of the lines.
11675
11676 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11677
11678         * hashcash.el (hashcash-default-payment): Change default to 20.
11679         (hashcash-default-accept-payment): Change default to 20.
11680         (hashcash-process-alist): New variable.
11681         (hashcash-generate-payment-async): Add.
11682         (hashcash-already-paid-p): Add.
11683         (hashcash-insert-payment): Don't generate payments twice.
11684         (hashcash-insert-payment-async): Add.
11685         (hashcash-insert-payment-async-2): Add.
11686         (hashcash-cancel-async): Add.
11687         (hashcash-wait-async): Add.
11688         (hashcash-processes-running-p): Add.
11689         (hashcash-wait-or-cancel): Add.
11690         (mail-add-payment): New optional argument.  Conditionally start
11691         asynchronous calculation.
11692         (mail-add-payment-async): Add.
11693
11694         * message.el (message-send-mail): Wait for asynchronous hashcash
11695         results.  Don't clobber existing X-Hashcash headers.
11696         (message-setup-1): Call mail-add-payment-async when
11697         message-generate-hashcash is non-nil.
11698
11699 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11700
11701         * message.el (message-use-alternative-email-as-from): Examine the
11702         From header as well; use message-make-from in order to include a
11703         user's full name.
11704
11705 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11706
11707         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11708         default; improve customization type.
11709         (gnus-emphasis-custom-with-format): New macro.
11710         (gnus-emphasis-custom-value-to-external): New function.
11711         (gnus-emphasis-custom-value-to-internal): New function.
11712
11713 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11714
11715         * dns.el (query-dns): Resolve reverse addresses.
11716
11717 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11718
11719         * gnus-group.el (gnus-group-get-new-news): Use it.
11720
11721         * gnus-start.el (gnus-check-reasonable-setup): New function.
11722
11723 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11724
11725         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11726         "Args out of range" error.  Reported by Arnaud Giersch
11727         <arnaud.giersch@free.fr>.
11728
11729 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11730
11731         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11732
11733 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11734
11735         * spam.el (spam group): Add :version.
11736
11737         * pgg-def.el (pgg group): Add :version.
11738
11739 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11740
11741         * gnus-art.el (gnus-article-edit-article): Don't associate the
11742         article buffer with a draft file.  This is a temporary measure
11743         against the 2004-08-22 change to gnus-article-edit-mode.
11744
11745 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11746
11747         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11748         (html2text-format-tags): Remove unused variable `attr'.
11749
11750 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11751
11752         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11753
11754         * tls.el (tls-process-connection-type, tls-success)
11755         (tls-certtool-program): Add :version.
11756
11757         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11758         (starttls-extra-arguments, starttls-process-connection-type)
11759         (starttls-connect, starttls-failure, starttls-success): Add :version.
11760
11761         * spam-stat.el (spam-stat): Add :version.
11762
11763         * sieve.el (sieve): Add :version.
11764
11765         * sha1.el (sha1): Add :version.
11766         (sha1-use-external): Remove redundant version.
11767
11768         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11769         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11770         (nnmail-split-fancy-match-partial-words)
11771         (nnmail-split-lowercase-expanded): Add :version.
11772
11773         * nndiary.el (nndiary): Add :version.
11774
11775         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11776
11777         * mml-sec.el (mml-default-sign-method)
11778         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11779         Add :version.
11780
11781         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11782
11783         * mm-url.el (mm-url-use-external, mm-url-program)
11784         (mm-url-arguments): Add :version.
11785
11786         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11787         (mm-attachment-file-modes, mm-decrypt-option)
11788         (mm-w3m-safe-url-regexp): Add :version.
11789
11790         * message.el (message-cite-prefix-regexp)
11791         (message-sendmail-envelope-from, message-minibuffer-local-map)
11792         (message-user-fqdn, message-completion-alist): Add :version.
11793
11794         * gnus-win.el (gnus-configure-windows-hook)
11795         (gnus-use-frames-on-any-display): Add :version.
11796
11797         * gnus-art.el (gnus-article-address-banner-alist)
11798         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11799         (gnus-treat-from-picon, gnus-treat-mail-picon)
11800         (gnus-treat-x-pgp-sig): Add :version.
11801
11802         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11803         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11804         (gnus-summary-article-delete-hook)
11805         (gnus-summary-display-while-building): Add :version.
11806
11807         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11808         (gnus-get-top-new-news-hook): Add :version.
11809
11810         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11811         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11812
11813         * gnus-registry.el (gnus-registry): Add :version.
11814
11815         * gnus-spec.el (gnus-use-correct-string-widths)
11816         (gnus-make-format-preserve-properties): Add :version.
11817
11818         * gnus.el (gnus-group-charter-alist)
11819         (gnus-group-fetch-control-use-browse-url)
11820         (gnus-install-group-spam-parameters): Add :version.
11821
11822         * gnus-diary.el (gnus-diary): Add :version.
11823
11824         * gnus-delay.el (gnus-delay): Add :version.
11825
11826         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11827         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11828         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11829         Add :version.
11830
11831         * gnus-agent.el (gnus-agent-max-fetch-size)
11832         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11833         (gnus-agent-prompt-send-queue): Add :version.
11834
11835         * deuglify.el (gnus-outlook-deuglify): Add :version.
11836
11837         * html2text.el: Beautify code.  Improve doc strings.  Some
11838         checkdoc cleanup.
11839         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11840
11841 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11842
11843         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11844
11845 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11846
11847         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11848         when package is loaded.
11849
11850         * spam.el (spam-summary-score-preferred-header): Add global preference
11851         for people who want to override the default SpamAssassin over
11852         Bogofilter preference (when both are set).
11853         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11854         (spam-user-format-function-S): Check
11855         spam-summary-score-preferred-header.
11856         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11857         (spam-user-format-function-S): Format the score correctly.
11858
11859 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11860
11861         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11862         signature file.  Suggested by Manoj Srivastava
11863         <srivasta@golden-gryphon.com>.
11864
11865         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11866         iso-2022-jp even in the Japanese language environment.
11867         Suggested by Jason Rumney <jasonr@gnu.org>.
11868
11869 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11870
11871         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11872         use the same characters as the dummy marks; make it free from
11873         getting affected by the language environment.
11874         (gnus-summary-read-group-1): Update mark positions only when the
11875         format spec is updated.
11876
11877         * gnus-spec.el (gnus-update-format-specifications): Return a list
11878         of updated types.
11879
11880 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11881
11882         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11883         of boundp to check if display-warning is available.
11884
11885 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11886
11887         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11888
11889 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11890
11891         * nnspool.el (nnspool-spool-directory): Use news-path if the
11892         news-directory variable is not bound.
11893
11894         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11895         function instead of display-warning if it is not available.
11896
11897 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11898
11899         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11900         v5-10: Use `point-at-bol'.
11901
11902 2004-10-26  Simon Josefsson  <jas@extundo.com>
11903
11904         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11905         <chenggao@gmail.com>.
11906
11907 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11908
11909         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11910         instead.
11911
11912 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11913
11914         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11915         to remove a server from the nnimap-server-buffer-alist.
11916         (nnimap-open-connection, nnimap-close-server): Use it.
11917
11918         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11919
11920 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11921
11922         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11923         running the major-mode function.
11924
11925 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11926
11927         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11928         dummy marks in the right way.
11929
11930 2004-10-18  David Edmondson  <dme@dme.org>
11931
11932         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11933         excessively.
11934
11935 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11936
11937         * gnus-util.el (gnus-split-references): Accept a nil references
11938         string and go on blissfully.
11939
11940         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11941         cases where the references string is non-nil but has no references.
11942
11943         * encrypt.el: Add autoload tags.
11944
11945         * spam.el (spam-resolve-registrations-routine): Remove article
11946         from unregistration list too.  Reported by David Hanak
11947         <dhanak@isis.vanderbilt.edu>
11948
11949 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11950
11951         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11952         nil.  Changed custom type.
11953
11954 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11955
11956         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11957
11958         * gnus-sum.el (gnus-summary-move-article): Use it.
11959
11960 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11961
11962         * encrypt.el: Add autoload cookies.
11963
11964         * spam.el (spam-backend-article-list-property)
11965         (spam-backend-get-article-todo-list)
11966         (spam-backend-put-article-todo-list)
11967         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11968         Resolve registrations separately.
11969         (spam-register-routine): Format comments.
11970         (spam-unregister-routine, spam-register-routine): Always call with
11971         specific-articles, no default list.
11972         (spam-summary-prepare-exit): Use the spam-classifications function.
11973
11974         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11975         gnus-encrypt.el.
11976
11977         * encrypt.el: Copied from gnus-encrypt.el.
11978
11979         * gnus-encrypt.el: Commented that it's obsolete.
11980
11981 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11982
11983         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11984         (gnus-score-save): Use it.
11985
11986         * message.el (message-bury): Use `window-dedicated-p'.
11987
11988 2004-10-15  Simon Josefsson  <jas@extundo.com>
11989
11990         * pop3.el (top-level): Don't require nnheader.
11991         (pop3-read-timeout): Add.
11992         (pop3-accept-process-output): Add.
11993         (pop3-read-response, pop3-retr): Use it.
11994
11995 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11996
11997         * spam.el (spam-register-routine): Move comment.
11998         (spam-verify-bogofilter): Use 'unknown for the initial
11999         spam-bogofilter-valid state, not 'never.
12000
12001         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12002         for netrc-machine.
12003
12004         * nnimap.el (nnimap-open-connection): Use
12005         netrc-machine-user-or-password.
12006
12007 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12008
12009         * gnus-registry.el (gnus-registry-unload-hook):
12010         Set as a variable with add-hook.
12011
12012         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12013         of news-path.
12014
12015         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12016
12017         * spam.el: Delete duplicate `provide'.
12018         (spam-unload-hook): Set as a variable with add-hook.
12019
12020 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12021
12022         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12023         in the doc string.
12024
12025         * message.el (message-ignored-news-headers)
12026         (message-ignored-supersedes-headers)
12027         (message-ignored-resent-headers)
12028         (message-forward-ignored-headers): Improve custom type.
12029
12030 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12031
12032         * message.el (message-tokenize-header): Fix 2004-09-06 change
12033         which used point-min in the wrong place.
12034
12035 2004-10-12  Simon Josefsson  <jas@extundo.com>
12036
12037         * tls.el (tls-certtool-program): New variable.
12038         (tls-certificate-information): New function, based on
12039         ssl-certificate-information.
12040
12041 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12042
12043         * compface.el: Move the version of ELisp-based uncompface program
12044         to the contrib directory because of the copyright problem.
12045
12046 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12047
12048         * message.el (message-kill-buffer): Raise the current frame.
12049
12050 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12051
12052         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12053
12054         * gnus.el (message-y-or-n-p): Autoload.
12055
12056         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12057         (pop3-password-required, pop3-authentication-scheme)
12058         (pop3-leave-mail-on-server): Made customizable.
12059         (pop3): New custom group.
12060         (pop3-retr): Remove `sleep-for' statements.
12061         Suggested by Dave Love <fx@gnu.org>.
12062
12063         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12064         Windows/DOS.
12065
12066         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12067         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12068         Dave Love <fx@gnu.org>.
12069
12070         * mml.el (mml-minibuffer-read-disposition): Require match.
12071         Suggested by Dave Love <fx@gnu.org>.
12072
12073 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12074
12075         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12076         doc string.
12077
12078 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12079
12080         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12081
12082 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12083
12084         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12085         instead of calling `mm-insert-inline', to decode text/* parts
12086         before displaying them.
12087
12088 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12089
12090         * mm-uu.el (mm-uu-text-plain-type): New variable.
12091         (mm-uu-pgp-signed-extract-1): Use it.
12092         (mm-uu-pgp-encrypted-extract-1): Use it.
12093         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12094         bind mm-uu-text-plain-type with that value.
12095         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12096         mm-uu-dissect.
12097
12098 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12099
12100         * gnus-group.el (gnus-update-group-mark-positions):
12101         * gnus-sum.el (gnus-update-summary-mark-positions):
12102         * message.el (message-check-news-body-syntax):
12103         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12104         of string-as-multibyte.
12105
12106 2004-10-05  Juri Linkov  <juri@jurta.org>
12107
12108         * gnus-group.el (gnus-update-group-mark-positions):
12109         * gnus-sum.el (gnus-update-summary-mark-positions):
12110         * message.el (message-check-news-body-syntax):
12111         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12112         8-bit unibyte values to a multibyte string for search functions.
12113
12114 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12115
12116         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12117         (mm-uu-dissect-text-parts): New function.
12118
12119         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12120         dissect text parts.
12121
12122         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12123         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12124
12125         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12126
12127         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12128         gnus-current-topics instead of gnus-current-topic.
12129
12130 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12131
12132         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12133
12134 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12135
12136         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12137         where approriate.
12138
12139         * nnml.el (nnml-generate-active-info): do.
12140
12141         * nndiary.el (nndiary-generate-active-info): do.
12142
12143         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12144         (gnus-topic-move): do.
12145
12146         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12147         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12148
12149         * gnus-srvr.el (gnus-server-prepare)
12150         (gnus-server-open-all-servers): do.
12151
12152         * gnus-msg.el (gnus-summary-cancel-article)
12153         (gnus-summary-resend-message)
12154         (gnus-summary-mail-crosspost-complaint): do.
12155
12156         * gnus-move.el (gnus-change-server): do.
12157
12158         * gnus-group.el (gnus-group-unmark-all-groups)
12159         (gnus-group-set-current-level): do.
12160
12161 2004-10-04  Simon Josefsson  <jas@extundo.com>
12162
12163         * message.el (message-generate-hashcash): Doc fix.
12164
12165 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12166
12167         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12168         avoid infinite recursion via gnus-get-function.
12169
12170 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12171
12172         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12173
12174         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12175
12176         * nnmail.el (nnmail-split-history): do.
12177
12178         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12179         (nnml-request-delete-group): do.
12180
12181         * nnslashdot.el (nnslashdot-read-groups): do.
12182
12183         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12184         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12185
12186         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12187         (nnspool-sift-nov-with-sed): Use last.
12188         (nnspool-retrieve-headers-with-nov): Use mapc.
12189         (nnspool-request-newgroups): Use dolist.
12190         (nnspool-request-group): Use last.
12191
12192         * nntp.el (nntp-read-server-type): Use dolist.
12193
12194         * nnvirtual.el (nnvirtual-create-mapping)
12195         (nnvirtual-update-read-and-marked): Use dolist.
12196         (nnvirtual-convert-headers): Simplify.
12197
12198 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12199
12200         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12201         support for sync'ing tick marks.
12202
12203 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12204
12205         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12206         there's no visible header.
12207
12208 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12209
12210         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12211         necessary, pass full group name to gnus-request-set-marks.
12212
12213 2004-10-01  Simon Josefsson  <jas@extundo.com>
12214
12215         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12216         acroread.
12217
12218 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12219
12220         * spam-report.el (spam-report-gmane): Fix interactive.
12221
12222         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12223
12224         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12225         when writing file.
12226         (gnus-agent-synchronize-flags): Don't default to being
12227         interactive.
12228
12229 2004-09-30  Simon Josefsson  <jas@extundo.com>
12230
12231         * message.el (message-generate-hashcash): Add.
12232         (message-send-mail): Use it, call mail-add-payment.
12233
12234 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12235
12236         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12237
12238 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12239
12240         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12241         gnus-requst-update-info with explicit code to sync the in-memory
12242         info read flags with the marks being sync'd to the backend.
12243
12244         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12245
12246 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12247
12248         * spam.el (spam-verify-bogofilter): Add new function.
12249         (spam-check-bogofilter)
12250         (spam-bogofilter-register-with-bogofilter): Use it.
12251         (spam-verify-bogofilter): Add small fixes.
12252
12253 2004-09-28  Simon Josefsson  <jas@extundo.com>
12254
12255         * hashcash.el (hashcash-generate-payment): Revert.
12256
12257 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12258
12259         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12260         gnus-extract-references instead of gnus-split-references.
12261
12262         * gnus-util.el (gnus-extract-references): Add new function, analogous
12263         to gnus-split-references but extracts only the message-ID without
12264         anything extra.
12265
12266         * hashcash.el (hashcash-generate-payment)
12267         (hashcash-check-payment): Do the right thing if hashcash-path is
12268         nil (because the hashcash program could not be found).
12269
12270         * spam.el (spam-use-hashcash): Remove comment.
12271
12272 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12273
12274         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12275         (gnus-cache-enter-article, gnus-cache-remove-article)
12276         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12277
12278         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12279
12280         * gnus-art.el (article-hide-boring-headers)
12281         (article-translate-strings, article-display-face)
12282         (gnus-article-mime-match-handle-first)
12283         (gnus-article-highlight-headers)
12284         (gnus-article-add-buttons-to-head): do.
12285
12286 2004-09-27  Simon Josefsson  <jas@extundo.com>
12287
12288         * hashcash.el: New version, from
12289         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12290         ../contrib/.
12291
12292 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12293
12294         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12295
12296 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12297
12298         * gnus-dup.el (gnus-dup-open): Use mapc.
12299         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12300
12301         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12302         Reported by Stefan Wiens <s.wi@gmx.net>.
12303
12304         * gnus.el (gnus-shutdown): Use dolist.
12305
12306         * gnus-undo.el (gnus-undo): Use mapc.
12307
12308         * nnrss.el (nnrss-generate-active): do.
12309
12310         * message.el (message-cite-original-without-signature)
12311         (message-cite-original): Use mapc.
12312         (message-do-actions, message-make-forward-subject): Use dolist.
12313
12314 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12315
12316         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12317         deletion to remove entire duplicate line.  Fixes merged article
12318         number bug.
12319
12320 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12321
12322         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12323         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12324         first ask if you want to open a server and then, even when you
12325         responded with no, asking if you want to synchronize the server's
12326         flags.
12327         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12328         multi-line expressions.
12329         (gnus-agent-synchronize-group-flags): New internal function.
12330         Updates marks in memory (in the info structure) AND in the
12331         backend.
12332
12333         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12334
12335         * nnagent.el (nnagent-request-set-mark): Use
12336         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12337         method, to ensure that synchronization updates marks in the
12338         backend and in the info (in memory) structure.
12339
12340 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12341
12342         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12343         convention fully; don't miss the root article of a thread; make
12344         the X-Draft-From header with correct article numbers.
12345
12346 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12347
12348         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12349         unless plugged.  Disable the agent so that an open failure causes
12350         an error.
12351
12352         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12353         Reverted 2004-09-21 change.  The backend must be opened while
12354         synchronizing flags even when the backend stores the flags
12355         locally.
12356
12357 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12358
12359         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12360         in `header' match.  Reported by Svend Tollak Munkejord.
12361
12362         * message.el (message-cite-original): Fix use of
12363         `message-cite-articles-with-x-no-archive'.
12364
12365 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12366
12367         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12368         (gnus-window-to-buffer): Ditto.
12369
12370         * mml.el (mml-preview-buffer): New variable.
12371         (mml-preview): Manage window layout with gnus-buffer-configuration.
12372
12373         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12374         X-Draft-From header even if those articles aren't quoted.
12375
12376 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12377
12378         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12379         (gnus-request-set-mark, gnus-request-update-mark): Use new
12380         g-s-t-u-l-m to decide to use backend even when unplugged.
12381
12382 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12383
12384         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12385         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12386
12387 2004-09-20  Simon Josefsson  <jas@extundo.com>
12388
12389         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12390         "utf-16-le".
12391
12392 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12393
12394         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12395
12396 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12397
12398         * uudecode.el (uudecode-use-external): Add :version.
12399
12400         * smime.el (smime-CA-file, smime-encrypt-cipher)
12401         (smime-dns-server): Add :version.
12402
12403         * smiley.el (gnus-smiley-file-types): Add :version.
12404
12405         * sha1.el (sha1-use-external): Add :version.
12406
12407         * pgg-def.el (pgg-query-keyserver): Add :version.
12408
12409         * nnmail.el (nnmail-fancy-expiry-targets)
12410         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12411         Add :version.
12412
12413         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12414         (nnimap-retrieve-groups-asynchronous): Add :version.
12415         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12416
12417         * mml.el (mml-content-disposition-parameters)
12418         (mml-insert-mime-headers-always): Add :version.
12419
12420         * mm-util.el (mm-coding-system-priorities): Add :version.
12421
12422         * mm-decode.el (mm-inline-text-html-with-images)
12423         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12424         (mm-verify-option): Add :version.
12425         (mm-text-html-renderer): Change :version.
12426
12427         * message.el (message-fcc-externalize-attachments)
12428         (message-required-headers, message-draft-headers)
12429         (message-subject-trailing-was-query)
12430         (message-subject-trailing-was-ask-regexp)
12431         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12432         (message-mark-insert-end, message-archive-header)
12433         (message-archive-note, message-cross-post-default)
12434         (message-cross-post-note, message-followup-to-note)
12435         (message-cross-post-note-function, message-use-mail-followup-to)
12436         (message-subscribed-address-functions)
12437         (message-subscribed-address-file, message-subscribed-addresses)
12438         (message-subscribed-regexps, message-allow-no-recipients)
12439         (message-yank-cited-prefix, message-signature-insert-empty-line)
12440         (message-hidden-headers, message-hierarchical-addresses)
12441         (message-mail-user-agent, message-use-idna)
12442         (message-valid-fqdn-regexp)
12443         (message-strip-special-text-properties, message-header-synonyms)
12444         (message-beginning-of-line, message-tab-body-function): Add :version.
12445         (message-insert-canlock, message-wide-reply-confirm-recipients):
12446         Change :version.
12447
12448         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12449         and :version.
12450         (mail-source-delete-old-incoming-confirm)
12451         (mail-source-movemail-program): Add :version.
12452
12453         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12454         (gnus-agent-cache, gnus-agent): Change :version.
12455
12456         * gnus-util.el (gnus-use-byte-compile): Change :version.
12457
12458         * gnus-sum.el (gnus-summary-make-false-root-always)
12459         (gnus-summary-default-high-score)
12460         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12461         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12462         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12463         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12464         (gnus-sum-thread-tree-single-indent)
12465         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12466         (gnus-sum-thread-tree-leaf-with-other)
12467         (gnus-sum-thread-tree-single-leaf): Add :version.
12468         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12469         (gnus-article-loose-mime): Change :version.
12470
12471         * gnus-start.el (gnus-backup-startup-file)
12472         (gnus-save-startup-file-via-temp-buffer): Add :version.
12473
12474         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12475         (gnus-server-offline-face): Add :version.
12476
12477         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12478
12479         * gnus-msg.el (gnus-gcc-externalize-attachments)
12480         (gnus-debug-files, gnus-debug-exclude-variables)
12481         (gnus-discouraged-post-methods): Change :version.
12482         (gnus-confirm-mail-reply-to-news)
12483         (gnus-confirm-treat-mail-like-news): Add :version.
12484
12485         * gnus-int.el (gnus-server-unopen-status): Add :version.
12486
12487         * gnus-group.el (gnus-group-jump-to-group-prompt)
12488         (gnus-large-ephemeral-newsgroup)
12489         (gnus-fetch-old-ephemeral-headers): Add :version.
12490
12491         * gnus-fun.el (gnus-x-face-directory)
12492         (gnus-convert-pbm-to-x-face-command)
12493         (gnus-convert-image-to-x-face-command)
12494         (gnus-convert-image-to-face-command): Add :version.
12495
12496         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12497
12498         * gnus-cite.el (gnus-cite-blank-line-after-header)
12499         (gnus-article-boring-faces): Add :version.
12500
12501         * gnus-art.el (gnus-buttonized-mime-types)
12502         (gnus-inhibit-mime-unbuttonizing)
12503         (gnus-treat-display-face)
12504         (gnus-treat-body-boundary): Change :version.
12505         (gnus-body-boundary-delimiter, gnus-picon-databases)
12506         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12507         (gnus-treat-date-english, gnus-treat-fold-headers)
12508         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12509         (gnus-treat-mail-picon, gnus-treat-wash-html)
12510         (gnus-article-encrypt-protocol)
12511         (gnus-use-idna, gnus-article-over-scroll)
12512         (gnus-mime-display-multipart-alternative-as-mixed)
12513         (gnus-mime-display-multipart-related-as-mixed)
12514         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12515         (gnus-ctan-url, gnus-button-ctan-handler)
12516         (gnus-button-handle-ctan-bogus-regexp)
12517         (gnus-button-ctan-directory-regexp)
12518         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12519         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12520         (gnus-button-man-level, gnus-button-emacs-level)
12521         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12522
12523         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12524         (gnus-agent-go-online): Change :version.
12525         (gnus-agent-expire-unagentized-dirs)
12526         (gnus-agent-auto-agentize-methods): Add :version.
12527
12528         * flow-fill.el (fill-flowed-display-column)
12529         (fill-flowed-encode-column): Add :version.
12530
12531         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12532         (gnus-outlook-deuglify-unwrap-max)
12533         (gnus-outlook-deuglify-cite-marks)
12534         (gnus-outlook-deuglify-unwrap-stop-chars)
12535         (gnus-outlook-deuglify-no-wrap-chars)
12536         (gnus-outlook-deuglify-attrib-cut-regexp)
12537         (gnus-outlook-deuglify-attrib-verb-regexp)
12538         (gnus-outlook-deuglify-attrib-end-regexp)
12539         (gnus-outlook-display-hook): Add :version.
12540
12541         * binhex.el (binhex-use-external): Add :version.
12542
12543 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12544
12545         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12546         and `invisible'.
12547
12548 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12549
12550         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12551         in gnus-registry-trim.
12552
12553 2004-09-13  Simon Josefsson  <jas@extundo.com>
12554
12555         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12556
12557         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12558
12559         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12560         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12561         <yamaoka@jpl.org>.
12562         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12563         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12564         <yamaoka@jpl.org>.
12565
12566         * sieve.el (sieve-manage-mode): Ditto.
12567
12568 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12569
12570         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12571
12572 2004-09-11  Simon Josefsson  <jas@extundo.com>
12573
12574         * dns-mode.el: Add.
12575
12576         * mm-view.el (mm-display-dns-inline): Add.
12577
12578         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12579         (mm-automatic-display): Ditto.
12580
12581         * mailcap.el (mailcap-mime-data): Add text/dns.
12582         (mailcap-mime-extensions): Map .soa to text/dns.
12583
12584 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12585
12586         * gnus-art.el (article-decode-mime-words, article-babel)
12587         (gnus-article-highlight-signature, gnus-article-add-buttons)
12588         (gnus-signature-toggle): Remove unnecessary bindings of
12589         `inhibit-read-only' inherited from v5.10 merge.
12590
12591 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12592
12593         * nntp.el (nntp): New customization group.
12594         (nntp-authinfo-file): Add customization group.
12595
12596         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12597
12598         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12599
12600         * gnus.el (to-address, to-list, subscribed)
12601         (large-newsgroup-initial): Ditto.
12602
12603         * flow-fill.el (fill-flowed-display-column)
12604         (fill-flowed-encode-column): Ditto.
12605
12606 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12607
12608         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12609         Use point-min rather than 1.
12610         (message-send-mail): Use buffer-size rather than point-max.
12611
12612         * gnus-sum.el (gnus-summary-search-article-forward):
12613         Signal a specific `search-failed' rather than a generic `error'.
12614
12615         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12616         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12617         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12618
12619 2004-09-10  Simon Josefsson  <jas@extundo.com>
12620
12621         * nndb.el (require): Remove tcp and duplicate cl.
12622
12623 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12624
12625         * gnus-agent.el (directory-files-and-attributes): Move forward.
12626
12627 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12628
12629         * gnus-agent.el (directory-files-and-attributes): Optionally
12630         defined to support XEmacs.
12631
12632 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12633
12634         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12635         to avoid run-time CL dependencies.
12636         (gnus-agent-unfetch-articles): New function.
12637         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12638         article numbers even when local .overview file is missing.
12639         (gnus-agent-read-article-number): New function.  Only accepts
12640         27-bit article numbers.
12641         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12642         gnus-agent-read-article-number.
12643         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12644         from backend while recognizing that article numbers in .overview
12645         must be valid.
12646         (gnus-agent-update-files-total-fetched-for): Use
12647         directory-files-and-attributes to improve performance.
12648         * gnus-int.el (gnus-request-move-article): Use
12649         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12650         improve performance.
12651
12652         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12653         some users confused by references to .newsrc when they only have a
12654         .newsrc.eld file.
12655         (gnus-convert-mark-converter-prompt)
12656         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12657         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12658         New function.  Used internally to only display 'gnus converting
12659         files' message when actually necessary.
12660
12661         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12662         methods now autoloaded.
12663
12664 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12665
12666         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12667         identifiers.
12668
12669 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12670
12671         * gnus-picon.el: Fix indentation and closing parenthesis.
12672
12673 2004-09-01  Simon Josefsson  <jas@extundo.com>
12674
12675         * message.el (message-canlock-generate): Require sha1, not
12676         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12677         to require within a function.  Sadly, if sha1.el isn't loaded, the
12678         let binding in m-c-g will hide the defcustom definition, which is
12679         bad.)
12680
12681         * canlock.el: Require sha1, not sha1-el.
12682
12683         * message.el: Don't autoload sha1 (there is a autoload cookie in
12684         sha1.el).
12685
12686         * sha1-el.el: Renamed to sha1.el.
12687
12688 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12689
12690         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12691
12692 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12693
12694         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12695
12696 2004-08-30  Kim F. Storm  <storm@cua.dk>
12697
12698         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12699
12700         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12701         Add :group 'nnimap.
12702
12703 2004-08-30  Andreas Schwab  <schwab@suse.de>
12704
12705         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12706         ?* and ?\;.
12707
12708         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12709         and ?\' to symbol instead of whitespace.
12710
12711 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12712
12713         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12714
12715         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12716         instead of re-search-forward.
12717
12718         * gnus-uu.el (gnus-uu-save-article): Ditto.
12719         (gnus-uu-post-encode-uuencode): Ditto.
12720
12721         * html2text.el (html2text-clean-list-items): Ditto.
12722         (html2text-clean-dtdd): Ditto.
12723         (html2text-format-tags): Ditto.
12724
12725         * message.el (message-send-mail-with-sendmail): Fix regexp.
12726         (message-fill-field-general): Use search-forward instead of
12727         re-search-forward.
12728         (unbold-region): Ditto.
12729
12730         * nnrss.el (nnrss-request-article): Ditto.
12731
12732         * nnslashdot.el (nnslashdot-request-article): Ditto.
12733
12734         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12735
12736         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12737         "Unrecognized menu descriptor" error in XEmacs.
12738
12739 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12740
12741         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12742         parent article of a sparse article in the thread hashtb.
12743
12744 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12745
12746         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12747         (nnmail-expand-newtext): Lowercase expanded entries if
12748         nnmail-split-lowercase-expanded is non-nil.
12749
12750 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12751
12752         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12753
12754         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12755         of gnus-tmp-news-method into string under XEmacs.  It will be
12756         passed to gnus-correct-length which takes only a string argument.
12757
12758 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12759
12760         * gnus-util.el (gnus-bind-print-variables): New macro.
12761         (gnus-prin1): Use it.
12762         (gnus-prin1-to-string): Use it.
12763         (gnus-pp): New function.
12764         (gnus-pp-to-string): New function.
12765
12766         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12767         Replace pp-to-string with gnus-pp-to-string.
12768         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12769         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12770         * gnus-msg.el (gnus-debug): Ditto.
12771         * gnus-score.el (gnus-score-save): Ditto.
12772         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12773         gnus-pp-to-string.
12774         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12775         with gnus-pp.
12776         * score-mode.el (gnus-score-pretty-print): Ditto.
12777         * webmail.el (webmail-debug): Ditto.
12778
12779 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12780
12781         * gnus-art.el (article-display-face, article-display-x-face):
12782         Use buffer-read-only.
12783
12784 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12785
12786         * gnus-art.el (article-hide-list-identifiers):
12787         Bind inhibit-read-only as t.
12788
12789 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12790
12791         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12792
12793 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12794
12795         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12796         (gnus-narrow-to-page): Don't assume point-min == 1.
12797         (gnus-article-edit-mode): Derive from message-mode.
12798
12799         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12800         point-min == 1.
12801
12802         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12803         Disable incorrect use of `assert'.
12804
12805         * message.el (message-mode): Set comment-start-skip.
12806
12807
12808 2004-08-22  Sam Steingold  <sds@gnu.org>
12809
12810         * pop3.el (pop3-leave-mail-on-server): New user variable.
12811         (pop3-movemail): Delete mail only when it is nil.
12812
12813 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12814
12815         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12816
12817         * mml.el (mml-preview): Use `pop-to-buffer'.
12818
12819         * message.el (message-goto-mail-followup-to): Insert after "To".
12820         (message-carefully-insert-headers): Add comment.
12821
12822         * gnus.el: Remove unused variable `gnus-article-check-size'.
12823
12824         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12825
12826         * gnus-art.el (gnus-button-alist): Improve
12827         `gnus-button-handle-library' entry.
12828
12829 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12830
12831         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12832         downcase, since XEmacs capitalizes error messages differently.
12833
12834 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12835
12836         * nntp.el: Add (require 'gnus) due to reference to
12837         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12838
12839 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12840
12841         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12842         `mm-fill-flowed'.
12843
12844         * mm-decode.el (mm-dissect-singlepart): Check it.
12845
12846 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12847
12848         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12849         'imap' for netrc parsing.
12850
12851 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12852
12853         * mailcap.el (mailcap-mime-data): Mark as risky.
12854
12855 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12856
12857         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12858         may be included in the encoded word.
12859         (rfc2047-encode): Don't append a space if the encoded word
12860         includes close parenthesis.
12861
12862 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12863
12864         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12865         of text within parentheses.
12866
12867 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12868
12869         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12870         (gnus-encrypt-write-file-contents): Make the password key the file
12871         name PLUS the cipher, not just the cipher.  Also remove failed
12872         passwords from the cache.
12873
12874 2004-08-06  Simon Josefsson  <jas@extundo.com>
12875
12876         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12877         fix.
12878
12879 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12880
12881         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12882         LWSP.
12883
12884 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12885
12886         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12887         to append in-reply-to: data to the references: header.
12888
12889         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12890         (netrc-parse): Use gnus-encrypt.el functions.
12891
12892         * gnus-encrypt.el: Add new file for encryption support; currently
12893         does only a few GPG ciphers and an internal XOR cipher.
12894
12895         * password.el: Add comments on using password-read-and-add.
12896         (password-read-and-add): Add function to read and add the
12897         password to the cache at once.
12898
12899 2004-07-28  Simon Josefsson  <jas@extundo.com>
12900
12901         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12902         parameter (but don't use it, for now).
12903
12904         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12905         instead of hard coding to nil.
12906
12907 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12908
12909         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12910         as mm-inline-image-xemacs does.
12911
12912 2004-07-26  Simon Josefsson  <jas@extundo.com>
12913
12914         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12915         Revert part of 2004-07-17 change below.
12916
12917 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12918
12919         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12920         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12921
12922 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12923
12924         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12925         quotes that actually start with ">" at the beginning of the
12926         lines.
12927
12928 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12929
12930         * rfc2047.el (rfc2047-encode-region): Fix last change.
12931         (rfc2047-encode-parameter): Remove useless concat.
12932
12933 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12934
12935         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12936         encode special characters; fix some kind of misconfigured headers;
12937         signal a real error if debug-on-quit or debug-on-error is non-nil.
12938         (rfc2047-encode-max-chars): New variable.
12939         (rfc2047-encode-1): Use it.
12940         (rfc2047-encode-parameter): New function.
12941
12942         * mml.el (mml-insert-parameter): Remove an excessive space.
12943
12944 2004-07-17  Simon Josefsson  <jas@extundo.com>
12945
12946         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12947         Kai Grossjohann <kai@emptydomain.de>.
12948         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12949         (gnus-group-make-menu-bar): Ditto.
12950
12951         * gnus-util.el (gnus-group-server): Add.
12952
12953 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12954
12955         * message.el (message-clone-locals): Clone sendmail and smtp
12956         variables.
12957
12958 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12959
12960         * rfc2047.el (rfc2047-encode-region): Fix last change.
12961
12962 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12963
12964         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12965         characters as non-special.
12966
12967 2004-07-09  Simon Josefsson  <jas@extundo.com>
12968
12969         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12970         Users will lose all flag changes made while unplugged with
12971         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12972         good default.  See numerous reports on ding mailing list.
12973
12974 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12975
12976         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12977         add generate-head-function and generate-article-function to the
12978         rfc822-forward entry.
12979         (nndoc-rfc822-forward-generate-article): New function.
12980         (nndoc-rfc822-forward-generate-head): New function.
12981
12982         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12983
12984 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12985
12986         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12987         respect display group parameter and gnus-summary-expunge-below.
12988         (gnus-articles-to-read): Remove unused reference to display group
12989         parameter.
12990
12991 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12992
12993         * nnheader.el (nnheader-uniquify-message-id): New experimental
12994         variable.
12995         (nnheader-nov-read-message-id): Use it.
12996
12997         * spam-report.el (spam-report-gmane): Add interactive.
12998
12999 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13000
13001         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13002         qp-or-base64 for the application/* types.
13003
13004 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13005
13006         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13007
13008 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13009
13010         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13011         trim value.
13012
13013 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13014
13015         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13016         New macro and function.
13017         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13018
13019 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13020
13021         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13022         after-load-alist.
13023
13024 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13025
13026         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13027         update info that isn't there.
13028
13029 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13030
13031         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13032         entry.
13033
13034 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13035
13036         * mm-view.el (mm-inline-render-with-function): Use multibyte
13037         buffer; decode html source by charset.
13038
13039         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13040
13041         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13042         Mule-UCS is loaded under XEmacs.
13043         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13044
13045 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13046
13047         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13048
13049 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13050
13051         * mm-util.el (mm-coding-system-p): Return a coding-system.
13052         (mm-mime-mule-charset-alist): Use shift_jis instead of
13053         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13054         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13055         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13056         instead of japanese-shift-jis and iso-latin-1 respectively in
13057         order to share the default value with both Emacs and XEmacs-mule.
13058         (mm-mule-charset-to-mime-charset): Make
13059         mm-coding-system-priorities effective.
13060         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13061         while predicating of candidates upon the priorities.
13062
13063 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13064
13065         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13066         gnus-uu-invert-processable.
13067
13068         * gnus.el: Autoload gnus-uu-invert-processable.
13069
13070 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13071
13072         * mm-util.el (mm-with-multibyte-buffer): New macro.
13073
13074         * rfc2047.el (rfc2047-encode-string): Use it.
13075         (rfc2047-encode-region): Move point to the end of the region after
13076         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13077
13078 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13079
13080         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13081         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13082
13083 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13084
13085         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13086         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13087         Karl Chen <quarl@nospam.quarl.org>.
13088
13089 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13090
13091         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13092         invalid addresses.
13093
13094 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13095
13096         * spam.el: Change section markers, revise TODO list.
13097         (spam-backends): Make new master list of all installed backends.
13098         (spam-summary-exit-behavior): Add new variable to determine how
13099         messages moves are done at summary exit.
13100         (spam-move-spam-nonspam-groups-only)
13101         (spam-process-ham-in-nonham-groups)
13102         (spam-process-ham-in-spam-groups): Remove variables, the
13103         spam-summary-exit-behavior variable should be used to manage this
13104         behavior.
13105         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13106         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13107         and spam-old-spam-articles.
13108         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13109         Add empty variables, placeholders for the backends they represent.
13110         (spam-set-difference): Move, unchanged.
13111         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13112         unless the user has a processor variable.
13113         (spam-classifications, spam-classification-valid-p)
13114         (spam-backend-properties, spam-backend-property-valid-p)
13115         (spam-backend-function-type-valid-p)
13116         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13117         (spam-report-articles-gmane, spam-report-articles-resend):
13118         Remove functions, they are not needed.
13119         (spam-install-backend-super, spam-backend-list)
13120         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13121         (spam-backend-function, spam-backend-ham-registration-function)
13122         (spam-backend-spam-registration-function)
13123         (spam-backend-ham-unregistration-function)
13124         (spam-backend-spam-unregistration-function)
13125         (spam-backend-statistical-p, spam-backend-mover-p)
13126         (spam-install-backend-alias, spam-install-checkonly-backend)
13127         (spam-install-mover-backend, spam-install-nocheck-backend)
13128         (spam-install-backend, spam-install-statistical-backend)
13129         (spam-install-statistical-checkonly-backend): Add backend installation
13130         support.
13131         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13132         (spam-group-processor-p): Use the new backend code and respect the
13133         summary exit behavior.
13134         (spam-mark-spam-as-expired-and-move-routine): Remove.
13135         (spam-summary-prepare): Change to use the new spam-old-articles
13136         variable.
13137         (spam-copy-or-move-routine, spam-copy-spam-routine)
13138         (spam-move-spam-routine, spam-copy-ham-routine)
13139         (spam-move-ham-routine): Add code to copy/move ham or spam.
13140         (spam-fetch-field-fast): Improve doc and code, plus allow the
13141         'number request.
13142         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13143         variables.
13144         (spam-split, spam-find-spam): Use the new backend code.
13145         (spam-registration-functions): Remove variable.
13146         (spam-unregister-routine): Add convenience wrapper.
13147         (spam-log-undo-registration, spam-register-routine)
13148         (spam-log-processing-to-registry)
13149         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13150         where possible.
13151         (spam-check-gmane-xref, spam-check-regex-headers)
13152         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13153         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13154         (spam-check-bogofilter-headers, spam-check-spamoracle)
13155         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13156         (spam-check-crm114-headers): Use the spam-split-group that
13157         spam-split prepares, no need to determine it every time.
13158
13159         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13160         to the nnheader-parse-naked-head call.
13161
13162         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13163
13164         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13165         the nnheader-nov-read-message-id call.
13166
13167 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13168
13169         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13170         gnus-activate-group twice.  Suggested by Markus Peter
13171         <warp@spin.de>.
13172
13173 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13174
13175         * gnus-art.el (gnus-article-time-format): Exchange the order of
13176         day and month in the default value; fix customization type.
13177         (article-date-ut): Use add-text-properties.
13178         (article-make-date-line): Use message-make-date instead of
13179         current-time-string.
13180
13181         * message.el (message-fetch-field): Don't use set-text-properties.
13182         (message-make-date): Simplify.
13183
13184         * messagexmas.el (message-xmas-make-date): New function.
13185         (message-xmas-redefine): Defalias message-make-date to it.
13186
13187 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13188
13189         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13190         (rfc2047-encode-region): Treat text within parentheses as special;
13191         show the original text when error has occurred.
13192
13193         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13194         already-computed method to gnus-activate-group.
13195
13196         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13197         same select-methods identical Lisp objects.
13198
13199         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13200         object when modifying the info.
13201
13202 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13203
13204         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13205         gnus-opened-servers since it has never been opened with the new
13206         configuration yet.
13207
13208 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13209
13210         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13211         arg to nnheader-generate-fake-message-id.
13212
13213 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13214
13215         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13216         number and build a fake message ID localized to a group and
13217         article number (so it's repeatable from that point on).
13218         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13219         ID format.
13220
13221         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13222         nnheader-generate-fake-message-id with the article number.
13223
13224 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13225
13226         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13227         end-of-buffer.
13228
13229 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13230
13231         * message.el (message-ignored-supersedes-headers): Add Approved.
13232
13233 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13234
13235         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13236         goto-char.
13237         (rfc2047-encode): Fold the line before encoding.
13238
13239 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13240
13241         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13242         folding -- not all headers can be folded, and this should be done
13243         by the message composition mode.  Probably.  I think.
13244
13245 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13246
13247         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13248         fast.
13249
13250         * gnus-ems.el (gnus-remove-image): Don't use
13251         message-text-with-property; remove only the image found first.
13252
13253         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13254         found first.
13255
13256 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13257
13258         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13259
13260 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13261
13262         * message.el (message-text-with-property): Make it fast and accept
13263         optional arguments.
13264         (message-strip-forbidden-properties): Use it.
13265         (message-fix-before-sending): Follow the m-t-w-p change.
13266
13267         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13268
13269 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13270
13271         * gnus-art.el (article-hide-headers): Don't change the buffer
13272         mistakenly when performing mml-preview even if
13273         gnus-single-article-buffer is nil.
13274
13275 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13276
13277         * message.el (message-expand-name-databases): New user option.
13278         (message-expand-name): Use it.
13279
13280 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13281
13282         * spam.el (spam-report-articles-resend)
13283         (spam-report-resend-register-routine): Allow ham reporting.
13284         (spam-report-resend-register-ham-routine): Add wrapper.
13285         (spam-registration-functions): Add ham resending functions.
13286         (spam-list-of-processors): Add ham resend processor.
13287
13288         * gnus.el (ham-resend-to): Add new group parameter.
13289         (spam-process): Add ham resend option.
13290
13291         * spam-report.el (spam-report-resend): Allow reporting ham.
13292         (spam-report-resend-ham): Add wrapper.
13293
13294 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13295
13296         * message.el (message-cite-articles-with-x-no-archive): New
13297         variable.
13298         (message-cite-original): Use it.
13299
13300 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13301
13302         * message.el (message-cite-original): Respect X-No-Archive.
13303
13304 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13305
13306         * gnus-art.el (article-hide-headers): Refer to the values for
13307         gnus-ignored-headers and gnus-visible-headers in the summary
13308         buffer since a user may have set them as group parameters.
13309
13310 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13311
13312         * assistant.el (assistant-node-name): Add convenience function.
13313         (assistant-render-text, assistant-render-node): Add error handling,
13314         plus handle multiple next nodes.
13315         (assistant-find-next-node): Comment out for now.
13316         (assistant-find-next-nodes): Add function, returns list of next
13317         nodes.
13318
13319 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13320
13321         * mail-source.el (mail-source-directory): Fix doc-string.
13322
13323 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13324
13325         * assistant.el (assistant-render-text, assistant-eval): Add :set
13326         widget type, which is different because it takes and returns a
13327         list.  Much hilarity ensues.
13328
13329 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13330
13331         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13332
13333         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13334         doc-string.
13335
13336         * gnus-start.el (gnus-activate-group): Added doc-string.
13337
13338 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13339
13340         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13341
13342 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13343
13344         * assistant.el (assistant-render-text): Try to add a :set
13345         widget, more to come.
13346
13347         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13348         strings.
13349         (spam-report-articles-resend)
13350         (spam-register-routine): Do registration iff any articles warrant
13351         it.
13352         (spam-summary-prepare-exit): Change log message for nil group
13353         destinations.
13354
13355 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13356
13357         * spam.el (spam-report-resend-register-routine): Allow
13358         spam-report-resend-to to be a group parameter or a global value.
13359
13360 2004-05-26  Simon Josefsson  <jas@extundo.com>
13361
13362         * starttls.el: Merge with my GNUTLS based starttls.el.
13363         (starttls-gnutls-program, starttls-use-gnutls)
13364         (starttls-extra-arguments, starttls-process-connection-type)
13365         (starttls-connect, starttls-failure, starttls-success): New
13366         variables.
13367         (starttls-program, starttls-extra-args): Doc fix.
13368         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13369         functions.
13370         (starttls-negotiate, starttls-open-stream): Check
13371         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13372         function if it is set.
13373
13374 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13375
13376         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13377         structured fields.
13378
13379 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13380
13381         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13382
13383 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13384
13385         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13386         variable.
13387         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13388         assigning the spam-mark to new messages.
13389
13390 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13391
13392         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13393
13394 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13395
13396         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13397
13398         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13399         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13400         default.
13401
13402 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13403
13404         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13405         correct data.
13406
13407 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13408
13409         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13410         (spam-group-processor-p): Fix function.
13411         (spam-group-processor-multiple-p)
13412         (spam-group-spam-processor-report-gmane-p)
13413         (spam-group-spam-processor-report-resend-p)
13414         (spam-group-spam-processor-bogofilter-p)
13415         (spam-group-spam-processor-blacklist-p)
13416         (spam-group-spam-processor-ifile-p)
13417         (spam-group-ham-processor-ifile-p)
13418         (spam-group-spam-processor-spamoracle-p)
13419         (spam-group-spam-processor-crm114-p)
13420         (spam-group-ham-processor-bogofilter-p)
13421         (spam-group-spam-processor-stat-p)
13422         (spam-group-ham-processor-stat-p)
13423         (spam-group-ham-processor-whitelist-p)
13424         (spam-group-ham-processor-BBDB-p)
13425         (spam-group-ham-processor-spamoracle-p)
13426         (spam-group-ham-processor-copy-p): Remove functions with some
13427         prejudice against unneeded code.
13428         (spam-report-articles-resend)
13429         (spam-report-resend-register-routine): Allow the group/topic
13430         spam-resend-to value to override spam-report-resend-to.
13431         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13432         properly now.
13433
13434         * gnus.el (spam-resend-to): Add group/topic parameter.
13435         (spam-process): Move the OBSOLETE processors to the end of the
13436         choices.
13437
13438 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13439
13440         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13441         with resend-to set to nil, and then ask the user if necessary.
13442         (spam-report-resend): spam-report-resend takes a list of articles, not
13443         separate article numbers.
13444
13445 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13446
13447         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13448         addition to emacs-w3m.
13449
13450 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13451
13452         * assistant.el (assistant-authinfo-data): New function.
13453         (assistant-eval): Eval for entire assistant.
13454
13455         * netrc.el (netrc-services-file): New variable.
13456         (netrc-parse-services): New function.
13457         (netrc-find-service-name): New function.
13458         (netrc-find-service-number): New function.
13459         (netrc-port-equal): New function.
13460         (netrc-machine): Use it.
13461
13462         * nnimap.el (nnimap-open-connection): Use netrc.
13463
13464         * gnus-util.el (gnus-netrc-get): Remove aliases.
13465
13466         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13467
13468         * assistant.el (wid-edit): Fix compilation.
13469
13470         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13471
13472 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13473
13474         * gnus-util.el (gnus-set-file-modes): New function.  (small
13475         patch).
13476
13477 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13478
13479         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13480
13481         * assistant.el (assistant-render-node): Fix up rendering and
13482         read-only text.
13483         (assistant-render-node): Reset.
13484         (assistant-make-read-only): Not sticky.
13485
13486 2004-05-20  Danny Siu  <dsiu@adobe.com>
13487
13488         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13489         centered even when gnus-auto-center-summary is t.
13490
13491 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13492
13493         * dns.el (dns-get-txt-answer): New function.
13494         (dns-read-txt): Ditto.
13495         (query-dns): Use it.
13496
13497 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13498
13499         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13500         active for foreign groups even if the group level is higher than
13501         the specified value.
13502
13503 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13504
13505         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13506         non-active groups.
13507
13508         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13509
13510 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13511
13512         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13513
13514 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13515
13516         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13517         (spam-crm114-header, spam-crm114-spam-switch)
13518         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13519         (spam-crm114-positive-spam-header)
13520         (spam-crm114-database-directory, spam-list-of-processors)
13521         (spam-group-spam-processor-crm114-p)
13522         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13523         (spam-generic-score, spam-list-of-checks)
13524         (spam-list-of-statistical-checks, spam-registration-functions)
13525         (spam-check-crm114-headers, spam-crm114-score)
13526         (spam-check-crm114, spam-crm114-register-with-crm114)
13527         (spam-crm114-register-spam-routine)
13528         (spam-crm114-unregister-spam-routine)
13529         (spam-crm114-register-ham-routine)
13530         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13531         asjo@koldfront.dk (Adam Sjøgren).
13532
13533         * gnus.el: Add spam-use-crm114.
13534
13535         * spam.el (spam-list-of-processors, spam-registration-functions):
13536         Add spam-use-resend.
13537         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13538         (spam-report-articles-gmane): Add doc fix.
13539         (spam-report-articles-resend, spam-report-resend-register-routine):
13540         Add wrappers around spam-report-resend-to.
13541
13542         * spam-report.el (spam-report-resend-to, spam-report-resend):
13543         Add support for resending spam.
13544         (spam-report-gmane): Fix line length >80.
13545
13546         * gnus.el (spam-process): Add spam-use-resend.
13547
13548 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13549
13550         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13551         number of processed spam messages.
13552         (spam-ham-copy-or-move-routine): Return the number of processed
13553         ham messages.
13554         (spam-summary-prepare-exit): Use the above values to decide
13555         whether status messages shouled be displayed.
13556
13557 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13558
13559         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13560         `rfc2047-encoding-function-alist' in order to avoid conflicting
13561         with the old version.
13562         (rfc2047-encode-region): Concatenate words containing non-ASCII
13563         characters in structured fields; don't encode space-delimited
13564         ASCII words even in unstructured fields; don't break words at
13565         char-category boundaries.
13566         (rfc2047-encode-1): New function.
13567         (rfc2047-encode): Use it; encode text so that it occupies the
13568         maximum width within 76-column; work correctly on Q encoding for
13569         iso-2022-* charsets.
13570         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13571         sure not to break a line just after the header name.
13572         (rfc2047-b-encode-region): Removed.
13573         (rfc2047-b-encode-string): New function.
13574         (rfc2047-q-encode-region): Removed.
13575         (rfc2047-q-encode-string): New function.
13576
13577         * mm-util.el (mm-replace-in-string): New function.
13578
13579 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13580
13581         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13582         get it right.
13583         (gnus-inews-make-draft): Really.
13584
13585 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13586
13587         * nnmh.el (nnmh-request-list-1): Don't check the link count
13588         before descending.  (small patch)
13589
13590 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13591
13592         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13593         stuff.
13594
13595         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13596         on real group name.
13597
13598         * gnus-art.el (gnus-signature-limit): Doc fix.
13599
13600         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13601
13602         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13603
13604 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13605
13606         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13607         isn't a string.
13608
13609 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13610
13611         * gnus-draft.el (gnus-draft-send): Bind
13612         rfc2047-encode-encoded-words.
13613
13614         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13615         (rfc2047-encodable-p): Say that =? needs encoding.
13616         (rfc2047-encode-encoded-words): New variable.
13617
13618         * gnus-group.el (gnus-group-select-group): Doc fix.
13619
13620         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13621
13622         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13623         to nil.
13624
13625         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13626
13627         * nnheader.el (nnheader-get-lines-and-char): New function.
13628
13629 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13630
13631         * gnus-msg.el (gnus-summary-followup-with-original): Document
13632         yanking of region when active.
13633
13634 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13635
13636         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13637         groups if the group level is higher than the specified value.
13638
13639 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13640
13641         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13642         (gnus-group-jump-to-group): Added prefix argument using
13643         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13644         non-active group.
13645
13646         * compface.el (uncompface): Be verbose when changing
13647         `uncompface-use-external'.
13648
13649         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13650         handle manual section.
13651
13652 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13653
13654         * gnus-art.el (gnus-button-alist): Revert previous change.
13655
13656 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13657
13658         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13659
13660 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13661
13662         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13663         whether backend can accept message.
13664
13665         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13666
13667 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13668
13669         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13670         Avoid creating directory when nntp-marks-is-evil is true.
13671         Reported by Reiner Steib.
13672
13673 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13674
13675         * gnus-picon.el (gnus-picon-style): New variable.
13676         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13677         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13678         Jesper Harder <harder@ifa.au.dk>.
13679
13680 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13681
13682         * message.el (message-fill-field): Return point.
13683         (message-generate-headers): Go to end of field.
13684
13685         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13686         stuff for non-living groups.
13687
13688 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13689
13690         * gnus-art.el (gnus-article-followup-with-original)
13691         (gnus-article-reply-with-original): gnus-mark-active-p ->
13692         gnus-region-active-p.
13693
13694 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13695
13696         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13697         only when there is spam or ham to be processed.
13698
13699 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13700
13701         * mail-source.el (mail-source-delete-crash-box): Refactor.
13702         (mail-source-fetch): Use it.
13703         (mail-source-fetch-file): Ditto.
13704         (mail-source-fetch-directory): Run postscript in loop.
13705         (mail-source-fetch-pop): Delete.
13706         (mail-source-fetch-maildir): Ditto.
13707         (mail-source-fetch-imap): Ditto.
13708
13709         * imap.el (imap-authenticators): Comment out sasl.
13710
13711         * message.el (message-skip-to-next-address): New function.
13712         (message-fill-header-address): Refactor.
13713         (message-fill-address): Use it.
13714         (message-delete-address): Use it.
13715         (message-fill-header-general): Refactor.
13716         (message-fill-field-address): Rename.
13717         (message-narrow-to-field): Find the start of the header.
13718         (message-header-format-alist): Don't pre-fill.
13719         (message-fill-header): Removed.
13720         (message-insert-header): New function.
13721         (message-shorten-references): Use it.
13722
13723         * rfc2047.el (rfc2047-field-value): Strip props.
13724
13725         * mail-parse.el (mail-header-make-address): New alias.
13726
13727         * ietf-drums.el (ietf-drums-make-address): New function.
13728
13729         * imap.el: Add compiler directives.
13730
13731         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13732
13733         * gnus-art.el (article-decode-idna-rhs): Don't use
13734         message-idna-inside-rhs-p.
13735
13736 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13737
13738         * message.el (message-idna-inside-rhs-p): Removed.
13739         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13740
13741         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13742         false positives.
13743
13744 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13745
13746         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13747
13748 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13749
13750         * nneething.el (nneething-file-name): Don't create spurious
13751         files.
13752
13753         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13754         (gnus-inews-do-gcc): Remove sleep.
13755
13756         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13757         part under point.
13758
13759         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13760         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13761
13762 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13763
13764         * spam.el (spam-summary-prepare-exit): Fixed (length).
13765
13766 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13767
13768         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13769         as expired without moving it" message when there are spam
13770         messages left.
13771
13772 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13773
13774         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13775         header is not nil.
13776
13777 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13778
13779         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13780         nntp-possibly-create-directory, not nntp-possibly-change-group.
13781         (nntp-marks-changed-p): New arg SERVER.
13782         (nntp-request-update-info): Adjust caller.
13783
13784 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13785
13786         * nntp.el (nntp-save-marks): Pass missing arg.
13787
13788 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13789
13790         * nntp.el: Support marks.
13791         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13792         (nntp-marks-modtime, nntp-marks-directory): New variables.
13793         (nntp-request-set-mark, nntp-request-update-info)
13794         (nntp-possibly-create-directory, nntp-marks-changed-p)
13795         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13796         functions.
13797
13798 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13799
13800         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13801         (gnus-xmas-redefine): Rename.
13802
13803         * gnus-score.el (gnus-score-insert-help): Use
13804         gnus-select-lowest-window.
13805
13806         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13807         appt-select-lowest-window and rename to gnus-select-lowest-window.
13808
13809         * gnus.el: do.
13810
13811 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13812
13813         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13814         encodings of MIME-encoded words, in order to improve
13815         interoperability with several broken MUAs.
13816
13817 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13818
13819         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13820         tags, only when charsets are not specified in headers.
13821         (mm-inline-text-html-render-with-w3m): Ditto.
13822
13823         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13824         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13825
13826 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13827
13828         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13829         instead of MIME-decoded from fields when checking
13830         `gnus-article-address-banner-alist'.
13831
13832 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13833
13834         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13835         description rather than subject.
13836
13837 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13838
13839         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13840
13841 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13842
13843         * gnus.el (gnus-version-number): Bump.
13844
13845 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13846
13847         * gnus.el: No Gnus v0.2 is released.
13848
13849 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13850
13851         * gnus-agent.el (gnus-agent-read-agentview): Inline
13852         gnus-uncompress-range.
13853
13854 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13855
13856         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13857         `exec-installed-p'.
13858
13859 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13860
13861         * gnus.el (spam-process, spam-autodetect-methods): Add
13862         bsfilter and bsfilter-headers.
13863
13864         * spam.el (spam-bsfilter): New customize group.
13865         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13866         (spam-bsfilter-header, spam-bsfilter-probability-header)
13867         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13868         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13869         (spam-bsfilter-database-directory): New options.
13870         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13871         (spam-list-of-statistical-checks, spam-registration-functions):
13872         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13873         (spam-bsfilter-score): New command.
13874         (spam-check-bsfilter-headers, spam-check-bsfilter)
13875         (spam-bsfilter-register-with-bsfilter)
13876         (spam-bsfilter-register-spam-routine)
13877         (spam-bsfilter-unregister-spam-routine)
13878         (spam-bsfilter-register-ham-routine)
13879         (spam-bsfilter-unregister-ham-routine): New functions.
13880         (spam-generic-score): Support bsfilter; Accept an optional argument
13881         to recalcurate spam score even if scoring header has already been
13882         added.
13883         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13884         optional argument to recalcurate spam score even if scoring header
13885         has already been added.
13886
13887 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13888
13889         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13890         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13891         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13892         link is missing.
13893
13894 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13895
13896         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13897         (html2text-get-attr): Rewrite.
13898
13899         * message.el (message-setup-1): Remove redundant put-text-property
13900         on mail-header-separator.
13901
13902 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13903
13904         * gnus-registry.el (gnus-registry-cache-whitespace)
13905         (gnus-registry-action, gnus-registry-spool-action)
13906         (gnus-registry-split-fancy-with-parent): Change message levels
13907         from 5 to 3 or 7, as needed.
13908
13909         * spam.el (spam-summary-prepare-exit)
13910         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13911         (spam-split, spam-find-spam, spam-log-undo-registration)
13912         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13913         level from 5 to 6.
13914
13915 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13916
13917         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13918         2004-03-04 change).
13919
13920 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13921
13922         * sieve-manage.el (sieve-manage-open):
13923         * nnweb.el (nnweb-insert-html):
13924         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13925         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13926         * nnspool.el (nnspool-request-group):
13927         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13928         * nnml.el (nnml-request-update-info):
13929         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13930         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13931         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13932         (nnimap-request-set-mark):
13933         * nnfolder.el (nnfolder-request-update-info):
13934         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13935         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13936         * gnus-uu.el (gnus-uu-find-articles-matching):
13937         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13938         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13939         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13940         * gnus-nocem.el (gnus-nocem-scan-groups):
13941         * gnus-int.el (gnus-start-news-server):
13942         * gnus-group.el (gnus-group-make-kiboze-group)
13943         (gnus-group-browse-foreign-server):
13944         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13945         Use mapc when appropriate.
13946
13947 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13948
13949         FIXME: Make separate entries for each person.
13950
13951         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13952         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13953         <shields@msrl.com>:
13954
13955         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13956         may need for spam sorting and scoring.
13957         (spam-user-format-function-S): Add user format function suitable for
13958         general use.
13959         (spam-article-sort-by-spam-status): Add sorting function for summary
13960         sorting.
13961         (spam-extra-header-to-number): Add function to get a score from a
13962         header.
13963         (spam-summary-score): Add function to get a numeric score from the
13964         headers.
13965         (spam-generic-score): Fix function doc, was in wrong place.
13966         (spam-initialize): Take symbols when it's run, and install the
13967         extra headers that spam-necessary-extra-headers thinks we need.
13968
13969 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13970
13971         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13972         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
13973
13974 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13975
13976         * gnus-sum.el (gnus-set-global-variables)
13977         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13978         (gnus-article-get-xrefs, gnus-summary-best-group)
13979         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13980         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13981         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13982         Use with-current-buffer.
13983
13984 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13985
13986         * spam.el (spam-summary-prepare-exit): Simplify logic.
13987         (spam-fetch-article-header): Read the article header if it's not
13988         available.
13989         (spam-list-articles): Simplify logic.
13990         (spam-filelist-register-routine): Fix bug with unregister-list.
13991
13992         * gnus-registry.el: Fix comments at beginning.
13993
13994 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13995
13996         * message.el (message-cater-to-broken-inn): Remove.
13997         (message-shorten-references): Make sure the total folded length of
13998         References is shorter than 998 characters to cater to a bug in INN
13999         2.3.  Also, don't pretend that references aren't folded -- this
14000         hasn't worked for a while.
14001
14002 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14003
14004         * gnus-agent.el (gnus-agentize):
14005         gnus-agent-send-mail-real-function no longer set to current value
14006         of message-send-mail-function but rather a lambda that calls
14007         message-send-mail-function.  The change makes the agent real-time
14008         responsive to user changes to message-send-mail-function.
14009
14010 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14011
14012         * legacy-gnus-agent.el
14013         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14014         help from Florian Weimer <fw@deneb.enyo.de>
14015
14016 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14017
14018         * nnmail.el (nnmail-cache-insert): Revert last change.
14019
14020 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14021
14022         * nnmail.el (nnmail-cache-insert): Always check whether
14023         nnmail-cache-ignore-groups matches a group name.
14024
14025 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14026
14027         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14028         (spam-find-spam, spam-log-processing-to-registry)
14029         (spam-log-registered-p, spam-log-unregistration-needed-p)
14030         (spam-log-undo-registration): Use gnus-message instead of
14031         gnus-error, none of these errors are fatal.
14032
14033         * gnus-registry.el (gnus-registry-clean-empty-function)
14034         (gnus-registry-clean-empty): Remove only empty entries without
14035         extra data.
14036
14037 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14038
14039         * spam-stat.el (spam-stat-buffer-change-to-spam)
14040         (spam-stat-buffer-change-to-non-spam): Change (error) to
14041         (gnus-message 8) invocation.
14042
14043 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * nntp.el (nntp-via-netcat-command): New variable.
14046         (nntp-via-netcat-switches): New variable.
14047         (nntp-open-via-rlogin-and-netcat): New function.
14048         (nntp-open-connection-function): Doc fix.
14049         (nntp-telnet-command): Doc fix.
14050         (nntp-end-of-line): Doc fix.
14051         (nntp-via-rlogin-command): Doc fix.
14052         (nntp-via-user-name): Doc fix.
14053         (nntp-via-address): Doc fix.
14054
14055 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14056
14057         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14058         error in Emacs 21.1.
14059
14060 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14061
14062         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14063
14064 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14065
14066         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14067         (gnus-agent-with-refreshed-group): New macro.
14068         (gnus-agent-rename-group): New function.
14069         (gnus-agent-delete-group): New function.
14070         (gnus-agent-save-group-info): Use gnus-command-method when
14071         `method' parameter is nil.  Don't write nil entries into the
14072         active file.
14073         (gnus-agent-get-group-info): New function.
14074         (gnus-agent-fetch-articles): Use
14075         gnus-agent-update-files-total-fetched-for to increment disk space
14076         used.
14077         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14078         gnus-agent-update-view-total-fetched-for to increment disk space
14079         used.
14080         (gnus-agent-get-local): Added optional parameters to avoid calling
14081         gnus-group-real-name and gnus-find-method-for-group.
14082         (gnus-agent-set-local): Delete stored entry if either min, or max,
14083         are nil.
14084         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14085         quit, use gnus-agent-regenerate-group to record existance of any
14086         articles fetched to disk before the quit occurred.
14087         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14088         gnus-agent-update-view-total-fetched-for, and
14089         gnus-agent-update-files-total-fetched-for to decrement disk space
14090         used.
14091         (gnus-agent-retrieve-headers): Use
14092         gnus-agent-update-view-total-fetched-for to increment disk space
14093         used.
14094         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14095         with gnus-agent-update-files-total-fetched-for to decrement disk
14096         space and fresh group buffer.
14097         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14098         (gnus-agent-need-update-total-fetched-for): New variable.
14099         (gnus-agent-update-files-total-fetched-for): New function.
14100         (gnus-agent-update-view-total-fetched-for): New function.
14101         (gnus-agent-total-fetched-for): New function.
14102
14103         * gnus-cache.el (gnus-cache-save-buffers): Use
14104         gnus-cache-update-overview-total-fetched-for to change disk space
14105         used by this group.
14106         (gnus-cache-possibly-enter-article): Use
14107         gnus-cache-update-file-total-fetched-for to increment disk space
14108         used by this group.
14109         (gnus-cache-possibly-remove-article): Use
14110         gnus-cache-update-file-total-fetched-for to decrement disk space
14111         used by this group.
14112         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14113         (gnus-cache-rename-group): New function.
14114         (gnus-cache-delete-group): New function.
14115         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14116         (gnus-cache-need-update-total-fetched-for): New variable.
14117         (gnus-cache-with-refreshed-group): New macro.
14118         (gnus-cache-update-file-total-fetched-for): New function.
14119         (gnus-cache-update-overview-total-fetched-for): New function.
14120         (gnus-cache-rename-group-total-fetched-for): New function.
14121         (gnus-cache-delete-group-total-fetched-for): New function.
14122         (gnus-cache-total-fetched-for): New function.
14123
14124         * gnus-group.el: Require gnus-sum and autoload functions to
14125         resolve warnings when gnus-group.el compiled alone.
14126         (gnus-group-line-format): Documented new %F.
14127         (size of Fetched data) group line format; identifies disk space
14128         used by agent and cache.
14129         (gnus-group-line-format-alist): Defined new F format.
14130         (gnus-total-fetched-for): New function.
14131         (gnus-group-delete-group): No longer update
14132         gnus-cache-active-altered as gnus-request-delete-group now keeps
14133         the cache in sync.
14134         (gnus-group-list-active): Let the agent store a server's active
14135         list if currently plugged.
14136
14137         * gnus-int.el (gnus-request-delete-group):
14138         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14139         local disk in sync with the server.
14140         (gnus-request-rename-group):
14141         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14142         local disk in sync with the server.
14143
14144         * gnus-start.el (gnus-get-unread-articles):
14145         Cosmetic simplification to logic.
14146
14147         * gnus-util.el (gnus-rename-file): New function.
14148
14149 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14150
14151         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14152
14153 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14154
14155         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14156         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14157
14158 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14159
14160         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14161         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14162
14163 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14164
14165         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14166
14167 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14168
14169         * spam.el (spam-set-difference): Add function to replace
14170         gnus-set-difference in spam.el.
14171         (spam-summary-prepare-exit): Use spam-set-difference.
14172
14173 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14174
14175         * gnus-registry.el (gnus-registry-cache-file): Update to use
14176         gnus-dribble-directory OR gnus-home-directory OR ~.
14177         (gnus-registry-split-fancy-with-parent): Fix doc.
14178
14179 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14180
14181         * message.el (message-exchange-point-and-mark): Use
14182         message-mark-active-p.  Suggested by Jesper Harder
14183         <harder@ifa.au.dk>.
14184
14185 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14186
14187         * message.el (message-exchange-point-and-mark): Don't activate
14188         region if it was inactive.  Suggested by Hiroshi Fujishima
14189         <pooh@nature.tsukuba.ac.jp>.
14190
14191 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14192
14193         * gnus-art.el (article-display-face): Display Faces in the same
14194         order as X-Faces.
14195
14196 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14197
14198         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14199
14200 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14201
14202         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14203         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14204         (gnus-article-mime-hierarchy): Remove.
14205         (gnus-article-mime-hierarchy-next): Remove.
14206         (gnus-article-mode): Revert 2004-03-19 change.
14207         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14208         (gnus-insert-mime-button): Revert 2004-03-19 change.
14209         (gnus-mime-accumulate-hierarchy): Remove.
14210         (gnus-mime-enter-multipart): Remove.
14211         (gnus-mime-leave-multipart): Remove.
14212         (gnus-mime-display-part): Revert 2004-03-19 change.
14213         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14214
14215         * mml.el (mml-preview): Revert 2004-03-19 change.
14216
14217 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14218
14219         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14220
14221 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14222
14223         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14224         t while entering a file name using the mm-with-multibyte macro.
14225         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14226
14227         * mm-util.el (mm-with-multibyte): New macro.
14228
14229 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14230
14231         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14232         user option.
14233         (gnus-mime-multipart-functions): Doc and customization fix.
14234         (gnus-article-mime-hierarchy): New variable.
14235         (gnus-article-mime-hierarchy-next): New variable.
14236         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14237         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14238         gnus-article-mime-hierarchy-next to nil.
14239         (gnus-insert-mime-button): Show hierarchy numbers.
14240         (gnus-mime-accumulate-hierarchy): New function.
14241         (gnus-mime-enter-multipart): New function.
14242         (gnus-mime-leave-multipart): New function.
14243         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14244         (gnus-mime-display-alternative): Show hierarchy numbers.
14245
14246         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14247         gnus-article-mime-hierarchy-next to nil.
14248
14249 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14250
14251         * dns.el: Don't require gnus-xmas.
14252
14253 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14254
14255         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14256         inline PGP.
14257         (mml-menu): Disable mml-quote-region if mark is inactive.
14258
14259 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14260
14261         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14262         when the group's active is not available.
14263
14264 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14265
14266         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14267         error.
14268
14269 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14270
14271         * imap.el (imap-store-password): New variable.
14272         (imap-interactive-login): Use it.
14273         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14274
14275 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14276
14277         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14278         window-start and hscroll to summary window.
14279
14280 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14281
14282         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14283         conversion message to newsrc-dribble when an actual conversion is
14284         performed.
14285
14286 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14287
14288         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14289
14290 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14291
14292         * mm-decode.el (mm-complicated-handles): New function reviving
14293         former definition of mm-multiple-handles.
14294
14295         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14296         (gnus-mime-delete-part): Use it.
14297
14298 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14299
14300         * gnus-agent.el (gnus-agent-read-local): Bind
14301         nnheader-file-coding-system to gnus-agent-file-coding-system to
14302         avoid the implicit assumption that they will always be equal.
14303         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14304         coding-system-for-write, as the with-temp-file macro first prints
14305         to a buffer then saves the buffer.
14306
14307 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14308
14309         * gnus-art.el (gnus-article-edit-part): New function.
14310         (gnus-mime-save-part-and-strip): Use it; do query instead of
14311         signaling an error; don't use mm-multiple-handles.
14312         (gnus-mime-delete-part): Ditto.
14313
14314 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14315
14316         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14317         old file versions.
14318         (gnus-group-prepare-hook): Removed function that converted list
14319         form of gnus-agent-expire-days to group properties.
14320
14321         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14322         (gnus-request-accept-article): Re-indented.
14323
14324         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14325         converters to handle old agent file formats.  Added logic for a
14326         "backup before upgrading warning".
14327         (gnus-convert-mark-converter-prompt): Developers can mark
14328         functions as needing (default), or not needing,
14329         gnus-convert-old-newsrc's "backup before upgrading warning".
14330         (gnus-convert-converter-needs-prompt): Tests whether the user
14331         should be protected from potentially irreversable changes by the
14332         function.
14333
14334         * legacy-gnus-agent.el: New.  Provides converters that are only
14335         loaded when gnus-convert-old-newsrc needs to call them.
14336
14337 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14338
14339         * mail-source.el (mail-source-touch-pop): Doc fix.
14340
14341         * message.el (message-smtpmail-send-it): Doc fix.
14342
14343 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14344
14345         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14346
14347         * nnmail.el (nnmail-split-fancy): do.
14348
14349         * gnus-kill.el (gnus-kill, gnus-execute): do.
14350
14351 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14352
14353         * gnus-sum.el (gnus-widget-reversible-match)
14354         (gnus-widget-reversible-to-internal)
14355         (gnus-widget-reversible-to-external): New functions.
14356         (gnus-widget-reversible): New widget.
14357         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14358
14359 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14360
14361         * gnus-sum.el (gnus-thread-sort-functions)
14362         (gnus-article-sort-functions): Document `(not F)' items.
14363
14364 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14365
14366         * spam.el (spam-use-gmane-xref): Add new backend.
14367         (spam-gmane-xref-spam-group): Add variable to control the name of the
14368         Gmane spam group.
14369         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14370         (spam-regex-headers-spam, spam-regex-headers-ham)
14371         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14372         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14373         backends and checks.
14374         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14375
14376         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14377         an autodetect method.
14378
14379 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14380
14381         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14382         articles are being added to a group.
14383         (gnus-request-replace-article): Inform the agent that articles
14384         need to be uncached as the cached contents are no longer valid.
14385
14386 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14387
14388         * binhex.el: Don't autoload executable-find.
14389
14390         * canlock.el: Don't autoload mail-fetch-field.
14391
14392         * dgnushack.el: Autoload c-mode for XEmacs.
14393
14394         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14395
14396         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14397         rmail-dont-reply-to and rmail-output.
14398
14399         * gnus-score.el: Don't autoload ffap-string-at-point.
14400
14401         * gnus-setup.el: Don't autoload sc-cite-original.
14402
14403         * imap.el: Don't autoload base64-decode-string,
14404         base64-encode-string and md5.
14405
14406         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14407         and rmail-msg-restore-non-pruned-header.
14408
14409         * mm-decode.el: Don't autoload executable-find.
14410
14411         * mm-url.el: Don't autoload executable-find.
14412
14413         * mm-view.el: Don't autoload diff-mode.
14414
14415         * nndb.el: Don't autoload news-reply-mode, news-setup,
14416         cancel-timer and telnet.
14417
14418         * password.el: Don't autoload run-at-time for Emacs.
14419
14420         * sha1-el.el: Don't autoload executable-find.
14421
14422         * sieve-mode.el: Don't autoload c-mode.
14423
14424         * uudecode.el: Don't autoload executable-find.
14425
14426 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14427
14428         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14429         (gnus-agent-possibly-alter-active): Avoid null in numeric
14430         comparison.
14431         (gnus-agent-set-local): Refuse to save null in local object table.
14432         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14433         list of articles that will be marked as unread.
14434
14435 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14436
14437         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14438
14439 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14440
14441         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14442         language tags.
14443
14444 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14445
14446         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14447         Don't bind "obarray".
14448
14449         * gnus-sum.el (gnus-thread-sort-functions): Added
14450         `gnus-thread-sort-by-most-recent-number' and
14451         `gnus-thread-sort-by-most-recent-date'.
14452         Reported by Kai Grossjohann <kai@emptydomain.de>.
14453
14454 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14455
14456         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14457
14458 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14459
14460         * gnus-cus.el (gnus-agent-customize-category): Removed
14461         ignore-errors macro reference that required cl to be loaded at
14462         run-time.
14463
14464         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14465         single-interval range of the form (min . max).  Previously the
14466         range had to look like ((min . max)).  Likewise, return
14467         (min . max) rather than ((min . max)).
14468         (gnus-range-map): Use gnus-range-normalize to accept
14469         single-interval range.
14470
14471         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14472         the cache, but not the agent, now appear with their usual face.
14473
14474         * dgnushack.el (loaddir): New variable that is bound to the
14475         directory containing the dgnushack.el file. Use loaddir, rather
14476         than srcdir, to update load-path. Change lets dgnushack compile
14477         code in directories other than GNUS/lisp.
14478
14479 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14480
14481         * lpath.el: Don't bind w3m-safe-url-regexp.
14482
14483         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14484         w3m-safe-url-regexp variable buffer-local.
14485
14486         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14487
14488 2004-02-27  Simon Josefsson  <jas@extundo.com>
14489
14490         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14491         gnus-group-real-prefix.
14492         (gnus-summary-move-article): Use it, instead of
14493         gnus-group-real-prefix.
14494
14495 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14496
14497         * lpath.el: Bind w3m-safe-url-regexp.
14498
14499         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14500         w3m-safe-url-regexp variable buffer-local and set it as the value
14501         of mm-w3m-safe-url-regexp.
14502
14503         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14504
14505         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14506         parsing gnus-posting-styles when the message is not for replying.
14507
14508         * dgnushack.el: Autoload sgml-mode for XEmacs.
14509
14510         * nnrss.el (nnrss-opml-export): Use
14511         mm-set-buffer-file-coding-system instead of
14512         set-buffer-file-coding-system.
14513
14514 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14515
14516         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14517         of checkdoc.el).
14518         * nnrss.el: do.
14519         * gnus-mlspl.el: do.
14520         * gnus-ml.el: do.
14521         * gnus-srvr.el: do.
14522
14523         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14524
14525 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14526
14527         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14528         Corrections to custom-manual links.
14529
14530         * gnus-art.el (gnus-article): Ditto.
14531
14532         * mm-decode.el (mime-display, mime-security): Ditto.
14533
14534 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14535
14536         * flow-fill.el: Typo.
14537
14538 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14539
14540         * spam-wash.el: New file.
14541
14542 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14543
14544         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14545
14546 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14547
14548         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14549         to be run with new-articles as LIST1, not LIST2.
14550         (spam-registration-functions): Add spam-use-ham-copy as a nil
14551         registration backend.
14552
14553 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14554
14555         * spam-stat.el (spam-stat-washing-hook): New option.
14556         (spam-stat-buffer-words): Use it.
14557         (spam-stat-process-directory, spam-stat-test-directory): Use
14558         insert-file-contents-literally.
14559         (spam-stat-coding-system): New variable.
14560         (spam-stat-load, spam-stat-save): Use it.
14561
14562 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14563
14564         * spam-report.el (spam-report-plug-agent): Quote
14565         spam-report-url-to-file and spam-report-url-ping-plain.
14566
14567 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14568
14569         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14570         / in mailto URLs.
14571
14572 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14573
14574         * spam-report.el (spam-report-process-queue): Fix interactive use.
14575         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14576         (spam-report-unplug-agent): Doc fixes.
14577         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14578         (spam-report-agentize, spam-report-deagentize): Autoload.
14579
14580 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14581
14582         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14583
14584         * message.el (message-setup-fill-variables): Add mml tags to
14585         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14586         <ajk@iu.edu>.
14587         (message-mode): Don't modify paragraph-separate there.
14588
14589 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14590
14591         * compface.el (uncompface-use-external): Default to undecided.
14592         (uncompface-use-external-threshold): New variable.
14593         (uncompface-float-time): New macro.
14594         (uncompface): Determine whether to use the external decoder if
14595         uncompface-use-external is undecided.
14596
14597 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14598
14599         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14600         after images.
14601
14602         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14603
14604 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14605
14606         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14607
14608         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14609
14610         * gnus-sum.el (gnus-summary-limit-to-age)
14611         (gnus-summary-limit-children): do.
14612
14613         * gnus-int.el (gnus-request-scan): do.
14614
14615         * gnus-group.el (gnus-group-suspend): do.
14616
14617         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14618
14619         * gnus-cite.el (gnus-cite-parse-attributions): do.
14620
14621         * gnus-agent.el (gnus-summary-set-agent-mark)
14622         (gnus-agent-regenerate-group): do.
14623
14624         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14625
14626         * binhex.el (binhex-decode-region-internal): do.
14627
14628 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14629
14630         * gnus-fun.el (gnus-face-properties-alist): New user option.
14631         (gnus-display-x-face-in-from): Use it.
14632
14633         * gnus-art.el (article-display-face): Ditto.
14634
14635         * compface.el (uncompface-use-external): Default to nil.
14636
14637 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14638
14639         * nntp.el (nntp-erase-buffer): New function.
14640         (nntp-retrieve-data, nntp-send-command)
14641         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14642         (nntp-possibly-change-group): Use it.
14643
14644         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14645         with-current-buffer.
14646
14647 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14648
14649         * compface.el: Merge the ELisp-based uncompface program.
14650         (compface): New customization group.
14651         (uncompface-use-external): New user option.
14652         (uncompface): Call uncompface-internal if uncompface-use-external
14653         is nil.
14654         (uncompface-internal): New function.  Note that there are also
14655         some other functions and variables added for this function.
14656
14657 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14658
14659         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14660         if necessary.
14661
14662 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14663
14664         * spam-report.el (spam-report-unplug-agent)
14665         (spam-report-plug-agent, spam-report-deagentize)
14666         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14667         Add support for the Agent in spam-report: when unplugged, report to a
14668         file; when plugged, submit all the requests.
14669
14670         * spam.el (spam-register-routine): Fix message about
14671         registration.
14672
14673 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14674
14675         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14676         dependencies.
14677         (rfc2047-encode): Use it.
14678
14679         * gnus-art.el (gnus-button-marker-list): Move before first
14680         reference.
14681
14682         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14683         (imap-parse-body): Fix format string mismatch.
14684
14685         * gnus-score.el (gnus-summary-increase-score): do.
14686
14687         * nnrss.el (nnrss-close): New function.
14688
14689 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14690
14691         * nnrss.el (nnrss-make-filename): New function.
14692         (nnrss-request-delete-group, nnrss-read-server-data)
14693         (nnrss-save-server-data, nnrss-read-group-data)
14694         (nnrss-save-group-data): Use it.
14695         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14696         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14697         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14698
14699 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14700
14701         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14702
14703 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14704
14705         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14706         files.
14707
14708         * message.el (message-generate-headers-first): Don't quote nil
14709         and t in docstrings.
14710
14711         * imap.el (imap-id): do.
14712
14713         * gnus-agent.el (gnus-agent-consider-all-articles)
14714         (gnus-agent-queue-mail): do.
14715
14716 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14717
14718         * spam-report.el (spam-report-process-queue): New function.
14719         Process requests from `spam-report-requests-file'.
14720         (spam-report-process-queue): Doc fix.
14721
14722 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14723
14724         * spam.el (spam-register-routine)
14725         (spam-log-processing-to-registry, spam-log-registered-p)
14726         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14727         Change "check" to "spam-check" for semi-clarity.
14728
14729 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14730
14731         * pop3.el: Require nnheader.
14732
14733         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14734
14735         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14736
14737         * gnus-picon.el: Require cl.
14738
14739         * gnus-fun.el: Require gnus-ems and gnus-util.
14740
14741         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14742
14743         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14744
14745         * gnus-art.el (gnus-article-edit-mode): Define before first
14746         reference.
14747
14748 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14749
14750         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14751         (gnus-uu-post-encoded): Use point-at-bol.
14752
14753         * gnus-topic.el (gnus-group-active-topic-p): do.
14754
14755         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14756
14757         * gnus-group.el (gnus-group-kill-region): do.
14758
14759         * gnus-art.el (article-date-ut): do.
14760
14761         * message.el (message-fetch-field): Remove redundant
14762         case-fold-search binding.
14763         (message-narrow-to-field): Simplify.
14764
14765 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14766
14767         * spam.el (spam-directory): Derive from `gnus-directory'.
14768
14769         * spam-report.el (spam-report-url-to-file)
14770         (spam-report-requests-file): New function and variable for offline
14771         reporting.
14772         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14773         and user defined function.
14774         (spam-report-url-ping-mm-url): Remove doubled slash.
14775
14776 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14777
14778         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14779
14780 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14781
14782         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14783         format string mismatch.
14784
14785         * sieve.el (sieve-deactivate-all): do.
14786
14787         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14788
14789         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14790
14791         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14792
14793         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14794
14795 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14796
14797         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14798         the list of checks.
14799
14800 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14801
14802         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14803         padding.
14804
14805 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14806
14807         * mm-view.el (mm-fill-flowed): New variable.
14808         (mm-inline-text): Use it.
14809
14810 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14811
14812         * spam.el (spam-spamassassin-register-ham-routine)
14813         (spam-spamassassin-register-spam-routine): Fix function names.
14814
14815 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14816
14817         * gnus.el (gnus-tmp-grouplens): Remove.
14818         (gnus-summary-line-format): Remove grouplens.
14819
14820         * gnus-group.el (gnus-group-line-format): Ditto.
14821
14822         * gnus-spec.el (gnus-format-specs): Ditto.
14823         (gnus-update-format-specifications): Flush the group format spec
14824         cache if there's the grouplens stuff.
14825         (gnus-parse-simple-format): Replace %l with the empty string.
14826
14827 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14828
14829         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14830         omission.
14831
14832 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14833
14834         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14835         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14836
14837 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14838
14839         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14840         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14841         New macros and functions.
14842         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14843         Handle > NLINK_MAX messages.
14844         * nnmaildir.el (nnmaildir-request-set-mark): Use
14845         nnmaildir--emlink-p and nnmaildir--eexist-p.
14846
14847 2004-01-25  Alex Schroeder  <alex@gnu.org>
14848
14849         * spam-stat.el (spam-stat-process-directory-age): New option.
14850         (spam-stat-process-directory): Use it.
14851
14852 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14853
14854         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14855         (spam-stat-save): Accept prefix argument.
14856
14857 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14858
14859         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14860         links" error.
14861
14862 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14863
14864         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14865         the rest of the and/or forms.
14866
14867 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14868
14869         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14870         compatibility with old .newsrc.eld files.
14871
14872         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14873
14874         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14875
14876         * gnus-start.el (gnus-1): do.
14877
14878         * gnus-group.el (gnus-group-line-format-alist): do.
14879
14880         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14881
14882         * gnus-gl.el: Remove.
14883
14884 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14885
14886         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14887         marks consisting of a single range {for example, (3 . 5)} rather
14888         than a list of a single range { ((3 . 5)) }.
14889
14890 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14891
14892         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14893         with-current-buffer.
14894         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14895         avoid consing a string.
14896
14897         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14898         Remove obsolete entries for big5 and gb2312.
14899
14900 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14901
14902         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14903         uncompressed list.
14904
14905 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14906
14907         * spam-stat.el (spam-stat-strip-xref): New function.
14908         (spam-stat-process-directory): Use it.
14909
14910         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14911         here -- it's done in message-fetch-field.
14912
14913 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14914
14915         * gnus-agent.el (gnus-agent-queue-mail)
14916         (gnus-agent-prompt-send-queue): New variables.
14917         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14918         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14919         "nndraft:queue" along to gnus-draft-send.  Use
14920         gnus-agent-prompt-send-queue.
14921         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14922         is "nndraft:queue".  Suggested by Gaute Strokkenes
14923         <gs234@srcf.ucam.org>
14924
14925         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14926         (agent-enable-undownloaded-faces): Added.
14927         (gnus-agent-cat-groups): Use eval-and-compile, not
14928         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14929         method of gnus-agent-cat-groups even when the buffer has been
14930         evaled.
14931         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14932         delete gnus-agent-save-active-1.
14933         (gnus-agent-save-groups): Deleted.  Identical to
14934         gnus-agent-save-active.
14935         (gnus-agent-write-active): No longer adjust agent's copy of active
14936         file as agent's adjustments are now stored in their own
14937         file.  Removed optional parameter.
14938         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14939         servers.  Add use of min/max range limits from server's local
14940         file.
14941         (gnus-agent-save-alist): Removed unused optional argument.
14942         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14943         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14944         (gnus-agent-set-local): A per-server file that keeps min/max range
14945         limits for articles known to the agent.  Provides a fast mechanism
14946         for altering many active ranges.
14947         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14948         active file (local makes it unnecessary).
14949         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14950
14951         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14952         (agent-enable-undownloaded-faces): Added.
14953
14954         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14955         disable it when sending to "nndraft:queue".
14956         (gnus-group-send-queue): Add safety check to avoid sending queue
14957         when unplugged.
14958
14959         * gnus-group.el (gnus-group-catchup): Use new
14960         gnus-sequence-of-unread-articles, not
14961         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14962         numbers of articles.  Use gnus-range-map to avoid having to
14963         uncompress the unread list.
14964         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14965         Fixed invalid ange-ftp reference.
14966
14967         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14968         (gnus-sorted-range-intersection): Intersection of two ranges
14969         without requiring that they first be uncompressed.
14970
14971         * gnus-start.el (gnus-activate-group): Unless blocked by the
14972         caller, possibly expand the active range to include both cached
14973         and agentized articles.
14974         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14975         multiple version-dependent converters.
14976         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14977         gnus-agent-save-active.
14978         (gnus-save-newsrc-file): Save dirty agent range limits.
14979
14980         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14981         gnus-agent-possibly-alter-active.
14982         (gnus-adjust-marked-articles): Faster handling of simple lists.
14983
14984 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14985
14986         * spam-stat.el (spam-stat-test-directory): New optional argument
14987         displays a list of files detected.  Suggested by Andrew Cohen
14988         <cohen@andy.bu.edu>.
14989         (spam-stat-buffer-words-with-scores): Don't narrow and change
14990         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14991
14992 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14993
14994         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14995         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14996         (spam-spamassassin-arguments)
14997         (spam-spamassassin-spam-flag-header)
14998         (spam-spamassassin-positive-spam-flag-header)
14999         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15000         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15001         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15002         (spam-list-of-processors, spam-list-of-checks)
15003         (spam-list-of-statistical-checks, spam-registration-functions)
15004         (spam-check-spamassassin-headers, spam-check-spamassassin)
15005         (spam-spamassassin-score)
15006         (spam-spamassassin-register-with-sa-learn)
15007         (spam-spamassassin-register-spam-routine)
15008         (spam-spamassassin-register-ham-routine)
15009         (spam-assassin-register-spam-routine)
15010         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15011         (spam-bogofilter-score): Fix to show article before scoring.
15012
15013 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15014
15015         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15016         default scoring function.
15017         (spam-generic-score): Call spam-spamassassin-score if
15018         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15019         spam-bogofilter-score otherwise.
15020
15021         * gnus.el (spam-process, spam-autodetect-methods): Add
15022         spamassassin and spamassassin-headers.
15023
15024 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15025
15026         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15027         Suppress unnecessary messages.
15028
15029 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15030
15031         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15032         make-hash-table.
15033
15034 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15035
15036         * canlock.el (base64-encode-string): Don't autoload it.
15037
15038 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15039
15040         * run-at-time.el: Remove useless (require 'itimer),
15041         eval-and-compile and (featurep 'xemacs).
15042
15043 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15044
15045         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15046         GROUP is a virtual group.
15047
15048 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15049
15050         * gnus.el: Autoload `message-y-or-n-p'.
15051
15052 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15053
15054         * pgg-parse.el: Remove unnecessary (require 'custom).
15055
15056         * pgg-def.el: do.
15057
15058         * nnmail.el: do.
15059
15060         * gnus-undo.el: do.
15061
15062         * gnus-picon.el: do.
15063
15064         * gnus-util.el: do.
15065
15066 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15067
15068         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15069
15070 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15071
15072         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15073         handle, as well as a list.
15074
15075         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15076         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15077         (mm-w3m-cid-retrieve): Simplify.
15078
15079 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15080
15081         * message.el (message-kill-to-signature): Allow prefix arg to
15082         specify number of lines to keep before signature.
15083
15084 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15085
15086         * message.el (message-kill-to-signature): Change docstring.
15087
15088 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15089
15090         * canlock.el: Always require sha1-el.
15091         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15092
15093         * message.el: Autoload sha1 only when compiling.
15094
15095         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15096         eudc-expand-inline for XEmacs.
15097
15098 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15099
15100         * message.el (message-canlock-generate): Require sha1-el.
15101
15102 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15103
15104         * message.el (message-expand-name): Silence the byte compiler.
15105
15106         * lpath.el: Add detect-coding-system.
15107
15108         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15109         cus-edit.
15110
15111 2004-01-13  Simon Josefsson  <jas@extundo.com>
15112
15113         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15114         Invoke gnus-score-mode.  Reported by
15115         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15116
15117         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15118         Jim Blandy <jimb@redhat.com> (tiny change).
15119
15120 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15121
15122         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15123
15124 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15125
15126         * spam.el (spam-get-article-as-string): Update to use
15127         gnus-request-article-this-buffer, much simpler.
15128         (spam-get-article-as-buffer): Remove.
15129
15130 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15131
15132         * message.el (message-expand-name): Use EUDC if the user uses that.
15133
15134 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15135
15136         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15137         character for the encoding to avoid consing a string.
15138
15139         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15140         unnecessarily.
15141
15142         * mm-util.el (mm-replace-chars-in-string): Remove.
15143
15144         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15145         of mm-replace-chars-in-string.
15146
15147 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15148
15149         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15150
15151         * mm-util.el (mm-subst-char-in-string): Support inplace.
15152
15153         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15154         a new string in every iteration.  Use shy groups.
15155
15156 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15157
15158         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15159         * gnus-soup.el (gnus-soup-group-brew):
15160         * gnus-msg.el (gnus-put-message):
15161         * gnus-move.el (gnus-group-move-group-to-server):
15162         * gnus-kill.el (gnus-batch-score):
15163         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15164         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15165         (gnus-group-update-group, gnus-group-read-group)
15166         (gnus-group-make-group, gnus-group-make-help-group)
15167         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15168         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15169         (gnus-group-sort-by-unread, gnus-group-catchup)
15170         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15171         (gnus-group-yank-group, gnus-group-set-info)
15172         (gnus-group-list-groups):
15173         * gnus.el (gnus-generate-new-group-name):
15174         * gnus-delay.el (gnus-delay-send-queue):
15175         * nnvirtual.el (nnvirtual-catchup-group):
15176         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15177         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15178         (gnus-group-prepare-topics, gnus-topic-check-topology):
15179         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15180         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15181         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15182         (gnus-group-make-articles-read):
15183         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15184         (gnus-group-change-level, gnus-kill-newsgroup)
15185         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15186         (gnus-get-unread-articles, gnus-make-articles-unread)
15187         (gnus-make-ascending-articles-unread): Use accessor
15188         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15189         to get group information for improved readability.
15190
15191
15192 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15193
15194         * gnus-art.el (article-decode-mime-words, article-babel)
15195         (gnus-article-highlight-signature, gnus-article-add-buttons)
15196         (gnus-signature-toggle): Use gnus-with-article-buffer.
15197
15198         * gnus-art.el (gnus-article-highlight-headers)
15199         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15200
15201         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15202         (gnus-article-set-globals, gnus-request-article-this-buffer)
15203         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15204         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15205         (gnus-mime-display-alternative): Use with-current-buffer.
15206
15207 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15208
15209         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15210         also under 80 char limit, and call gnus-error if needed.
15211         (spam-fetch-article-header): Fix - it was a
15212         buffer-local variable (gnus-newsgroup-data).
15213         (spam-find-spam): Use spam-generate-fake-headers, forget about
15214         spam-insert-fake-headers.
15215         (spam-insert-fake-headers): Remove.
15216
15217 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15218
15219         * deuglify.el (gnus-article-outlook-unwrap-lines)
15220         (gnus-outlook-rearrange-article)
15221         (gnus-outlook-repair-attribution-outlook)
15222         (gnus-outlook-repair-attribution-block)
15223         (gnus-outlook-repair-attribution-other): Remove redundant
15224         save-excursion.
15225
15226 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15227
15228         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15229         (spam-fetch-field-subject-fast)
15230         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15231         (spam-fetch-article-header): Add functions to deal with Gnus
15232         internals for fast retrieval of article header data.
15233         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15234
15235 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15236
15237         * pop3.el (pop3-md5): Remove.
15238         (pop3-apop): Replace pop3-md5 with md5.
15239
15240         * mm-bodies.el: base64 is always built-in.
15241
15242         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15243         with-current-buffer.
15244
15245 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15246
15247         * canlock.el (canlock-insert-header): Remove excessive grouping in
15248         regexp.
15249
15250         * gnus-sum.el (gnus-summary-read-document): Ditto.
15251
15252         * gnus-uu.el (gnus-uu-part-number): Ditto.
15253
15254         * html2text.el (html2text-remove-tags): Ditto.
15255         (html2text-format-tags): Ditto.
15256         (html2text-format-single-elements): Ditto.
15257
15258         * mml.el (mml-parse-1): Ditto.
15259
15260 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15261
15262         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15263
15264         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15265
15266         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15267
15268         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15269
15270 2003-11-15  Simon Josefsson  <jas@extundo.com>
15271
15272         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15273         (pgg-gpg-lookup-key): Use regexp match instead of
15274         split-string (split-string is different between emacs 21.2 and
15275         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15276
15277 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15278
15279         * gnus-art.el (gnus-mime-view-all-parts)
15280         (gnus-article-part-wrapper, gnus-article-view-part): Use
15281         with-current-buffer.
15282
15283 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15284
15285         * spam.el (spam-disable-spam-split-during-ham-respool)
15286         (spam-spamoracle-database, spam-cache-lookups)
15287         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15288         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15289         (spam-group-ham-marks, spam-group-spam-marks)
15290         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15291         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15292         also add spam-use-blackholes to the statistical checks.
15293         (spam-fetch-field-fast): Add interface to fetching fields, may
15294         become a macro.
15295         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15296         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15297         (spam-insert-fake-headers): Fake an article when needed.
15298         (spam-find-spam): Fake article when possible.
15299         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15300         (spam-check-bogofilter-headers): Use message-fetch-field instead
15301         of nnmail-fetch-field.
15302
15303 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15304
15305         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15306
15307 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15308
15309         * spam.el (spam-split): Do not require spam-use-CHECK to be
15310         enabled if that check is passed to spam-split explicitly; also
15311         fix so 'spam doesn't get converted to spam-split-group when
15312         spam-split-symbolic-return is t.
15313         (spam-find-spam): Find registrations of the article and use those
15314         instead of re-running spam-split to find the spam/ham
15315         classification of the article.
15316         (spam-log-processing-to-registry, spam-log-registered-p)
15317         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15318         Use gnus-error instead of gnus-message.
15319         (spam-log-registration-type): Add function to determine the
15320         classification of a message based on registry entries; will
15321         return nil if both 'spam and 'ham are found.
15322         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15323         a reasonably fast local cache without the loading errors.
15324         (spam-cache-lookups): Set to t by default.
15325         (spam-find-spam): Don't try to guess spam-cache-lookups.
15326         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15327         spam-caches entry.
15328         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15329         caching of whitelist/blacklist entries.
15330         (spam-check-whitelist, spam-check-blacklist): Invoke
15331         spam-from-listed-p with a type, not a cache variable.
15332         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15333
15334 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15335
15336         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15337
15338         * nnmail.el (nnmail-split-fancy): do.
15339
15340         * mml.el (mml-parse): do.
15341
15342         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15343         (gnus-score-adaptive): do.
15344
15345 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15346
15347         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15348         (gnus-mime-button-map): Don't set keymap parent.
15349         (gnus-button-ctan-directory-regexp): Use shy grouping.
15350         (gnus-prev-page-map): Don't set keymap parent.
15351         (gnus-prev-page-map): Remove duplicated one.
15352         (gnus-next-page-map): Don't set keymap parent.
15353         (gnus-mime-security-button-map): Ditto.
15354
15355         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15356         version number.
15357
15358         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15359
15360 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15361
15362         * canlock.el (canlock-sha1-function): Remove.
15363         (canlock-sha1-function-for-verify): Remove.
15364         (canlock-openssl-program): Remove.
15365         (canlock-openssl-args): Remove.
15366         (canlock-ignore-errors): Remove.
15367         (canlock-sha1-with-openssl): Remove.
15368         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15369         (canlock-verify): Don't use canlock-ignore-errors.
15370
15371         * sha1-el.el (sha1-string-external): Make it can return a string
15372         in binary form.
15373         (sha1-region-external): Ditto.
15374         (sha1-string-internal): Ditto.
15375         (sha1-region-internal): Ditto.
15376         (sha1-region): Ditto.
15377         (sha1-string): Ditto.
15378         (sha1): Ditto.
15379
15380 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15381
15382         * spam.el (spam-report-articles-gmane): New command.
15383
15384 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15385
15386         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15387
15388         * run-at-time.el (run-at-time-saved): Remove.
15389         (run-at-time): Doc fix.
15390
15391 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15392
15393         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15394         (gnus-summary-limit-map): Add it.
15395         (gnus-summary-make-menu-bar): do.
15396
15397 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15398
15399         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15400         Make attempt at some caching support (done for BBDB only now).
15401         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15402         addresses to be checked.
15403         (spam-clear-cache-BBDB): Add function, to be invoked by
15404         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15405         (spam-check-BBDB): Check and use the caches, if
15406         spam-cache-lookups is on, remove superfluous (provide).
15407
15408 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15409
15410         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15411
15412 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15413
15414         * run-at-time.el (run-at-time-saved): Move to after the definition
15415         of `run-at-time'.
15416
15417         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15418
15419 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15420
15421         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15422         mm-w3m-local-map-property.
15423
15424         * mm-view.el (mm-w3m-mode-map): Remove.
15425         (mm-w3m-local-map-property): Remove.
15426         (mm-inline-text-html-render-with-w3m): Don't use
15427         mm-w3m-local-map-property.
15428
15429 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15430
15431         * run-at-time.el: New file.
15432
15433         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15434         under Emacs.
15435
15436         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15437         of gnus-set-text-properties.
15438
15439         * gnus-uu.el (gnus-uu-save-article): Ditto.
15440
15441         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15442
15443         * gnus-cite.el (gnus-cite-parse): Ditto.
15444
15445         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15446         of gnus-.
15447
15448         * gnus-xmas.el (run-at-time): Require run-at-time.
15449
15450         * gnus.el: Changed calls to nnheader-run-at-time and
15451         password-run-at-time throughout to use run-at-time directly.
15452
15453         * password.el: Removed definition of run-at-time.
15454
15455         * nnheaderxm.el: Remove definition of run-at-time.
15456
15457 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15458
15459         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15460         in prompt.
15461
15462 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15463
15464         * messagexmas.el (message-xmas-redefine): Alias
15465         `message-make-caesar-translation-table' to
15466         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15467         version.
15468
15469         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15470         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15471         `gnus-xmas-set-text-properties'.
15472         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15473         `gnus-xmas-completing-read'.
15474         (gnus-xmas-completing-read): Removed.
15475         (gnus-xmas-open-network-stream): Removed.
15476
15477         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15478         XEmacs version.
15479
15480         * dns.el (dns-make-network-process): Use `open-network-stream'
15481         instead of `gnus-xmas-open-network-stream'.
15482
15483         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15484
15485         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15486
15487 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15488
15489         * gnus-art.el (gnus-mime-display-alternative)
15490         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15491         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15492         Don't use gnus-local-map-property.
15493
15494         * gnus-util.el (gnus-local-map-property): Remove.
15495
15496         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15497         gnus-completing-read-maybe-default with completing-read.
15498
15499         * gnus-util.el (gnus-completing-read): do.
15500         (gnus-completing-read-maybe-default): Remove.
15501
15502 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15503
15504         * password.el: Only autoload `run-at-time' if not XEmacs.
15505         Only autoload the itimer functions if XEmacs.
15506
15507 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15508
15509         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15510         XEmacsen.
15511
15512         * dgnushack.el: Autoload executable-find for XEmacs.
15513
15514 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15515
15516         * gnus-art.el (gnus-read-string): Remove.
15517         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15518         read-string.
15519
15520 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15521
15522         * netrc.el: Autoload password-read.
15523         (netrc): Add configuration group.
15524         (netrc-encoding-method, netrc-openssl-path): Add
15525         variables for encoding and decoding of files with symmetric
15526         ciphers.
15527         (netrc-encode): Add assistant function to encode a file with
15528         netrc-encoding-method.
15529         (netrc-parse): Add interactive parameter, added optional
15530         decoding if netrc-encoding-method is non-nil but otherwise
15531         behavior is standard.
15532         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15533         Do s/encode/encrypt/ everywhere.
15534
15535         * spam.el: Remove executable-find autoload.
15536
15537 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15538
15539         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15540
15541         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15542
15543 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15544
15545         * gnus-art.el (gnus-treat-ansi-sequences)
15546         (article-treat-ansi-sequences): New variable and function.
15547         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15548
15549         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15550         Use it.
15551
15552 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15553
15554         * mm-util.el (mm-quote-arg): Remove.
15555
15556         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15557         shell-quote-argument.
15558
15559         * gnus-uu.el (gnus-uu-command): do.
15560
15561         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15562
15563         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15564         with make-char.
15565
15566         * mm-util.el (mm-make-char): Remove.
15567
15568         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15569         add-minor-mode.
15570
15571         * gnus-undo.el (gnus-undo-mode): do.
15572
15573         * gnus-topic.el (gnus-topic-mode): do.
15574
15575         * gnus-sum.el (gnus-dead-summary-mode): do.
15576
15577         * gnus-start.el (gnus-slave-mode): do.
15578
15579         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15580
15581         * gnus-ml.el (gnus-mailing-list-mode): do.
15582
15583         * gnus-gl.el (gnus-grouplens-mode): do.
15584
15585         * gnus-draft.el (gnus-draft-mode): do.
15586
15587         * gnus-dired.el (gnus-dired-mode): do.
15588
15589         * gnus-ems.el (gnus-add-minor-mode): Remove.
15590
15591         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15592         Replace gnus-char-width with char-width.
15593
15594         * gnus-ems.el (gnus-char-width): Remove.
15595
15596         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15597         Replace gnus-char-width with char-width.
15598
15599         * gnus-ems.el (gnus-char-width): Remove.
15600
15601         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15602         definition.
15603         Remove Emacs 20 hash table compatibility code.
15604
15605         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15606         20 compatibility code.
15607
15608         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15609
15610         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15611
15612         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15613         with point-at-{eol,bol}.
15614
15615         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15616
15617         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15618
15619         * flow-fill.el (fill-flowed-point-at-bol)
15620         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15621
15622         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15623         Replace with point-at-{eol,bol} throughout all files.
15624
15625 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15626
15627         * ntlm.el (ntlm-string-as-unibyte): New macro.
15628         (ntlm-build-auth-response): Use it.
15629
15630         Remove Emacs 20 stuff:
15631         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15632         (butlast, mapc, remove): Remove the compiler macros.
15633         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15634         of delq and copy-sequence.
15635         * gnus-art.el (popup-menu): Remove the compiler macro.
15636         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15637         Emacs 20.
15638
15639 2004-01-05  Simon Josefsson  <jas@extundo.com>
15640
15641         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15642         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15643         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15644         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15645         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15646         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15647         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15648         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15649         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15650         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15651         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15652         string-xor into ntlm-string-xor.  Suggested by
15653         Jesper Harder <harder@myrealbox.com>.
15654
15655         * ntlm.el: Don't include poem.
15656
15657         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15658         Jesper Harder <harder@myrealbox.com>.
15659
15660         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15661
15662         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15663         probably breaks emacs with DL patch, but do we care? Is anyone
15664         still using the DL stuff?)
15665
15666         * sieve-manage.el: Use the password package.
15667         (sieve-manage-read-passwd): Remove.
15668         (sieve-manage-interactive-login): Use password.  Re-add
15669         condition-case around loop.
15670
15671         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15672         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15673         the password package.
15674
15675 2003-02-19  Simon Josefsson  <jas@extundo.com>
15676
15677         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15678         token.
15679
15680 2002-08-07  Simon Josefsson  <jas@extundo.com>
15681
15682         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15683         (sieve-manage-authenticators):
15684         (sieve-manage-authenticator-alist): Add some SASL mechs.
15685         (sieve-sasl-auth): New function.
15686         (sieve-manage-cram-md5-auth):
15687         (sieve-manage-plain-auth): Rewrite using SASL library.
15688         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15689         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15690         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15691         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15692
15693 2004-01-05  Simon Josefsson  <jas@extundo.com>
15694
15695         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15696         New files.
15697
15698 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15699
15700         * gnus-group.el (gnus-no-groups-message): Update.
15701
15702         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15703
15704 2003-11-09  Simon Josefsson  <jas@extundo.com>
15705
15706         * imap.el: Support for ID IMAP extension (RFC 2971).
15707         (imap-local-variables): Add imap-id.
15708         (imap-id): New variable.
15709         (imap-id): New function.
15710         (imap-parse-response): Parse untagged ID response.
15711         * nnimap.el (nnimap-id): New variable.
15712         (nnimap-open-connection): Use it.
15713
15714 2003-12-28  Simon Josefsson  <jas@extundo.com>
15715
15716         * gnus-score.el (gnus-score-edit-all-score): New.
15717         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15718
15719 2004-01-04  Simon Josefsson  <jas@extundo.com>
15720
15721         * password.el: Add.
15722
15723 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15724
15725         * dns.el (dns-query-types): Fix typo.
15726         (dns-query-types): New function.
15727         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15728         PTR and SOA replies, see RFC 1035.
15729
15730 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15731
15732         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15733
15734         * Moved to Changelog.2.
15735
15736 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15737
15738         * gnus.el (gnus-version-number): Bump version.
15739
15740 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15741
15742         * gnus.el: No Gnus v0.1 is released.
15743
15744 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15745
15746         * gnus.el: No Gnus v0.0 is released.
15747
15748 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15749
15750         * gnus.el (gnus-version-number): Bump.
15751         (gnus-version): No.
15752
15753 See ChangeLog.2 for earlier changes.
15754
15755     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15756       Free Software Foundation, Inc.
15757
15758   This file is part of GNU Emacs.
15759
15760   GNU Emacs is free software: you can redistribute it and/or modify
15761   it under the terms of the GNU General Public License as published by
15762   the Free Software Foundation, either version 3 of the License, or
15763   (at your option) any later version.
15764
15765   GNU Emacs is distributed in the hope that it will be useful,
15766   but WITHOUT ANY WARRANTY; without even the implied warranty of
15767   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15768   GNU General Public License for more details.
15769
15770   You should have received a copy of the GNU General Public License
15771   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15772
15773 ;; Local Variables:
15774 ;; coding: utf-8
15775 ;; fill-column: 79
15776 ;; add-log-time-zone-rule: t
15777 ;; End: