Don't show images that are really small.
[gnus] / lisp / ChangeLog
1 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4         small. They're probably tracking images.
5
6         * nntp.el (nntp-request-set-mark): Refuse to do marks if
7         nntp-marks-file-name is nil.
8
9 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10
11         * gnus-html.el (gnus-html-wash-tags)
12         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
13         Better logging.
14
15 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16
17         * nndoc.el (nndoc-type-alist): Added a new type for Google digests. 
18
19         * gnus-html.el (gnus-html-wash-tags): Check the value of
20         gnus-blocked-images in the summary buffer.
21
22 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
23
24         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
25
26 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27
28         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
29         like "a", it seems like.
30         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
31         since it needs to be picked from the correct buffer.
32
33         * nnwfm.el: Removed.
34
35         * nnlistserv.el: Removed.
36
37 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
38
39         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
40         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
41
42 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
43
44         * nnkiboze.el: Removed.
45
46         * nndb.el: Removed.
47
48         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
49         alt text.
50         (gnus-html-rescale-image): Try to get the rescaling logic right for
51         images that are just wide and not tall.
52
53         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
54         overshadow variable bindings.
55
56 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
57
58         * gnus-html.el (gnus-html-wash-tags)
59         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
60         extra logging.
61
62 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
63
64         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
65         (gnus-max-image-proportion): New variable.
66         (gnus-html-rescale-image): New function.
67         (gnus-html-put-image): Rescale images.
68
69 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
70
71         * gnus-html.el (gnus-article-html): Decode contents by charset.
72
73 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
74
75         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
76         (gnus-html-frame-width, gnus-blocked-images)
77         * message.el (message-prune-recipient-rules): Add custom version.
78         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
79
80         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
81         functions.
82
83         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
84         gnus-process-get.
85
86 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
87
88         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
89         instead of lsub directly.
90
91 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
92
93         * nnwarchive.el: Removed.
94
95         * gnus-soup.el: Removed.
96
97         * nnsoup.el: Removed.
98
99         * nnultimate.el: Removed.
100
101         * gnus-html.el (gnus-blocked-images): New variable.
102
103         * message.el (message-prune-recipients): New function.
104         (message-prune-recipient-rules): New variable.
105
106         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
107         guess whether a long line is natural text or not.
108
109         * gnus-html.el (gnus-html-schedule-image-fetching): Use
110         gnus-process-plist and friends for compatibility.
111
112 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
113
114         * gnus-html.el: Require packages that define macros used in this file.
115         (gnus-article-mouse-face): Declare to silence byte-compiler.
116         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
117         process-get.
118         (gnus-html-put-image): Use plist-get to avoid getf.
119         (gnus-html-prefetch-images): Use with-current-buffer.
120
121 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
122
123         * gnus-ems.el: Provide compatibility functions for
124         gnus-set-process-plist.
125
126         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
127         header-line-format for XEmacs 21.4.
128
129         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
130         * gnus.el (gnus-valid-select-methods)
131         * message.el (message-send-mail-partially-limit)
132         * mm-decode.el (mm-text-html-renderer)
133         * mml.el (mml-insert-mime-headers-always)
134         * smiley.el (smiley-regexp-alist): Bump custom version.
135
136 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
137
138         * gnus-html.el: require mm-url.
139         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
140         with the url to `url'.
141         (gnus-html-wash-tags): Support cid: URLs/images.
142
143 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
144
145         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
146         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
147         bindings, as they aren't useful at all. `w' is moved to `W w'.
148
149         * gnus-move.el: Removed file, since it doesn't really work.
150
151         * gnus-html.el (gnus-article-html): Tell w3m that the input is
152         UTF-8. This seems to fix problems with some German web feeds.
153
154         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
155         at the top so that the proper colours are applied.
156
157         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
158         don't have dots in their names.
159
160         * gnus-art.el (gnus-article-view-part): Doc fix.
161
162         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
163         XEmacs-compatible.
164         (gnus-html-put-image): Don't do images on non-graphic displays.
165
166         * nnslashdot.el: Removed this unused backend.
167
168         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
169         actions.
170         (gnus-undo-register-1): Revert last change.
171
172         * gnus-group.el (gnus-group-completing-read): Protect against not
173         having completion-styles bound.
174
175         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
176         make broken recipients happier.
177
178         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
179
180         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
181         point parameter.
182
183         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
184
185         * gnus-group.el (gnus-group-completing-read): Add 'substring to
186         completion-styles for group selection.
187
188 2009-02-04  Andreas Schwab  <schwab@suse.de>
189
190         * gnus-score.el (gnus-score-string): Fix regex for matching extra
191         headers and regexp-quote the match if necessary.
192
193 2009-03-24  Miles Bader  <miles@gnu.org>
194
195         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
196         the blinking smiley.
197
198 2009-03-24  Simon Josefsson  <simon@josefsson.org>
199
200         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
201         blink smiley.
202
203 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
204
205         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
206         where the dribbel file lives exists.
207
208         * message.el (message-send-mail-partially-limit): Change the default to
209         nil, since most people don't want this.
210
211         * mm-url.el (mm-url-decode-entities): Also decode entities like
212         &#x3212.
213
214 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
215
216         * gnus-sum.el (gnus-summary-idna-message):
217         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
218         Hyperlink urls in docstrings with URL `...'.
219
220 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
221
222         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
223         functions.
224
225 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
226
227         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
228         say what the mouseover text should be.
229
230         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
231         version of the mm-w3m-safe-url-regexp variable to only download images
232         in the groups where we want that to happen.
233
234         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
235
236         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
237         easier debugging.
238         (gnus-article-beginning-of-window): Add kludge to allow spacing past
239         big pictures in the article buffer.
240
241         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
242         gnus-article-html.
243         (mm-text-html-renderer): gnus-article-html needs curl in addition to
244         w3m.
245
246         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
247
248 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
249
250         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
251         which doesn't exist.
252
253         * message.el (message-inhibit-ecomplete): New variable to allow some
254         function to inhibit ecomplete address storage.
255         (message-resend): Disable ecomplete message storage when resending
256         messages.
257
258         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
259
260 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
261
262         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
263         Save excursion while copying, moving, and deleting articles in order to
264         prevent the cursor from jumping to unforeseen place.
265
266 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
267
268         * lpath.el: No need to bind bookmark-current-buffer,
269         bookmark-yank-point and bookmark-make-record-function.
270
271 2010-08-17  Glenn Morris  <rgm@gnu.org>
272
273         * gnus-sync.el: Require gnus components whose functions are used.
274
275         * gnus-art.el (bookmark-make-record-function):
276         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
277         Declare for compiler.
278
279         * mm-url.el (mml-compute-boundary): Autoload.
280
281 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
282
283         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
284
285 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
286
287         Typo fix "hoo4a" -> "hook".
288
289         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
290
291 2010-08-14  Glenn Morris  <rgm@gnu.org>
292
293         * gnus-sync.el (gnus-sync): Fix defgroup version.
294
295 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
296
297         Doc fixes and keep unknown groups (ammended for nunion bug fix).
298
299         * gnus-sync.el: Fix docs.
300         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
301         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
302
303 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
304
305         Optimizations for gnus-sync.el.
306
307         * gnus-sync.el: Add docs about gnus-sync-backend
308         possibilities.
309         (gnus-sync-save): Remove unnecessary message.
310         (gnus-sync-read): Optimize and show what groups were skipped.
311
312 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
313
314         Minor bug fixes for gnus-sync.el.
315
316         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
317         read the sync on get-new-news.
318
319         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
320         quiet.
321
322         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
323
324 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
325
326         Make saving and restoring of hidden threads work with overlays.
327         Patch applied by Ted Zlatanov.
328
329         * gnus-sum.el (gnus-hidden-threads-configuration)
330         (gnus-restore-hidden-threads-configuration): Update to deal with text
331         properties, rather than searching for a magic character.
332
333 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
334
335         New gnus-sync.el library for synchronization of marks.
336
337         * gnus-sync.el: New library for synchronization of marks.
338
339         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
340         renamed from `gnus-registry-grep-in-list'.
341
342         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
343
344         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
345
346 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
347
348         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
349         determining charset of text fails.
350
351 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
352
353         * nnmail.el (nnmail-get-new-mail-1): Revert.
354
355         * nnml.el (nnml-active-number): Make sure names of newly created groups
356         in nnml-group-alist are encoded.
357
358 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
359
360         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
361         containing non-ASCII characters in active file for nnml back end.
362
363 2010-07-24  David Engster  <dengste@eml.cc>
364
365         * mml-smime.el (mml-smime-epg-verify): Also accept the older
366         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
367
368 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
369
370         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
371         tag (Bug#6654).
372
373 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
374
375         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
376         the article buffer, not the summary buffer.
377
378 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
379
380         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
381         Emacs 23 as well.
382
383 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
384
385         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
386         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
387
388 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
389
390         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
391         Patch applied by Karl Fogel.
392
393         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
394         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
395
396 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
397
398         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
399         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
400         C-w still not working correctly from Article buffers; Thierry's
401         patch to fix that will be applied after this.
402
403         * gnus-art.el (bookmark-make-record-function): New local variable.
404
405         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
406         article buffer.
407         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
408
409 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
410
411         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
412         on changes in bookmark.el.
413
414 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
415
416         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
417         `no-log' instead of message not to log prompt string.
418
419 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
420
421         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
422         the *other* type of HTML form submission.
423
424 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
425
426         * auth-source.el (auth-source-pick): If choice does not contain a
427         questioned keyword, set the check to t.
428
429 2010-06-12  Romain Francoise  <romain@orebokech.com>
430
431         * gnus-util.el (gnus-date-get-time): Move up before first use.
432
433 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
434
435         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
436         (gnus-article-edit-part): Bind it to make last part that is substituted
437         or deleted visible.
438         (gnus-mime-display-single): Buttonize part of which id equals to
439         gnus-mime-buttonized-part-id.
440
441 2010-06-10  Dan Christensen  <jdc@uwo.ca>
442
443         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
444         (gnus-dd-mmm): Use gnus-date-get-time.
445         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
446         simplify logic.
447         (gnus-summary-limit-to-age): Use gnus-date-get-time.
448         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
449
450 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
451
452         * auth-source.el (top): Autoload `secrets-list-collections',
453         `secrets-create-item', `secrets-delete-item'.
454         (auth-sources): Fix tag string.
455         (auth-get-source, auth-source-retrieve, auth-source-create)
456         (auth-source-delete): New defuns.
457         (auth-source-pick): Rewrite in order to avoid 2 passes.
458         (auth-source-forget-user-or-password): New parameter USERNAME.
459         (auth-source-user-or-password): New parameters CREATE-MISSING and
460         DELETE-EXISTING.  Retrieve password interactively, if needed.
461
462 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
463
464         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
465         deleting unused directories when gnus-expert-user is t.
466
467 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
468
469         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
470         for each temp file when gnus-article-browse-delete-temp is ask.
471
472 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
473
474         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
475         Lisp calls to delete-backward-char by calls to delete-char.
476
477 2010-05-20  Kevin Ryde  <user42@zip.com.au>
478
479         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
480
481 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
482
483         * password-cache.el (password-cache-remove): Fix docstring.
484
485 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
486
487         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
488         article unless decoding article to be saved.
489
490 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
491
492         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
493         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
494         generated within the mm-with-unibyte-current-buffer macro.
495
496 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
497
498         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
499         to nil when we're in a mml-preview buffer and no group is selected.
500
501 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
502
503         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
504         when catching the `C-g'.  Reported by "Leo".
505
506 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
507
508         * message.el (message-forward-make-body-plain)
509         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
510         multibyte-string-p.
511
512         * lpath.el: Revert.
513
514 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
515
516         * message.el (message-forward-make-body-mml): Assume original message
517         is multibyte string; error on unibyte.
518         (message-forward-make-body-plain): Ditto; don't add excessive newline
519         in body end.
520
521         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
522
523 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
524
525         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
526         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
527
528 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
529
530         * mm-extern.el (mm-extern-url): Don't use
531         mm-with-unibyte-current-buffer.
532         (mm-extern-cache-contents): Use with-current-buffer instead of
533         save-excursion + set-buffer.
534
535 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
536
537         * mm-util.el (mm-emacs-mule): Remove.
538
539 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
540
541         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
542         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
543         change.
544
545 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
546
547         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
548         bind the default value of enable-multibyte-characters to nil.
549
550 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
551
552         * message.el (message-forward-make-body-plain)
553         (message-forward-make-body-mml):
554         Don't use mm-with-unibyte-current-buffer.
555
556 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
557
558         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
559
560 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
561
562         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
563         (Bug#5592).
564
565 2010-05-07  Julien Danjou  <julien@danjou.info>
566
567         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
568         it to mm-pipe-part.
569
570         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
571         it is given.
572
573 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
574
575         * binhex.el (binhex-decode-region-internal)
576         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
577         (dns-query)
578         * nnweb.el (nnweb-gmane-search)
579         * pgg-parse.el (pgg-parse-armor)
580         * pgg.el (pgg-verify-region)
581         * sha1.el (sha1-string-external)
582         * uudecode.el (uudecode-decode-region-internal)
583         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
584         XEmacs.
585
586         * gnus-art.el (gnus-article-browse-html-parts)
587         * gnus-group.el (gnus-read-ephemeral-gmane-group)
588         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
589         make-temp-file.
590
591         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
592         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
593         compiling.
594
595         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
596         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
597         XEmacs when compiling.
598
599         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
600         gnus-pick-mode-off-hook for XEmacs when compiling.
601         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
602         gnus-binary-mode-off-hook for XEmacs when compiling.
603
604         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
605         nil if char-charset is not available.
606
607         * imap.el (imap-disable-multibyte)
608         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
609         macros.
610
611         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
612         instead of encode-coding-string.
613
614         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
615         'xemacs) instead of mm-emacs-mule to switch function definitions.
616         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
617
618         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
619         bind temporary-file-directory for XEmacs;
620         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
621         timer-set-function for XEmacs 21.4 and SXEmacs;
622         bind timer-list for XEmacs 21.4 and SXEmacs;
623         fbind char-charset and find-charset-region for non-Mule XEmacs;
624         fbind decode-coding-region, decode-coding-string, detect-coding-region,
625         encode-coding-region and encode-coding-string for XEmacs having no
626         file-coding feature.
627
628 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
629
630         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
631
632 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
633
634         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
635         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
636
637 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
638
639         * mm-util.el (mm-decompress-buffer): Use `delete-file';
640         alias `jka-compr-delete-temp-file' no longer exists.
641
642 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
643
644         Use define-minor-mode in Gnus where applicable.
645         * mml.el (mml-mode): Use define-minor-mode.
646         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
647         (gnus-undo-mode): Use define-minor-mode.
648         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
649         (gnus-dead-summary-mode): Use define-minor-mode.
650         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
651         Initialize in declaration.
652         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
653         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
654         (gnus-mailing-list-mode): Use define-minor-mode.
655         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
656         (gnus-draft-mode): Use define-minor-mode.
657         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
658         (gnus-dired-mode): Use define-minor-mode.
659
660 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
661
662         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
663         handles on recursive mml-to-mime translation and check them for
664         boundary delimiter collisions.  Reported by Greg Troxel.
665
666 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
667
668         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
669
670 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
671
672         * mm-util.el (mm-find-buffer-file-coding-system):
673         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
674
675 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
676
677         * message.el (message-generate-headers): Record insertion of optional
678         headers as well.  Otherwise the check to prevent repeated insertion of
679         optional headers is a no-op.
680
681 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
682
683         * smime.el: Don't mention CVS.
684
685         * nnrss.el (nnrss-fetch): Don't mention CVS.
686
687         * nnir.el: Don't mention CVS.
688
689 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
690
691         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
692
693 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
694
695         * lpath.el: Fbind bookmark-default-handler,
696         bookmark-get-bookmark-record, bookmark-make-record-default,
697         bookmark-prop-get for Emacs <23 and XEmacs.
698
699 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
700
701         * gnus-sum.el: Add bookmark declarations to silence the compiler.
702         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
703         Use with-current-buffer to silence the byte-compiler.
704         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
705         bother to require `gnus'.
706         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
707
708 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
709
710         * gnus-sum.el (gnus-summary-bookmark-make-record)
711         (gnus-summary-bookmark-jump): New functions.
712         (gnus-summary-mode): Setup bookmark support.
713
714 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
715
716         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
717         if set.
718
719 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
720
721         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
722         gnus-article-browse-html-save-cid-image; make it work recursively for
723         forwarded messages as well.
724         (gnus-article-browse-html-parts): Work when prefix arg is given.
725         (gnus-article-browse-html-article): Doc fix.
726
727 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
728
729         * message.el (message-default-mail-headers):
730         (message-default-headers): Carry the value mail-default-headers over
731         into message-default-mail-headers, rather than message-default-headers.
732
733 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
734
735         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
736         charset.
737
738         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
739         charset into the <meta> tag when the article is encoded to utf-8.
740
741 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
742
743         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
744         directories as well.
745         (gnus-article-browse-html-parts): Work for images that do not specify
746         file names; delete temp directory when quitting; insert header at the
747         right place; use file: scheme for image files.
748
749 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
750
751         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
752         (gnus-article-browse-html-parts): Use it to make temporary cid image
753         files in addition to html file so that browser may display them.
754
755 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
756
757         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
758
759 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
760
761         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
762
763 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
764
765         * auth-source.el (auth-sources): Change default to be simpler.  Explain
766         about Secret Service API sources.  Improve Customize options.
767         (auth-source-pick): Change to accept any number of search parameters.
768         Implement fallbacks iteratively, not recursively.  Add scoring on the
769         second pass and sort by score.  Call Secret Service API when needed.
770         (auth-source-user-or-password): Use it.  Call Secret Service API
771         directly when needed to get the user name and the password.
772
773 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
774
775         * message.el (message-interactive): Doc fix.
776         (message-qmail-inject-args): Reflow.
777         (message-kill-to-signature): Fix typo in docstring.
778
779         * smiley.el (smiley-buffer): Fix typo in docstring.
780
781 2010-03-24  Glenn Morris  <rgm@gnu.org>
782
783         * mail-source.el (gnus-message): Declare.
784         (mail-source-delete-old-incoming): Require gnus-util.
785
786 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
787
788         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
789
790         * message.el (ecomplete-setup): Autoload it for Emacs <23.
791
792         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
793         password-cache's default if it is not bound.
794         (mml-secure-passphrase-cache-expiry): Default to 16 that is
795         password-cache-expiry's default if it is not bound.
796
797         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
798         available in Emacs 21.
799
800         * lpath.el: Suppress compiler warnings for:
801         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
802         XEmacs;
803         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
804         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
805         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
806
807 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
808
809         * auth-source.el (auth-sources): Fix up definition so extra parameters
810         are always inline.
811
812 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
813
814         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
815         wasn't updated after mismatch.  Clear cached mailbox info correctly
816         when uidvalidity changes.
817         (nnimap-group-prefixed-name): New function to avoid some code
818         duplication.
819         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
820         (nnimap-request-group): Use it.
821         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
822         (nnimap-update-unseen): Significantly improved speed of Gnus startup
823         with many imap folders.  This is done by caching the group status from
824         the imap server persistently in a group parameter `imap-status'.  (This
825         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
826         but not persistently, so every Gnus startup was still very slow.)
827
828 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
829
830         * assistant.el (assistant-render-text): Run `widget-setup' and don't
831         delete the extra newline.  Otherwise editing of :string and :number
832         types don't work.
833
834 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
835
836         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
837         secrets.el dependency.
838         (auth-sources): Add optional user name.  Add secrets.el configuration
839         choice (unused right now).
840
841 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
842
843         * gnus-sum.el (gnus-summary-make-menu-bar): Let
844         `gnus-registry-install-shortcuts' fill in the functions.
845
846         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
847         warnings.
848         (gnus-registry-misc-menus): Variable to hold registry mark menus.
849         (gnus-registry-install-shortcuts): Populate and use it in a
850         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
851
852 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
853
854         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
855         In-place substitutions for the group name encoding/decoding.
856         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
857         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
858         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
859         (nnimap-update-unseen, nnimap-request-list)
860         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
861         (nnimap-request-set-mark, nnimap-split-to-groups)
862         (nnimap-split-articles, nnimap-request-newgroups)
863         (nnimap-request-create-group, nnimap-request-accept-article)
864         (nnimap-request-delete-group, nnimap-request-rename-group)
865         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
866         `encoded-mbx' for consistency.
867         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
868         variable `imap-current-mailbox'.
869
870         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
871         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
872
873 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
874
875         * pop3.el (pop3-display-message-size-flag): Display message size byte
876         counts during POP3 download.
877         (pop3-movemail): Use it.
878         (pop3-list): Implement listing of available messages.
879
880 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
881
882         * nnir.el (nnir-get-article-nov-override-function): New function to
883         override the normal NOV retrieval.
884         (nnir-retrieve-headers): Use it.
885
886 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
887
888         * auth-source.el (netrc-machine-user-or-password): Autoload.
889
890 2010-03-19  Glenn Morris  <rgm@gnu.org>
891
892         Stop message.el from loading about 40 libraries it doesn't always need.
893         The general approach is to autoload rather than require, and to
894         require in the specific functions rather than the file.  (Bug#5642)
895
896         * gmm-utils.el: Don't require wid-edit.
897         (widget-create-child-value, widget-convert, widget-default-get):
898         Autoload.
899
900         * gnus-util.el: Don't require time-date, netrc.
901         (message-fetch-field, gnus-group-name-decode): Declare rather than
902         autoloading.
903         (gnus-fetch-field): Require message.
904         (gnus-decode-newsgroups): Require gnus-group.
905
906         * ietf-drums.el: Don't require time-date.
907
908         * message.el: Don't require hashcash, canlock, ecomplete.
909         Do require mail-utils.  Require nnheader only when compiling.
910         (smtpmail-default-smtp-server): Remove declaration.
911         (message-send-mail-function): Check smtpmail-default-smtp-server
912         is bound rather than requiring smtpmail.
913         (message-auto-save-directory, message-insert-signature): Use
914         expand-file-name rather than nnheader-concat.
915         (nnheader-insert-file-contents): Autoload.
916         (hashcash-wait-async): Declare.
917         (message-send-mail): Only call gnus-setup-posting-charset if
918         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
919         (message-send-mail-with-sendmail): Require sendmail.
920         (canlock-password, canlock-password-for-verify): Declare.
921         (message-canlock-password): Require canlock.
922         (nnheader-get-report): Autoload.
923         (gnus-setup-posting-charset): Declare.
924         (message-send-news): Require gnus-msg.
925         (message-make-references, message-make-in-reply-to): Use mail-header-id
926         rather than the alias mail-header-message-id.
927         (ecomplete-add-item, ecomplete-save): Declare.
928         (message-put-addresses-in-ecomplete): Require ecomplete.
929         (ecomplete-display-matches): Autoload.
930
931         * mm-decode.el: Don't require mailcap, gnus-util.
932         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
933         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
934         Autoload.
935         (mailcap-mime-extensions): Declare.
936
937         * mm-encode.el: Don't require mailcap.
938         (mailcap-extension-to-mime): Autoload.
939
940         * mml-sec.el: Don't require password-cache.
941
942         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
943         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
944         (mml-minibuffer-read-type): Require mailcap.
945         (mml-preview): Require gnus-msg.
946
947         * mml1991.el: Require password-cache.
948         (password-cache-expiry): Remove declaration.
949
950         * mml2015.el: Require password-cache.
951         (password-cache-expiry): Remove declaration.
952
953         * nneething.el (mailcap): Require mailcap.
954
955         * nnheader.el (declare-function): Add compatibility stub.
956         (message-remove-header): Declare rather than autoload.
957         (nnheader-replace-header): Require message.
958
959         * nnimap.el (declare-function): Add compatibility stub.
960         (netrc-parse, netrc-machine-user-or-password): Declare.
961         (nnimap-open-connection): Require netrc.
962
963         * nntp.el (declare-function): Add compatibility stub.
964         (netrc-parse, netrc-machine, netrc-get): Declare.
965         (nntp-send-authinfo): Require netrc.
966
967         * rfc2047.el: Don't require qp.
968         (quoted-printable-encode-region, quoted-printable-decode-string):
969         Autoload.
970
971         * sieve-mode.el: Don't require easymenu.
972         (easy-menu-add-item): Autoload it.
973
974         * spam-stat.el (time-to-number-of-days): Autoload it.
975
976 2010-03-19  Glenn Morris  <rgm@gnu.org>
977
978         * password-cache.el (password-cache, password-cache-expiry): Autoload.
979
980 2010-03-18  Glenn Morris  <rgm@gnu.org>
981
982         * hashcash.el (declare-function): Remove duplicate definition.
983
984 2010-03-17  Kevin Ryde  <user42@zip.com.au>
985
986         * mml.el (mml-read-tag): Unquote values with `read' to reverse
987         prin1 in mml-insert-tag (just stripping the quotes gave wrong
988         value if any backslash escapes).
989
990 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
991
992         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
993         if it is available.  (bug#5647)
994
995         * lpath.el: Suppress compiler warning for coding-system-from-name for
996         Emacs 21 and XEmacs.
997
998 2010-03-14  Juri Linkov  <juri@jurta.org>
999
1000         * hmac-def.el:
1001         * hmac-md5.el:
1002         * netrc.el: Fix keywords.
1003
1004 2010-02-26  Glenn Morris  <rgm@gnu.org>
1005
1006         * message.el (message-send-mail-function): Change the default, so that
1007         it inherits from a customized send-mail-function.  (Bug#5643)
1008
1009 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1010
1011         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1012         shell-command-to-string signals an error (bug#5299).
1013
1014 2010-02-24  Glenn Morris  <rgm@gnu.org>
1015
1016         * message.el (message-smtpmail-send-it)
1017         (message-send-mail-with-mailclient): Doc fixes.
1018
1019 2010-02-16  Glenn Morris  <rgm@gnu.org>
1020
1021         * message.el (message-default-mail-headers): Change the default value
1022         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1023
1024 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1025
1026         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1027         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1028
1029 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1030
1031         * time-date.el (date-to-time): Doc fix (Bug#5408).
1032
1033 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1034
1035         * message.el (message-mail): Just pass yank-action on to message-setup.
1036         (message-setup): Handle (FUN . ARGS) form of yank-action.
1037         (message-with-reply-buffer, message-widen-reply)
1038         (message-yank-original): Handle non-buffer values of
1039         message-reply-buffer (Bug#4080).
1040         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1041
1042 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1043
1044         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1045         Fix typo in docstring.
1046
1047 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1048
1049         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1050         response.
1051
1052 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1053
1054         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1055
1056         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1057
1058         * message.el (message-check-news-header-syntax): Protect against a
1059         string that `rfc822-addresses' returns when parsing fails.
1060
1061 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1062
1063         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1064         (gnus-previous-char-property-change): New functions.
1065
1066         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1067
1068 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1069
1070         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1071         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1072
1073 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1074
1075         * message.el (message-exchange-point-and-mark): Rework last change to
1076         avoid using optional arg of exchange-point-and-mark, for backward
1077         compatibility.
1078
1079 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1080
1081         * message.el (message-exchange-point-and-mark): Call
1082         exchange-point-and-mark with an argument rather than setting
1083         mark-active by hand (Bug#5175).
1084
1085 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1086
1087         * nntp.el (nntp-service-to-port): Work for service expressed with
1088         numeric string; replace [:digit:] with [0-9] for XEmacs.
1089
1090 2009-12-17  Glenn Morris  <rgm@gnu.org>
1091
1092         * gnus-group.el (gnus-bug-group-download-format-alist):
1093         Change emacs entry to debbugs.gnu.org.  Bump :version.
1094
1095 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1096
1097         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1098
1099 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1100
1101         * message.el (message-info): Explain why we use `Info-goto-node'.
1102
1103 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1104
1105         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1106
1107 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1108
1109         * message.el (message-completion-in-region): New compatibility function.
1110         (message-expand-group): Use it.
1111
1112 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1113
1114         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1115         with no unread article should be listed if the 2nd arg `predicate' is
1116         given.
1117
1118 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1119
1120         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1121
1122 2009-11-29  Juri Linkov  <juri@jurta.org>
1123
1124         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1125         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1126         on `gnus-recenter'. (Bug#4698, Bug#4981)
1127
1128 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1129
1130         * sha1.el (sha1-string-external): default-directory "/" in case
1131         otherwise non-existent.  process-connection-type pipe for touch of
1132         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1133
1134 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1135
1136         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1137         it's comms related and sgml-mode.el has "comm" on that basis too.
1138
1139 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1140
1141         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1142         containing tspecial characters if they have been already quoted.
1143
1144 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1145
1146         * dns-mode.el (auto-mode-alist): Purecopy string.
1147
1148 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1149
1150         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1151
1152 2009-10-24  Glenn Morris  <rgm@gnu.org>
1153
1154         * gnus-art.el (help-xref-stack-item): Define for compiler.
1155
1156 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1157
1158         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1159
1160 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1161
1162         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1163
1164 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1165
1166         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1167         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1168
1169 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1170
1171         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1172         (gnus-overlays-in): New alias to overlays-in.
1173
1174         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1175         gnus-overlay-get, and gnus-delete-overlay.
1176         (gnus-summary-show-thread): Make it work as well for systems in which
1177         next-single-char-property-change is not available.
1178         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1179
1180         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1181         (gnus-overlay-get): New alias to extent-property.
1182         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1183
1184         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1185         SXEmacs.
1186
1187         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1188         SXEmacs.
1189
1190 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1191
1192         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1193
1194 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1195
1196         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1197         and XEmacs that don't have `remove-overlays'.
1198
1199 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1200
1201         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1202         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1203         selective display.  Use overlays instead.
1204
1205 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1206
1207         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1208
1209 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1210
1211         * spam-stat.el (spam-stat-load): Fix typo in message.
1212
1213 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1214
1215         * dig.el (dig-invoke): Fix typo in docstring.
1216         (query-dig): Reflow docstring.
1217
1218 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1219
1220         * gnus-art.el (gnus-article-encrypt-body):
1221         * message.el (message-check-recipients):
1222         * mm-util.el (mm-codepage-setup):
1223         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1224         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1225
1226 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1227
1228         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1229         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1230         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1231         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1232         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1233
1234 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1235
1236         * dig.el: Add "Keywords: comm", as per net-utils.el.
1237
1238 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1239
1240         * dig.el (dig-mode): Use define-derived-mode.
1241
1242 2009-09-19  Glenn Morris  <rgm@gnu.org>
1243
1244         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1245
1246 2009-09-18  Glenn Morris  <rgm@gnu.org>
1247
1248         * gnus-diary.el (gnus-diary-check-message):
1249         * message.el (message-insert-formatted-citation-line):
1250         * nnbabyl.el (top-level):
1251         * nndiary.el (nndiary-schedule):
1252         Fix typos in condition-case handlers.
1253
1254 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1255
1256         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1257         configuration that provides the sole article window in a frame;
1258         position point correctly after deleting a part.
1259
1260 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1261
1262         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1263         (spam-resolve-registrations-routine): Use it to unregister articles
1264         that change status.
1265
1266 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1267
1268         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1269         with XEmacs.
1270         (parse-time-string-chars): Use it.
1271
1272 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1273
1274         * imap.el (imap-interactive-login): Better messages.
1275         (imap-open): Fix bug with renamed buffer on reconnect.
1276         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1277         for easier debugging and cleaner code.  On successful (guessed based on
1278         server capabilities) secondary authentication, set imap-state
1279         correctly.
1280         (imap-last-authenticator): Define imap-last-authenticator as a variable
1281         to avoid warnings.
1282
1283 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1284
1285         * nnrss.el (nnrss-request-article): Remove binding of
1286         default-enable-multibyte-characters that has gotten needless by
1287         the 2007-07-13 change in rfc2047-encode-message-header.
1288
1289         * mml.el (mml-insert-multipart): Error on the message header.
1290         (mml-insert-part): Error on the message header; position point at
1291         the end of a MIME tag.
1292
1293 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1294
1295         * time-date.el (autoload): Expand define-obsolete-function-alias into
1296         defalias and make-obsolete for old Emacsen that Gnus supports.
1297         (with-no-warnings): Define it for old Emacsen.
1298         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1299         is available.
1300         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1301         float-time is available; suppress compile warning for time-to-seconds.
1302
1303         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1304         (gnus-float-time): Alias to float-time if it exists.
1305
1306         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1307         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1308         float-time is available; suppress compile warning for time-to-seconds.
1309
1310         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1311         XEmacs.
1312
1313 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1314
1315         * imap.el (imap-message-map): Docstring fix.
1316
1317 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1318
1319         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1320         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1321         Add the optional argument `encoding' that overrides the default.
1322
1323         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1324         mm-encode-buffer.
1325
1326 2009-09-04  Glenn Morris  <rgm@gnu.org>
1327
1328         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1329         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1330         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1331         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1332         * mm-util.el (mm-with-unibyte-current-buffer)
1333         (mm-find-buffer-file-coding-system):
1334         * yenc.el (yenc-decode-region): Use default-value rather than
1335         default-enable-multibyte-characters.
1336
1337 2009-09-03  Glenn Morris  <rgm@gnu.org>
1338
1339         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1340         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1341         than default-enable-multibyte-characters.
1342
1343 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1344
1345         * gnus-art.el (gnus-article-read-summary-keys):
1346         Fix gnus-buffer-configuration's value temporarily used.
1347
1348 2009-09-02  Glenn Morris  <rgm@gnu.org>
1349
1350         * gnus-util.el (gnus-float-time): New function.
1351         * gnus-delay.el (gnus-delay-article):
1352         * gnus-sum.el (gnus-thread-latest-date):
1353         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1354         * nnspool.el (nnspool-request-newgroups):
1355         Use gnus-float-time rather than time-to-seconds.
1356         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1357
1358         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1359         (gnus-header-subject-face, gnus-header-newsgroups-face)
1360         (gnus-header-name-face, gnus-header-content-face):
1361         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1362         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1363         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1364         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1365         (gnus-cite-face-11):
1366         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1367         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1368         (gnus-server-closed-face, gnus-server-denied-face)
1369         (gnus-server-offline-face):
1370         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1371         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1372         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1373         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1374         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1375         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1376         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1377         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1378         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1379         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1380         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1381         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1382         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1383         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1384         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1385         (gnus-summary-high-undownloaded-face)
1386         (gnus-summary-low-undownloaded-face)
1387         (gnus-summary-normal-undownloaded-face)
1388         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1389         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1390         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1391         (gnus-splash-face):
1392         * message.el (message-header-to-face, message-header-cc-face)
1393         (message-header-subject-face, message-header-newsgroups-face)
1394         (message-header-other-face, message-header-name-face)
1395         (message-header-xheader-face, message-separator-face)
1396         (message-cited-text-face, message-mml-face):
1397         * sieve-mode.el (sieve-control-commands-face)
1398         (sieve-action-commands-face, sieve-test-commands-face)
1399         (sieve-tagged-arguments-face):
1400         * spam.el (spam-face):
1401         Mark face aliases with "-face" in the name as obsolete.
1402
1403 2009-09-01  Glenn Morris  <rgm@gnu.org>
1404
1405         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1406         than goto-line.
1407
1408 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1409
1410         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1411         Don't move point if the command is invoked inside the message header.
1412
1413 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1414
1415         * imap.el (imap-send-command): Simplify.
1416         (imap-wait-for-tag): point-max -> buffer-size.
1417
1418 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1419
1420         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1421         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1422         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1423         * nnir.el (nnir-swish-e-index-file):
1424         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1425         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1426         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1427         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1428         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1429         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1430
1431 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1432
1433         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1434         Don't save excursion.
1435
1436 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1437
1438         * nnheader.el (nnheader-find-file-noselect):
1439         * mm-util.el (mm-insert-file-contents):
1440         Use (default-value 'major-mode) instead of default-major-mode.
1441
1442 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1443
1444         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1445
1446 2009-08-26  Glenn Morris  <rgm@gnu.org>
1447
1448         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1449         than placing in files.el.
1450
1451 2009-08-25  Glenn Morris  <rgm@gnu.org>
1452
1453         * nnir.el (top-level): Don't require cl at run-time.
1454         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1455         Replace cl-function substitute with gnus-replace-in-string.
1456         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1457         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1458         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1459         simplified expansions.
1460
1461 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1462
1463         * dig.el (dig): Add autoload cookie.
1464
1465 2009-08-22  Glenn Morris  <rgm@gnu.org>
1466
1467         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1468         goto-line.
1469
1470 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1471
1472         * parse-time.el (parse-time-string-chars): Save match data.
1473
1474 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1475
1476         * parse-time.el (parse-time-string-chars): Compute using character
1477         classes, to handle non-ascii characters (Bug#3190).
1478
1479 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1480
1481         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1482
1483         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1484         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1485         (gnus-mm-display-part, gnus-mime-display-single)
1486         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1487         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1488
1489         * gnus-sum.el
1490         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1491         (gnus-summary-move-article): Add expirable mark to articles copied or
1492         moved to group that has auto-expire turned on if the option is non-nil.
1493
1494 2009-07-24  Glenn Morris  <rgm@gnu.org>
1495
1496         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1497         Fix typo.  (Bug#3903)
1498
1499 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1500
1501         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1502         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1503         that should not be used for draft articles.
1504         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1505         that has no concern in minor mode keys.
1506         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1507         Abolish.
1508
1509 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1510
1511         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1512         article without making inquiry to a user for unknown encoding.
1513
1514         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1515         (nnmaildir--scan): Assume i-node and device number that file-attributes
1516         returns might be cons-cell.
1517
1518         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1519
1520         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1521
1522 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1523
1524         * auth-source.el: Remove docs now in auth.texi.  Don't use
1525         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1526         `auth-source-hide-passwords' and use them.
1527
1528 2009-07-15  Glenn Morris  <rgm@gnu.org>
1529
1530         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1531
1532 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1533
1534         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1535         excessive whitespace from the default values of title and description.
1536
1537 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1538
1539         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1540         mail-fetch-field to fetch Content-Description header in order to
1541         exclude newlines.
1542
1543 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1544
1545         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1546         format used by GnuPG 2.0.11.
1547
1548 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1549
1550         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1551         to deleted part.
1552
1553 2009-05-30  David Engster  <dengste@eml.cc>
1554
1555         * nnmairix.el: Remove old documentation in the commentary block.
1556         (nnmairix-request-group): Do not update active file for nnml back ends.
1557         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1558         end so that overview files are ignored.
1559         (nnmairix-update-groups): Make updating the groups more robust by using
1560         marks.
1561         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1562         with dollar characters in message-id.
1563
1564 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1565
1566         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1567         2008-12-25 in dns.el.
1568
1569 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1570
1571         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1572         could happen if the text is only composed of spaces and/or tabs.
1573
1574 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1575
1576         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1577         when sending a queued message to avoid extra mml tags.
1578
1579 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1580
1581         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1582
1583 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1584
1585         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1586         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1587         rmail-toggle-header for XEmacs;
1588         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1589
1590 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1591
1592         * gnus-dired.el: Remove autoload for gnus-setup-message.
1593         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1594         displaying Gnus logo; always use compose-mail.
1595
1596 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1597
1598         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1599
1600 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1601
1602         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1603         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1604         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1605         available.
1606         (gnus-nocem-epg-verify): New function.
1607
1608 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1609
1610         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1611
1612 2009-02-15  Glenn Morris  <rgm@gnu.org>
1613
1614         * gnus-util.el (rmail-insert-rmail-file-header)
1615         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1616         autoloads.
1617         (rmail-default-rmail-file): Remove unnecessary declaration.
1618         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1619
1620 2009-02-14  Glenn Morris  <rgm@gnu.org>
1621
1622         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1623         variable (only used in gnus-util, which declares it anyway).
1624         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1625         which was only needed by gnus-art (changed to not use it any more).
1626         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1627         only used in gnus-util, which autoloads it itself.
1628         (rmail-update-summary): Fix autoload.
1629
1630         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1631         rather than rmail-output-to-rmail-file.
1632
1633 2009-02-07  Glenn Morris  <rgm@gnu.org>
1634
1635         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1636         autoload of function that no longer exists.
1637         (rmail-toggle-header): Declare.
1638         (message-forward-rmail-make-body): Handle mbox Rmail.
1639
1640 2009-01-31  Glenn Morris  <rgm@gnu.org>
1641
1642         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1643         2009-01-09 change.
1644
1645 2009-01-31  Dave Love  <fx@gnu.org>
1646
1647         * imap.el (imap-fetch-safe): Bind debug-on-error.
1648         (imap-debug): Add imap-fetch-safe.
1649
1650 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1651
1652         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1653         (auth-source-forget-all-cached): New convenience function.
1654         (auth-source-user-or-password): Accept list of modes or a single mode.
1655
1656         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1657         auth-source modes.
1658
1659         * netrc.el (netrc-machine-user-or-password): Use list of
1660         auth-source modes.
1661
1662         * nnimap.el (nnimap-open-connection): Use list of
1663         auth-source modes.
1664
1665         * nntp.el (nntp-send-authinfo): Use list of
1666         auth-source modes.
1667
1668 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1669
1670         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1671         now.
1672
1673 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1674
1675         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1676         coding system in XEmacs; add a workaround for XEmacs.
1677
1678         * lpath.el: Fbind coding-system-aliasee.
1679
1680 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1681
1682         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1683         of current-language-environment.
1684
1685 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1686
1687         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1688         available at runtime.
1689
1690 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1691
1692         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1693
1694 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1695
1696         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1697         the greatest positive fixnum value doesn't work under an XEmacs with
1698         bignum support; use the most-positive-fixnum constant instead,
1699         available since Emacs 21.1 with cl and XEmacs 21.1.
1700
1701 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1702
1703         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1704         XEmacs gets not to work.
1705
1706 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1707
1708         * mm-util.el (mm-coding-system-priorities): Allow the value like
1709         "Japanese (UTF-8)" of current-language-environment.
1710
1711 2009-01-09  Glenn Morris  <rgm@gnu.org>
1712
1713         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1714         with last-command-event.
1715
1716 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1717
1718         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1719         in the doc string.
1720
1721         * message.el (message-fix-before-sending): Amend comment.
1722
1723 2009-01-08  Dave Love  <fx@gnu.org>
1724
1725         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1726
1727 2009-01-07  David Engster  <dengste@eml.cc>
1728
1729         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1730         simplified server definitions by converting it via
1731         gnus-server-to-method.
1732
1733 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1734
1735         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1736         parameter's operands.
1737
1738 2009-01-06  David Engster  <dengste@eml.cc>
1739
1740         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1741         primary select method (for gnus-group-mark-article-as-read).
1742
1743 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1744
1745         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1746         `(gnus)Face', not `(gnus)X-Face'.
1747
1748 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1749
1750         * mm-util.el (mm-ucs-to-char): New function.
1751
1752         * mm-url.el (mm-url-decode-entities): Use it.
1753
1754         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1755         unicode-to-char.
1756
1757 2009-01-05  Dave Love  <fx@gnu.org>
1758
1759         * time-date.el: Require cl for `declare'.
1760
1761 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1762
1763         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1764         Dave Love.
1765
1766 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1767
1768         * message.el (message-fix-before-sending): Add `eight-bit' to
1769         illegible-text check.
1770
1771 2009-01-03  Michael Olson  <mwolson@gnu.org>
1772
1773         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1774         `headers' is nil.  This can occur if the IMAP server does not have
1775         permissions to read messages from a folder, but can write new messages
1776         to the folder.
1777         (nnimap-request-article-part): Do not insert `data' if it is nil.
1778
1779         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1780         characters which will confuse `read', so skip past them.
1781
1782 2009-01-01  Dave Love  <fx@gnu.org>
1783
1784         * imap.el (imap-string-to-integer): Fix typo.
1785         (imap-fetch-safe): New function.
1786         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1787
1788         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1789
1790         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1791         (imap-parse-greeting): Fix doc strings.
1792         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1793         (imap-parse-flag-list): Make messages unique.
1794         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1795
1796         * nnimap.el: Fix author email.
1797         (nnimap-split-rule): Add FIXME comment.
1798         (nnimap-debug): Fix doc string.
1799
1800 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1801
1802         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1803
1804 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1805
1806         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1807         nslookup if resolv.conf isn't available.
1808         (dns-query): Rename from query-dns.
1809         (dns-query-cached): Rename from query-dns-cached.
1810
1811 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1812
1813         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1814         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1815         to check if those variables exist (first appeared in Emacs 18.50).
1816
1817 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1818
1819         * mm-util.el (mm-line-number-at-pos): New function.
1820
1821         * spam-report.el (spam-report-process-queue): Use it.
1822
1823 2008-12-24  David Engster  <dengste@eml.cc>
1824
1825         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1826         parameters that haven't existed as variables as buffer-local variables.
1827
1828 2008-12-23  Dave Love  <fx@gnu.org>
1829
1830         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1831         cadar.
1832
1833         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1834         imap-starttls-p.
1835         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1836
1837 2008-12-22  Dave Love  <fx@gnu.org>
1838
1839         * imap.el: Fix author email.  Doc fixes.
1840         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1841         reply.
1842
1843 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1844
1845         * spam-report.el (spam-report-gmane-max-requests): New constant.
1846         (spam-report-gmane-wait): New variable.
1847         (spam-report-gmane-ham, spam-report-gmane-spam)
1848         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1849         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1850         the server.
1851
1852         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1853         Add explanations.
1854
1855         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1856         nnheader-accept-process-output and nnheader-read-timeout if available.
1857         (pop3-movemail): Use it.
1858
1859         * message.el (message-check-news-body-syntax): Fix signature check if
1860         there's an attachment.
1861
1862 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1863
1864         * mm-util.el: Add comments to the mm- emulating functions.
1865
1866 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1867
1868         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1869         by Stephen Berman <stephen.berman@gmx.net>.
1870
1871 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1872
1873         * mm-util.el (mm-substring-no-properties): New function.
1874         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1875         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1876         (mm-string-to-multibyte): Doc fix.
1877
1878         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1879
1880 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1881
1882         * mml.el (mml-attach-file): Strip text properties from file name.
1883         (Bug#1574)
1884
1885 2008-12-16  Glenn Morris  <rgm@gnu.org>
1886
1887         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1888
1889 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1890
1891         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1892         knows since the charset specified might be a bogus alias that
1893         mm-charset-synonym-alist provides.
1894
1895 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1896
1897         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1898         "ISO_8859-1".
1899
1900         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1901
1902 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1903
1904         * mm-util.el (mm-charset-eval-alist):
1905         Define it before mm-charset-to-coding-system.
1906         (mm-charset-to-coding-system): Add optional argument `silent';
1907         define it before mm-charset-override-alist.
1908         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1909         default value if it can be used in Emacs currently running;
1910         silence mm-charset-to-coding-system.
1911
1912 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1913
1914         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1915         `allow-override' which says whether to use `mm-charset-override-alist'.
1916         (rfc2047-decode-encoded-words): Use it.
1917
1918         * mm-util.el (mm-charset-override-alist): Fix custom type;
1919         add `(gb2312 . gbk)' to choices.
1920
1921 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1922
1923         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1924         fast.
1925
1926         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1927
1928         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1929
1930 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1931
1932         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1933         on links.
1934
1935         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1936
1937 2008-12-03  Lute Kamstra  <lute@gnu.org>
1938
1939         * sha1.el: Remove leading * from docstrings of defcustoms,
1940         deffaces, defconsts and defuns.
1941
1942 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1943
1944         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1945         users' addresses that don't have domain parts.
1946         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1947         rather than message-narrow-to-head since there will be the message
1948         header separator.
1949
1950 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1951
1952         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1953         since the result is inserted in a unibyte buffer anyway.
1954         (nnimap-demule-use-string-to-multibyte): Remove.
1955         (nnimap-demule): Alias it to mm-string-to-multibyte.
1956
1957 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1958
1959         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1960         variable for debugging bug#464 and bug#1174.
1961         (nnimap-demule): Use it.
1962
1963 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1964
1965         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1966         score calculation correctly.
1967
1968 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1969
1970         * message.el (message-send-mail): Just set the buffer to unibyte
1971         rather than use mm-with-unibyte-current-buffer which does a lot more.
1972         (message-send-mail-partially): Don't bother with
1973         mm-with-unibyte-current-buffer since it's already been made unibyte by
1974         message-send-mail.
1975
1976 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1977
1978         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1979
1980 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1981
1982         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1983
1984 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1985
1986         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1987         require itself and to remove `with-no-warnings'.
1988
1989 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1990
1991         * starttls.el (starttls-any-program-available): Get the name of the
1992         available TLS layer program.
1993         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1994         well as the host name in the "opening" message.
1995
1996         * auth-source.el (auth-source-cache, auth-source-do-cache)
1997         (auth-source-user-or-password): Cache passwords and logins by default,
1998         allow override with `auth-source-do-cache'.
1999         (auth-source-forget-user-or-password): Allow users to remove cache
2000         entries if needed.
2001
2002 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2003
2004         * md4.el (md4-buffer): Fix typo in docstring.
2005         (md4, md4-64): Doc fixes.
2006         (md4-pack-int32): Reflow docstring.
2007
2008 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2009
2010         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2011         condition-case to only the forward-sexp call.
2012
2013 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2014
2015         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2016         quotes contained.  Make it more robust regardless by an extra
2017         condition-case wrapper.
2018
2019 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2020
2021         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2022
2023 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2024
2025         * nnml.el (nnml-request-expire-articles): Check if the function set to
2026         `nnmail-expiry-target' returns the symbol `delete'.
2027
2028         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2029
2030         * nnmail.el (nnmail-expiry-target): Fix custom type.
2031
2032 2008-10-02  Glenn Morris  <rgm@gnu.org>
2033
2034         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2035         Silence compiler warning.
2036
2037 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2038
2039         * tls.el (open-tls-stream): Show the actual command being
2040         executed, instead of the format string.
2041
2042 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2043
2044         * lpath.el: Fbind codepage-setup for Emacs 23.
2045
2046 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2047
2048         * mml.el (mml-menu): Don't assume mml2015 is bound.
2049
2050 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2051
2052         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2053         exists.
2054
2055 2008-09-27  Glenn Morris  <rgm@gnu.org>
2056
2057         * gnus-util.el (mail-header-remove-comments): Autoload it.
2058
2059 2008-09-27  Andreas Schwab  <schwab@suse.de>
2060
2061         * gnus-util.el (gnus-split-references): Strip comments.
2062         (gnus-parent-id): Likewise.
2063
2064 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2065
2066         * message.el (message-confirm-send): Fix version.
2067
2068 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2069
2070         * message.el (message-idna-to-ascii-rhs-1): Use
2071         mail-extract-address-components rather than mail-header-parse-addresses
2072         that is an alias by default to ietf-drums-parse-addresses that does not
2073         support non-ASCII names in headers' contents.
2074
2075 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2076
2077         * message.el (message-confirm-send): Fixed variable documentation to
2078         avoid the "y/n" wording.
2079
2080 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2081
2082         * message.el (message-set-auto-save-file-name): Save to a different
2083         filename so multiple messages (especially drafts) can be recovered.
2084
2085 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2086
2087         * message.el (message-confirm-send): Add appropriate version.
2088
2089 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2090
2091         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2092         defvar.
2093
2094 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2095
2096         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2097         (mm-pkcs7-enveloped-magic): Ditto.
2098
2099 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2100
2101         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2102         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2103
2104 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2105
2106         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2107         default, it's better.
2108
2109 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2110
2111         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2112         summary line gnus-number property and ignore them (with a warning
2113         message).
2114
2115 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2116
2117         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2118         macro caddr in the interactive form since it won't be expanded.
2119
2120 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2121
2122         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2123         `charset'; fix name of function called recursively.
2124         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2125
2126 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2127
2128         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2129         (gnus-mime-set-charset-parameters): New function.
2130         (gnus-mime-view-part-as-charset): Use it to correctly display part
2131         specifying wrong charset.
2132
2133 2008-09-08  David Engster  <dengste@eml.cc>
2134
2135         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2136         in completing-read for back end server.
2137
2138 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2139
2140         * message.el (message-confirm-send): New variable to confirm sending a
2141         message.
2142         (message-send): Use it.
2143
2144 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2145
2146         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2147
2148 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2151
2152 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2153
2154         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2155         prevent tracking too many groups.
2156         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2157         Use it.
2158
2159 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2160
2161         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2162         moving point to the bottom of the window in order to avoid recentering.
2163
2164 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2165
2166         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2167
2168         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2169         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2170         (gnus-article-beginning-of-window): Fix calculation.
2171
2172 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2173
2174         * gnus-msg.el (gnus-summary-supersede-article)
2175         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2176         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2177         message header.
2178
2179 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2180
2181         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2182         pending output coming after the status change.
2183
2184 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2185
2186         * message.el:
2187         * gnus-start.el:
2188         * gnus-registry.el: Remove VMS support.
2189
2190 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2191
2192         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2193         macro.
2194         (rfc2104-hash): Use it.
2195
2196 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2197
2198         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2199         (gnus-summary-sort-by-most-recent-date): New commands.
2200         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2201         and menu entries.
2202
2203 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2204
2205         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2206         don't redisplay article for raw contents; remove plural articles stuff.
2207
2208         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2209         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2210         on gnus-summary-save-article; display results properly.
2211
2212 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2213
2214         * lpath.el: No need to fbind ns-focus-frame.
2215
2216 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2217
2218         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2219
2220 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2221
2222         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2223         gnus-save-all-headers.
2224
2225 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2226
2227         * gnus-util.el (ns-focus-frame): Remove declaration.
2228         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2229         like x.
2230
2231 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2232
2233         * rfc2104.el (rfc2104-zero): Delete defconst.
2234         (rfc2104-hex-alist): Likewise.
2235         (rfc2104-hex-to-int): Delete func.
2236         (rfc2104-hexstring-to-bitstring): Likewise.
2237         (rfc2104-nybbles): New defconst.
2238         (rfc2104-hash): Rewrite for speed.
2239
2240 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2241
2242         * tls.el (open-tls-stream): Make it work with the 2nd argument
2243         BUFFER that is a string but does not exist as a buffer object, as
2244         mentioned in the doc-string.
2245
2246 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2247
2248         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2249         SXEmacs.
2250
2251 2008-07-16  Glenn Morris  <rgm@gnu.org>
2252
2253         * gnus-util.el (ns-focus-frame): Declare for compiler.
2254
2255 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2256
2257         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2258         set as a group parameter.
2259         (gnus-summary-save-in-pipe): Work when it is called independently.
2260         (gnus-summary-pipe-to-muttprint): Don't modify
2261         gnus-summary-pipe-output-default-command.
2262
2263 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2264
2265         * message.el (message-send-mail-with-sendmail):
2266         Display the error message.
2267
2268 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2269
2270         * gnus-art.el (gnus-default-article-saver):
2271         Add gnus-summary-save-in-pipe to choices.
2272         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2273         gnus-summary-pipe-output-default-command as the default command.
2274         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2275         instead of gnus-last-shell-command.
2276
2277         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2278         New user option.
2279         (gnus-summary-muttprint-program): Mention the value will be changed.
2280         (gnus-summary-save-article): Force showing of all headers.
2281         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2282
2283 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2284
2285         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2286
2287 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2288
2289         * nnimap.el (nnimap-id):
2290         * sieve-manage.el (sieve-manage-open): Doc fixes.
2291
2292 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2293
2294         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2295         if available.
2296
2297 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2298
2299         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2300
2301         * nnkiboze.el (nnkiboze-generate-group):
2302         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2303
2304         * nnmairix.el: Require CL.
2305
2306 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2307
2308         * dgnushack.el: Autoload get-display-table and put-display-table for
2309         XEmacs 21.5.
2310
2311         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2312         21.4 and SXEmacs.
2313
2314 2008-06-15  David Engster  <dengste@eml.cc>
2315
2316         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2317
2318 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2319
2320         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2321         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2322         runtime choice under XEmacs.
2323
2324         * gnus-sum.el (gnus-summary-set-display-table):
2325         Use `gnus-put-display-table', `gnus-get-display-table',
2326         `gnus-set-display-table' for the display table, instead of `aset'.
2327
2328         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2329         Use `gnus-put-display-table', `gnus-get-display-table',
2330         `gnus-set-display-table' for the display table.
2331
2332 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2333
2334         * nnmairix.el: Add autoloads.
2335
2336 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2337
2338         * nnmairix.el (nnmairix-delete-recreate-group)
2339         (nnmairix-update-and-clear-marks): Fix error messages.
2340
2341 2008-06-14  David Engster  <dengste@eml.cc>
2342
2343         * nnmairix.el: Upgrade to version 0.6.
2344         (nnmairix-group-toggle-propmarks-this-group)
2345         (nnmairix-group-toggle-readmarks-this-group)
2346         (nnmairix-group-delete-recreate-this-group)
2347         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2348         (nnmairix-remove-tick-mark-original-article): New commands.
2349         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2350         (nnmairix-propagate-marks-to-nnmairix-groups)
2351         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2352         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2353         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2354         functions needed for marks propagation and manipulation of read marks.
2355         (nnmairix-update-groups): New function.
2356         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2357         (nnmairix-determine-original-group-from-registry)
2358         (nnmairix-determine-original-group-from-path)
2359         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2360         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2361         New helper functions.
2362         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2363         keystrokes for new commands.
2364         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2365         (nnmairix-request-group): Check allow-fast group parameter.
2366         (nnmairix-request-create-group): Set allow-fast group parameter if
2367         nnmairix-allowfast-default is set.
2368         (nnmairix-close-group): Propagate marks upon closing if needed.
2369         (nnmairix-group-toggle-threads-this-group): Use new.
2370         nnmairix-group-toggle-parameter helper function.
2371         (nnmairix-search): Better check for empty search result.
2372         (nnmairix-goto-original-article): Use new helper functions for
2373         determining original article.
2374         (nnmairix-show-original-article): Make sure message-id is in brackets.
2375         (nnmairix-call-mairix-binary): Change variable name.
2376         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2377         helper function.
2378         (nnmairix-widget-toggle-activate): Fix doc string.
2379
2380 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2381
2382         * nnir.el: Require edmacro when compiling with XEmacs.
2383         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2384         available in Emacs 21.
2385
2386 2008-06-11  Glenn Morris  <rgm@gnu.org>
2387
2388         * gnus-util.el (x-focus-frame):
2389         * gnus.el (image-size):
2390         * mm-decode.el (image-size): Declare.
2391
2392         * gnus-picon.el (declare-function): Add compat definition.
2393         (image-size): Declare.
2394
2395         * gnus-group.el (tool-bar-map):
2396         * gnus-sum.el (tool-bar-map): Define for compiler.
2397
2398         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2399
2400         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2401
2402         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2403         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2404         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2405         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2406         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2407         * sieve-manage.el, spam-report.el, spam.el:
2408         Remove unnecessary eval-and-compile of autoloads.
2409
2410 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2411
2412         * auth-source.el: Precise Tramp doc.
2413
2414 2008-06-07  Glenn Morris  <rgm@gnu.org>
2415
2416         * nnmairix.el: Remove unnecessary eval-when-compile.
2417
2418 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2419
2420         * lpath.el: Fbind propertize for XEmacs 21.4.
2421
2422 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2423
2424         * nnir.el: Move here from ../contrib.
2425
2426 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2427
2428         * gnus-util.el (gnus-read-shell-command): New function.
2429         * mm-decode.el (mm-pipe-part):
2430         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2431
2432 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2433
2434         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2435
2436 2008-06-03  Glenn Morris  <rgm@gnu.org>
2437
2438         * pop3.el (nnheader-accept-process-output): Autoload it.
2439
2440 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2441
2442         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2443         are not 2-digit hexadecimal characters that follow `%'s.
2444
2445 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2446
2447         * message.el (message-bogus-recipient-p): Fix type in doc string.
2448         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2449         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2450         Improve custom options.
2451         (message-bogus-recipient-p): Adjust accordingly.
2452
2453 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2454
2455         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2456         long-form month and day names.
2457
2458 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2459
2460         * dgnushack.el: Autoload debug, eudc-expand-inline and
2461         pgg-snarf-keys-region for XEmacs.
2462
2463         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2464
2465         * nnmairix.el: Require edmacro when compiling with XEmacs.
2466
2467 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2468
2469         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2470         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2471
2472 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2473
2474         * auth-source.el: Add more docs.
2475
2476         * netrc.el (netrc-machine): Always match if the port is not given.
2477
2478 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2479
2480         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2481         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2482         retrieval faster in some cases, but might make CPU usage larger.  If
2483         this has any bad side effects, we might revert this change.
2484
2485         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2486         seems to make mail retrieval much, much faster.
2487         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2488         unconditionally.
2489
2490         * gnus-draft.el (gnus-group-send-queue): Bind
2491         message-send-mail-partially-limit to nil to avoid being prompted.
2492
2493 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2494
2495         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2496
2497         * message.el (message-bogus-address-regexp): Fix and improve custom
2498         type.
2499         (message-setup-hook): Add message-check-recipients as custom option.
2500
2501 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2502
2503         * message.el (message-cite-function): Remove bogus autoload which crept
2504         in during merge from v5-10.
2505
2506 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2507
2508         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2509
2510         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2511
2512         * auth-source.el: Preliminary Tramp docs.
2513         (auth-sources): Change the default auth-sources to use
2514         EPA .gpg files.
2515
2516 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2517
2518         * nntp.el: Autoload `auth-source-user-or-password'.
2519         (nntp-send-authinfo): Use it.
2520
2521         * nnimap.el: Autoload `auth-source-user-or-password'.
2522         (nnimap-open-connection): Use it.
2523
2524         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2525         for the gnus-message function.
2526         (auth-source-user-or-password): Use it.
2527
2528 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2529
2530         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2531         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2532         (rfc2104-hash): Use it.
2533
2534 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2535
2536         * gnus-art.el (gnus-article-toggle-truncate-lines):
2537         Don't use `iff' in docstring.
2538
2539 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2540
2541         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2542
2543         * gnus-util.el (gnus-extract-address-component-name)
2544         (gnus-extract-address-component-email): Convenience functions around
2545         `gnus-extract-address-components'.
2546
2547         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2548         Use `gnus-extract-address-component-email' to fix bug of comparing full
2549         sender name to `user-mail-address'.
2550
2551 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2552
2553         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2554         catch/throw to optimize.
2555         (gnus-registry-find-keywords): Just use member to find a keyword.
2556
2557 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2558
2559         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2560         is current before calling gnus-server-prepare.
2561         (gnus-server-setup-buffer, gnus-server-update-server)
2562         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2563
2564 2008-05-04  Juri Linkov  <juri@jurta.org>
2565
2566         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2567         (mailcap-file-default-commands): Use mailcap-replace-in-string
2568         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2569         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2570
2571 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2572
2573         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2574
2575 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2576
2577         * gnus.el: Bump version to 0.11.
2578
2579 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2580
2581         * gnus.el: No Gnus v0.10 is released.
2582
2583 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2584
2585         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2586         hooks.
2587         (gnus-update-read-articles): Speed up non-marks-using users.
2588         (gnus-use-marks): Define gnus-use-marks.
2589         (gnus-propagate-marks): Rename variable to something more sensible.
2590
2591 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2592
2593         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2594         (gmm-image-load-path-for-library): Fix typos in docstrings.
2595         (gmm-message): Reflow docstring.
2596
2597 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2598
2599         * mail-source.el (mail-source-set-1, mail-source-bind):
2600         Move auth-source code out of the macro to clean it up and fix bugs.
2601
2602 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2603
2604         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2605         by sender if it's equal to user-mail-address, it's likely to be
2606         useless.
2607
2608         * mail-source.el (mail-source-bind): Don't use user or password if they
2609         are not bound.  Unintern them if they are nil.  Don't use server unless
2610         it's bound, and default it to empty string otherwise.
2611
2612 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2613
2614         * mail-source.el: Load auth-source.el.
2615         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2616         get user name or password, if auth-sources is set up.
2617
2618         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2619         strategy of splitting with parent.
2620         (gnus-registry-split-fancy-with-parent)
2621         (gnus-registry-post-process-groups): Use it and fix prior
2622         bug (returning a list as the split result).
2623
2624         * auth-source.el (auth-sources): Remove server parameter.
2625         (auth-source-pick, auth-source-user-or-password)
2626         (auth-source-user-or-password-imap)
2627         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2628         (auth-source-user-or-password-sftp)
2629         (auth-source-user-or-password-smtp): Remove server parameter.
2630
2631 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2632
2633         * smime.el (smime-sign-region, smime-encrypt-region)
2634         (smime-decrypt-region):
2635         Remove redundant calls to `generate-new-buffer-name'.
2636
2637 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2638
2639         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2640         Don't use QP for message/rfc822.
2641         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2642
2643 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2644
2645         * sieve-manage.el (sieve-string-bytes): Remove.
2646         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2647         correct byte-length only if the process's coding-system is the same as
2648         the one used internally by Emacs to represent strings.
2649
2650 2008-04-22  Juri Linkov  <juri@jurta.org>
2651
2652         * mailcap.el (mailcap-file-default-commands): New function.
2653
2654 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2655
2656         * message.el (message-signature-separator, message-cite-function):
2657         Change custom version.
2658
2659 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2660
2661         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2662         commands.
2663         (tls-checktrust): Ditto.
2664
2665 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2666
2667         * mm-decode.el (mm-display-external): Make temp file read-only.
2668
2669 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2670
2671         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2672         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2673         `C-c C-f d'.
2674
2675 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2676
2677         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2678
2679 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2680
2681         * gnus.el: Bump version to 0.9.
2682
2683 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2684
2685         * gnus.el: No Gnus v0.8 is released.
2686
2687 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2688
2689         * mail-source.el (mail-source-value):
2690         Prefer fboundp to functionp so it works with macros as well.
2691
2692 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2693
2694         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2695         Fix last change in case the element is not even a symbol.
2696
2697 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2698
2699         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2700         Prefer fboundp to functionp so it works with macros as well.
2701
2702 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2703
2704         * auth-source.el: Added docs.
2705         (auth-sources): Modify format to support server.
2706         (auth-source-pick, auth-source-user-or-password)
2707         (auth-source-user-or-password-imap)
2708         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2709         (auth-source-user-or-password-sftp)
2710         (auth-source-user-or-password-smtp): Add server parameter.
2711
2712 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2713
2714         * gnus-registry.el: Initialize the registry when gnus-registry-install
2715         is t.
2716
2717 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2718
2719         * compface.el (uncompface): Make buffer unibyte.
2720
2721 2008-04-05  Glenn Morris  <rgm@gnu.org>
2722
2723         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2724
2725 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2726
2727         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2728         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2729
2730         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2731         multibyteness after rather than before erasing it.
2732
2733         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2734         mm-with-multibyte.
2735         (gnus-request-article-this-buffer): Make sure the proper decoding is
2736         used if gnus-original-article-buffer happens to be unibyte.
2737
2738         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2739         default-enable-multibyte-characters.
2740
2741         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2742         default-enable-multibyte-characters.
2743
2744         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2745
2746         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2747
2748 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2749
2750         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2751         (imap-message-copyuid-1): Use it.
2752         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2753         J. Williams in
2754         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2755
2756         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2757         imap-enable-exchange-bug-workaround.
2758         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2759
2760 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2761
2762         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2763         a 100 byte status-checks into a 2-3MB transfer for each group.
2764         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2765         to enable bug workaround or not.
2766         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2767
2768 2008-03-31  Glenn Morris  <rgm@gnu.org>
2769
2770         * message.el (mml2015-use): Declare for compiler.
2771         (message-info): Require mml2015 when appropriate.
2772
2773 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2774
2775         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2776         whitespace.
2777
2778 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2779
2780         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2781         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2782         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2783         (nntp-service-to-port): New function.
2784         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2785         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2786         (nntp-open-netcat-stream): New function.
2787         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2788
2789 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2790
2791         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2792
2793 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2794
2795         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2796
2797 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2798
2799         * dns.el (dns-write): Use set-buffer-multibyte.
2800
2801 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2802
2803         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2804
2805 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2806
2807         * message.el (message-signature-separator): Change default.
2808         Improve custom type.
2809         (message-cite-function): Change default to
2810         message-cite-original-without-signature.
2811
2812         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2813         toggle.
2814
2815         * message.el (message-check-news-body-syntax): Fix signature check.
2816         (message-setup-1): Mark buffer as unmodified _after_ running
2817         message-setup-hook and handling message-alternative-emails.
2818         (message-shorten-references): Be more strict when building list of
2819         valid references to comply with GNKSA.
2820
2821         * gnus-group.el (gnus-read-ephemeral-bug-group)
2822         (gnus-read-ephemeral-debian-bug-group)
2823         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2824
2825         * message.el (message-info): Don't use booleanp which isn't supported
2826         in Emacs 21 and XEmacs.
2827
2828 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2829
2830         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2831         gnus-group-gmane-group-download-format.
2832         (gnus-group-read-ephemeral-gmane-group): Rename from
2833         gnus-group-read-ephemeral-gmane-group.
2834         (gnus-read-ephemeral-gmane-group-url): Rename from
2835         gnus-group-read-ephemeral-gmane-group-url.
2836         (gnus-bug-group-download-format-alist): New variable.
2837         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2838         (gnus-read-ephemeral-emacs-bug-group): New commands.
2839
2840 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2841
2842         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2843         (gnus-visible-headers): Improve custom type.
2844
2845 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2846
2847         * mml.el (mml-menu): Add workarounds for XEmacs.
2848
2849         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2850         X-Boundary header.
2851
2852         * message.el (message-simplify-recipients): Fix previous commit.
2853
2854 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2855
2856         * mm-util.el (mm-set-buffer-multibyte): New function.
2857         * mm-decode.el (mm-copy-to-buffer): Use it.
2858
2859 2008-03-19  Glenn Morris  <rgm@gnu.org>
2860
2861         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2862         Accidentally removed in the sync process with Emacs.
2863
2864 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2865
2866         * message.el (message-alter-recipients-discard-bogus-full-name):
2867         New function.
2868         (message-alter-recipients-function): New variable.
2869         (message-get-reply-headers): Use it.
2870         (message-replace-header): New helper function.
2871         (message-recipients-without-full-name): New variable.
2872         (message-simplify-recipients): New command.
2873
2874         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2875
2876         * message.el (message-info): Handle EasyPG manual.
2877
2878         * mml.el (mml-menu): Add entry for EasyPG.
2879
2880 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2881
2882         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2883         parameter.
2884
2885         * message.el (message-disassociate-draft): Specify drafts group name
2886         fully.
2887
2888 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2889
2890         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2891         unnecessary duplicates from the match list.
2892
2893 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2894
2895         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2896
2897         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
2898
2899         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2900         args of `how-many' of which the XEmacs version doesn't take; declare
2901         Info-index-next as function.
2902
2903 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2904
2905         * gnus-score.el (gnus-score-headers): Fix handling of
2906         gnus-inhibit-slow-scoring.
2907
2908         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2909         string.
2910         (gnus-button-url-regexp): Improve handling of parenthesis.
2911         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2912         (gnus-button-handle-info-keystrokes): Handle index entries.
2913
2914 2008-03-15  Glenn Morris  <rgm@gnu.org>
2915
2916         * parse-time.el (parse-time-string): Simplify.
2917
2918 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2919
2920         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2921         Incoming* files.
2922
2923 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2924
2925         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2926         (auth-source-pick): Use it.
2927
2928 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2929
2930         * binhex.el (binhex-decode-region-internal):
2931         * uudecode.el (uudecode-decode-region-internal):
2932         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2933         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2934         setting default-enable-multibyte-characters.
2935
2936 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2937
2938         * auth-source.el (auth-source-protocols)
2939         (auth-source-protocols-customize, auth-source-choices): Added and
2940         modified variable customizations and defaults.
2941         (auth-source-pick, auth-source-user-or-password)
2942         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2943         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2944         (auth-source-user-or-password-sftp)
2945         (auth-source-user-or-password-smtp): Use new variables and provide an
2946         interface to netrc.el.
2947
2948 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2949
2950         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2951         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2952         Make sure the nntp port to specify is a string.
2953
2954 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2955
2956         * nntp.el: Use with-current-buffer.
2957         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2958         dubious mm-with-unibyte-current-buffer.
2959         (nntp-with-open-group-function): New function extracted from
2960         nntp-with-open-group macro.
2961         (nntp-with-open-group): Use the function, so it's easier to debug.
2962         Add indentation and debugging info.
2963         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2964         the use of the netcat alternatives.
2965
2966         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2967         Avoid mm-string-as-multibyte as well.
2968
2969         * nnweb.el (nnweb-insert-html):
2970         Remove use of nnheader-string-as-multibyte.
2971
2972         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2973         (nnheader-string-as-multibyte): Remove.
2974
2975         * mm-view.el: Use inhibit-read-only.
2976         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2977         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2978         or unibyte-string.
2979
2980         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2981         (mm-uu-yenc-extract): Use with-current-buffer.
2982
2983         * gnus-soup.el (gnus-soup-send-packet): Don't use
2984         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2985
2986         * nnmh.el: Use with-current-buffer.
2987         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2988         mm-string-as-multibyte on the output of mm-encode-coding-string.
2989
2990         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2991         (nnimap-request-move-article): Use with-current-buffer.
2992
2993         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2994         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2995         conversion uses string-make-unibyte rather than string-as-unibyte.
2996
2997         * gnus-msg.el: Use with-current-buffer.
2998
2999         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3000
3001 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3002
3003         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3004         string for caching if it is 'PIN.
3005
3006 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3007
3008         * lpath.el: Consider the case without Emacs/W3.
3009
3010 2008-03-08  Glenn Morris  <rgm@gnu.org>
3011
3012         * time-date.el (date-to-time, time-subtract, time-add)
3013         (safe-date-to-time): Doc fixes.
3014
3015 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3016
3017         * mail-source.el (mail-source-delete-old-incoming-confirm):
3018         Change default to nil.
3019         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3020
3021 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3022
3023         * lpath.el: Rearrange.
3024
3025         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3026         (gnus-article-goto-prev-page): Work for articles having ^L's.
3027
3028         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3029
3030         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3031
3032 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3033
3034         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3035         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3036         (gnus-bookmark-jump): Adjust some variable names.
3037
3038 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3039
3040         * auth-source.el: New package.
3041         (auth-source-choices): Add customization entry point variable.
3042
3043         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3044         bug.
3045
3046 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3047
3048         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3049         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3050         (gnus-registry-install-shortcuts): Rename from
3051         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3052         the `gnus-registry-mark-map' keymap dynamically from
3053         `gnus-registry-marks'.  The generated functions update the summary line
3054         when a registry mark is added or deleted, and will call
3055         `gnus-registry-install-p' (see the comments in the code).
3056         (gnus-registry-user-format-function-M): Use concat intelligently.
3057
3058         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3059         the registry mark functions.
3060
3061 2008-03-05  Glenn Morris  <rgm@gnu.org>
3062
3063         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3064         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3065         gnus-art.
3066         (top-level): No need to load own source when compiling.
3067
3068 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3069
3070         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3071         Suggested by <chris.anderton@zetnet.co.uk>.
3072
3073 2008-03-04  Glenn Morris  <rgm@gnu.org>
3074
3075         * gnus-sum.el (top-level): No need to require gnus when compiling,
3076         since unconditionally required near start of file.
3077         (gnus-summary-display-while-building): Move definition before use.
3078
3079 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3080
3081         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3082         formatting function.
3083
3084 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3085
3086         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3087         with plists.
3088         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3089         Use new format.
3090
3091 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3092
3093         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3094         `where-is-internal' that returns a range of key sequences.
3095
3096 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3097
3098         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3099
3100         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3101         (gnus-summary-jump-to-group): Consider windows on other displayed
3102         frames as well.  Similar changes might be needed elsewhere, but that's
3103         the one I've bumped into during my use.
3104
3105         * nndoc.el (nndoc-oe-dbx-type-p):
3106         * gnus-msg.el (gnus-debug):
3107         * gnus-group.el (gnus-update-group-mark-positions):
3108         Use mm-string-to-multibyte.
3109
3110 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3111
3112         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3113         doesn't handle NotDashEscaped.
3114
3115         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3116         (mml-dnd-attach-options): Fix typo in custom choice.
3117
3118         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3119         nndoc-article-type to mbox.
3120         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3121
3122         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3123         to nil, instead of html2text.
3124
3125         * imap.el (imap-debug): Add `imap-ping-server'.
3126
3127         * gnus-bookmark.el: Add FIXMEs.
3128
3129         * message.el (message-form-letter-separator)
3130         (message-send-form-letter-delay): New variables.
3131         (message-send-form-letter): Use them.  New command to send form
3132         letters.  Requested by Uwe Siart.
3133         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3134
3135 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3136
3137         * Update copyright years.
3138
3139 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3140
3141         Sync from EMACS_22_BASE.
3142
3143         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3144
3145 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3146
3147         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3148         empty author.
3149
3150 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3151
3152         * gnus-registry.el (gnus-registry-marks): Add variable for
3153         customization of marks and their appearance.
3154         (gnus-registry-read-mark): Use it.
3155         (gnus-registry-do-marks): Add utility function to loop through
3156         `gnus-registry-marks'.
3157         (gnus-registry-install-shortcuts-and-menus): Add function to install
3158         shortcuts and menus.
3159         (gnus-registry-initialize): Use it.
3160         (gnus-registry-default-mark): Clarify documentation.
3161
3162 2008-02-29  Glenn Morris  <rgm@gnu.org>
3163
3164         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3165         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3166         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3167         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3168         Change defcustom :version from 23.0 to 23.1.
3169
3170 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3171
3172         * gnus-registry.el (gnus-registry-follow-group-p)
3173         (gnus-registry-post-process-groups): Add functions to aid registry
3174         splitting and improve logging.  Clarify behavior in function
3175         documentation.
3176         (gnus-registry-split-fancy-with-parent): Use them.
3177
3178 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3179
3180         * gnus-art.el: Use with-current-buffer.
3181
3182 2008-02-27  David Engster  <dengste@eml.cc>
3183
3184         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3185         Express real group name in the response.
3186
3187 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3188
3189         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3190         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3191         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3192         autoload gnus-registry-fetch-group when compiling.
3193         (nnmairix-request-group-with-article-number-correction): Remove
3194         unreferenced argument passed to nnmairix-call-backend.
3195
3196 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3197
3198         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3199         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3200         Wilde.
3201
3202 2008-02-27  Glenn Morris  <rgm@gnu.org>
3203
3204         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3205         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3206         variables to defconsts.  Convert comments to doc-strings.
3207         (nnmairix-last-server, nnmairix-current-server): Convert from free
3208         variables to defvars.  Convert comments to doc-strings.
3209         (gnus-registry-fetch-group): Autoload.
3210         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3211         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3212         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3213         caddr.
3214         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3215         nnmairix-request-group-with-article-number-correction call.
3216         (nnmairix-fast, nnmairix-group): New, less general names, for free
3217         variables passed from nnmairix-request-group to
3218         nnmairix-request-group-with-article-number-correction.  Declare.
3219         (nnmairix-request-group-with-article-number-correction):
3220         Use nnmairix-fast, nnmairix-group rather than fast, group.
3221
3222 2008-02-26  David Engster  <dengste@eml.cc>
3223
3224         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3225         version 0.5.
3226
3227 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3228
3229         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3230         instead of making an extra function call.  Don't add the current group
3231         to articles only when they have the group.  Use
3232         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3233         Reported by David <de_bb@arcor.de>.
3234
3235 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3236
3237         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3238         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3239
3240 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3241
3242         * mail-source.el (mail-source-delete-incoming): Change default.
3243         Supplement doc string.
3244
3245         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3246
3247 2008-02-14  Glenn Morris  <rgm@gnu.org>
3248
3249         * time-date.el (format-seconds): New function.
3250
3251 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3252
3253         * nnmail.el (nnmail-message-id-cache-file): Derive from
3254         `gnus-home-directory'.
3255
3256 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3257
3258         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3259         Document negative prefix.
3260
3261         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3262
3263 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3264
3265         * message.el (message-unsent-separator): Add the Exim bounce
3266         separator.
3267
3268 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3269
3270         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3271         list.
3272         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3273         recipient/signer list.
3274
3275 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3276
3277         * Makefile.in (datarootdir): Define.
3278         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3279         name that might contain whitespace.
3280
3281 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3282
3283         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3284         fbound (Emacs 23 unicode), signal an error.
3285
3286 2008-02-08  Glenn Morris  <rgm@gnu.org>
3287
3288         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3289
3290 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3291
3292         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3293         ports to the calls to `netrc-machine-user-or-password' in addition to
3294         "imap" and "imaps".
3295
3296 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3297
3298         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3299
3300         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3301
3302 2008-02-01  Kenichi Handa  <handa@m17n.org>
3303
3304         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3305         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3306         (rfc2104-hash): Convert the result of concat to unibyte string.
3307
3308 2008-02-01  Dave Love  <fx@gnu.org>
3309
3310         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3311         coding-system-for-read.
3312         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3313
3314 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3315
3316         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3317         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3318         <hanche@math.ntnu.no>.
3319
3320 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3321
3322         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3323
3324         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3325
3326 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3327
3328         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3329         * message.el (message-beginning-of-line): Use featurep instead of bound
3330         tests in order to resolve conditionals at compile time.
3331
3332 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3333
3334         * mail-source.el (mail-sources): Add `group' choice.
3335
3336         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3337         parameter `in-group' to control into which group the articles go.
3338         Add treatment of `group' mail-source.
3339
3340 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3341
3342         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3343
3344         * mm-decode.el (mm-dissect-buffer): Decode description.
3345
3346         * mml.el (mml-to-mime): Encode message header first.
3347
3348 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3349
3350         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3351         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3352
3353         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3354         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3355
3356 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3357
3358         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3359
3360 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3361
3362         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3363         prefix keys.
3364         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3365         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3366         gnus-xmas.el.
3367
3368         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3369         (gnus-xmas-article-describe-bindings): New function.
3370         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3371         gnus-xmas-article-describe-bindings.
3372
3373         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3374
3375 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3376
3377         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3378         Add new variables for article mark management.
3379         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3380         list of extra data entries which, when present, will indicate that the
3381         article ID should not be trimmed from the registry.
3382         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3383         functions.
3384         (gnus-registry-read-mark): New function to read a mark name from the
3385         user.
3386         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3387         (gnus-registry-set-article-mark-internal): New functions to add and
3388         remove marks.
3389         (gnus-registry-get-article-marks): New function to show the marks for
3390         an article, or retrieve them for further use.
3391
3392 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3393
3394         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3395         keys when no argument is given.
3396
3397 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3398
3399         * imap.el (imap-ping-server): New variable.
3400         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3401         (imap-ping-server): Minor doc string fixes.
3402
3403 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3404
3405         * imap.el (imap-ping-server): New function.
3406         (imap-opened): Call imap-ping-server.
3407
3408 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3409
3410         * gnus-sum.el (gnus-article-sort-by-random)
3411         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3412         jidanni@jidanni.org.
3413
3414 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3415
3416         * gnus-art.el (gnus-article-describe-bindings): New function.
3417         (gnus-article-read-summary-keys): Use it.
3418         (gnus-article-mode-map): Bind `C-h b' to it.
3419
3420 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3421
3422         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3423         XEmacs.
3424         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3425         against non-character events.
3426
3427         * lpath.el: Fbind map-keymap for Emacs 21.
3428
3429 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3430
3431         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3432         command.
3433         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3434         instead of END.  Change name of the temp file.
3435         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3436         customizable.
3437
3438 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3439
3440         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3441         bind `S W' to gnus-article-wide-reply-with-original; set default
3442         binding to gnus-article-read-summary-send-keys.
3443         (gnus-article-read-summary-keys): Fix the order of keys; display
3444         continuation keys correctly in the echo area; describe bindings
3445         correctly when keys end with `C-h'.
3446         (gnus-article-read-summary-send-keys): New function.
3447         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3448         for gnus-article-read-summary-send-keys; display continuation keys
3449         correctly in the echo area.
3450         (gnus-article-reply-with-original): Ignore prefix argument.
3451         (gnus-article-wide-reply-with-original): New function.
3452
3453         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3454         Emacs 21.
3455
3456 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3457
3458         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3459         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3460
3461 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3462
3463         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3464         (gnus-group-read-ephemeral-gmane-group): New command.
3465
3466 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3467
3468         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3469
3470 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3471
3472         * message.el (message-send-mail-function): Increase custom version.
3473
3474         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3475         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3476
3477 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3478
3479         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3480         for the cases where imap-authenticate is called with a nil buffer
3481         parameter.
3482
3483 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3484
3485         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3486         html parts correctly; support forwarded messages.
3487         (gnus-article-browse-html-article): Remove work buffers.
3488
3489         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3490         compiling.
3491         (netrc-bound-and-true-p): New macro.
3492         (netrc-parse): Use it instead of bound-and-true-p that is not available
3493         in XEmacs 21.4.
3494
3495 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3496
3497         * gnus-registry.el (gnus-registry-mark-article)
3498         (gnus-registry-article-marks): Add functionality to mark articles
3499         through the Gnus registry.
3500
3501         * encrypt.el: Clarify documentation for the new pgg method.
3502         (encrypt-file-alist): Add PGG option.
3503         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3504         functionality.  Abstract password key and messaging to external
3505         functions.
3506         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3507         (encrypt-message-method-and-cipher): Add new convenience external
3508         functions.
3509         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3510         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3511
3512         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3513         (netrc-parse): Use encrypt-file-alist to determine if
3514         encrypt-find-model or encrypt-insert-file-contents should be used.
3515
3516         * encrypt.el: Clarify documentation.  Load password-cache or
3517         password, whichever one is found first, instead of autoloading.
3518
3519 2007-12-19  Glenn Morris  <rgm@gnu.org>
3520
3521         * mml.el (message-options-set, message-narrow-to-head)
3522         (message-in-body-p, message-mail-p, message-encode-message-body):
3523         Autoload.
3524         (message-remove-header, message-narrow-to-headers-or-head)
3525         (message-subscribed-p, message-make-mail-followup-to)
3526         (message-position-on-field, message-news-p)
3527         (message-options-set-recipient, message-generate-headers)
3528         (message-sort-headers): Declare as functions.
3529
3530 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3531
3532         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3533         convention in doc string.
3534
3535 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3536
3537         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3538         title to html parts.
3539         (gnus-article-browse-html-article): Pass message header to it.
3540
3541         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3542
3543 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3544
3545         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3546         or password compatible with XEmacs.
3547
3548 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3549
3550         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3551         format document.
3552         (gnus-mime-delete-part): Don't write description line if empty.
3553         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3554
3555 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
3556
3557         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3558         (gnus-summary-mark-read-and-unread-as-read)
3559         (gnus-summary-mark-current-read-and-unread-as-read)
3560         (gnus-summary-mark-unread-as-ticked): Doc fix.
3561         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3562
3563 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3564
3565         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3566         Christoph Conrad <christoph.conrad@gmx.de>.
3567
3568 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3569
3570         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3571         yes-or-no-p.
3572
3573 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3574
3575         * mm-decode.el (mm-add-meta-html-tag): New function.
3576         (mm-save-part-to-file, mm-pipe-part): Use it.
3577
3578         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3579         gnus-y-or-n-p instead of y-or-n-p.
3580         (gnus-article-browse-html-parts): Work with message/external-body; use
3581         mm-add-meta-html-tag.
3582
3583 2007-12-11  Glenn Morris  <rgm@gnu.org>
3584
3585         * gnus-cache.el: Require gnus-sum not just when compiling.
3586
3587         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3588
3589         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3590         definitions before use.
3591
3592         * mm-decode.el: Require gnus-util.
3593         (mm-remove-part): Only call delete-annotation on XEmacs.
3594
3595         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3596
3597         * nnmail.el: Require gnus-int.
3598
3599         * spam.el: Move `require's before `eval-when-compile's.
3600
3601         * gnus-ems.el (gnus-alive-p):
3602         * gnus-fun.el (message-goto-eoh):
3603         * gnus-util.el (gnus-group-name-decode):
3604         * mail-source.el (gnus-compress-sequence):
3605         * message.el (Info-goto-node, format-spec):
3606         * mm-bodies.el (message-options-get):
3607         * mm-decode.el (mm-view-pkcs7):
3608         * mm-util.el (gmm-write-region):
3609         * mml-smime.el (mml-compute-boundary)
3610         (gnus-completing-read-with-default):
3611         * mml.el (widget-button-press, gnus-make-hashtable):
3612         * mml1991.el (mm-decode-content-transfer-encoding)
3613         (mm-encode-content-transfer-encoding)
3614         (message-options-get, message-options-set):
3615         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3616         * nnfolder.el (gnus-request-group):
3617         * nnheader.el (ietf-drums-unfold-fws):
3618         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3619         * smime.el (gnus-run-mode-hooks):
3620         * spam-stat.el (gnus-message): Autoload.
3621
3622         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3623         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3624         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3625         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3626         Add declare-function compatibility definition.
3627
3628         * gnus-cache.el (nnvirtual-find-group-art):
3629         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3630         (gnus-add-image, gnus-add-wash-type):
3631         * gnus-group.el (nnkiboze-score-file):
3632         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3633         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3634         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3635         (message-tokenize-header, gnus-get-buffer-create)
3636         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3637         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3638         * gnus.el (gnus-group-decoded-name):
3639         * mail-source.el (imap-capability):
3640         * mm-bodies.el (message-options-set):
3641         * mm-decode.el (gnus-configure-windows):
3642         * mm-extern.el (message-goto-body):
3643         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3644         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3645         (epg-sub-key-validity, message-options-set):
3646         * mml.el (widget-event-point, gnus-configure-windows):
3647         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3648         * mml2015.el (epg-check-configuration, epg-configuration)
3649         (message-options-set):
3650         * nndb.el (nndb-request-article):
3651         * nnfolder.el (gnus-request-create-group):
3652         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3653         * nnmaildir.el (gnus-group-mark-article-read):
3654         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3655         * rfc1843.el (message-fetch-field):
3656         * spam.el (gnus-extract-address-components):
3657         Declare as functions.
3658
3659 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3662
3663         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3664
3665         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3666         bind show-trailing-whitespace for XEmacs.
3667
3668 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3669
3670         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3671         new no-op macro for backward compatibility.
3672
3673         * imap.el (imap-string-to-integer): New function.
3674
3675 2007-12-09  Glenn Morris  <rgm@gnu.org>
3676
3677         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3678
3679         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3680         * message.el, mm-view.el, sieve-manage.el, smime.el:
3681         Add declare-function compatibility definition.
3682
3683         * gnus-art.el (w3-region, w3m-region, Info-menu):
3684         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3685         * gnus-sum.el (gnus-get-predicate):
3686         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3687         * message.el (mail-abbrev-in-expansion-header-p):
3688         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3689         (w3m-detect-meta-charset, w3m-region):
3690         * sieve-manage.el (password-read, password-cache-add)
3691         (password-cache-remove):
3692         * smime.el (password-read-and-add): Declare as functions.
3693
3694 2007-12-08  David Kastrup  <dak@gnu.org>
3695
3696         * gnus-sum.el (gnus-summary-simplify-subject-query):
3697         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3698         `message'.
3699
3700 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3701
3702         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3703         it to bind idna-program, installation-directory, defined-colors, and
3704         face-attribute for XEmacs of the version that compiles defcustom forms.
3705
3706 2007-12-07  Glenn Morris  <rgm@gnu.org>
3707
3708         * gnus-art.el (article-make-date-line): Revert previous change.
3709
3710 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3711
3712         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3713
3714 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3715
3716         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3717         Call gnus-add-to-range ranges only once with a prepared article-list.
3718
3719 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3720
3721         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3722         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3723         group names with backslashes.  Reported by Tassilo Horn
3724         <tassilo@member.fsf.org>.
3725
3726 2007-12-06  Deepak Goel  <deego3@gmail.com>
3727
3728         * gnus-art.el (article-make-date-line):
3729         * gnus-start.el (gnus-load):
3730         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3731
3732 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3733
3734         * gnus-art.el (gnus-use-idna)
3735         * gnus-start.el (gnus-site-init-file)
3736         * message.el (message-use-idna)
3737         * mm-uu.el (mm-uu-hide-markers)
3738         * smiley.el (smiley-style): Revert changes that suppress warnings.
3739
3740 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3741
3742         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3743         specify charset to html source.  Reported by Christoph Conrad
3744         <christoph.conrad@gmx.de>.
3745
3746 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3747
3748         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3749         idna-program in order to suppress byte compile warning issued by XEmacs
3750         that came to byte compile the default value section of defcustom forms
3751         recently.
3752
3753         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3754         value of installation-directory.
3755
3756         * message.el (message-use-idna): Don't directly refer to the value of
3757         idna-program.
3758
3759         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3760
3761         * smiley.el (smiley-style): Don't directly call face-attribute.
3762
3763 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3764
3765         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3766
3767         * gnus-dired.el: Reduce Gnus dependencies.
3768         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3769         require.  Use autoloads instead.
3770         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3771         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3772         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3773         (gnus-dired-mode): Adjust doc string.
3774         (gnus-dired-mail-mode): New variable.
3775         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3776         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3777         (gnus-dired-mail-buffers): New function.  Return mail or message
3778         composition buffers.
3779         (gnus-dired-attach): Use it.
3780         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3781         NO-DECODE.
3782         (gnus-dired-print): Use `gnus-print-buffer' depending on
3783         `gnus-dired-mail-mode'.
3784
3785 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3786
3787         * rfc2047.el (rfc2047-encoded-word-regexp)
3788         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3789         explaining what regexp patterns are for.
3790
3791 2007-12-04  Glenn Morris  <rgm@gnu.org>
3792
3793         * password.el: Move to password-cache.el.
3794
3795         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3796         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3797         * mml-smime.el (password-read, password-cache-add)
3798         (password-cache-remove):
3799         No need to autoload, since mml-sec requires password.
3800
3801         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3802         * message.el (gnus-extract-address-components):
3803         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3804
3805         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3806         password.
3807
3808 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3809
3810         * mailcap.el: Reduce dependencies.
3811         (mail-header-parse-content-type): Autoload.
3812         (mailcap-delete-duplicates): New alias.
3813         (mailcap-mime-info): Add optional argument NO-DECODE.
3814         (mailcap-mime-types): Use mailcap-delete-duplicates.
3815
3816         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3817
3818 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3819
3820         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3821         (imap-parse-status): Upcase status-att for servers that sends them
3822         lower-case (e.g., MS Exchange 2007).
3823
3824 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3825
3826         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3827         function.
3828
3829         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3830         (gnus-uu-yenc-article): New function.
3831
3832         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3833
3834         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3835         buffer.
3836
3837 2007-12-02  Glenn Morris  <rgm@gnu.org>
3838
3839         * binhex.el (binhex): New custom group.
3840         (binhex-decoder-program, binhex-decoder-switches)
3841         (binhex-use-external): Move to the binhex custom group.
3842
3843         * uudecode.el (uudecode): New custom group.
3844         (uudecode-decoder-program, uudecode-decoder-switches)
3845         (uudecode-use-external): Move to the uudecode custom group.
3846
3847         * netrc.el (top-level): Don't load `encrypt' features.
3848         (netrc-parse): Don't use encrypt.
3849         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3850
3851         * encrypt.el: Remove file.
3852
3853 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3854
3855         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3856         matches on patches.
3857
3858         * gnus-art.el (gnus-article-browse-html-article): Mention
3859         `mm-text-html-renderer' in the doc string.
3860
3861         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3862         string.  Add comments.
3863
3864         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3865         if rhs is ASCII.
3866
3867 2007-12-01  Glenn Morris  <rgm@gnu.org>
3868
3869         * mail-source.el (top-level): Require format-spec before
3870         eval-when-compile.
3871
3872 2007-11-30  Glenn Morris  <rgm@gnu.org>
3873
3874         * encrypt.el: Require password, rather than autoloading password-read.
3875
3876 2007-11-29  Glenn Morris  <rgm@gnu.org>
3877
3878         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3879         (sasl-make-client, sasl-next-step, sasl-step-data)
3880         (sasl-step-set-data): Declare as functions.
3881
3882 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3883
3884         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3885
3886 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3887
3888         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3889         certs should be verified and what is to be done in the event of a
3890         verification failure.
3891
3892         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3893         caller can indicate whether the cache should be disregarded for this
3894         call.  This way the result of the call is reproducible at all times and
3895         can be considered a canonical server name for the supplied method.
3896         (gnus-agent-method-p): Canonicalize server names by pushing their
3897         method through `gnus-method-to-server' using the no-cache argument.
3898
3899         * gnus-srvr.el (gnus-server-insert-server-line): Call
3900         `gnus-method-to-server' with `no-cache' argument.
3901
3902         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3903         gnus-agent-possibly-synchronize-flags as this should be called when the
3904         server is actually being opened.
3905         (gnus-agent-possibly-synchronize-flags)
3906         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3907         flags file of an agentized server to the latter function.
3908
3909         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3910         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3911         after a connection has been established successfully.
3912
3913 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3914
3915         * gnus-art.el (article-display-face): Force to display face if called
3916         interactively; check if gnus-article-x-face-too-ugly matches author.
3917         (article-display-x-face): Display face even if From header is missing
3918         as article-display-face does.
3919
3920 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3921
3922         * hashcash.el (message-narrow-to-headers-or-head)
3923         (message-fetch-field, message-goto-eoh)
3924         (message-narrow-to-headers): Declare as functions.
3925
3926 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3927
3928         * mail-source.el (mail-sources): Default to fetch from file for
3929         compatibility with default of nnmail-spool-file.
3930
3931 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3932
3933         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3934         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3935         to look for encoded word that should be encoded again.
3936         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3937         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3938         encoding pattern.
3939         (rfc2047-decode-region): Switch strict regexp and loose one according
3940         to rfc2047-allow-irregular-q-encoded-words.
3941
3942 2007-11-25  Romain Francoise  <romain@orebokech.com>
3943
3944         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3945
3946 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3947
3948         * tls.el (tls-program): Provide more custom choices from
3949         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
3950         (tls-process-connection-type, tls-success): Remove "*" in doc string.
3951
3952 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3953
3954         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3955         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3956
3957         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3958         `nnmail-spool-file'.
3959
3960         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3961         `nnmail-spool-file'.
3962
3963         * gnus-move.el (gnus-change-server): Ditto.
3964
3965         * gnus-kill.el (gnus-batch-score): Ditto.
3966
3967         * gnus-cache.el (gnus-jog-cache): Ditto.
3968
3969         * gnus-msg.el (gnus-summary-reply):
3970         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3971
3972 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3973
3974         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
3975         version.  Minor improvement to doc strings.
3976         (tls-program): Add comment.
3977
3978 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
3979
3980         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
3981         (tls-checktrust): New variable.  Check if GNU TLS complained about a
3982         mismatch between the hostname provided in the certificate and the name
3983         of the host connnecting to.
3984         (open-tls-stream): Use them.  Check certificates against trusted root
3985         certificates.
3986
3987 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3988
3989         * gnus-cache.el (gnus-cache-generate-nov-databases):
3990         Use nnml-generate-nov-databases-directory instead of
3991         nnml-generate-nov-databases-1.
3992
3993 2007-11-24  Glenn Morris  <rgm@gnu.org>
3994
3995         * message.el (message-tool-bar-retro): Update for rename
3996         mail_send.xpm->mail-send.xpm.
3997
3998 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3999
4000         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4001         `smime-ldap-search' for Emacs 22 and up.
4002
4003 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4004
4005         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4006
4007         * message.el (message-send-mail-function): Fix error convention.
4008         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4009         (message-widen-reply, message-send-mail, message-talkative-question)
4010         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4011         (message-clone-locals, message-send-news): Use with-current-buffer.
4012         (message-insert-or-toggle-importance): Remove unused var `valid'.
4013         (message-make-references): Remove unused var `new-references'.
4014         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4015
4016 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4017
4018         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4019         (spam-split-symbolic-return-positive): Reflow docstring.
4020         (spam-backends, spam-summary-exit-behavior)
4021         (spam-mark-ham-unread-before-move-from-spam-group)
4022         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4023         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4024         (spam-clear-cache, spam-backend-check, spam-install-backend)
4025         (spam-install-statistical-backend, spam-list-of-processors)
4026         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4027         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4028         (spam-check-crm114, spam-initialize, spam-unload-hook):
4029         Fix typos in docstrings.
4030
4031 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4032
4033         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4034         been checked if they have never been read and those group levels are
4035         higher than the one that a user specified.
4036
4037 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4038
4039         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4040         foreign groups unless a group level is specified by a user.
4041         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4042
4043 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4044
4045         * message.el (message-send-mail-function): Require sendmail.
4046
4047 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4048
4049         * message.el (message-send-mail-function): Check for smtpmail too.
4050
4051         * utf7.el (utf7-encode, utf7-decode): Use coding system
4052         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4053
4054         * message.el (message-send-mail-function): New function.
4055         (message-send-mail-function): Set default using
4056         message-send-mail-function.  Adjust doc string.
4057         (message-send-mail-with-mailclient): New function.
4058
4059 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4060
4061         * smime.el (from):
4062         * rfc2047.el (message-posting-charset):
4063         * qp.el (mm-use-ultra-safe-encoding):
4064         * pop3.el (parse-time-months):
4065         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4066         * nnml.el (files):
4067         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4068         (jka-compr-compression-info-list, ange-ftp-path-format)
4069         (efs-path-regexp):
4070         * nndiary.el (files):
4071         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4072         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4073         (epg-digest-algorithm-alist, inhibit-redisplay)
4074         (password-cache-expiry):
4075         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4076         (pgg-output-buffer, password-cache-expiry):
4077         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4078         (efs-path-regexp):
4079         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4080         (inhibit-redisplay):
4081         * mm-uu.el (file-name, start-point, end-point, entry)
4082         (gnus-newsgroup-name, gnus-newsgroup-charset):
4083         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4084         (latin-unity-ucs-list):
4085         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4086         (mm-uu-binhex-decode-function):
4087         * message.el (gnus-message-group-art, gnus-list-identifiers)
4088         (rmail-enable-mime-composing, gnus-local-organization)
4089         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4090         (gnus-read-active-file, facemenu-add-face-function)
4091         (facemenu-remove-face-function, gnus-article-decoded-p)
4092         (tool-bar-mode):
4093         * mail-source.el (display-time-mail-function):
4094         * gnus-util.el (nnmail-pathname-coding-system)
4095         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4096         (gnus-original-article-buffer, gnus-user-agent)
4097         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4098         (xemacs-codename, sxemacs-codename, emacs-program-version):
4099         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4100         * gnus-start.el (gnus-agent-covered-methods)
4101         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4102         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4103         (gnus-newsgroup-headers, gnus-group-list-mode)
4104         (gnus-group-mark-positions, gnus-newsgroup-data)
4105         (gnus-newsgroup-unreads, nnoo-state-alist)
4106         (gnus-current-select-method, mail-sources)
4107         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4108         (nnmail-spool-file, gnus-cache-active-hashtb):
4109         * gnus-mh.el (mh-lib-progs):
4110         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4111         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4112         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4113         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4114         (gnus-group-buffer):
4115         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4116         (font-lock-set-defaults):
4117         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4118         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4119         (gnus-summary-post-menu, total-parts, type, condition, length):
4120         * gnus-agent.el (gnus-agent-read-agentview):
4121         * flow-fill.el (show-trailing-whitespace):
4122         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4123         eval-and-compile wrappers for byte compiler pacifiers.
4124
4125         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4126         (mm-display-inline-fontify): Check for featurep 'xemacs not
4127         extent-list.
4128
4129         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4130         itimer-list.
4131         (mm-create-image-xemacs): Only do something for XEmacs.
4132         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4133
4134         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4135
4136         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4137         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4138
4139 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4140
4141         * nnimap.el (nnimap-split-download-body):
4142         * gnus-demon.el (gnus-demon):
4143         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4144
4145 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4146
4147         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4148         macros.
4149         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4150         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4151         copy data from unibyte buffer to multibyte current buffer.
4152         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4153         to copy data from unibyte current buffer to multibyte buffer.
4154         (nntp-make-process-buffer): Make process buffer unibyte.
4155
4156         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4157
4158 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4159
4160         * pop3.el (pop3-open-server): Accept and process data more robustly at
4161         connexion start to avoid spurious "POP SSL connexion failed" errors.
4162
4163 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4164
4165         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4166         read group names.
4167
4168 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4169
4170         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4171
4172 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4173
4174         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4175         (nnmail-save-active): Use a unibyte buffer when saving active file,
4176         which may contain non-ASCII group names.
4177
4178         * nnml.el (nnml-request-group): Decode group names in messages.
4179
4180 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4181
4182         * message.el (message-citation-line-function)
4183         (message-insert-formatted-citation-line): Fix spelling of
4184         `message-insert-formated-citation-line'.
4185
4186 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4187
4188         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4189
4190 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4193         nnmail-pathname-coding-system.
4194
4195         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4196         that a user enters; decode group names in messages.
4197
4198         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4199
4200 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4201
4202         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4203
4204         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4205
4206         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4207         risky local variable.
4208
4209         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4210
4211 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4212
4213         * encrypt.el: Improve documentation to fix function name typo.
4214         Reported by Daiki Ueno <ueno@unixuser.org>.
4215
4216 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4217
4218         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4219         even if the point is not in the last page of an article.
4220         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4221         back to the previous page.
4222
4223 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4224
4225         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4226
4227 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4228
4229         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4230
4231 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4232
4233         * message.el (message-check-news-body-syntax): Avoid
4234         mm-string-as-multibyte.
4235         (message-hide-headers): Don't assume (point-min)==1.
4236
4237 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4238
4239         * message.el (message-remove-blank-cited-lines): Fix if remove is
4240         given.
4241         (message-bogus-address-regexp): New variable.
4242         (message-bogus-recipient-p): New function.
4243         (message-check-recipients): New command.
4244         (message-syntax-checks): Add `bogus-recipient'.
4245         (message-fix-before-sending): Add `bogus-recipient'.
4246
4247         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4248         (gnus-treat-body-boundary): Don't test window-system.
4249
4250 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4251
4252         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4253
4254 2007-10-28  Miles Bader  <miles@gnu.org>
4255
4256         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4257         at compile-time too.
4258
4259 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4260
4261         * gnus-msg.el (gnus-message-setup-hook): Add
4262         `message-remove-blank-cited-lines' to options.
4263
4264 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4265
4266         * message.el (message-remove-blank-cited-lines): New function.
4267         Suggested by Karl Plästerer.
4268
4269 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4270
4271         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4272         mapc.
4273
4274         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4275         (top-level): Use mapc to set functions to be traced for debugging.
4276
4277         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4278         called for effect with while loop.
4279
4280         * message.el (message-talkative-question): Replace mapcar called for
4281         effect with mapc.
4282
4283         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4284         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4285         called for effect with dolist.
4286
4287         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4288
4289         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4290         gnus-extra-headers and nnmail-extra-headers.
4291
4292         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4293         called for effect with dolist.
4294         (top-level): Use mapc to set functions to be traced for debugging.
4295
4296         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4297         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4298         dolist.
4299
4300         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4301         Replace mapcar called for effect with mapc.
4302         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4303         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4304         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4305         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4306
4307         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4308         remove-if that's a cl function.
4309
4310         * webmail.el (webmail-debug): Replace mapcar called for effect with
4311         dolist.
4312
4313         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4314         with mapc.
4315
4316 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4317
4318         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4319         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4320         with while loop.
4321
4322         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4323         functions from article-* functions.
4324         (gnus-multi-decode-header): Replace mapcar called for effect with
4325         dolist.
4326
4327         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4328         (gnus-bookmark-show-details): Replace mapcar called for effect with
4329         while loop.
4330
4331         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4332         called for effect with while loop.
4333
4334         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4335         with dolist.
4336
4337         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4338         mapcar called for effect with dolist.
4339
4340         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4341
4342         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4343         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4344         Replace mapcar called for effect with dolist.
4345         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4346         mapc.
4347
4348         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4349         Replace mapcar called for effect with dolist.
4350         (gnus-topic-list): Replace mapcar called for effect with mapc.
4351
4352         * gnus.el: Use mapc instead of mapcar to add autoloads.
4353
4354 2007-10-23  Richard Stallman  <rms@gnu.org>
4355
4356         * gnus-group.el (gnus-group-highlight): Mark as risky.
4357
4358 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4359
4360         * gnus.el (gnus-server-to-method): Return method found first in
4361         gnus-newsrc-alist.
4362
4363         * gnus-art.el (gnus-article-highlight-signature)
4364         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4365         button overlay without the front stickiness.
4366
4367 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4368
4369         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4370         overview buffer needed a catch to receive its throw.
4371         (gnus-agent-flush-cache): Declared as interactive to make this function
4372         easier to use.
4373
4374 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4375
4376         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4377         `next-line'.
4378
4379 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4380
4381         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4382         exclude address matching message-dont-reply-to-names.
4383
4384 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4385
4386         * gnus-util.el (gnus-string<): New function.
4387
4388         * gnus-sum.el (gnus-article-sort-by-author)
4389         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4390
4391 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4392
4393         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4394         the frame-focus tag is set in gnus-buffer-configuration.
4395
4396 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4397
4398         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4399         the front stickiness.
4400
4401 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4402
4403         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4404         url pattern; remove duplicate one.
4405         (gnus-article-extend-url-button): New function.
4406         (gnus-article-add-buttons): Use it.
4407         (gnus-button-push): Use concatenated url that it makes.
4408
4409 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4410
4411         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4412
4413 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4414
4415         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4416         Don't hardcode point-min==1.
4417
4418 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4419
4420         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4421         Fix comment about "iso8859-1".
4422
4423 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4424
4425         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4426         ones returned from the verify-function.
4427
4428         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4429         mml2015-extract-cleartext-signature if extraction failed.
4430
4431 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4432
4433         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4434         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4435         failed.
4436
4437 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4438
4439         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4440
4441 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4442
4443         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4444         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4445         recommends to use EasyPG instead of PGG.
4446
4447         * pgg.el: Revert to revision 6.23.2.16.
4448
4449         * pgg-def.el: Revert to revision 6.6.2.14.
4450
4451         * pgg-gpg.el: Revert to revision 6.23.2.34.
4452
4453 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4454
4455         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4456         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4457         thread for both the null and zero (kill/expire thread) universal prefix
4458         cases.
4459         (gnus-summary-expire-thread): Add new function to expire a thread,
4460         using gnus-summary-kill-thread.
4461         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4462         shortcuts for gnus-summary-expire-thread.
4463         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4464         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4465
4466 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4467
4468         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4469         extras value, so an extras entry can be deleted.
4470         (gnus-registry-delete-extra-entry): Use it.
4471         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4472         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4473         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4474         storage through the gnus-registry, and provide an appropriate API for
4475         it.
4476
4477 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4478
4479         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4480         Suggested by Leo <sdl.web@gmail.com>.
4481
4482         * gnus.el: Do.
4483
4484 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4485
4486         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4487         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4488
4489         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4490
4491         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4492         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4493
4494 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4495
4496         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4497         newline.
4498         (nnmbox-request-accept-article): Don't change article in source buffer;
4499         narrow to header to use message-fetch-field rather than
4500         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4501         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4502         as delimiters; make sure article ends with newline.
4503         (nnmbox-delete-mail): Correct last position of article to be deleted;
4504         ignore X-Gnus-Newsgroup header in article body.
4505         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4506         positions; make sure article ends with newline.
4507
4508         * message.el (message-display-abbrev): Don't infloop when a user
4509         inserts SPC in the beginning of header.
4510
4511         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4512         coding-system-for-read and coding-system-for-write for XEmacs having no
4513         file-coding feature.
4514
4515         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4516
4517 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4518
4519         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4520         list of groups not followed by default.  Fix type to be regexp.
4521         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4522
4523 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4524
4525         * hmac-def.el (define-hmac-function): Switch from old-style to
4526         new-style backquotes.
4527
4528         * md4.el (md4-make-step): Likewise.
4529
4530 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4531
4532         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4533         raw-text coding system when saving .newsrc file, which may contain
4534         non-ASCII group names.
4535
4536 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4537
4538         * gnus-cus.el (gnus-score-extra): New widget.
4539         (gnus-score-extra-convert): New function.
4540         (gnus-score-customize): Use it for Extra.
4541
4542 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4543
4544         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4545         (mml2015-mailcrypt-clear-verify): Use it.
4546         (mml2015-gpg-clear-verify): Use it.
4547         (mml2015-pgg-clear-verify): Use it.
4548         (mml2015-epg-clear-verify): Replace the current part with the output
4549         from GnuPG; don't extract the plaintext by itself.
4550
4551         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4552         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4553         mml2015-clear-verify-function; don't touch the armor headers or
4554         dash-escaped text here.
4555
4556 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4557
4558         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4559         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4560         parts, or application/octet-stream as a last resort.
4561         (gnus-mime-view-part-as-type): Don't toggle display.
4562         (gnus-mime-view-part-as-charset): Don't turn off display before
4563         querying charset.
4564
4565         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4566         stuff to undisplayer function in Emacs.
4567         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4568
4569         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4570         text/calendar parts.
4571
4572 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4575         decoding text/calendar parts.
4576
4577         * message.el (message-forward-make-body-mime): Always mark body as
4578         having no illegible text; remove signed-or-encrypted argument.
4579         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4580
4581         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4582         (mml-generate-mime-1): Don't encode body if it is specified to be in
4583         raw form; don't make buffer be unibyte when inserting multibyte string.
4584
4585 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4586
4587         * sha1.el: Fix up comment style.
4588         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4589         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4590
4591         * hex-util.el: Fix up comment style.
4592         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4593
4594         * gnus-salt.el: Use with-current-buffer.
4595         (gnus-pick-setup-message): Fix long-standing typo.
4596
4597 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4598
4599         * imap.el (imap-logout-timeout): New variable.
4600         (imap-logout, imap-logout-wait): New functions.
4601         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4602
4603         * nnimap.el (nnimap-logout-timeout): New server variable.
4604         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4605         nnimap-logout-timeout.
4606
4607         * gnus-art.el (gnus-article-summary-command-nosave)
4608         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4609
4610 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4611
4612         * gnus.el (gnus-maximum-newsgroup): New variable.
4613
4614         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4615         according to gnus-maximum-newsgroup.
4616
4617         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4618         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4619         Limit the range of articles according to gnus-maximum-newsgroup.
4620
4621 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4622
4623         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4624         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4625         Don't perform gnus-configure-windows here; reuse existing sticky
4626         article buffer.
4627
4628         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4629         it doesn't exist in gnus-article-mode.
4630
4631 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4632
4633         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4634         (gnus-agent-decoded-group-name): New function.
4635         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4636         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4637
4638 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4639
4640         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4641         Add binding for gnus-sticky-article.
4642         (gnus-summary-exit): Don't kill sticky article buffers.
4643
4644         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4645         article buffer.
4646         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4647         (gnus-kill-sticky-article-buffers): New commands.
4648
4649 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4650
4651         * nntp.el (nntp-xref-number-is-evil): New server variable.
4652         (nntp-find-group-and-number): If it is non-nil, don't trust article
4653         numbers in the Xref header.
4654
4655 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4656
4657         * gnus-agent.el (gnus-agent-read-group): New function.
4658         (gnus-agent-flush-group, gnus-agent-expire-group)
4659         (gnus-agent-regenerate-group): Use it.
4660         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4661         nnmail-pathname-coding-system.
4662
4663 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4664
4665         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4666
4667         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4668         that are unread as unread, and also as selected so that information of
4669         marks having been changed by a user may be updated when exiting group.
4670
4671 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4672
4673         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4674         calculated ignoring signature parts to gnus-treat-article.
4675
4676 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4677
4678         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4679         a point here in order to keep the window start.
4680         (gnus-insert-mime-security-button): Make a button overlay without the
4681         front stickiness.
4682         (gnus-mime-display-security): Goto the end of a button.
4683
4684         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4685
4686 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4687
4688         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4689         group-name-at-point.
4690         (gnus-group-completing-read): New function that offers decoded
4691         non-ASCII group names for completion.
4692         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4693         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4694         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4695         (gnus-group-fetch-control): Use it.
4696         (gnus-fetch-group): Use group-name-at-point for the initial value
4697         rather than the default value; use gnus-alive-p.
4698
4699         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4700         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4701         (gnus-summary-post-news): Use gnus-group-completing-read.
4702
4703         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4704         (gnus-read-move-group-name): Decode group name for completion.
4705
4706 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4707
4708         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4709         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4710         Yamaoka slightly modified the code).
4711
4712 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4713
4714         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4715         (nnmail-split-incoming): Bind it.
4716
4717         * nnml.el (nnml-group-name-charset): New function.
4718         (nnml-decoded-group-name): Use it; don't decode group name if
4719         nnmail-group-names-not-encoded-p is non-nil.
4720         (nnml-encoded-group-name): New function.
4721         (nnml-group-pathname): Inline nnml-decoded-group-name.
4722         (nnml-request-expire-articles): Decode group name in message.
4723         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4724         nnmail-pathname-coding-system.
4725         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4726         not decoded ones according to nnmail-group-names-not-encoded-p.
4727         (nnml-generate-active-info): Use nnml-encoded-group-name.
4728
4729 2007-08-08  Glenn Morris  <rgm@gnu.org>
4730
4731         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4732         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4733         doc-strings and comments.
4734
4735 2007-07-25  Glenn Morris  <rgm@gnu.org>
4736
4737         * Relicense all FSF files to GPLv3 or later.
4738
4739 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4740
4741         * gnus-sum.el (gnus-summary-move-article): Make
4742         gnus-summary-respool-article work.
4743
4744 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4745
4746         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4747         string.
4748
4749 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4750
4751         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4752         that should be ignored when comparing distant RSS articles with local
4753         ones.
4754         (nnrss-make-hash-index): New function.  Create a hash index according
4755         to the ignored fields.
4756         (nnrss-check-group): Use it.
4757
4758 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4759
4760         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4761
4762         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4763
4764         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4765         the new optional argument ENCODED is non-nil.
4766         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4767         coding system for encoding group name.
4768         (gnus-group-make-rss-group): Pass un-encoded group name to
4769         gnus-group-make-group.
4770         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4771         encoded.
4772
4773         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4774         Encode group name to which articles are moved or copied.
4775         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4776         coding system for encoding Newsgroup, Followup-To and Xref headers.
4777
4778         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4779         marks; use nnheader-file-coding-system to write a file.
4780         (nnagent-retrieve-headers): Bind file-name-coding-system to
4781         nnmail-pathname-coding-system.
4782
4783         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4784
4785         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4786         (nnml-request-article, nnml-request-create-group)
4787         (nnml-request-rename-group, nnml-find-id)
4788         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4789         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4790         (nnml-save-marks): Use nnml-group-pathname instead of
4791         nnmail-group-pathname.
4792
4793         (nnml-request-create-group, nnml-request-expire-articles)
4794         (nnml-request-move-article, nnml-request-delete-group)
4795         (nnml-deletable-article-p, nnml-possibly-create-directory)
4796         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4797         (nnml-open-marks): Bind file-name-coding-system to
4798         nnmail-pathname-coding-system.
4799
4800         (nnml-request-article): Pass server argument to nnml-find-group-number.
4801         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4802         server argument to nnml-possibly-create-directory.
4803         (nnml-request-accept-article): Pass server argument to
4804         nnml-active-number and nnml-save-mail.
4805         (nnml-find-group-number): Pass server argument to nnml-find-id.
4806         (nnml-request-update-info): Pass server argument to
4807         nnml-marks-changed-p.
4808
4809         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4810         (nnml-save-mail, nnml-active-number): Add server argument.
4811
4812         (nnml-request-delete-group): Warn if group is missing.
4813         (nnml-get-nov-buffer): Decode group name.
4814         (nnml-generate-active-info): Encode group name.
4815         (nnml-open-marks): Decode group name in messages.
4816
4817 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4818
4819         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4820         if it is not specified.
4821         (gnus-article-pipe-part, gnus-article-save-part)
4822         (gnus-article-interactively-view-part, gnus-article-copy-part)
4823         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4824         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4825         (gnus-article-replace-part, gnus-article-delete-part)
4826         (gnus-article-view-part-as-type): Pass raw prefix argument to
4827         gnus-article-part-wrapper.
4828
4829 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4830
4831         * gnus-agent.el (gnus-agent-save-active): Bind
4832         nnheader-file-coding-system to gnus-agent-file-coding-system.
4833
4834         * gnus-cache.el (gnus-cache-save-buffers)
4835         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4836         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4837         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4838         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4839         (gnus-cache-generate-active, gnus-cache-rename-group)
4840         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4841         (gnus-cache-update-overview-total-fetched-for): Bind
4842         file-name-coding-system to nnmail-pathname-coding-system.
4843         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4844         variables.
4845         (gnus-cache-decoded-group-name): New function.
4846         (gnus-cache-file-name): Use it.
4847         (gnus-cache-generate-active): Use non-decoded group name for active.
4848
4849         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4850         right place.
4851         (gnus-write-active-file): Don't break non-ASCII group names.
4852
4853         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4854         nnmail-pathname-coding-system.
4855
4856         * lpath.el: Bind default-file-name-coding-system,
4857         file-name-coding-system and language-info-alist for XEmacs.
4858
4859         * gnus-uu.el (gnus-uu-decode-save): Typo.
4860
4861 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4862
4863         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4864
4865 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4866
4867         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4868         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4869         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4870         (gnus-agent-flush-group, gnus-agent-flush-cache)
4871         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4872         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4873         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4874         (gnus-agent-regenerate-group)
4875         (gnus-agent-update-files-total-fetched-for)
4876         (gnus-agent-update-view-total-fetched-for): Bind
4877         file-name-coding-system to nnmail-pathname-coding-system.
4878         (gnus-agent-group-pathname): Don't encode file names by
4879         nnmail-pathname-coding-system.
4880         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4881         coding-system-for-write instead of buffer-file-coding-system to
4882         gnus-agent-file-coding-system.
4883
4884         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4885         Decode group name.
4886
4887         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4888
4889         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4890         (gnus-read-newsrc-el-file): Make group names unibyte.
4891
4892         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4893         nnmail-pathname-coding-system.
4894
4895         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4896         (nnrss-request-delete-group): Bind file-name-coding-system to
4897         nnmail-pathname-coding-system.
4898         (nnrss-read-server-data, nnrss-read-group-data): Bind
4899         file-name-coding-system correctly.
4900         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4901
4902         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4903         (nntp-server-to-method-cache): New variable.
4904         (nntp-group-pathname): New function that decodes non-ASCII group names.
4905         (nntp-possibly-create-directory, nntp-marks-changed-p)
4906         (nntp-save-marks, nntp-open-marks): Use it.
4907         (nntp-possibly-create-directory, nntp-open-marks):
4908         Bind file-name-coding-system to nnmail-pathname-coding-system.
4909         (nntp-open-marks): Decode group names when bootstrapping marks.
4910
4911         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4912         Newsgroups and Folowup-To headers.
4913
4914 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4915
4916         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4917         (gnus-server-closed-face, gnus-server-denied-face)
4918         (gnus-server-offline-face): Remove variable.
4919         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4920
4921         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4922         of modifying message-stack directly for XEmacs.
4923
4924         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4925         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4926         if the coding-system argument is nil for XEmacs.
4927
4928         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4929         mm-charset-override-alist.
4930
4931         * rfc2047.el: Don't require base64; require rfc2045 for the function
4932         rfc2045-encode-string.
4933         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4934         to quote the parameter value.
4935
4936 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4937
4938         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4939         form in gnus-group-name-charset-method-alist.
4940
4941         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4942         overrides the default layout edit-form.
4943
4944         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4945
4946         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4947
4948 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4949
4950         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4951         as unfetched articles.
4952
4953 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4954
4955         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4956
4957 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4958
4959         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4960         original back end that keeps marks in the local system.
4961
4962 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4963
4964         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4965         arg of pop-to-buffer for XEmacs.
4966         (gnus-article-read-summary-keys): Ditto; don't restore window
4967         configuration if summary command ends up with neither article buffer
4968         nor summary buffer; describe bindings if summary keys end with C-h.
4969
4970 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4971
4972         * message.el (message-fix-before-sending): Skip raw message part to be
4973         forwarded while checking illegible text.
4974         (message-forward-make-body-mime, message-forward-make-body): Mark
4975         signed or encrypted raw message as having no illegible text.
4976
4977 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4978
4979         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4980         (gnus-message-with-timestamp-1): New macro.
4981         (gnus-message-with-timestamp): New function.
4982         (gnus-message): Use them.
4983
4984         * nnheader.el (nnheader-message): Use them.
4985
4986 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4987
4988         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4989         .newsrc.eld file.
4990
4991 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4992
4993         * gnus-agent.el (gnus-agent-fetch-headers)
4994         (gnus-agent-retrieve-headers): Bind
4995         gnus-decode-encoded-address-function to identity.
4996
4997         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4998         available also when the server returns simply a dot.
4999
5000         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5001
5002 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5003
5004         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5005
5006 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5007
5008         * gnus-ems.el (gnus-x-splash): Make it work.
5009
5010         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5011         from being used.
5012
5013         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5014
5015 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5016
5017         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5018         4th and the 5th arguments.
5019
5020         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5021         the front stickiness.
5022         (gnus-article-summary-command-nosave): Correct the order of the
5023         arguments passed to pop-to-buffer.
5024         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5025         summary command ends up with the article buffer.
5026
5027         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5028         the same faces.
5029
5030 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5031
5032         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5033
5034 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5035
5036         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5037         * gnus-sum.el (gnus-summary-highlight):
5038         * pgg.el (pgg-sign-region, pgg-sign):
5039         * mail-source.el (mail-source-delete-old-incoming-confirm):
5040         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5041
5042 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5043
5044         * gnus-art.el (gnus-mime-view-part-externally)
5045         (gnus-mime-view-part-internally): Fix predicate function passed to
5046         completing-read.
5047
5048         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5049
5050         * gnus.el (gnus-update-message-archive-method): Add :version.
5051
5052 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5053
5054         * gnus.el (gnus-update-message-archive-method): New variable.
5055
5056         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5057         according to gnus-message-archive-method if
5058         gnus-update-message-archive-method is non-nil.
5059
5060 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5061
5062         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5063         by Loic Dachary <loic@dachary.org>.
5064         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5065
5066 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5067
5068         * message.el (message-pop-to-buffer): Add switch-function argument.
5069         (message-mail): Pass switch-function argument to it.
5070
5071 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5072
5073         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5074         Improve doc string.
5075
5076 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5077
5078         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5079         (gnus-header-content)
5080         * gnus-cite.el (gnus-cite-10)
5081         * gnus-srvr.el (gnus-server-closed)
5082         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5083         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5084         (gnus-group-mail-3-empty, gnus-group-mail-low)
5085         (gnus-group-mail-low-empty, gnus-splash)
5086         * message.el (message-header-to, message-header-cc)
5087         (message-header-subject, message-header-other, message-header-name)
5088         (message-header-xheader, message-separator, message-cited-text)
5089         (message-mml): Lighten colors of faces used for dark background.
5090
5091 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5092
5093         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5094         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5095
5096 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5097
5098         * message.el (message-narrow-to-headers-or-head):
5099         Ignore mail-header-separator in the body.
5100
5101 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5102
5103         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5104         same as window size.
5105
5106 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5107
5108         * message.el (message-font-lock-keywords): Use message-header-xheader
5109         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5110         ahead of the anything pattern, to get it recognised.
5111
5112 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5113
5114         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5115         spam.el loads uses it in the compiled defadvice form.
5116
5117 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5118
5119         * gnus-sum.el (gnus-articles-to-read)
5120         (gnus-summary-insert-old-articles): Don't truncate group name for
5121         `read-string'.
5122
5123         * gnus-util.el (gnus-limit-string): Delete this function.
5124
5125         * gnus-sum.el (gnus-simplify-subject-fully): Use
5126         `truncate-string-to-width' instead.
5127
5128 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5129
5130         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5131         if, on summary exit, the next group has to be selected.
5132         (gnus-summary-exit): Use it.
5133
5134 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5135
5136         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5137         non-break space.
5138
5139 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5140
5141         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5142         Check if group is not a directory.
5143         (nnfolder-request-expire-articles): Don't delete articles if the target
5144         group is not available.
5145
5146         * nnml.el (nnml-request-create-group): Properly check if group is not a
5147         file.
5148         (nnml-request-expire-articles): Don't delete articles if the target
5149         group is not available.
5150
5151         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5152         Don't quote characters that are within parentheses.
5153
5154 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5155
5156         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5157         (gnus-handle-ephemeral-exit): Select article according to it.
5158
5159 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5160
5161         * message.el (message-insert-formated-citation-line): Remove newline.
5162         (message-citation-line-format): Add final \n here so that the user can
5163         avoid a blank line.
5164
5165 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5166
5167         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5168         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5169         Update lanl/arXiv support.
5170
5171 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5172
5173         * gnus.el: Bump version number.
5174
5175 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5176
5177         * gnus.el (gnus-version-number): Bump version.
5178
5179 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5180
5181         * gnus.el: No Gnus v0.6 is released.
5182
5183 2007-04-27  Didier Verna  <didier@xemacs.org>
5184
5185         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5186         * gmm-utils.el (gmm-regexp-concat): here.
5187         * message.el: Don't require 'gnus-util.
5188         (message-dont-reply-to-names): Handle name change above.
5189         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5190
5191 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5192
5193         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5194         since the initial value varies according to the system.
5195
5196 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5199
5200 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5201
5202         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5203
5204 2007-04-24  Didier Verna  <didier@xemacs.org>
5205
5206         Improve the type of gnus-ignored-from-addresses.
5207         * gnus-util.el (gnus-orify-regexp): New function.
5208         * message.el (gnus-util): Require it.
5209         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5210         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5211         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5212
5213 2007-04-24  Didier Verna  <didier@xemacs.org>
5214
5215         * gnus-sum.el:
5216         * gnus-utils.el: Fix some trailing whitespaces.
5217
5218 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5219
5220         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5221         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5222         article's Message-ID; refer parent article in summary buffer.
5223
5224         * message.el (message-bounce): Call mime-to-mml.
5225
5226         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5227         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5228         optimize and/or forms properly.
5229
5230 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5231
5232         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5233         URL.
5234
5235 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5236
5237         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5238
5239 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5240
5241         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5242         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5243         displayed of multipart/alternative part if it is invoked from summary
5244         buffer.
5245
5246         * mm-view.el (mm-inline-text-html-render-with-w3m)
5247         (mm-inline-text-html-render-with-w3m-standalone)
5248         (mm-inline-render-with-function): Use mail-parse-charset by default.
5249
5250 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5251
5252         * parse-time.el (parse-time-string-chars): Check if CHAR
5253         is less than the length of parse-time-syntax.
5254
5255 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5256
5257         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5258         from gnus-newsgroup-processable.
5259
5260 2007-04-16  Didier Verna  <didier@xemacs.org>
5261
5262         * gnus-msg.el (gnus-configure-posting-styles): Handle
5263         message-signature-directory properly with :file syntax.  Reported by
5264         "Leo".
5265
5266 2007-04-11  Didier Verna  <didier@xemacs.org>
5267
5268         New user option: message-signature-directory.
5269         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5270         * message.el (message-insert-signature): Ditto.
5271         * message.el (message-signature-file): Doc update.
5272         * message.el (message-signature-directory): New.
5273
5274 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5275
5276         * gnus-msg.el (gnus-inews-yank-articles): Use
5277         message-exchange-point-and-mark instead of exchange-point-and-mark.
5278
5279 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5280
5281         * message.el (message-yank-original): Make sure cited text ends with
5282         newline; don't exchange point and mark.
5283
5284 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5285
5286         * tls.el (open-tls-stream): Properly handle case where there
5287         is no associated buffer.
5288
5289 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5290
5291         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5292         message-yank-original, make sure (< mark TEXT point).
5293
5294 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5295
5296         * message.el (message-fill-column): New variable.
5297         (message-mode): Use it.  Add comment on a possible new hook.
5298
5299         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5300         (nnmail-get-new-mail): Reformat.
5301
5302         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5303
5304         * gmm-utils.el: Fix Commentary.
5305         (gmm-tool-bar-from-list): Fix typo in doc string.
5306
5307 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5308
5309         * message.el (message-yank-original): Don't switch point and mark
5310         unnecessarily to put point and mark as documented.
5311
5312 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5313
5314         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5315         from the message heads.
5316
5317 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5318
5319         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5320         article buffer does not have a window.  This may not be the best
5321         solution but is certainly better than setting the start of the null,
5322         that is the current, window.
5323
5324 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5325
5326         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5327         (gnus-draft-setup): Run it.
5328
5329         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5330         gnus-score-fast-scoring.  Allow regexp.
5331         (gnus-score-headers): Use it.
5332
5333         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5334         XEmacs.
5335
5336         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5337         string.
5338         (gnus-button-alist): Also catch `<f1> k ...'.
5339         (gnus-treat-display-x-face): Fix doc string.
5340
5341 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5342
5343         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5344         evaluation of gnus-extended-version to ensure correct generation of the
5345         User-Agent header when message-generate-headers-first is used.
5346
5347 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5348
5349         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5350         hashcash-path is nil.  Don't call callback with incorrect number of
5351         parameters if val is 0.
5352
5353 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5354
5355         * message.el (message-required-news-headers):
5356         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5357
5358 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5359
5360         * tls.el (open-tls-stream): In handshake-waiting loop,
5361         don't wait more if there is output available to process.
5362
5363 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5364
5365         * tls.el (tls-program): Doc fix.
5366
5367 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5368
5369         * message.el (message-generate-new-buffers): Change the meaning of the
5370         nil value; add `standard' to the choices; treat t as `unique'; improve
5371         doc string.
5372         (gnus-select-frame-set-input-focus): Autoload.
5373         (message-buffer-name): Search for the existing message buffer if
5374         message-generate-new-buffers is nil or `standard'; treat the value t of
5375         message-generate-new-buffers as `unique'.
5376         (message-pop-to-buffer): Raise the frame already displaying the message
5377         buffer; clear the echo area after querying.
5378         (message-setup): Pass the `continue' argument to compose-mail.
5379         (message-mail): Prefer `switch-function' if it is given; search for the
5380         existing message buffer if the `continue' argument is non-nil; pass
5381         continue and switch-function arguments to compose-mail by way of
5382         message-setup.
5383         (message-mail-other-window): Adjust argument of message-setup.
5384         (message-mail-other-frame): Ditto.
5385
5386 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5389         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5390         to turn font-lock on when turning gnus-message-citation-mode on.
5391
5392 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5393
5394         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5395         (mml-smime-function-alist): New variable; add epg as the backend.
5396         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5397         mml-smime- functions instead.
5398         * mm-view.el: Require smime.
5399
5400 2007-03-05  Didier Verna  <didier@xemacs.org>
5401
5402         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5403         instead of just inheritance for posting styles.
5404         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5405
5406 2007-02-24  Chris Moore  <dooglus@gmail.com>
5407
5408         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5409         * pgg-pgp.el (pgg-pgp-encrypt-region):
5410         * pgg-gpg.el (pgg-gpg-encrypt-region):
5411         Check pgg-encrypt-for-me if no other recipients.
5412
5413 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5414
5415         * tls.el (tls-certtool-program): Fix custom type.
5416
5417 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5418
5419         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5420         and point-at-eol instead of line-(beginning|end)-position.
5421
5422         * assistant.el (assistant-parse-buffer): Ditto.
5423
5424         * netrc.el (netrc-parse-services): Ditto.
5425
5426 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5427
5428         * mml2015.el (mml2015-epg-find-usable-key): New function.
5429         (mml2015-epg-sign): Use it.
5430         (mml2015-epg-encrypt): Use it.
5431
5432 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5433
5434         * message.el (message-make-in-reply-to): Quote name containing
5435         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5436         if there are special characters.  Reported by NAKAJI Hiroyuki
5437         <nakaji@jp.freebsd.org>.
5438
5439 2007-02-27  Didier Verna  <didier@xemacs.org>
5440
5441         Include the group parameters as well as the topic ones in the
5442         inheritance filter process.
5443         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5444         argument GROUP-PARAMS-LIST.
5445         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5446
5447 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5448
5449         * nntp.el (nntp-never-echoes-commands)
5450         (nntp-open-connection-functions-never-echo-commands): New variables.
5451         (nntp-send-command): Use them.
5452
5453 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5454
5455         * mml2015.el (mml2015-epg-verify): Simplified.
5456
5457 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * mml.el (mml-content-disposition-alist): New user option.
5460         (mml-content-disposition): New function.
5461         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5462         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5463
5464 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5465
5466         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5467         verification.
5468
5469 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5470
5471         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5472         articles posted in the last 24 hours.
5473
5474 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5475
5476         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5477
5478 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5479
5480         * nntp.el (nntp-send-command): Don't wait for echoes when
5481         nntp-open-ssl-stream is used.
5482
5483 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5484
5485         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5486         (gnus-message-add-citation-keywords)
5487         (gnus-message-remove-citation-keywords): Remove.
5488         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5489         directly, make the variables in font-lock-defaults buffer-local, add
5490         gnus-message-citation-keywords to them and then update the value of
5491         font-lock-keywords.
5492
5493 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5494
5495         * message.el (message-cite-original-1): Don't call
5496         gnus-article-highlight-citation.
5497
5498         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5499         citations; fix line count.
5500
5501 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5502
5503         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5504         (gnus-message-add-citation-keywords)
5505         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5506         versions of font-lock-add-keywords and font-lock-remove-keywords to
5507         work with XEmacs correctly.
5508
5509 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5510
5511         * gnus-cite.el (gnus-cite-face-list): Set the values of
5512         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5513         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5514         (gnus-message-cite-prefix-regexp): New variable.
5515         (gnus-message-search-citation-line): Use it; protect against long
5516         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5517         the 0th match data for Emacs.
5518         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5519         (gnus-message-add-citation-keywords): Append keywords rather than
5520         prepending; emulate font-lock-add-keywords if it is not available.
5521         (gnus-message-remove-citation-keywords): Emulate
5522         font-lock-remove-keywords if it is not available.
5523
5524         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5525
5526         * message.el (message-cite-prefix-regexp): Set the value of
5527         gnus-message-cite-prefix-regexp.
5528
5529 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5530
5531         * nnweb.el (nnweb-google-parse-1): Update parser.
5532
5533 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5534
5535         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5536
5537 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5538
5539         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5540         regexp.
5541
5542 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5543
5544         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5545         string-to-multibyte.
5546         (uudecode-decode-region-internal): Use it.
5547
5548         * lpath.el: Fbind string-as-multibyte for XEmacs.
5549
5550 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5551
5552         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5553         custom choice.
5554
5555         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5556
5557 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5558
5559         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5560
5561         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5562         `write-region' to respect `mm-inhibit-file-name-handlers'.
5563
5564 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5565
5566         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5567         Use gnus-home-directory instead of "~/" or "$HOME".
5568
5569 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5570
5571         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5572         to mention filename.
5573         Add comments at beginning regarding usage.
5574         (encrypt-write-file-contents): Change interactive so a string is
5575         acceptable.  If the file has no associated model, show an error instead
5576         of a nonsense prompt.
5577
5578 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5579
5580         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5581         Thanks to Yoshihiko Yamada for kind notification of this typo.
5582
5583 2007-01-12  Kenichi Handa  <handa@m17n.org>
5584
5585         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5586         multibyte buffer.
5587
5588 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5589
5590         * gnus-score.el (gnus-score-fast-scoring): New variable.
5591         (gnus-score-headers): Use it.
5592
5593         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5594
5595         * message.el (message-cite-original-1): Call
5596         gnus-article-highlight-citation if requested.
5597         (message-make-from): Allow name and address as optional arguments.
5598
5599         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5600
5601         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5602         bugs to doc string.
5603         (gnus-button-alist): Add mid\\|message-id.
5604         (gnus-button-fetch-group): Extend for use in
5605         `browse-url-browser-function'.
5606         (gnus-button-url-regexp): Try to catch paired parentheses like in
5607         Wikipedia URLs.
5608
5609         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5610         Suggested by Simon Krahnke <overlord@gmx.li>.
5611
5612 2007-01-13  Romain Francoise  <romain@orebokech.com>
5613
5614         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5615         Update copyright.
5616
5617 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5618
5619         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5620
5621 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5622
5623         * gnus-registry.el (gnus-registry-unfollowed-groups)
5624         (gnus-registry-split-fancy-with-parent): Fix documentation.
5625
5626 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5627
5628         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5629         from nnweb groups.
5630
5631 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5632
5633         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5634         Xref urls.  Erase buffer before requesting head.
5635
5636 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5637
5638         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5639         customizable.
5640
5641 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5642
5643         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5644         no signing key is found.
5645         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5646         no encrypting and/or signing key is found.
5647
5648 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5649
5650         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5651
5652 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5653
5654         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5655         headers read from disk with the ones newly found in the current search.
5656         This should no longer cause problems, because the article numbers in
5657         Gmane's `nov.php' output are ignored since the previous change.
5658
5659 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5660
5661         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5662
5663 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5664
5665         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5666         replace-regexp-in-string; bind url-version; fbind display-images-p and
5667         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5668         find-face and set-itimer-function for Emacs; bind itimer-list for
5669         Emacs.
5670
5671         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5672
5673 2007-01-01  Romain Francoise  <romain@orebokech.com>
5674
5675         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5676
5677 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5678
5679         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5680         `define-minor-mode' macro definition expanded properly.
5681         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5682         exclude it there.
5683
5684         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5685         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5686         `fboundp' test.
5687         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5688         This is OK to autoload in (S)XEmacs now.
5689
5690 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5691
5692         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5693         keystroke.
5694         (gnus-summary-limit-to-singletons): Fix typo.
5695
5696         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5697         else fails.
5698
5699 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5700
5701         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5702         docstring.
5703
5704         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5705         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5706         (gnus-summary-insert-dormant-articles): Fix typo in message.
5707
5708 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5709
5710         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5711         nil for XEmacs.
5712         (gnus-message-citation-mode): Don't autoload in XEmacs.
5713
5714         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5715
5716 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5717
5718         * nnimap.el (nnimap-expunge-search-string): Mention
5719         nnimap-search-uids-not-since-is-evil in docstring.
5720
5721 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5722
5723         * spam.el: Revert to make-obsolete-variable because
5724         define-obsolete-variable-alias is not supported in Emacs 21.
5725
5726         * spam.el (spam-ifile-path, spam-ifile-database-path)
5727         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5728         make-obsolete-variable.
5729         (spam-bsfilter-path, spam-bsfilter-program)
5730         (spam-spamassassin-path, spam-spamassassin-program)
5731         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5732         use "path" inappropriately.
5733         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5734         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5735         variable names.
5736
5737 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5738
5739         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5740         summary buffer.
5741
5742         * password.el (password-cache-remove): Use clear-string to burn
5743         password, if available.
5744
5745 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5746
5747         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5748
5749         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5750
5751         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5752         (gnus-message-highlight-citation): Move defcustom here from
5753         gnus-cite.el.
5754         (gnus-message-citation-mode): Autoload.
5755
5756         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5757         checks to make it compile with XEmacs.
5758         (gnus-message-citation-mode): New minor mode.
5759         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5760         (gnus-message-highlight-citation): New variables.
5761         (gnus-message-search-citation-line)
5762         (gnus-message-add-citation-keywords)
5763         (gnus-message-remove-citation-keywords)
5764         (turn-on-gnus-message-citation-mode)
5765         (turn-off-gnus-message-citation-mode): New functions.
5766
5767 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5768
5769         * gnus-cite.el: Enable highlighting of different citation levels in
5770         message-mode.
5771
5772 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5773
5774         * message.el (message-make-fqdn): Fix comment.
5775         (message-bogus-system-names): Add ".local".
5776
5777         * spam.el (spam-ifile-path, spam-ifile-program)
5778         (spam-ifile-database-path, spam-ifile-database)
5779         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5780         Don't use "path" inappropriately.
5781         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5782         strings.
5783         (spam-check-ifile, spam-ifile-register-with-ifile)
5784         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5785         new variable names.
5786
5787         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5788         (gnus-treat-display-smileys): Simplify using
5789         gnus-image-type-available-p.
5790
5791         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5792         available.
5793
5794         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5795         `display-images-p' if available.
5796
5797 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5798
5799         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5800         one after turning on the buffer's multibyteness instead of decoding
5801         them directly in the unibyte buffer that causes unexpected conversion
5802         in Emacs 23 (unicode).
5803
5804 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5805
5806         * message.el (message-generate-hashcash): Fix custom type.
5807
5808 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5809
5810         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5811
5812 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5813
5814         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5815         disconnect icons.  Add help text.
5816
5817 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5818
5819         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5820         negated to be consistent with the others we handle.
5821
5822 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5823
5824         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5825         version of gnus-summary-buffer to something, so that we can use two
5826         article buffers at the same time.
5827
5828 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5829
5830         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5831         trigger all the extra headers.
5832         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5833         sorting.
5834
5835 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5836
5837         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5838         solid groups.
5839
5840 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5841
5842         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5843
5844 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5845
5846         * legacy-gnus-agent.el: Add Copyright notice.
5847
5848 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5849
5850         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5851
5852 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5853
5854         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5855
5856         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5857         to make it work reliably in CVS Emacs.
5858         (gnus-summary-limit-strange-charsets-predicate)
5859         (gnus-summary-limit-to-predicate): New functions.
5860
5861 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5862
5863         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5864         specifying array size.
5865         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5866         array if it is too small.
5867         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5868         (gnus-sort-threads-loop): New function.
5869
5870 2006-12-06  Chris Moore  <dooglus@gmail.com>
5871
5872         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5873         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5874
5875 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5876
5877         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5878         options.
5879
5880 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5881
5882         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5883         DOS-ing the recipient.
5884
5885         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5886         the headers when creating the mapping to avoid mismappings.
5887         (nnweb-gmane-create-mapping): Always nix out old mapping.
5888
5889 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5890
5891         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5892         and mm-verify-option to never.
5893
5894 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5895
5896         * message.el (message-signed-or-encrypted-p): New function.
5897         (message-forward-make-body): Use it.
5898
5899         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5900         Replace encode-coding-string with mm-encode-coding-string.
5901
5902 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5903
5904         * nneething.el (nneething-decode-file-name): Replace
5905         decode-coding-string with mm-decode-coding-string.
5906
5907         * gnus-int.el (gnus-open-server): Say failed server's name.
5908
5909 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5910
5911         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5912         strings to a single string.  Quote `errors-file-name'.
5913         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5914         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5915         Adjust calls.  Use `shell-quote-argument'.
5916
5917 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5918
5919         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5920         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5921
5922         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5923         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5924         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5925         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5926         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5927         (gnus-subscribe-newsgroup, gnus-1):
5928         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5929         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5930         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5931         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5932
5933 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5934
5935         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5936         keystroke.
5937         (gnus-summary-limit-to-bodies): Implement headersp.
5938
5939 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5940
5941         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5942
5943 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5944
5945         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5946
5947 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5948
5949         * message.el (message-generate-hashcash): Expand range of values to
5950         include `opportunistic'.
5951         (message-send-mail): Use it.
5952
5953 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5954
5955         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5956         and comment it.
5957
5958         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5959
5960 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5961
5962         * gnus-util.el (gnus-extract-address-components): Improve comment.
5963
5964 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5965
5966         * gnus-util.el (gnus-extract-address-components): Work with address in
5967         which the name portion contains @.
5968
5969         * lpath.el: Fbind custom-autoload.
5970
5971 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5972
5973         * gnus.el (gnus-start): Move custom group up.
5974         (gnus-select-method): Don't autoload, but make it available for
5975         `customize-variable'.
5976         (gnus-getenv-nntpserver): Don't autoload.
5977
5978 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5979
5980         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5981
5982 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5983
5984         * message.el (message-sendmail-extra-arguments): New variable.
5985         (message-send-mail-with-sendmail): Use it.
5986
5987 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5988
5989         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5990         mm-with-unibyte-current-buffer to make string unibyte.
5991
5992         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5993         mm-string-as-multibyte.
5994
5995 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5996
5997         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5998         Reported by Werner Koch <wk@gnupg.org>.
5999
6000 2006-11-14  Daiki Ueno  <ueno@p360>
6001
6002         * mml2015.el: Autoload epa-select-keys when compiling.
6003
6004 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6005
6006         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6007         message-options.
6008         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6009
6010 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6011
6012         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6013         EasyPG (< 0.0.6).
6014         (mml2015-always-trust): New user option.
6015         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6016         prompt.
6017
6018 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6019
6020         * nntp.el (nntp-authinfo-force): New variable.
6021         (nntp-send-authinfo): Use it.
6022
6023 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6024
6025         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6026         decode encoded words.  Improve prompt.  Add comment about forwarding.
6027         (message-replacement-char): Move up.
6028
6029 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6030
6031         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6032         instead of gnus-intersection because arguments of gnus-sorted-nunion
6033         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6034
6035 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6036
6037         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6038         (message-simplify-subject-functions): Enable
6039         message-strip-subject-encoded-words by default.
6040
6041 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6042
6043         * message.el (message-strip-subject-encoded-words): New function.
6044         (message-simplify-subject-functions): New variable.
6045         (message-simplify-subject): Use it.  Fix typo in doc string.
6046         Support message-strip-subject-encoded-words.
6047
6048 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6049
6050         * gnus-diary.el (gnus-diary-delay-format-function):
6051         * nndiary.el (nndiary-reminders):
6052         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6053
6054 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6055
6056         * gnus-art.el (article-hide-boring-headers): Fetch date from
6057         gnus-original-article-buffer to avoid problems with localized date
6058         strings.
6059
6060 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6061
6062         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6063
6064 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6065
6066         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6067         New variables.
6068         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6069         (mm-charset-synonym-alist): Move some entries to
6070         mm-codepage-iso-8859-list.
6071         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6072         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6073
6074 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6075
6076         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6077
6078 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6079
6080         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6081         with Emacs 21 and XEmacs.
6082
6083 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6084
6085         * spam.el (spam-parse-address): New function for better parsing,
6086         catching errors, etc.
6087         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6088
6089 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6090
6091         * mm-view.el: Add interactive arg to html2text autoload.
6092
6093 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6094
6095         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6096
6097 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6098
6099         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6100         variables.
6101         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6102         (mm-charset-synonym-alist): Move some entries to
6103         mm-codepage-iso-8859-list.
6104
6105         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6106
6107 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6108
6109         * message.el (message-citation-line-format)
6110         (message-insert-formated-citation-line): Fix implementation of %E, %N
6111         and %n according to the doc string.
6112
6113 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6114
6115         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6116         car-safe to avoid bad parses.
6117
6118 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6119
6120         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6121         names.
6122
6123         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6124
6125 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6126
6127         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6128         header.
6129
6130         * message.el (message-draft-headers): Add Date.
6131         (message-headers-to-generate): Fix typo in docstring.
6132
6133         * nndraft.el (nndraft-required-headers): New variable.
6134         (nndraft-generate-headers): Use it.
6135
6136         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6137
6138 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6139
6140         * gnus-registry.el (gnus-registry-wash-for-keywords)
6141         (gnus-registry-find-keywords): New functions to allow easy searching of
6142         articles that are in the registry.
6143
6144 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6145
6146         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6147         ietf-drums-parse-address instead of gnus-extract-address-components.
6148         Reported by Damien Elmes <damien@repose.cx>.
6149
6150 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6151
6152         * gnus.el (gnus-mime): Remove unused custom group.
6153
6154 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6155
6156         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6157         "blank line" when searching for end of armor headers.
6158
6159 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6160
6161         * gmm-utils.el (gmm-write-region): Fix variable name.
6162
6163 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6164
6165         * gmm-utils.el (gmm-write-region): New function based on compatibility
6166         code from `mm-make-temp-file'.
6167
6168         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6169
6170         * nnmaildir.el (nnmaildir--update-nov)
6171         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6172         Use `gmm-write-region'.
6173
6174 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6175
6176         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6177         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6178
6179         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6180
6181         * message.el (message-replacement-char): New variable.
6182         (message-fix-before-sending): Use it.
6183         (message-simplify-subject): New function to remove duplicate code.
6184         (message-reply, message-followup): Use it.
6185
6186         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6187         gnus-summary-limit-to-articles.
6188
6189 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6190
6191         * gnus-util.el (gnus-with-local-quit): New macro.
6192
6193         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6194
6195 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6196
6197         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6198         ignore non-string data.
6199
6200 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6201
6202         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6203         non-string data (needs to be done in the registry too).
6204
6205 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6206
6207         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6208         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6209         (gnus-registry-split-fancy-with-parent)
6210         (gnus-registry-fetch-simplified-message-subject-fast)
6211         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6212         Remove text properties on ingress into the registry and when it's saved.
6213         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6214         registry from entries with no groups.
6215
6216 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6217
6218         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6219         function to remove string properties.
6220
6221 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6222
6223         * gmm-utils.el (gmm): Adjust custom version.
6224
6225         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6226         custom version.
6227
6228         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6229
6230 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6231
6232         * gnus-art.el (gnus-insert-prev-page-button)
6233         (gnus-insert-next-page-button): Simplify.  Reformat.
6234
6235 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6236
6237         * gnus-art.el (gnus-insert-prev-page-button)
6238         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6239
6240 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6241
6242         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6243
6244 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6245
6246         * gnus-art.el (gnus-insert-mime-button)
6247         (gnus-insert-mime-security-button):
6248         Apply gnus-article-button-face to MIME and security buttons.
6249
6250 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6251
6252         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6253         readable.
6254
6255 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6256
6257         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6258
6259 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6260
6261         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6262         `browse-url-of-file' instead of `browse-url'.
6263
6264 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6265
6266         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6267         regexp.  Articles containing quotation were cut prematurely.
6268
6269 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6270
6271         * message.el (message-cite-original-1): Use nobody by default for the
6272         value of From header.
6273         (message-reply): Ditto.
6274
6275 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6276
6277         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6278         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6279         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6280
6281 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6282
6283         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6284         mails in the doc string.  Add some URLs in comment.
6285         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6286
6287 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6288
6289         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6290         backslashes handling and the way to find boundaries of quoted strings.
6291
6292 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6293
6294         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6295         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6296         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6297         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6298
6299 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6300
6301         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6302         doc string.
6303         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6304
6305 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6306
6307         * lpath.el: Fbind epg-check-configuration.
6308
6309 2006-09-06  Simon Josefsson  <jas@extundo.com>
6310
6311         * mml2015.el (mml2015-use): Doc fix, mention epg.
6312
6313 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6314
6315         * mml2015.el (mml2015-use): Default to epg, if available.
6316
6317 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6318
6319         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6320         message-sender.
6321         (mml1991-epg-encrypt): Ditto.
6322         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6323         message-sender.
6324         (mml2015-epg-encrypt): Ditto.
6325
6326 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6327
6328         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6329         several common directories.
6330
6331 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6332
6333         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6334         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6335
6336 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6337
6338         * gnus-art.el (article-decode-encoded-words): Make it fast.
6339
6340 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6341
6342         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6343
6344         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6345         in quoted string into `\'.
6346
6347 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6348
6349         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6350         Use standard-syntax-table.
6351
6352 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6353
6354         * gnus-art.el (gnus-decode-address-function): New variable.
6355         (article-decode-encoded-words): Use it to decode headers which are
6356         assumed to contain addresses.
6357         (gnus-mime-delete-part): Remove useless `or'.
6358
6359         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6360         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6361         (gnus-nov-parse-line): Use it to decode From header.
6362         (gnus-get-newsgroup-headers): Ditto.
6363         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6364
6365         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6366         (mail-decode-encoded-address-string): New alias.
6367
6368         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6369         New function.
6370         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6371         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6372         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6373         (rfc2047-decode-string): Ditto.
6374         (rfc2047-decode-address-region): New function.
6375         (rfc2047-decode-address-string): New function.
6376
6377 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6378
6379         * message.el (message-caesar-buffer-body): Allow rotating headers.
6380
6381         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6382
6383         * message.el (message-insert-formated-citation-line): Fix %f.
6384         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6385
6386 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6387
6388         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6389         (gnus-bookmark-mouse-available-p): New macro.
6390         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6391         (gnus-bookmark-bmenu-show-infos): Use it.
6392         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6393         (gnus-bookmark-bmenu-hide-infos): Ditto.
6394         (gnus-bookmark-remove-properties): New function.
6395         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6396         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6397         (gnus-bookmark-write-file): Bind coding-system-for-write.
6398         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6399         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6400         group before selecting it.
6401         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6402         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6403         quit-window if it is not available; use gnus-mouse-2 and bind it to
6404         gnus-bookmark-bmenu-select-by-mouse.
6405         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6406         (gnus-bookmark-bmenu-select-by-mouse): New function.
6407
6408 2006-08-13  Romain Francoise  <romain@orebokech.com>
6409
6410         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6411         space.
6412
6413 2006-08-10  Romain Francoise  <romain@orebokech.com>
6414
6415         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6416         (dns-mode-soa-auto-increment-serial): New user option.
6417         (dns-mode-soa-maybe-increment-serial): New function.
6418         (dns-mode): Add the latter to `write-contents-functions'.
6419
6420 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * compface.el (uncompface): Use binary rather than raw-text-unix.
6423
6424 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6425
6426         * compface.el (uncompface): Make sure the eol conversion doesn't take
6427         place when communicating with the external programs.  Reported by
6428         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6429
6430 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6431
6432         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6433
6434 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6435
6436         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6437         Make it more robust by parsing author and date independently.
6438
6439 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6440
6441         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6442
6443 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6444
6445         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6446         first matching secret key.
6447         (mml2015-epg-encrypt): Ditto.
6448
6449         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6450         first matching secret key.
6451         (mml1991-epg-encrypt): Ditto.
6452
6453         * mml2015.el (mml2015-encrypt-to-self): New user option.
6454         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6455         mml2015-epg-encrypt-to-self is set.
6456
6457         * mml1991.el (mml1991-encrypt-to-self): New variable.
6458         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6459         mml1991-epg-encrypt-to-self is set.
6460
6461         * mml2015.el (mml2015-signers): New user option.
6462         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6463         (mml2015-epg-encrypt): Allow to select signing keys.
6464
6465         * mml1991.el (mml1991-signers): New variable.
6466         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6467         (mml1991-epg-encrypt): Allow to select signing keys.
6468
6469 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6470
6471         * nnheader.el (nnheader-insert-head): Make it work even if the file
6472         uses CRLF for the line-break code.
6473
6474 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6475
6476         * mml2015.el: Require mml-sec instead of password.
6477         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6478         (mml2015-cache-passphrase): Inherit the default value from
6479         mml-secure-cache-passphrase.
6480         (mml2015-passphrase-cache-expiry): Inherit the default value from
6481         mml-secure-passphrase-cache-expiry.
6482
6483         * mml1991.el: Require mml-sec instead of password.
6484         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6485         (mml1991-cache-passphrase): Inherit the default value from
6486         mml-secure-cache-passphrase.
6487         (mml1991-passphrase-cache-expiry): Inherit the default value from
6488         mml-secure-passphrase-cache-expiry.
6489
6490         * mml-sec.el: Require password.
6491         (mml-secure-verbose): New user option.
6492         (mml-secure-cache-passphrase): New user option.
6493         (mml-secure-passphrase-cache-expiry): New user option.
6494
6495 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6496
6497         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6498         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6499         andreas@altroot.de (Andreas Vögele).
6500
6501         FIXME: Use `tiny change'?
6502
6503 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6504
6505         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6506         workaround for the url package included with Emacs.
6507
6508         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6509
6510 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6511
6512         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6513         correctly.  This fixes a bug caused by the 2006-05-12 change.
6514
6515 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6516
6517         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6518         some information about the error when saying that the `bogus' mail
6519         group will be used.
6520
6521 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6522
6523         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6524         string.
6525
6526 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6527
6528         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6529
6530 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6531
6532         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6533
6534 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6535
6536         * mml1991.el (mml1991-function-alist): Add epg.
6537         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6538         (mml1991-epg-encrypt): New functions.
6539
6540 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6541
6542         * mml2015.el (mml2015-verbose): New variable.
6543         (mml2015-cache-passphrase): Ditto.
6544         (mml2015-passphrase-cache-expiry): Ditto.
6545         (mml2015-function-alist): Add epg.
6546         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6547         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6548         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6549         functions.
6550
6551 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6552
6553         * message.el (message-cite-original-1): Preserve region when removing
6554         quoted text due to X-No-Archive in order to avoid bogus attribution
6555         when citing multiple messages.
6556
6557 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6558
6559         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6560         Kenneth Jacker <khj@be.cs.appstate.edu>.
6561
6562 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6563
6564         * gnus-diary.el (gnus-user-format-function-d)
6565         (gnus-user-format-function-D): Autoload.
6566
6567         * imap.el (Commentary): Fix typo.
6568
6569         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6570         2006-04-22 contribution.
6571
6572 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6573
6574         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6575         It didn't really fix the bogosity I'm seeing with solid web groups.
6576
6577 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6578
6579         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6580         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6581         created using server names.  If we use the feature without declaring
6582         it, Gnus does not properly manage server and group state.
6583
6584         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6585         bound.
6586
6587 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6588
6589         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6590         looking up the method using GROUP's prefix before inventing a new one.
6591         It is used on killed/unknown groups in various places where returning
6592         an all-new method isn't expected by the caller.
6593
6594         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6595         and match semantics of gnus-group-real-prefix.
6596
6597 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6598
6599         * nnmail.el (nnmail-broken-references-mailers): New variable.
6600         (nnmail-ignore-broken-references): New function generalizing
6601         nnmail-fix-eudora-headers.
6602         (nnmail-fix-eudora-headers): Now obsolete.
6603
6604         * gnus-art.el (gnus-button-handle-custom): Support
6605         `customize-apropos*'.
6606
6607 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6608
6609         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6610
6611         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6612         articles.
6613
6614 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6615
6616         * message.el (message-cite-reply-above): New variable.
6617         (message-yank-original): Use it.
6618
6619 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6622
6623 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6624
6625         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6626         as read.
6627
6628         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6629
6630 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6631
6632         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6633         (gnus-bookmark-default-file): Use gnus-directory.
6634         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6635         Remove "*" in doc string.
6636         (gnus-bookmark-write-file): Simplify.
6637         (gnus-bookmark-maybe-sort-alist): Use `when'.
6638         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6639         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6640         FIXME about Emacs 21 and XEmacs compatibility.
6641         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6642         compatibility.
6643         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6644         compatibility.
6645         (gnus-bookmark-menu-heading): Fix version.
6646
6647 2006-06-19  Bastien Guerry  <bzg@altern.org>
6648
6649         * gnus-bookmark.el: New file.
6650
6651 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6652
6653         * message.el (message-syntax-checks): Doc fix.
6654
6655 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6656
6657         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6658         unsubscribed groups as if they were killed ones.  It causes duplicate
6659         entries in gnus-newsrc-alist.
6660
6661 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6662
6663         * message.el (message-syntax-checks): Doc fix.
6664         (message-send-mail): Add check for continuation headers.
6665         (message-check-news-header-syntax): Fix regexp used to check for
6666         continuation headers.
6667
6668 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6669
6670         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6671
6672 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6673
6674         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6675
6676 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6677
6678         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6679         default-truncate-lines.
6680
6681 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6682
6683         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6684         to fill the utf-8 entry.
6685
6686         * lpath.el: Fbind unicode-precedence-list.
6687
6688 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6689
6690         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6691
6692 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6693
6694         * gnus-agent.el (directory-files-and-attributes): Move all the way
6695         forward (the third and final move).
6696         (gnus-agent-read-agentview): Trap reconstruction errors due to
6697         nonexistant directory.  Handle by returning nil.
6698
6699 2006-05-30  Didier Verna  <didier@xemacs.org>
6700
6701         * message.el (message-dont-reply-to-names): Update the custom type.
6702         * message.el (message-dont-reply-to-names): New defsubst: potentially
6703         convert a list of regexps into a single one.
6704         * message.el (message-get-reply-headers): Use it.
6705         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6706
6707 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6708
6709         * gnus-agent.el (directory-files-and-attributes): Move forward.
6710
6711 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6712
6713         * gnus-ml.el (gnus-mailing-list-subscribe)
6714         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6715         (gnus-mailing-list-message): Fix doc strings.
6716
6717 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6718
6719         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6720         of doing it manually.
6721
6722 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6723
6724         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6725         comment.
6726
6727 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6728
6729         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6730         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6731         (gnus-agent-read-local): All symbols allocated in my-obarray.
6732         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6733         (gnus-agent-regenerate-group): Check numeric names to see if they are
6734         messages or groups.
6735         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6736         better way of do this...)
6737
6738         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6739         'dummy.group' (there should be a better way of do this...)
6740
6741 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6742
6743         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6744         (gnus-saved-headers): Ditto.
6745         (gnus-default-article-saver): Mention functions may have properties.
6746         (gnus-article-save): Override gnus-save-all-headers and
6747         gnus-saved-headers by :headers property which saver function may have.
6748         (gnus-summary-save-in-file): Add :headers property.
6749         (gnus-summary-write-to-file): Ditto.
6750
6751         * gnus-sum.el (gnus-summary-save-article): Bind
6752         gnus-prompt-before-saving to t when saving many articles in a file;
6753         always show all headers.
6754
6755         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6756
6757 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6758
6759         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6760         marks.
6761
6762         * message.el (message-indent-citation): Add optional arguments to allow
6763         using it outside of message buffers.
6764
6765         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6766         (gnus-article-treat-unfold-headers): Use it.
6767         (gnus-article-truncate-lines): New variable.
6768         (gnus-article-mode): Use it.
6769         (gnus-article-toggle-truncate-lines): New function.
6770
6771         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6772         gnus-article-toggle-truncate-lines.
6773
6774         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6775         coding system in XEmacs, use binary.
6776
6777 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6778
6779         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6780         after-load-alist.
6781
6782         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6783         this function should save decoded articles.
6784         (gnus-summary-write-to-file): Use property to specify this function
6785         should save decoded articles and specify gnus-summary-save-in-file
6786         should be used to save articles other than the first one when saving
6787         many articles.
6788         (gnus-summary-save-body-in-file): Use property to specify this
6789         function should save decoded articles.
6790         (gnus-summary-write-body-to-file): Use property to specify this
6791         function should save decoded articles and specify
6792         gnus-summary-save-body-in-file should be used to save articles other
6793         than the first one when saving many articles.
6794
6795         * gnus-sum.el (gnus-summary-save-article): Simplify.
6796
6797 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6798
6799         * gnus-art.el (gnus-default-article-saver): Add
6800         gnus-summary-write-body-to-file.
6801         (gnus-article-save-coding-system): Don't use coding system object
6802         in XEmacs.
6803         (gnus-read-save-file-name): Add optional `dir-var' argument which
6804         specifies directory in which files are saved; work even if optional
6805         `variable' argument is not specified.
6806         (gnus-summary-write-to-file): Read file name.
6807         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6808         (gnus-summary-write-body-to-file): New function.
6809
6810         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6811         (gnus-summary-local-variables): Add it.
6812         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6813         (gnus-summary-save-article): Remove optional `decode' argument;
6814         determine whether to decode articles by the value of
6815         gnus-default-article-saver; when saving many files using
6816         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6817         it first and use gnus-summary-save-in-file or
6818         gnus-summary-save-body-in-file thereafter unless
6819         gnus-prompt-before-saving is always; move point to article which
6820         will be saved.
6821         (gnus-summary-save-article-file): Revert.
6822         (gnus-summary-write-article-file): Revert.
6823         (gnus-summary-save-article-body-file): Revert.
6824         (gnus-summary-write-article-body-file): New function.
6825
6826 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6827
6828         * gnus-art.el (gnus-default-article-saver): Doc fix.
6829         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6830         from gnus-summary-save-article-coding-system, and default to a
6831         certain coding system.
6832         (gnus-output-to-file): Add coding cookie and encode text according
6833         to gnus-article-save-coding-system; don't use mm-append-to-file.
6834
6835         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6836         gnus-art.el and rename to gnus-article-save-coding-system.
6837         (gnus-summary-save-article): Require gnus-art; don't show all
6838         headers if it decodes articles; don't add coding cookie here;
6839         don't bind mm-text-coding-system-for-write.
6840         (gnus-summary-save-article-file): Save decoded articles.
6841         (gnus-summary-write-article-file): When saving many files, use
6842         gnus-summary-write-to-file first and gnus-summary-save-in-file
6843         thereafter unless gnus-prompt-before-saving is always.
6844         (gnus-summary-save-article-body-file): Save decoded articles.
6845
6846         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6847
6848 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6849
6850         * nnrss.el (nnrss-check-group): Bind hash-index.
6851
6852 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6853
6854         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6855         its hash index.  Store this hash in `nnrss-group-data'.
6856         (nnrss-read-group-data): Update accordingly.
6857
6858 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6859
6860         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6861         entry.
6862
6863         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6864         gnus-article-browse-html-article.
6865
6866 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6867
6868         * gnus-sum.el (gnus-summary-mime-map): Add
6869         gnus-article-browse-html-article.
6870
6871         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6872
6873 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6874
6875         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6876         suitable coding systems in customize.
6877
6878 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6879
6880         * mail-source.el (mail-sources): Fix custom type.
6881
6882 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6883
6884         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6885         (gnus-summary-expire-articles-now): Shorten prompt.
6886
6887         * gmm-utils.el (wid-edit): Require.
6888         (defun-gmm): Renamed from `gmm-defun-compat'.
6889         (gmm-image-search-load-path): Use it.
6890         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6891
6892 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6893
6894         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6895         variable.
6896         (gnus-summary-save-article): Add optional `decode' argument.  If
6897         it is set and gnus-summary-save-article-coding-system is non-nil,
6898         save decoded article.
6899         (gnus-summary-write-article-file): Save decoded article if
6900         gnus-summary-save-article-coding-system is non-nil.
6901
6902         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6903         type.
6904
6905 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6906
6907         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6908
6909 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6912         first to test gnus-single-article-buffer which may be buffer-local.
6913
6914         * gnus-sum.el (gnus-summary-setup-buffer): Make
6915         gnus-single-article-buffer buffer-local and nil in ephemeral
6916         group; make gnus-article-buffer, gnus-article-current, and
6917         gnus-original-article-buffer always buffer-local.
6918         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6919         group.
6920         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6921
6922 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6923
6924         * nnml.el (nnml-request-compact-group): Compressed files might not
6925         have .gz extension.
6926
6927 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6928
6929         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6930         (mm-copy-to-buffer): Use with-current-buffer.
6931         (mm-display-part): Simplify.
6932         (mm-inlinable-p): Add optional arg `type'.
6933
6934 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6935
6936         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6937         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6938         Try harder to show the attachment internally or externally using
6939         gnus-mime-view-part-as-type.
6940
6941 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6942
6943         * message.el (message-from-style, message-signature-separator)
6944         (message-user-organization-file, message-send-mail-function)
6945         (message-citation-line-function, message-yank-prefix)
6946         (message-indent-citation-function, message-signature)
6947         (message-signature-file, message-signature-insert-empty-line):
6948         Remove autoloads.
6949
6950         * gnus-art.el (gnus-buttonized-mime-types): Remove
6951         "multipart/signed".  Revert 2006-04-26 change.
6952
6953 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6954
6955         * gnus.el (gnus-version-number): Bump version.
6956
6957 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6958
6959         * gnus.el: No Gnus v0.5 is released.
6960
6961 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6962
6963         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6964         fetching articles by message-id.
6965
6966 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6967
6968         * message.el (hashcash): Require hashcash as normal.
6969
6970         * ecomplete.el (ecomplete-highlight-match-line): Use
6971         point-at-eol.
6972         (ecomplete-highlight-match-line): Use `highlight', because that
6973         face exists in both Emacs and XEmacs.
6974
6975         * message.el (message-display-abbrev): Use point-at-bol.
6976
6977         * mail-source.el: Don't require timer/timer-funcs.
6978
6979         * gnus-async.el: Ditto.
6980
6981         * password.el: Ditto.
6982
6983         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
6984
6985         * mm-url.el: Ditto.
6986
6987         * gnus-xmas.el: Don't require timer-funcs.
6988
6989         * mm-util.el: Require timer/timer-funcs.
6990
6991 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6992
6993         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6994         Close.
6995
6996 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6997
6998         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6999         unibyte after clear-decrypt function runs.
7000
7001         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7002         returns as a unibyte string.
7003
7004 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7005
7006         * lpath.el: Revert.
7007
7008         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7009         (pgg-gpg-process-sentinel): Revert.
7010
7011         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7012         (pgg-pgp-lookup-key): Revert.
7013
7014         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7015         (pgg-pgp5-lookup-key): Revert.
7016
7017         * pgg.el (pgg-fetch-key): Revert.
7018
7019 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7020
7021         * lpath.el: Fbind string-as-multibyte for XEmacs.
7022
7023         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7024         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7025         (mml1991-pgg-encrypt): Ditto.
7026
7027         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7028         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7029         a multibyte buffer.
7030
7031         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7032         (pgg-pgp-lookup-key): Ditto.
7033
7034         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7035         (pgg-pgp5-lookup-key): Ditto.
7036
7037         * pgg.el (pgg-fetch-key): Ditto.
7038
7039 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7040
7041         * message.el (message-user-organization-file): Check several
7042         locations of the organization file.
7043
7044         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7045         Add gnus-article-view-part-as-type.
7046
7047         * gnus-art.el (gnus-article-view-part-as-type): New function.
7048
7049         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7050         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7051
7052         * mml.el: Simplify autoload.
7053         (mml-mode): defvar dnd-protocol-alist instead of using
7054         symbol-value.
7055         (mml-default-directory): New variable.
7056         (mml-minibuffer-read-file): Use it.
7057         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7058
7059         * message.el (message-citation-line-format): New variable.
7060         (message-insert-formated-citation-line): New function.
7061         (message-citation-line-function): Add
7062         `message-insert-formated-citation-line' to custom type.
7063
7064         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7065         to doc string.
7066
7067         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7068         depending on mm-verify-option.
7069
7070 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7071
7072         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7073         binding pgg-* variables; reimplement the section which prevents
7074         MIME header from being signed.
7075         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7076         pgg-text-mode; remove a blank line at the top of body.
7077
7078         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7079         lines at the top of body; use gnus-newsgroup-charset if there's no
7080         Charset header.
7081
7082 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7083
7084         * message.el (message-self-insert-commands): Doc fix.
7085
7086         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7087         (mm-uu-pgp-encrypted-test): Ditto.
7088         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7089         between header and body; return application/pgp-encrypted handle
7090         if decryption failed; decode decrypted body by charset.
7091
7092         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7093         element match to application/pgp-*.
7094
7095 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7096
7097         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7098         HTML.
7099
7100 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7101
7102         * mail-source.el (mail-source-call-script): Message the error
7103         string.
7104
7105 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7106
7107         * gnus-util.el (gnus-byte-compile): Use it.
7108
7109 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7110
7111         * gnus-util.el (kill-empty-logs): New function.
7112
7113 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7114
7115         * message.el (message-mail-alias-type): Doc fix.
7116         (message-mail-alias-type-p): New function.
7117         (message-send): Use it.
7118         (message-mode): Ditto.
7119         (message-strip-forbidden-properties): Ditto.
7120
7121         * ecomplete.el (ecomplete-database-file-coding-system): New
7122         variable.
7123         (ecomplete-save): Use it.
7124         (ecomplete-setup): Use it.
7125
7126 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7127
7128         * message.el (message-self-insert-commands): New variable.
7129         (message-strip-forbidden-properties): Use it.
7130
7131 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7132
7133         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7134         that doesn't make XEmacs choke.
7135
7136 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7137
7138         * gnus-util.el (gnus-replace-in-string):
7139         Prefer replace-regexp-in-string over of replace-in-string.
7140
7141 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7142
7143         * gnus-util.el (gnus-select-frame-set-input-focus):
7144         Use select-frame-set-input-focus if it is available in XEmacs; use
7145         definition defined in Emacs 22 for old Emacsen.
7146
7147         * dgnushack.el: Autoload unmorse-region for XEmacs.
7148
7149         * lpath.el: Bind cursor-in-non-selected-windows and
7150         select-frame-set-input-focus for XEmacs.
7151
7152 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7153
7154         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7155
7156 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7157
7158         * gnus-registry.el (gnus-registry-cache-save): Remove text
7159         properties when saving via the temp buffer.
7160
7161 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7162
7163         * message.el (message-generate-hashcash): Honor custom type.
7164
7165 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7166
7167         * message.el (message-generate-hashcash): Default to non-nil when
7168         hashcash is found.
7169
7170         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7171         (gnus-refer-thread-limit): Increase default to 500.
7172
7173         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7174
7175         * flow-fill.el (fill-flowed): Allow delete-space.
7176
7177 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7178
7179         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7180         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7181         Remove autoloads.
7182
7183 2006-04-18  Simon Josefsson  <jas@extundo.com>
7184
7185         * message.el (message-generate-hashcash): Default to.
7186
7187 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7188
7189         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7190         concatenating segments rather than before concatenating them.
7191
7192 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7193
7194         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7195
7196 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7197
7198         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7199
7200         * message.el (message-forward-make-body-plain): Allow
7201         message-forward-ignored-headers to be a list.
7202         (message-remove-ignored-headers): Factor out into function.
7203         (message-forward-make-body-mml): Use it.
7204
7205         * imap.el (imap-quote-specials): New function.
7206         (imap-login-auth): Quote specials.
7207
7208         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7209         (rfc2231-parse-string): Allow concatanation of parameters that
7210         aren't contiguous.  The test case is
7211           (mail-header-parse-content-type "message/external-body;
7212             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7213             access-type=LOCAL-FILE;
7214             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7215
7216 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7217
7218         * nntp.el (nntp-accept-process-output): Return the value of
7219         `nnheader-accept-process-output'.
7220
7221 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7222
7223         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7224         (gnus-button-alist): Recognize more diff formats.
7225         (gnus-button-patch): Strip directory.
7226
7227 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7228
7229         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7230         Emacs 22 when setting focus.
7231
7232 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7233
7234         * gnus-art.el (gnus-article-treat-types): Do treatment of
7235         text/x-verbatim parts.
7236         (gnus-button-patch): New command.
7237
7238         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7239         addresses that contain invalid characters.
7240
7241 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7242
7243         * message.el (message-put-addresses-in-ecomplete): Use
7244         gnus-replace-in-string.
7245         (message-is-yours-p): Use the more correct
7246         mail-header-parse-address instead of
7247         mail-extract-address-components.
7248         (message-put-addresses-in-ecomplete): Fix typo.
7249
7250         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7251         keystroke.
7252
7253         * gnus-art.el (gnus-treatment-function-alist): Change order of
7254         newsgroups/generic header folding to avoid double-folding.
7255
7256         * message.el (message-hidden-headers): Add X-Draft-From.
7257
7258         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7259         command.
7260         (gnus-summary-repeat-search-article-backward): New command.
7261
7262         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7263         groups in the parent topic.
7264
7265 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7266
7267         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7268         (spam-extra-header-to-number): Return the CRM114 number as a
7269         number instead of a string.
7270
7271 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7272
7273         * gnus-art.el (gnus-face-properties-alist): Moved here from
7274         gnus-fun.
7275
7276         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7277
7278 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7279
7280         * message.el (message-strip-forbidden-properties): Only display on
7281         self-insert-command.
7282
7283         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7284         reindent.
7285         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7286
7287 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7288
7289         * smiley.el (smiley-style): Fix typo.
7290
7291 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7292
7293         * hashcash.el (hashcash-insert-payment-async-2): Use
7294         message-goto-eoh instead of doing it manually.
7295         (mail-add-payment): Use message-narrow-to-header instead of trying
7296         to do the same itself.
7297
7298         * message.el (message-hidden-headers): Add Face.
7299
7300         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7301         reparenting code.
7302         (gnus-summary-reparent-children): Refactored out code.
7303         (gnus-summary-thread-map): New keystroke.
7304         (gnus-summary-reparent-children): Make into command.
7305
7306         * smiley.el (smiley-style): Default to `medium' if using a large
7307         font.
7308
7309         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7310         does it itself.
7311
7312         * message.el (message-point-in-header-p): Simplify definition.
7313
7314 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7315
7316         * nnagent.el (nnagent-request-set-mark): Silence log file
7317         writing.
7318         (nnagent-request-set-mark): Use write-region instead of
7319         append-to-file.
7320
7321         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7322         strange select method.
7323
7324         * ecomplete.el (ecomplete-display-matches): Get highlightling
7325         right.
7326         (ecomplete-display-matches): Use literals.
7327         (ecomplete-display-matches): Disable message logging.
7328
7329         * message.el (message-display-abbrev): Small optimization.
7330
7331         * ecomplete.el (ecomplete-display-matches): Allow automatic
7332         display.
7333
7334         * message.el (message-strip-forbidden-properties): Display
7335         abbrevs.
7336         (message-display-abbrev): Get automatic display right.
7337
7338         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7339         keystrokes.
7340
7341 2006-04-13  Romain Francoise  <romain@orebokech.com>
7342
7343         TODO: Backport to v5-10!
7344
7345         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7346         Moved here (and renamed) from gnus-registry.el.
7347
7348         * gnus-registry.el: Require gnus-util.
7349         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7350
7351 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7352
7353         * gnus-group.el (gnus-group-catchup-current): Change
7354         if-then-else-if-then-else into cond.
7355         (gnus-group-catchup): Indent.
7356         (group-name-at-point): New function.
7357         (gnus-fetch-group): Provide default from thing at point.
7358
7359 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7360
7361         * message.el (message-display-abbrev): Fix regexp.
7362
7363         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7364         choosing.
7365         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7366         dead variables.
7367
7368         * message.el (message-newline-and-indent): Remove debugging.
7369         (message-display-abbrev): Use new implementation.
7370
7371 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7372
7373         * gnus-art.el (gnus-article-mode): Set
7374         cursor-in-non-selected-windows to nil.
7375
7376         * smiley.el: Revert previous change.
7377         (smiley-data-directory): defvar it before using it in the
7378         defcustom of `smiley-style'.
7379
7380 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7381
7382         * message.el (message-newline-and-indent): New function.
7383
7384         * ecomplete.el: Implement more bits.
7385
7386         * message.el (message-put-addresses-in-ecomplete): Clean up the
7387         string.
7388
7389         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7390
7391         * gnus-sum.el (gnus-summary-save-parts): Bind
7392         gnus-summary-save-parts-counter and use it to make unique file
7393         names.
7394
7395         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7396
7397         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7398         parameter to say whether to actually parse the individual
7399         addresses.
7400
7401         * message.el (message-put-addresses-in-ecomplete): New function.
7402         (ecomplete): Require.
7403         (message-mail-alias-type): Add ecomplete as an option.
7404
7405 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7406
7407         * flow-fill.el (fill-flowed): Remove trailing space from blank
7408         quoted lines.
7409
7410 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7411
7412         * smiley.el (smiley-style): Move definition later to avoid a
7413         compilation warning.
7414
7415 2006-04-12  Kenichi Handa  <handa@m17n.org>
7416
7417         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7418         buffer and then decode the buffer text if necessary.
7419         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7420         first, and after mm-encode-body, change the buffer to unibyte.
7421         Use mm-disable-multibyte instead of set-buffer-multibyte.
7422
7423 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7424
7425         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7426         Content-Type header instead of Content-Disposition header.
7427         (gnus-mime-inline-part): Ditto.
7428         (gnus-mime-view-part-as-charset): Ignore charset that the part
7429         specifies.
7430
7431         * mm-decode.el (mm-display-part): Work with external parts and
7432         usual parts similarly.
7433
7434         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7435         instead of gnus-display-mime.
7436
7437         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7438         instead of with-temp-buffer.
7439
7440         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7441         tag to summarized topics part in order to encode non-ASCII text.
7442
7443 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7444
7445         * smiley.el (smiley-style): New variable.
7446         (smiley-directory): New function.
7447         (smiley-data-directory): Derive from `smiley-style' using
7448         `smiley-directory'.
7449         (smiley-regexp-alist): Add new entries.
7450
7451         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7452         (gnus-article-browse-delete-temp): Add :version.
7453
7454 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7455
7456         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7457         the sieve region.
7458
7459 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7460
7461         * gnus.el (gnus-version-number): Bump version.
7462
7463 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7464
7465         * gnus.el: No Gnus v0.4 is released.
7466
7467 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7468
7469         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7470         layout.
7471
7472         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7473         unknown charset.
7474
7475         * message.el (message-header-synonyms): Add Original-To to the
7476         default.
7477
7478         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7479         optional parameter.
7480
7481 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7482
7483         * gnus-fun.el (gnus): Require it for gnus-directory.
7484
7485 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7486
7487         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7488
7489 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7490
7491         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7492
7493 2006-04-05  Simon Josefsson  <jas@extundo.com>
7494
7495         * password.el (password-reset): New function.
7496
7497 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7498
7499         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7500         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7501
7502 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7503
7504         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7505         Some whitespace was matched into the url, which broke browsing hits
7506         > 100 when mm-url-use-external was nil.
7507
7508 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7509
7510         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7511         gnus-extra-headers for 'Newsgroups.
7512
7513         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7514         bound.
7515
7516 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7517
7518         * pgg-gpg.el: Clean up process buffers every time gpg processes
7519         complete.
7520
7521 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7522
7523         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7524         doc string.
7525
7526 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7527
7528         * pgg-gpg.el (pgg-gpg-process-filter)
7529         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7530
7531         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7532         lines, temporary fix.
7533
7534 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7535
7536         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7537
7538 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7539
7540         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7541         default-enable-multibyte-characters.  This reverts the change from
7542         revision 6.17 which is no longer necessary because the passphrase
7543         is sent separately now.  GnuPG messages are unreadable under
7544         multibyte locales with default-enable-multibyte-characters set to
7545         nil.
7546
7547 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7548
7549         * message.el (message-tool-bar-gnome): Move "spell".
7550
7551 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7552
7553         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7554         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7555         instead.
7556
7557 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7558
7559         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7560         newsgroups handling for NNTP overviews which don't include
7561         Newsgroups.
7562
7563 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7564
7565         * message.el (message-resend): Bind message-generate-hashcash to nil.
7566
7567 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7568
7569         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7570         when searching for already-paid recipients.
7571
7572 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7573
7574         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7575         passphrases when it is not needed.
7576         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7577         passphrase stuff from gpg, should only be necessary when you use
7578         gpg with a smartcard.
7579
7580 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7581
7582         * mml.el (mml-insert-mime): Ignore cached contents of
7583         message/external-body part.
7584
7585         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7586         (mm-insert-part): Ditto.
7587
7588 2006-03-23  Simon Josefsson  <jas@extundo.com>
7589
7590         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7591         Reiner.
7592         (pgg-gpg-use-agent-p): Use it again.
7593
7594 2006-03-23  Simon Josefsson  <jas@extundo.com>
7595
7596         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7597         older emacsen.
7598         (pgg-gpg-use-agent-p): Don't use it.
7599
7600 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7601
7602         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7603         if we can.
7604
7605 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7606
7607         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7608         (pgg-gpg-update-agent): New function.
7609         (pgg-gpg-use-agent-p): New function.
7610         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7611         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7612         (pgg-gpg-sign-region): Use it.
7613
7614 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7615
7616         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7617         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7618
7619 2006-03-21  Simon Josefsson  <jas@extundo.com>
7620
7621         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7622         <wilde@sha-bang.de>.
7623         (pgg-gpg-use-agent): New variable.
7624         (pgg-gpg-process-region): Use it.
7625         (pgg-gpg-encrypt-region): Likewise.
7626         (pgg-gpg-encrypt-symmetric-region): Likewise.
7627         (pgg-gpg-decrypt-region): Likewise.
7628         (pgg-gpg-sign-region): Likewise.
7629         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7630
7631 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7632
7633         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7634
7635         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7636         Add comment on version.
7637
7638 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7639
7640         * smiley.el: Add missing test smiley.
7641
7642 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7643
7644         * mm-decode.el (mm-with-part): New macro.
7645         (mm-get-part): Use it; work with message/external-body as well.
7646         (mm-save-part): Treat name and filename equally.
7647
7648         * mm-extern.el (mm-extern-cache-contents): New function.
7649         (mm-inline-external-body): Use it; force the part to be displayed;
7650         move undisplayer added to the cached handle to the parent.
7651
7652         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7653         (gnus-mime-view-part-as-type): Work with message/external-body.
7654
7655         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7656
7657 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7658
7659         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7660         images in image-load-path.  [Sync with image.el, revision 1.60, in
7661         Emacs.]
7662
7663 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7664
7665         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7666         path rather than symbol.  Always return list of directories.
7667         Guarantee that image directory comes first.  [Sync with image.el,
7668         revision 1.59, in Emacs.]
7669
7670         * message.el (message-make-tool-bar): Adjust to new API of
7671         `gmm-image-load-path-for-library'.
7672
7673         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7674
7675         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7676
7677 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7678
7679         * gnus-art.el (gnus-article-only-boring-p):
7680         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7681         intangible text.
7682         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7683
7684 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7685
7686         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7687         `defun' instead of `gmm-defun-compat'.
7688
7689 2006-03-14  Simon Josefsson  <jas@extundo.com>
7690
7691         * message.el (message-unique-id): Don't use message-number-base36
7692         if (user-uid) is a float.
7693         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7694
7695 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7696
7697         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7698
7699         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7700         empty line between a part and a message part.
7701
7702 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7703
7704         * smiley.el: Add more test smileys.
7705         (smiley-data-directory, smiley-regexp-alist)
7706         (gnus-smiley-file-types): Fix doc strings.
7707         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7708         adding new elements.
7709         (smiley-mouse-map): Unused code.  Make it a comment.
7710
7711 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7712
7713         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7714         scan latest NoCeM messages instead of old ones.
7715         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7716         delimiters that are recently used.
7717         (gnus-nocem-load-cache): Add autoload cookie.
7718
7719         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7720
7721         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7722         level which is larger than gnus-use-nocem is specified.
7723
7724         * gnus-group.el (gnus-group-get-new-news): Ditto.
7725
7726 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7727
7728         * gnus-util.el (gnus-tool-bar-update): New function.
7729
7730         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7731         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7732
7733         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7734
7735         * gnus-group.el (gnus-group-redraw-when-idle)
7736         (gnus-group-redraw-check): Remove.
7737         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7738
7739 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7740
7741         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7742         if optional last element is specified in splits (FIELD VALUE...).
7743
7744 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7745
7746         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7747         to gmm-image-load-path-for-library.  Call with no-error argument.
7748         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7749
7750         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7751
7752         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7753
7754         * gmm-utils.el (gmm-image-load-path): Remove alias.
7755
7756 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7757
7758         * gmm-utils.el (gmm-image-load-path): Add alias.
7759
7760         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7761         nnml-generate-nov-databases-1.
7762         (nnml-generate-nov-databases): Use it.
7763         (nnml-generate-nov-databases-directory): Document no-active
7764         argument.
7765
7766         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7767         directory if path is t.  Add no-error.
7768
7769         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7770         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7771
7772         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7773         resetting gnus-article-browse-html-temp-list.
7774
7775         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7776         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7777         Add example to docstring.  Rename local variables.  Move error
7778         checks to default case in cond and simplify.
7779
7780 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7781
7782         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7783         handle is multipart when calling it recursively.
7784         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7785
7786 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7787
7788         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7789         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7790
7791 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7794         is loaded.
7795
7796         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7797         loaded.
7798
7799 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7800
7801         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7802         to "Emacs 23 (unicode)" in doc string.
7803
7804         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7805         "Emacs 23 (unicode)" in comment.
7806
7807 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7808
7809         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7810
7811         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7812         characters 160 through 255 in Emacs 23.
7813
7814 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7815
7816         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7817         gnus-article-browse-html-temp.
7818         (gnus-article-browse-delete-temp): Make it customizable.  Add
7819         `file'.  Adjust doc string.
7820         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7821         query for each file.  Adjust doc string.
7822         (gnus-article-browse-html-parts): Add
7823         `gnus-article-browse-delete-temp-files' to
7824         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7825
7826 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7827
7828         * gnus-art.el (gnus-article-browse-html-temp)
7829         (gnus-article-browse-delete-temp): New variables.
7830         (gnus-article-browse-delete-temp-files): New function.
7831         (gnus-article-browse-html-parts): Use it.
7832
7833 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7834
7835         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7836
7837         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7838         string.
7839
7840         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7841         gnus-summary-insert-new-articles when unplugged.  Remove
7842         gnus-summary-search-article-forward.
7843
7844         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7845         display-visual-class instead of display-color-cells.
7846
7847 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7848
7849         * dgnushack.el: Autoload customize-group for XEmacs.
7850
7851         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7852         message/* containing non-ASCII text properly.
7853
7854 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7855
7856         * message.el: Require gmm-utils, remove autoloads.
7857         (message-tool-bar): Set default based on
7858         gmm-tool-bar-style.
7859         (message-tool-bar-gnome): Add gmm-customize-mode.
7860
7861         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7862         gmm-tool-bar-style.
7863         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7864
7865         * gnus-group.el (gnus-group-tool-bar): Set default based on
7866         gmm-tool-bar-style.
7867         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7868
7869         * gmm-utils.el (gmm-image-directory): Rename variable from
7870         gmm-image-load-path.
7871         (gmm-image-load-path): Use gmm-image-directory.
7872         (gmm-customize-mode): New function.
7873         (gmm-tool-bar-style): New variable.
7874
7875         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7876         gnus-group-redraw-line-number.
7877         (gnus-group-redraw-check): Simplify.
7878         (gnus-group-tool-bar-update): Remove redraw check.
7879         (gnus-group-make-tool-bar): Add redraw check.
7880
7881 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7882
7883         * gnus-art.el (gnus-button): Add missing parentheses.
7884
7885 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7886
7887         * lpath.el: Fbind line-number-at-pos.
7888
7889 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7890
7891         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7892
7893 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7894
7895         * gnus-art.el (gnus-button): New face.
7896         (gnus-article-button-face): Use it.
7897
7898         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7899         gnus-summary-next-page.  Re-order.
7900
7901         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7902         next-node are now included.
7903         (gnus-group-redraw-line-number): New internal variable.
7904         (gnus-group-redraw-check): Helper function for updating the tool
7905         bar.
7906         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7907
7908         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7909
7910         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7911         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7912         Use it to match format of Spamassassin 3.0 and later.  Reported by
7913         IRIE Tetsuya <irie@t.email.ne.jp>.
7914         (spam-check-bogofilter)
7915         (spam-bogofilter-register-with-bogofilter): Fix args of
7916         `gnus-error' calls.
7917
7918 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7919
7920         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7921         unnecessary interaction when sending queued mails.  Reported by
7922         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7923
7924 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7925
7926         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7927         first or last are nil.
7928
7929 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7930
7931         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7932
7933 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7934
7935         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7936
7937 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7938
7939         * dns.el (query-dns): Protect more against buggy tcp output.
7940
7941 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7942
7943         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7944         nov.php.
7945
7946 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7947
7948         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7949         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7950         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7951         output on the server side.
7952         (nnweb-google-create-mapping): Update regexps and add some
7953         progress indication.
7954
7955 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7956
7957         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7958         gnus-agent-toggle-plugged.  Re-order icons.
7959         (gnus-group-tool-bar-gnome): Add
7960         gnus-group-{prev,next}-unread-group.
7961         (gnus-group-tool-bar-gnome): Re-order icons.
7962
7963         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7964         gnus-summary-insert-new-articles.
7965
7966         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7967         comments.
7968
7969         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7970         also available in Emacs 21.3.
7971
7972         * message.el (message-fix-before-sending): Change "Emacs 22" to
7973         "Emacs 23 (unicode)" in comment.
7974
7975         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7976         "Emacs 23 (unicode)" in comment.
7977
7978         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7979         comment.
7980         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7981
7982         * mm-view.el (mm-fill-flowed): Add :version.
7983
7984 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7985
7986         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7987         and load-path.
7988
7989 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7990
7991         * message.el: Autoload gmm-image-load-path.
7992         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7993         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7994         consitency.
7995
7996         * gmm-utils.el (gmm-image-load-path): Also search in
7997         "../etc/images".  Don't set gmm-image-load-path if we don't find
7998         the image.
7999
8000 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8001
8002         * gmm-utils.el (gmm-image-load-path): Don't make
8003         `gmm-image-load-path' include subdirectories which the second arg
8004         `image' might specify.
8005
8006         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8007         subdirectory to icon file names.
8008
8009         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8010
8011 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8012
8013         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8014         gmm-image-load-path calls.
8015
8016         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8017
8018         * message.el (message-make-tool-bar): Ditto.
8019
8020         * mml.el (mml-preview): Added comment concerning tool bar icons.
8021
8022         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8023         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8024
8025         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8026         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8027
8028         * message.el (message-tool-bar-gnome): Use new icon names.
8029         (message-make-tool-bar): Use `gmm-image-load-path'.
8030
8031         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8032         functions from MH-E.
8033         (gmm-image-load-path): New variable from MH-E.
8034         (gmm-image-load-path): New function from MH-E.  Added arguments
8035         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8036         *-image-load-path-called-flag.
8037
8038 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8039
8040         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8041
8042 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8043
8044         * nnimap.el (nnimap-request-move-article): Change folder back to
8045         source group before deleting.
8046
8047 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8048
8049         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8050
8051         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8052         mm-url.
8053
8054         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8055
8056 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8057
8058         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8059         coding system which mm-charset-to-coding-system returns for a
8060         given charset is valid.
8061
8062 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8063
8064         * html2text.el (html2text-remove-tag-list):
8065         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8066
8067 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8068
8069         * gnus-cus.el: Revert 2005-10-17 change.
8070
8071 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8072
8073         * gnus-art.el (article-strip-banner): Call
8074         article-really-strip-banner only when the regexp match is made.
8075
8076 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8077
8078         * gnus-art.el (article-strip-banner): Use
8079         gnus-extract-address-components instead of
8080         mail-header-parse-addresses to make it work with non-ASCII text;
8081         remove mail-encode-encoded-word-string.
8082
8083         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8084         values which are surrounded with \"...\"; make it never cause a
8085         Lisp error; give up parsing of parameters if it failed in
8086         extracting type.
8087
8088 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8089
8090         * smime.el (smime-cert-by-ldap-1): Fix bug where
8091         `smime-ldap-search' returns results without userCertificates.
8092
8093 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8094
8095         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8096
8097 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8098
8099         * spam.el (spam-check-spamassassin-headers): Adapt format for
8100         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8101         <ari@mbf.ocn.ne.jp>.
8102         (spam-list-of-processors): Add spam-use-gmane.
8103
8104 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8105
8106         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8107         make-temp-file; make it work with XEmacs as well.
8108
8109         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8110         mm-make-temp-file.
8111
8112         * mm-decode.el (mm-display-external): Use the 3rd arg of
8113         mm-make-temp-file.
8114         (mm-create-image-xemacs): Ditto.
8115
8116 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8117
8118         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8119         with message-narrow-to-headers.
8120         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8121         (gnus-draft-check-draft-articles): New function.
8122         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8123
8124 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8125
8126         * gnus-art.el (gnus-article-browse-html-parts):
8127         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8128         Don't use suffix argument for mm-make-temp-file for Emacs 21
8129         compatibility.  Remove useless `format'.
8130
8131 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8132
8133         * nnweb.el (nnweb-google-wash-article): Update regexps.
8134         (nnweb-group-alist): Use defvoo instead of defvar.
8135
8136 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8137
8138         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8139         re-loading nn* modules.
8140
8141 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8142
8143         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8144         for `tool-bar-mode' and don't check it's default-value.
8145
8146         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8147
8148         * message.el (message-make-tool-bar): Ditto.
8149
8150         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8151         `substring'.  Shorten tmp-file name.
8152
8153         * gnus.el: Remove bogus comment.
8154
8155 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8156
8157         * gnus-art.el (gnus-article-browse-html-parts): New function.
8158         (gnus-article-browse-html-article): New function for viewing html
8159         articles with a browser.
8160
8161 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8162
8163         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8164         in elisp.
8165         (pgg-gpg-encrypt-symmetric-region): Ditto.
8166         (pgg-gpg-sign-region): Ditto.
8167
8168         * pgg-def.el (pgg-text-mode): New variable.
8169
8170         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8171         (mml2015-pgg-encrypt): Ditto.
8172
8173         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8174         (mml1991-pgg-encrypt): Ditto.
8175
8176 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8177
8178         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8179         message-make-date instead of current-time-string.
8180
8181         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8182         to gnus-decoded which mm-uu might set.
8183
8184 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8185
8186         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8187         don't decode quoted parameters; remove misimported Emacs code.
8188         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8189         (rfc2231-decode-encoded-string): Don't use split-string which
8190         behaves differently according to Emacs version; use
8191         mm-decode-coding-region to convert charset to coding-system.
8192         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8193         (rfc2231-encode-string): Remove misimported Emacs code.
8194
8195 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8196
8197         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8198         when calling mail-header-parse-content-type.
8199         (article-de-quoted-unreadable): Ditto.
8200         (article-de-base64-unreadable): Ditto.
8201         (article-wash-html): Ditto.
8202
8203         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8204         calling mail-header-parse-content-type and
8205         mail-header-parse-content-disposition.
8206         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8207         mail-header-parse-content-type.
8208
8209         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8210         insert charset and format parameters; encode description after
8211         inserting it to buffer.
8212         (mml-insert-parameter): Fold lines properly even if a parameter is
8213         segmented into two or more lines; change the max column to 76.
8214
8215         * rfc1843.el (rfc1843-decode-article-body): Don't use
8216         ignore-errors when calling mail-header-parse-content-type.
8217
8218         * rfc2231.el (rfc2231-parse-string): Return at least type if
8219         possible; don't cause an error even if it fails in parsing of
8220         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8221         (rfc2231-encode-string): Don't break lines at the beginning, leave
8222         it to mml-insert-parameter.
8223
8224         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8225         calling mail-header-parse-content-type.
8226
8227 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8228
8229         * spam-report.el (spam-report-gmane-use-article-number):
8230         Improve doc string.
8231         (spam-report-gmane-internal): Check if a suitable header was found
8232         in the article.
8233
8234 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8235
8236         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8237         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8238
8239 2006-02-05  Romain Francoise  <romain@orebokech.com>
8240
8241         Update copyright notices of all files in the gnus directory.
8242
8243 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8244
8245         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8246
8247 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8248
8249         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8250         segmented lines of parameter value to cope with Thunderbird 1.5
8251         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8252         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8253         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8254
8255 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8256
8257         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8258         parts.
8259
8260 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8261
8262         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8263         there's only one active file for all servers.
8264         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8265         solid groups.  Gnus might have used a FAST request to select the group.
8266         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8267         and nnweb-search redundantly in the active file.
8268         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8269         (nnweb-request-create-group): Don't use ARGS.
8270         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8271         initialisations.  Let nnoo do the work.
8272
8273 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8274
8275         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8276         Say the part has been decoded.
8277
8278         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8279
8280 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8281
8282         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8283         mailcap-viewer-test-cache when there's no 'test clause, since that
8284         will invert the meaning of a "nil" test previously determined by
8285         mailcap-mailcap-entry-passes-test.
8286
8287 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8288
8289         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8290         compiling.
8291
8292         * gnus-sum.el: Ditto.
8293
8294         * message.el: Don't bind tool-bar-map when compiling.
8295
8296 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8297
8298         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8299
8300 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8301
8302         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8303         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8304         current Google Groups.
8305
8306 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8307
8308         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8309         and tool-bar-mode.
8310
8311         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8312         and tool-bar-mode.
8313
8314         * message.el (message-tool-bar-update): Simplify.
8315         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8316
8317         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8318         gnus-summary-buffer.
8319         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8320         gnus-summary-reply.
8321
8322         * gmm-utils.el (gmm): Add :version.
8323
8324 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8325
8326         * Makefile.in (clean): New rule.
8327         (distclean): Use it.
8328
8329 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8330
8331         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8332         autoload.
8333
8334 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8335
8336         * gmm-utils.el (gmm-verbose): Add :group.
8337
8338 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8339
8340         * message.el: Change some comments WRT tool-bars.
8341
8342         * gnus-sum.el (gnus-summary-tool-bar)
8343         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8344         (gnus-summary-tool-bar-zap-list): New variables.
8345         (gnus-summary-make-tool-bar): Complete rewrite using
8346         `gmm-tool-bar-from-list'.
8347
8348         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8349         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8350         variables.
8351         (gnus-group-make-tool-bar): Complete rewrite using
8352         `gmm-tool-bar-from-list'.
8353         (gnus-group-tool-bar-update): New function.
8354
8355         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8356
8357 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8358
8359         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8360         is dissected into a single part of which the type is the same as
8361         the given one; decode charset.
8362
8363 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8364
8365         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8366         into alists as symbol not string, since that's what
8367         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8368         look for.
8369
8370 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8371
8372         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8373         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8374
8375         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8376
8377 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8380         (gnus-xmas-mime-security-button-menu): New function.
8381
8382         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8383         (gnus-mime-security-button-menu): New definition.
8384         (gnus-mime-security-button-map): Use them.
8385         (gnus-mime-security-button-menu): New function.
8386         (gnus-insert-mime-security-button): Addition to help echo.
8387         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8388         (gnus-mime-security-pipe-part): New functions.
8389
8390         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8391         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8392
8393         * mm-decode.el (mm-handle-set-disposition): Remove.
8394         (mm-handle-set-description): Remove.
8395
8396 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8397
8398         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8399         (mm-w3m-standalone-supports-m17n-p): New function.
8400         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8401         w3m usage.
8402
8403         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8404         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8405
8406 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8407
8408         * message.el (message-tool-bar-zap-list): Use
8409         gmm-tool-bar-zap-list as custom type.
8410         (message-tool-bar-update): New function.
8411         (message-tool-bar, message-tool-bar-gnome)
8412         (message-tool-bar-retro): Add message-tool-bar-update.
8413         (message-tool-bar-gnome): Add flyspell-buffer.
8414
8415         * gnus-util.el (gnus-error): Describe `args'.
8416
8417         * gmm-utils.el (gmm-error): Describe `args'.
8418         (gmm-tool-bar-zap-list): New widget.
8419         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8420
8421 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8422
8423         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8424         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8425         the number of recursive calls.
8426
8427         * mm-decode.el (mm-handle-set-disposition): New macro.
8428         (mm-handle-set-description): New macro.
8429
8430 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8431
8432         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8433         encoding.
8434
8435 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8436
8437         * message.el (message-tool-bar-zap-list, message-tool-bar)
8438         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8439         (message-tool-bar-local-item-from-menu): Remove.
8440         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8441         (message-make-tool-bar): New function.
8442         (message-mode): Use `message-make-tool-bar'.
8443
8444         * gmm-utils.el: New file.
8445         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8446         (gmm-lazy): New widget copied from `nnmail.el'.
8447         (gmm-tool-bar-from-list): New function for creating customizable
8448         tool bars.
8449         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8450         output.
8451         (gmm): Add :prefix to defgroup.
8452
8453 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8454
8455         * gmm-utils.el (gmm-widget-p): New function.
8456
8457 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8458
8459         * mml.el (mml-attach-file): Describe `description' in doc string.
8460         (mml-menu): Add Emacs MIME manual and PGG manual.
8461
8462 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8463
8464         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8465
8466 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8467
8468         * nntp.el (nntp-end-of-line): Doc fix.
8469
8470 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8471
8472         * imap.el (imap-open): Handle case where buffer is a buffer
8473         object.
8474
8475 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8476
8477         * gnus-delay.el (gnus-delay): Don't autoload.
8478         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8479         to be re-loaded when customizing the `gnus-delay' group.
8480
8481 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8482
8483         * message.el (message-insert-citation-line): Use newlines.
8484
8485 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8486
8487         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8488         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8489         these routines, so the passphrase can be managed externally and
8490         passed in to the system.
8491         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8492         pgg-add-passphrase-to-cache function.
8493
8494         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8495         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8496         these routines, so the passphrase can be managed externally and
8497         passed in to the system.
8498         (pgg-pgp5-sign-region): Use new name of
8499         pgg-add-passphrase-to-cache function.
8500
8501 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8502
8503         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8504         part of the decoded armor to find the key-identifier.
8505         (pgg-gpg-lookup-key-owner): New function to return the
8506         human-readable identifier of a key owner.
8507         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8508         itself.
8509         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8510         the key value) if we have a key and can match it against a secret
8511         key.  Also, added a note pointing out fact that the prompt only
8512         indicates the first matching key.
8513
8514         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8515         pgg-decrypt-region.
8516         (pgg-add-passphrase-to-cache): Rename from
8517         `pgg-add-passphrase-cache' to reduce confusion (all callers
8518         changed).
8519         (pgg-remove-passphrase-from-cache): Rename from
8520         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8521         changed).
8522         (pgg-read-passphrase, pgg-add-passphrase-cache)
8523         (pgg-remove-passphrase-cache): Add informative docstrings.
8524         (pgg-decrypt): Convey provided passphrase in subordinate call to
8525         pgg-decrypt-region.
8526
8527 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8528
8529         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8530         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8531         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8532         'passphrase' argument, so the passphrase can be managed externally
8533         and then passed in to the system.
8534
8535         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8536         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8537         so the passphrase cache can be used reliably with identifiers
8538         besides a pgp packet's key id.
8539
8540         * pgg-gpg.el (pgg-gpg-encrypt-region)
8541         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8542         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8543         these routines, so the passphrase can be managed externally and
8544         passed in to the system.
8545
8546         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8547         'notruncate' argument, so the passphrase cache can be used
8548         reliably with identifiers besides a pgp packet's key id.
8549
8550 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8551
8552         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8553         symmetric encryption.
8554         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8555         encrypted session key.
8556         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8557         message ask for the passphrase in a proper way.
8558
8559         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8560         New user commands for symmetric encryption.
8561
8562 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8563
8564         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8565
8566         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8567
8568 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8569
8570         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8571
8572 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8573
8574         * mm-decode.el (mm-inlined-types): Add application/pgp.
8575         (mm-automatic-display): Ditto.
8576
8577         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8578         part as text.
8579
8580 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8581
8582         * nnrss.el: Update copyright.
8583         (nnrss-opml-import): Query whether to subscribe to each entry.
8584
8585         * gnus-art.el:
8586         * gnus-sum.el:
8587         * gnus-xmas.el:
8588         * messagexmas.el:
8589         * mm-uu.el:
8590         * mm-view.el: Update copyright.
8591
8592 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8593
8594         * message.el (message-info): New function.
8595         (message-mode-menu): Add it.
8596         Update copyright.
8597
8598         * ChangeLog: Fix and update copyright.
8599
8600 2006-01-13  Romain Francoise  <romain@orebokech.com>
8601
8602         * message.el (message-forward-subject-name-subject): Prefer the
8603         address to 'nowhere' if the sender has no name.
8604         Fix typo.  Update copyright year.
8605
8606 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8607
8608         * gnus-art.el (article-wash-html): Use
8609         gnus-summary-show-article-charset-alist if a numeric arg is given.
8610         (gnus-article-wash-html-with-w3m-standalone): New function.
8611
8612         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8613         mm-inline-text-html-render-with-w3m-standalone.
8614         (mm-text-html-washer-alist): Map w3m-standalone to
8615         gnus-article-wash-html-with-w3m-standalone.
8616         (mm-inline-text-html-render-with-w3m-standalone): New function.
8617
8618 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8619
8620         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8621         Improve LaTeX.
8622
8623 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8624
8625         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8626         (nnrss-request-article): Render text/plain parts as HTML.
8627
8628         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8629         the buffer.
8630
8631 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8632
8633         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8634         custom definition of `gnus-posting-styles'.
8635
8636         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8637         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8638
8639 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8640
8641         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8642         Use nntp for bug archive.
8643
8644 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8645
8646         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8647         parts.
8648         (nnrss-normalize-date): New function converts ISO 8601 date into
8649         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8650         (nnrss-check-group): Use it.
8651
8652 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8653
8654         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8655
8656         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8657         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8658         (nnrss-insert-w3): Ditto.
8659
8660 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8661
8662         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8663         the articles to be forwarded including the case where neither a
8664         number of articles nor a region is specified.
8665
8666 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8667
8668         * nnrss.el (nnrss-request-article): Fix last change; fill
8669         text/plain parts.
8670
8671 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8672
8673         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8674         in text/plain part.
8675         (nnrss-check-group): Don't add excessive newline to dc:subject.
8676
8677 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8678
8679         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8680         article.
8681
8682 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8683
8684         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8685         (nnml-use-compressed-files, nnml-save-mail): Support other
8686         comression programs such as bzip2.
8687
8688 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8689
8690         * dns.el (query-dns): Make sure we check the buffer size before
8691         removing tcp headers.
8692
8693 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8694
8695         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8696         remove MIME buttons associated with multipart/alternative parts.
8697         (gnus-mime-display-alternative): Tag buttons using `article-type'
8698         text property.
8699
8700         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8701         associated with multipart/alternative parts.
8702
8703         * gnus-art.el (gnus-signature-separator): Fix custom type.
8704
8705         * mm-decode.el (mm-inlined-types): Fix custom type.
8706         (mm-keep-viewer-alive-types): Ditto.
8707         (mm-automatic-display): Ditto.
8708         (mm-attachment-override-types): Ditto.
8709         (mm-inline-override-types): Ditto.
8710         (mm-automatic-external-display): Ditto.
8711
8712 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8713
8714         * spam-report.el (spam-report-user-mail-address)
8715         (spam-report-user-agent): New variables.
8716         (spam-report-url-ping-plain): Use spam-report-user-agent.
8717
8718 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8719
8720         * gnus-art.el (gnus-button-handle-custom): Do not just use
8721         `customize-apropos' for any "M-x customize-*" button but the
8722         function called for.  Accept both the function name and its
8723         argument in order to achieve this.
8724         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8725         function name to `gnus-button-handle-custom' in case of "M-x
8726         customize-*" buttons.
8727
8728 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8729
8730         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8731         multipart/alternative and add xref to mm-discouraged-alternatives
8732         in doc string.
8733
8734         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8735         gnus-buttonized-mime-types in doc string.
8736
8737 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8738
8739         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8740         Suggest image/.* in the doc string.
8741
8742 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8743
8744         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8745         message-marks (Debian bug #342521).
8746
8747 2005-12-12  Simon Josefsson  <jas@extundo.com>
8748
8749         * password.el (password-read-from-cache): Add.
8750         (password-read): Use it.
8751
8752 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8753
8754         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8755         us-ascii as a MIME charset.
8756
8757         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8758         against the case where the 2nd arg TYPE is nil.
8759
8760 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8761
8762         * pop3.el (pop3-stream-type): Fix custom version.
8763
8764         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8765
8766 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8767
8768         * mm-decode.el (mm-display-external): Add missing cdr.
8769
8770 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8771
8772         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8773         RFC1524) if it is in mailcap or add a suffix according to
8774         mailcap-mime-extensions when generating a temp filename; postpone
8775         deleting a temp file for 2 seconds for some wrappers, shell
8776         scripts, and so on, which might exit right after having started a
8777         viewer command as a background job.
8778
8779 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8780
8781         * nntp.el (nntp-marks-directory): Fix custom group.
8782
8783         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8784         steps when < 10.
8785
8786         * gnus-start.el (gnus-no-server-1): Mention
8787         `gnus-level-default-subscribed' in doc string.
8788
8789 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8790
8791         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8792         parens.
8793
8794 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * gnus-xmas.el (gnus-use-toolbar): Revert.
8797         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8798         gnus-use-toolbar is default.
8799
8800         * messagexmas.el (message-use-toolbar): Revert.
8801         (message-setup-toolbar): Use global default-toolbar if
8802         message-use-toolbar is default.
8803
8804 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8805
8806         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8807         according to default-toolbar-visible-p.
8808
8809         * messagexmas.el (message-use-toolbar): Ditto.
8810
8811 2005-11-26  Dave Love  <fx@gnu.org>
8812
8813         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8814         (tls-program, tls-success): Provide openssl alternative.
8815
8816         * starttls.el: Doc fixes.
8817         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8818         SERVICE to PORT.
8819
8820         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8821         port null or service name.
8822         (starttls-negotiate): Autoload.
8823
8824 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8825
8826         * message.el (message-kill-to-signature): Fix interactive spec.
8827
8828 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8829
8830         * pop3.el (pop3-open-server): Recognize a string as a service name.
8831
8832 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8833
8834         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8835
8836 2005-11-23  Dave Love  <fx@gnu.org>
8837
8838         Add pop3s, pop3/starttls.
8839
8840         * pop3.el (pop3-authentication-scheme): Clarify doc.
8841         (open-tls-stream, starttls-open-stream): Autoload.
8842         (pop3-stream-type): New.
8843         (pop3-open-server): Use it.
8844
8845         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8846         for POP.
8847         (mail-source-keyword-map): Add :stream for POP.
8848         (mail-source-fetch-pop): Use pop3-stream-type.
8849
8850 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8851
8852         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8853         of current-time-string.
8854
8855 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8856
8857         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8858         date header.
8859
8860 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8861
8862         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8863         it can seriously impact performance as it bypasses the agent's
8864         local caches.
8865
8866 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8867
8868         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8869         must be explicitly online rather than "not explicitly offline" for
8870         its flags to be synchronized.
8871
8872         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8873         that gnus-uu-unmark-thread will function correctly.
8874
8875         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8876         1024K is instead displayed as 1M.
8877
8878 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8879
8880         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8881
8882 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8883
8884         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8885
8886 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8887
8888         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8889         error message to display actual error condition.
8890         (gnus-agent-save-local): Avoid saving symbols that are bound to
8891         nil as they simply result in a warning message in
8892         gnus-agent-read-local.
8893
8894 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8895
8896         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8897         rather than make-variable-buffer-local for file-precious-flag.
8898
8899 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8900
8901         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8902         for duplicates which are removed.  The invalid sort check then
8903         triggers a rescan after the sort as sorting may have moved
8904         duplicate entries such that they can be cheaply detected.
8905
8906 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8907
8908         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8909
8910 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8911
8912         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8913         internal variable to a custom variable.  Changed default value
8914         from compressed(2) to uncompressed(1).
8915         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8916         support for uncompressed agentview files.  Taken together, reading
8917         the agentview file should now be 6-7 times faster.
8918
8919 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8920
8921         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8922         as a buffer-local variable.  This avoids creating truncated
8923         dribble files as a result of a hang up, eg.
8924
8925 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8926
8927         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8928         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8929         XEmacs.
8930
8931 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8932
8933         * gnus-start.el (gnus-start-draft-setup): Enforce
8934         `gnus-draft-mode' for nndraft:drafts at startup.
8935
8936         * gnus.el (gnus-splash): Change custom group.
8937         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8938         allow-list argument.
8939
8940         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8941         string.
8942
8943 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8944
8945         * gnus-art.el (gnus-default-article-saver): Add user-defined
8946         `function' to custom type.
8947
8948 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8949
8950         * imap.el (imap-open): Handle case where buffer is a buffer
8951         object.
8952
8953 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8954
8955         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8956         long lines.
8957         (gnus-cache-delete-group): Wrap doc strings.
8958
8959         * gnus-agent.el (gnus-agent-rename-group)
8960         (gnus-agent-delete-group): Wrap doc strings.
8961
8962 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8963
8964         * messagexmas.el (message-use-toolbar): Change the valid values
8965         into default, top, bottom, left, and right.
8966         (message-toolbar-thickness): New variable.
8967         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
8968         well.
8969         (message-setup-toolbar): Make it work.
8970
8971         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
8972         (gnus-use-toolbar): Change the valid values into default, top,
8973         bottom, left, and right.
8974         (gnus-toolbar-thickness): New variable.
8975         (gnus-xmas-setup-toolbar): New function.
8976         (gnus-xmas-setup-group-toolbar): Use it.
8977         (gnus-xmas-setup-summary-toolbar): Use it.
8978
8979 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8980
8981         * gnus-start.el (gnus-1): Add "native" to
8982         gnus-predefined-server-alist.
8983
8984         * gnus.el (gnus-method-to-server): Don't add "native" to the
8985         lists here, because that leads to problems when
8986         gnus-select-method is bound.
8987
8988 2005-11-09  Simon Josefsson  <jas@extundo.com>
8989
8990         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8991         use (not sort-by-date) instead.
8992
8993 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8994
8995         * gnus-delay.el (gnus-delay-group): Don't autoload.
8996         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8997         to be re-loaded when customizing the `gnus-delay' group.
8998
8999 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9000
9001         * message.el: Revert last changes.
9002         (message-insert-citation-line): Use newlines.
9003
9004 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9005
9006         * message.el (message-courtesy-message)
9007         (message-mark-insert-begin, message-mark-insert-end)
9008         (message-elide-ellipsis, message-cancel-message)
9009         (message-add-header, message-change-subject)
9010         (message-cross-post-followup-to-header)
9011         (message-cross-post-insert-note, message-reduce-to-to-cc)
9012         (message-widen-reply, message-delete-not-region)
9013         (message-kill-to-signature, message-insert-signature)
9014         (message-insert-importance-high, message-insert-importance-low)
9015         (message-insert-or-toggle-importance)
9016         (message-insert-disposition-notification-to)
9017         (message-indent-citation, message-yank-original)
9018         (message-cite-original-without-signature, message-cite-original)
9019         (message-insert-citation-line, message-position-on-field)
9020         (message-fix-before-sending, message-send-mail-partially)
9021         (message-send-mail, message-send-mail-with-sendmail)
9022         (message-send-mail-with-qmail, message-send-news)
9023         (message-check-news-header-syntax, message-generate-headers)
9024         (message-insert-courtesy-copy, message-fill-address)
9025         (message-fill-header, message-shorten-references)
9026         (message-setup-1, message-cancel-news)
9027         (message-forward-make-body-plain, message-forward-make-body-mime)
9028         (message-forward-make-body-mml, message-encode-message-body)
9029         (message-forward-make-body-digest-plain)
9030         (message-forward-make-body-digest-mime)
9031         (message-use-alternative-email-as-from): Insert `hard-newline'
9032         instead of ordinary newlines.
9033
9034 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9035
9036         * message.el (message-generate-headers): Downcase the argument
9037         given to message-check-element.
9038
9039 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9040
9041         * nntp.el (nntp-authinfo-rejected): New error condition.
9042         (nntp-wait-for): Use new error condition to signal authentication
9043         error.
9044         (nntp-retrieve-data): Rethrow new error condition to break out of
9045         recursive call to nntp-send-authinfo.
9046
9047 2005-11-08  Romain Francoise  <romain@orebokech.com>
9048
9049         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9050         (gnus-summary-exit-map): Bind to `Z p'.
9051         (gnus-summary-make-menu-bar): Add menu item.
9052
9053 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9054
9055         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9056         (gnus-treat-*): Add `first' in all doc strings.
9057
9058         * gnus-group.el (gnus-group-compact-group): Fix typo.
9059
9060 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9061
9062         * gnus.el (gnus-parameters-case-fold-search): New variable.
9063         (gnus-parameters-get-parameter): Use it.
9064
9065         * gnus-score.el (gnus-home-score-file): Doc fix.
9066
9067 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9068
9069         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9070
9071 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9072
9073         * mm-util.el (mm-special-display-p): New function.
9074
9075         * mml.el (mml-preview): Use it; doc fix.
9076
9077 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9078
9079         * imap.el (imap-open): Handle case where buffer is a buffer object.
9080
9081 2005-10-29  Romain Francoise  <romain@orebokech.com>
9082
9083         * message.el (message-fix-before-sending): Fix comment.
9084
9085 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9086
9087         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9088
9089 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9090
9091         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9092         Used in gnus-score.el.
9093
9094 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9095
9096         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9097
9098 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9099
9100         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9101         whitespace removed in revision 7.8.  Use concatenated string to
9102         protect trailing whitespace.
9103
9104 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9105
9106         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9107         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9108         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9109         Courier IMAP ("some version from 2004").  Mostly based on similar
9110         code in the same function.
9111
9112 2005-10-26  Didier Verna  <didier@xemacs.org>
9113
9114         * gnus-group.el (gnus-group-compact-group): Invalidate original
9115         article buffer.
9116         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9117         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9118         NOV database and in article itself.
9119         Invalidate article backlog.
9120
9121 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9122
9123         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9124
9125 2005-10-26  Simon Josefsson  <jas@extundo.com>
9126
9127         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9128         part of 2004-07-25 change.
9129
9130 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9131
9132         * message.el (message-display-completion-list): New function.
9133         (message-expand-group): Use it; make sure the Completions buffer
9134         is modifiable.
9135 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9136
9137         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9138         user-mail-name is an empty string.
9139
9140 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9141
9142         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9143         depending on gnus-score-decay-constant.
9144
9145         * encrypt.el (encrypt-insert-file-contents)
9146         (encrypt-write-file-contents): Don't use `gnus-message'.
9147
9148         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9149         arguments.
9150         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9151         arguments to mm-uu-verbatim-marks-extract.
9152         (mm-uu-hide-markers): New variable.
9153         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9154
9155         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9156         (gnus-convert-image-to-face-command): Use "convert" by default to
9157         allow other input image formats.
9158         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9159         accordingly.
9160
9161 2005-10-23  Simon Josefsson  <jas@extundo.com>
9162
9163         * imap.el (imap-gssapi-program): Align command line parameters
9164         with latest GNU SASL.
9165         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9166
9167 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9168
9169         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9170         HTML.
9171         (nnslashdot-request-article): Ditto.
9172
9173         * lpath.el (featurep): Add nobreak-char-display.
9174
9175 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9176
9177         * mail-source.el (mail-source-fetch-pop): Require pop3.
9178         (mail-source-check-pop): Ditto.
9179
9180 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9181
9182         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9183         errors.
9184
9185 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9186
9187         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9188         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9189
9190         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9191
9192         * mm-bodies.el (mm-decode-string): Call
9193         `mm-charset-to-coding-system' with allow-override argument.
9194
9195 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9196
9197         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9198         (rfc2047-charset-to-coding-system): New function.
9199         (rfc2047-decode-encoded-words): New function.
9200         (rfc2047-decode-region): Use them.
9201         (rfc2047-decode-cte): Remove.
9202         (rfc2047-parse-and-decode): Remove.
9203         (rfc2047-decode): Remove.
9204
9205 2005-10-15  Kenichi Handa  <handa@m17n.org>
9206
9207         * rfc2047.el (rfc2047-decode-cte): New function.
9208         (rfc2047-decode-region): Change the way to decode successive
9209         encoded-words: decode B- or Q-encoding in each encoded-word,
9210         concatenate them, and decode it as charset.
9211
9212 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9213
9214         * lpath.el: Fbind codepage-setup for XEmacs.
9215
9216 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9217
9218         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9219         widget-move-and-invoke.
9220         (gnus-custom-mode): Use gnus-custom-map.
9221
9222 2005-10-15  Bill Wohler  <wohler@newt.com>
9223
9224         * message.el (message-tool-bar-map): Renamed image file from
9225         mail_send to mail/send.
9226
9227 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9228
9229         * message.el (message-expand-group): Pass the common
9230         prefix substring of completion to `display-completion-list'.
9231
9232 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9233
9234         * mml-sec.el (mml-secure-method): New internal variable.
9235         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9236         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9237         functions using mml-secure-method.
9238
9239         * mml.el (mml-mode-map): Add key bindings for those functions.
9240         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9241         Harder <harder@myrealbox.com>.
9242         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9243         end of message if point is the headers of the message.
9244
9245         * message.el (message-in-body-p): New function.
9246
9247         * assistant.el: Autoload gnus-util and netrc.
9248
9249         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9250         Use `mm-charset-override-alist' only when decoding.
9251
9252         * mm-bodies.el (mm-decode-body): Call
9253         `mm-charset-to-coding-system' with allow-override argument.
9254
9255         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9256         `filename' from Content-Disposition if Content-Type doesn't
9257         provide `name'.
9258         (gnus-mime-view-part-as-type): Set default instead of
9259         initial-input.
9260
9261 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9262
9263         * format-spec.el (format-spec): Propagate text properties of % spec.
9264
9265 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9266
9267         * gnus-art.el (gnus-treat-predicate): Add `first'.
9268
9269 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9270
9271         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9272         (mm-charset-override-alist): New variable.
9273         (mm-charset-to-coding-system): Use it.
9274         (mm-codepage-setup): New helper function.
9275         (mm-charset-eval-alist): New variable.
9276         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9277         about unknown charsets.
9278
9279         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9280
9281 2005-10-04  David Hansen  <david.hansen@gmx.net>
9282
9283         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9284         (nnrss-check-group): Ditto.
9285
9286 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9287
9288         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9289         Rename x-gnus-verbatim to x-verbatim.
9290         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9291
9292         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9293         x-verbatim.
9294
9295         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9296
9297         * gnus-util.el (gnus-remove-duplicates): Remove.
9298
9299         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9300         instead of gnus-remove-duplicates.
9301
9302         * message.el (message-remove-duplicates): Remove.
9303         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9304         message-remove-duplicates.
9305
9306         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9307         available, else use implementation from `delete-dups'.
9308
9309         * message.el (message-insert-expires): New function.
9310         (message-mode-map): Add key binding.
9311         (message-mode-field-menu): Add menu entry.
9312         (message-mode): Document it.
9313         (message-make-expires-date): Use `message-make-date'.
9314
9315 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9316
9317         * message.el (message-make-expires-date): New function.
9318
9319 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9320
9321         * Makefile.in (list-installed-shadows): New entry.
9322         (install): Use it.
9323         (remove-installed-shadows): New entry.
9324
9325         * dgnushack.el (dgnushack-default-load-path): New variable.
9326         (dgnushack-find-lisp-shadows): New function.
9327         (dgnushack-remove-lisp-shadows): New function.
9328
9329 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9330
9331         * Makefile.in (install-el-elc): New entry.
9332         (install): Use it so that .el files are necessarily installed.
9333
9334 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9335
9336         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9337
9338 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9339
9340         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9341         function rather than the diff-mode.el package.
9342         (mm-display-external): Use with-current-buffer.
9343         (mm-viewer-completion-map, mm-viewer-completion-map):
9344         Move initialization inside declaration.
9345
9346 2005-09-29  Simon Josefsson  <jas@extundo.com>
9347
9348         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9349         autoload mail-check-payment.
9350         (spam-check-hashcash): Define unconditionally, since hashcash.el
9351         is part of Gnus now.  Ignore errors from payment checking.
9352
9353 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9354
9355         * message.el (message-bold-region, message-unbold-region): Rename
9356         from `bold-region' and `unbold-region'.
9357
9358         * message.el: Remove useless autoloads.
9359
9360 2005-09-28  Simon Josefsson  <jas@extundo.com>
9361
9362         * message.el (message-use-idna): Default to t.
9363         (message-use-idna): Test whether encoding works too.  Doc fix.
9364
9365 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9366
9367         * nntp.el (nntp-warn-about-losing-connection): Remove.
9368
9369 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9370
9371         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9372         customizable.  Change default value.
9373         (mm-uu-diff-groups-regexp): Change default value.
9374         (mm-uu-type-alist): Add doc string.
9375         (mm-uu-configure): Add doc string.  Make it interactive.
9376         (mm-uu-tex-groups-regexp): New variable.
9377         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9378         (mm-uu-type-alist): Add LaTeX documents.
9379         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9380         of "text/verbatim".
9381         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9382
9383         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9384         instead of "text/verbatim".
9385
9386         * message.el (message-mark-inserted-region)
9387         (message-mark-insert-file): Use slrn style marks when called with
9388         prefix argument.
9389
9390 2005-09-27  Simon Josefsson  <jas@extundo.com>
9391
9392         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9393
9394 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9395
9396         * message.el (message-remove-duplicates): New function.
9397         Implementation borrowed from `gnus-remove-duplicates'.
9398         (message-idna-to-ascii-rhs): Also encode idna addresses in
9399         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9400         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9401         only ask about the same idna domain once per header and also tell
9402         in what header to replace the idna domain.
9403
9404         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9405         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9406         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9407         a header is decoded and not just the last one.
9408
9409 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9410
9411         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9412         has been decoded.
9413
9414         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9415         (mm-insert-part): Don't modify text if it has been decoded.
9416
9417         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9418         decoded.
9419
9420         * mm-view.el (mm-inline-text): Don't strip text props unless
9421         decoding enriched or richtext parts.
9422
9423 2005-09-25  Romain Francoise  <romain@orebokech.com>
9424
9425         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9426         * gnus-start.el (gnus-subscribe-interactively):
9427         * gnus-uu.el (gnus-uu-grab-articles):
9428         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9429         space.
9430
9431 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9432
9433         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9434         * mm-view.el (mm-view-pkcs7-decrypt):
9435         * gnus-sum.el (gnus-summary-limit-to-extra)
9436         (gnus-summary-respool-article, gnus-read-move-group-name):
9437         * gnus-score.el (gnus-summary-increase-score):
9438         * gnus-util.el (gnus-completing-read-with-default):
9439         * gnus-art.el (gnus-read-save-file-name)
9440         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9441         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9442         * message.el (message-check-news-header-syntax):
9443         Follow convention for reading with the minibuffer.
9444
9445 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9446
9447         * spam-report.el (spam-report-url-ping-plain):
9448         Use gnus-extended-version as User-Agent.
9449
9450         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9451         default value is nil.
9452
9453         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9454         (mm-uu-verbatim-marks-extract): New function.
9455         (mm-uu-extract): New face.
9456         (mm-uu-copy-to-buffer): Use it.
9457
9458         * spam-report.el (spam-report-gmane-ham): Renamed from
9459         `spam-report-gmane-unspam'.
9460         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9461         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9462
9463         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9464         Autoload.
9465         (spam-report-gmane-unregister-routine): Renamed
9466         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9467
9468 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9469
9470         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9471         (spam-report-gmane-unregister-routine): Add support for gmane
9472         unregistration.
9473
9474         * spam-report.el (spam-report-gmane-unspam)
9475         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9476         (spam-report-gmane): Change to take a single article and do unspam
9477         registration.
9478
9479 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9480
9481         * mm-url.el (mm-url-decode-entities): Fix regexp.
9482
9483 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9484
9485         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9486         default to nil, to be able to use Gnus at all.  If the default
9487         switches to something else, then the function should be fixed not
9488         be exceedingly slow.
9489
9490 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9491
9492         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9493         fail hard.
9494
9495         * spam-report.el: Add better Keywords line.
9496
9497         * spam.el: Add Maintainer and better Keywords line.
9498
9499 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9500
9501         * gnus-art.el (gnus-article-replace-part)
9502         (gnus-mime-replace-part): New functions.
9503         (gnus-mime-action-alist, gnus-mime-button-commands)
9504         (gnus-mime-save-part-and-strip): Added file argument.
9505         (gnus-article-part-wrapper): Added interactive argument.
9506
9507         * gnus-sum.el (gnus-summary-mime-map): Add
9508         `gnus-article-replace-part'.
9509
9510 2005-09-19  Didier Verna  <didier@xemacs.org>
9511
9512         The nnml compaction feature:
9513         * nnml.el (nnml-request-compact-group): New function.
9514         * nnml.el (nnml-request-compact): New function.
9515         * gnus-int.el (gnus-request-compact-group): New function.
9516         * gnus-int.el (gnus-request-compact): New function.
9517         * gnus-group.el (gnus-group-compact-group): New function.
9518         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9519         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9520         * gnus-srvr.el (gnus-server-compact-server): New function.
9521         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9522         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9523
9524 2005-09-18  Deepak Goel  <deego@gnufans.org>
9525
9526         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9527         format spec.
9528
9529 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9530
9531         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9532
9533 2005-09-15  Romain Francoise  <romain@orebokech.com>
9534
9535         * message.el (message-fill-paragraph): Clarify docstring.
9536
9537 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9538
9539         * gnus-art.el (gnus-mime-display-part): Protect against broken
9540         MIME messages.
9541
9542 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9543
9544         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9545         before parsing header.
9546
9547 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9548
9549         * html2text.el (html2text-replace-list): Add new entities.
9550
9551 2005-09-11  Romain Francoise  <romain@orebokech.com>
9552
9553         * message.el (message-alternative-emails): Improve docstring.
9554         (message-setup-1): Call `message-use-alternative-email-as-from'
9555         after `message-setup-hook' to give it precedence over posting
9556         styles, etc.
9557         (message-use-alternative-email-as-from): Add docstring.  Remove
9558         the original From header if present.
9559
9560         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9561         (nnml-save-mail): Use it.
9562
9563         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9564         articles.  Add new argument `silent'.
9565         (gnus-uu-mark-all): Report the total number of marked articles.
9566
9567 2005-09-10  Romain Francoise  <romain@orebokech.com>
9568
9569         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9570         (gnus-uu-mark-series): Likewise.
9571
9572 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9573
9574         * spam-report.el (spam-report-gmane): Fix generation of spam
9575         report URL.
9576
9577 2005-09-10  Simon Josefsson  <jas@extundo.com>
9578
9579         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9580         t, based on discussion on the ding list with Robert Epprecht
9581         <epprecht@solnet.ch>.
9582
9583 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9584
9585         * spam-report.el (spam-report-gmane): Make it work without
9586         X-Report-Spam header.  Gmane now only provides Archived-At.
9587         This is only used if `spam-report-gmane-use-article-number' is nil.
9588         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9589
9590         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9591         make `gnus-summary-sort-by-recipient' work with threading.
9592
9593         * nnweb.el (nnweb-google-wash-article): Print a message if article
9594         is not available.
9595
9596 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9597
9598         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9599         change.  Decode text/* parts content before displaying.
9600
9601 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9602
9603         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9604
9605 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9606
9607         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9608
9609         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9610         url-package-name, url-package-version,
9611         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9612         w3m-display-inline-images, and w3m-minor-mode-map.
9613
9614 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9615
9616         * message.el (message-tab-body-function): Fix mismatched custom type.
9617
9618         * gnus.el (gnus-group-change-level-function): Ditto.
9619
9620         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9621
9622         * gnus-art.el (gnus-signature-limit)
9623         (gnus-article-mime-part-function): Ditto.
9624
9625 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9626
9627         * mml.el (mml-mode): Silence the byte compiler.
9628
9629         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9630         using `(sit-for 0)' before moving the point to the specified part;
9631         skip unbuttonized parts.
9632         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9633         return to the summary window if gnus-auto-select-part is non-nil.
9634
9635 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9636
9637         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9638         variables.
9639         (mml-dnd-attach-file, mml-mode): Use them.
9640
9641         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9642         Make fetching article by MID work again for Google Groups.  Added
9643         FIXME concerning gnus-group-make-web-group.
9644
9645         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9646         Don't depend on Gnus by using mail-extract-address-components if
9647         gnus-extract-address-components is not bound.
9648
9649 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9650
9651         * gnus-art.el (gnus-mime-display-security): Don't display the
9652         signature, but only the signed part.
9653
9654 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9655
9656         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9657
9658         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9659         list, not listp.
9660
9661 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9662
9663         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9664         when encoding.
9665
9666         * mm-bodies.el (mm-decode-content-transfer-encoding):
9667         De-canonicalize CRLF for all text content types, not just
9668         text/plain.
9669
9670 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9671
9672         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9673         valid article; point arrow and cursor at the MIME button.
9674
9675 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9678         Suggested by Dan Christensen <jdc@uwo.ca>.
9679
9680         * mm-decode.el (mm-save-part): Enable change of prompt.
9681
9682 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9683
9684         * gnus-msg.el (gnus-inews-add-send-actions): Made
9685         `message-post-method' lambda parameter ARG `&optional'.
9686
9687 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9688
9689         * gnus-sum.el (gnus-summary-mime-map): Added
9690         gnus-article-save-part-and-strip, gnus-article-delete-part and
9691         gnus-article-jump-to-part.
9692
9693         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9694         (gnus-article-edit-part): Use it.
9695         (gnus-article-part-wrapper): Added no-handle argument.
9696         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9697         functions.
9698
9699 2005-08-29  Romain Francoise  <romain@orebokech.com>
9700
9701         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9702         docstring.
9703         (gnus-face-from-file): Likewise.
9704
9705 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9706
9707         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9708         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9709         non-nil.
9710         (gnus-auto-select-part): New variable.
9711         (gnus-article-jump-to-part): New function.
9712         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9713         (gnus-mime-delete-part): Allow selecting specified part after
9714         deleting or stripping parts.
9715         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9716         part if argument is bogus.
9717
9718 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9719
9720         * gnus-art.el (w3m-minor-mode-map):
9721         * gnus-spec.el (gnus-newsrc-file-version):
9722         * gnus-util.el (nnmail-active-file-coding-system)
9723         (gnus-original-article-buffer, gnus-user-agent):
9724         * gnus.el (gnus-ham-process-destinations)
9725         (gnus-parameter-ham-marks-alist)
9726         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9727         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9728         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9729         * mm-decode.el (gnus-current-window-configuration):
9730         * mm-extern.el (gnus-article-mime-handles):
9731         * mm-url.el (url-current-object, url-package-name)
9732         (url-package-version):
9733         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9734         (smime-keys, w3m-cid-retrieve-function-alist)
9735         (w3m-current-buffer, w3m-display-inline-images)
9736         (w3m-minor-mode-map):
9737         * mml-smime.el (gnus-extract-address-components):
9738         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9739         (gnus-newsrc-hashtb, message-default-charset)
9740         (message-deletable-headers, message-options)
9741         (message-posting-charset, message-required-mail-headers)
9742         (message-required-news-headers):
9743         * mml1991.el (mc-pgp-always-sign):
9744         * mml2015.el (mc-pgp-always-sign):
9745         * nnheader.el (nnmail-extra-headers):
9746         * rfc1843.el (gnus-decode-encoded-word-function)
9747         (gnus-decode-header-function, gnus-newsgroup-name):
9748         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9749
9750 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9751
9752         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9753         the end of the date treatments.
9754
9755 2005-08-15  Simon Josefsson  <jas@extundo.com>
9756
9757         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9758         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9759         Capello and Romain Francoise.
9760         (pgg-fetch-key-function): Removed, not used?
9761         (pgg-insert-url-with-w3): Require url, to get
9762         url-insert-file-contents regardless of where it is defined.
9763
9764 2005-08-13  Romain Francoise  <romain@orebokech.com>
9765
9766         * message.el (message-cite-original-1): New function.
9767         (message-cite-original): Use it.
9768         (message-cite-original-without-signature): Ditto.
9769
9770 2005-08-08  Romain Francoise  <romain@orebokech.com>
9771
9772         * message.el (message-yank-empty-prefix): New variable.
9773         (message-indent-citation): Use it.
9774         (message-cite-original-without-signature): Respect X-No-Archive.
9775
9776 2005-08-08  Simon Josefsson  <jas@extundo.com>
9777
9778         * pgg.el: Autoload url-insert-file-contents instead of loading
9779         w3/url.
9780         (pgg-insert-url-with-w3): Don't load url here.
9781
9782 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9783
9784         * message.el (message-kill-to-signature): Don't insert newline at
9785         bol.
9786         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9787
9788 2005-08-06  Romain Francoise  <romain@orebokech.com>
9789
9790         * message.el (message-user-fqdn): Fix typo in docstring.
9791
9792 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9793
9794         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9795
9796         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9797
9798 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9799
9800         * mm-bodies.el (mm-encode-body): Use coding system rather than
9801         charset to encode text.
9802
9803         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9804         number of charsets if utf-8 is available (XEmacs).
9805
9806 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9807
9808         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9809         taken from `gnus-button-mid-or-mail-regexp'.
9810         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9811         (gnus-button-alist): Improve regexp for domain part of the MIDs
9812         for news:localpart@domain buttons.
9813         (gnus-button-ctan-directory-regexp): Update.
9814
9815 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9816
9817         * sieve-manage.el (sieve-manage-interactive-login): Use
9818         make-local-variable rather than make-variable-buffer-local.
9819         (sieve-manage-open): Ditto.
9820         (sieve-manage-authenticate): Ditto.
9821
9822         * mml.el (mml-generate-mime-1): Make the content type default to
9823         text/plain if the filename is not specified.
9824
9825 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9826
9827         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9828         instead of insert-buffer.
9829
9830         * message.el (message-yank-original): Ditto; set the mark at the
9831         end of the yanked message.
9832
9833 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9834
9835         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9836         lines to scroll rather than to stop it.
9837
9838         * mml.el (mml-generate-default-type): Add doc string.
9839         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9840         default to application/octet-stream when determining the content
9841         type if it is not specified for the part or the mml contents; add
9842         a comment about mml-generate-default-type.
9843
9844 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9845
9846         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9847         make it default to application/octet-stream when determining the
9848         content type if it is not specified for the external contents.
9849
9850 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9851
9852         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9853         segmented parameter but also other parameters might be there.
9854
9855 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9856
9857         * mm-decode.el (mm-display-external): Delete temp file, directory
9858         and buffer immediately if the external process is exited.
9859
9860 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9861
9862         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9863         fewer lines than that of scroll-margin.
9864         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9865
9866 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9867
9868         * gnus-art.el (gnus-article-next-page): Revert.
9869         (gnus-article-beginning-of-window): New macro.
9870         (gnus-article-next-page-1): Use it.
9871         (gnus-article-prev-page): Ditto.
9872         (gnus-article-edit-part): Use insert-buffer-substring instead of
9873         insert-buffer.
9874         (gnus-article-edit-exit): Ditto.
9875
9876         * gnus-util.el (gnus-beginning-of-window): Remove.
9877         (gnus-end-of-window): Remove.
9878
9879         * lpath.el: Don't bind header-line-format and scroll-margin.
9880
9881 2005-07-25  Simon Josefsson  <jas@extundo.com>
9882
9883         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9884         to have the url package without w3.  Reported by Daiki Ueno
9885         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9886
9887 2005-07-20  Didier Verna  <didier@xemacs.org>
9888
9889         * gnus-diary.el: Remove the description comment (nndiary is now
9890         properly documented in the Gnus manual).
9891         Fix the spelling of "Back End".
9892         * nndiary.el: Ditto.
9893         Fix the copyright notice.
9894
9895 2005-07-18  Romain Francoise  <romain@orebokech.com>
9896
9897         * gnus-sum.el (gnus-summary-to-prefix)
9898         (gnus-summary-newsgroup-prefix): New variables.
9899         (gnus-summary-from-or-to-or-newsgroups): Use them.
9900
9901 2005-07-17  Romain Francoise  <romain@orebokech.com>
9902
9903         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9904         space as it's generally not especially interesting to the user.
9905
9906 2005-07-16  Romain Francoise  <romain@orebokech.com>
9907
9908         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9909         nil to avoid prompting and file modification if one of the
9910         messages at the top of the nnfolder file contains a copyright
9911         notice.
9912         Update copyright notice.
9913
9914         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9915         instead of `current-time-string' as the latter creates a time
9916         string that is not RFC 2822 compliant (it lacks the zone).
9917         Update copyright notice.
9918
9919 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9920
9921         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9922         for text/rtf.  Display default in prompt.  Pass default for M-n.
9923
9924         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9925
9926 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9927
9928         * gnus-msg.el (gnus-button-mailto): Remove
9929         save-selected-window-window hackery because it relies on
9930         save-selected-window internals.
9931
9932 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9933
9934         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9935         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9936         (gnus-article-prev-page): Ditto.
9937
9938         * gnus-util.el (gnus-beginning-of-window): New function.
9939         (gnus-end-of-window): New function.
9940
9941         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9942
9943 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9944
9945         * gnus-score.el (gnus-score-edit-all-score): Set
9946         gnus-score-edit-exit-function to gnus-score-edit-done and call
9947         gnus-message.
9948
9949 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9950
9951         * gnus-msg.el (gnus-button-mailto): Remove
9952         save-selected-window-window hackery because it relies on
9953         save-selected-window internals.
9954
9955 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9956
9957         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9958         add-minor-mode.
9959         (gnus-binary-mode): Ditto.
9960
9961         * gnus-topic.el (gnus-topic-mode): Ditto.
9962
9963 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9964
9965         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9966         (gnus-article-prev-page): Take scroll-margin into consideration.
9967
9968 2005-07-04  Lute Kamstra  <lute@gnu.org>
9969
9970         Update FSF's address in GPL notices.
9971
9972 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9973
9974         * gnus.el (gnus-exit):
9975         * gnus-group.el (gnus-group-icons):
9976         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9977
9978         * gnus-nocem.el (gnus-nocem):
9979         * message.el (message-various, message-buffers, message-sending)
9980         (message-interface, message-forwarding, message-insertion)
9981         (message-headers, message-news, message-mail):
9982         * pgg-gpg.el (pgg-gpg):
9983         * pgg-parse.el (pgg-parse):
9984         * pgg-pgp.el (pgg-pgp):
9985         * pgg-pgp5.el (pgg-pgp5):
9986         * pop3.el (pop3): Finish `defgroup' description with period.
9987
9988 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9989
9990         * gnus-art.el (article-display-face): Improve the efficiency.
9991         (article-display-x-face): Ditto; remove grey x-face stuff.
9992
9993 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9994
9995         * gnus-art.el (article-display-face): Correct the position in
9996         which Faces are inserted.
9997
9998 2005-06-29  Didier Verna  <didier@xemacs.org>
9999
10000         * gnus-art.el (article-display-face): Display faces in correct
10001         order.
10002
10003 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10004
10005         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10006         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10007         (gnus-nocem-check-article): Fetch the Type header.
10008         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10009         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10010         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10011         make sure gnus-nocem-hashtb is initialized.
10012         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10013         (gnus-nocem-unwanted-article-p): Ditto.
10014
10015         * pgg.el (pgg-verify): Return the verification result.
10016
10017 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10018
10019         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10020         is ascii.
10021
10022 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10023
10024         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10025         `show-nonbreak-escape'.
10026
10027 2005-06-23  Lute Kamstra  <lute@gnu.org>
10028
10029         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10030
10031         * dig.el (dig-mode):
10032         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10033
10034 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10035
10036         * nnimap.el (nnimap-split-download-body): Fix spellings.
10037
10038 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10039
10040         * gnus-art.el (gnus-article-encrypt-body):
10041         * gnus-cus.el (gnus-score-customize):
10042         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10043         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10044
10045 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10046
10047         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10048         header by looking for magic "MII" at the beginnig.
10049
10050 2005-06-16  Miles Bader  <miles@gnu.org>
10051
10052         * gnus-xmas.el (gnus-xmas-group-startup-message):
10053         Use renamed gnus-splash face.
10054
10055         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10056         (assistant-field-face): New backward-compatibility alias for renamed
10057         face.
10058         (assistant-render-text): Use renamed assistant-field face.
10059
10060         * spam.el (spam): Remove "-face" suffix from face name.
10061         (spam-face): New backward-compatibility alias for renamed face.
10062         (spam-face, spam-initialize): Use renamed spam face.
10063
10064         * message.el (message-header-to, message-header-cc)
10065         (message-header-subject, message-header-newsgroups)
10066         (message-header-other, message-header-name)
10067         (message-header-xheader, message-separator, message-cited-text)
10068         (message-mml): Remove "-face" suffix from face names.
10069         (message-header-to-face, message-header-cc-face)
10070         (message-header-subject-face, message-header-newsgroups-face)
10071         (message-header-other-face, message-header-name-face)
10072         (message-header-xheader-face, message-separator-face)
10073         (message-cited-text-face, message-mml-face):
10074         New backward-compatibility aliases for renamed faces.
10075         (message-font-lock-keywords): Use renamed message faces.
10076
10077         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10078         (sieve-test-commands, sieve-tagged-arguments):
10079         Remove "-face" suffix from face names.
10080         (sieve-control-commands-face, sieve-action-commands-face)
10081         (sieve-test-commands-face, sieve-tagged-arguments-face):
10082         New backward-compatibility aliases for renamed faces.
10083         (sieve-control-commands-face, sieve-action-commands-face)
10084         (sieve-test-commands-face, sieve-tagged-arguments-face):
10085         Use renamed sieve faces.
10086
10087         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10088         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10089         (gnus-group-news-3-empty, gnus-group-news-4)
10090         (gnus-group-news-4-empty, gnus-group-news-5)
10091         (gnus-group-news-5-empty, gnus-group-news-6)
10092         (gnus-group-news-6-empty, gnus-group-news-low)
10093         (gnus-group-news-low-empty, gnus-group-mail-1)
10094         (gnus-group-mail-1-empty, gnus-group-mail-2)
10095         (gnus-group-mail-2-empty, gnus-group-mail-3)
10096         (gnus-group-mail-3-empty, gnus-group-mail-low)
10097         (gnus-group-mail-low-empty, gnus-summary-selected)
10098         (gnus-summary-cancelled, gnus-summary-high-ticked)
10099         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10100         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10101         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10102         (gnus-summary-low-undownloaded)
10103         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10104         (gnus-summary-low-unread, gnus-summary-normal-unread)
10105         (gnus-summary-high-read, gnus-summary-low-read)
10106         (gnus-summary-normal-read, gnus-splash):
10107         Remove "-face" suffix from face names.
10108         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10109         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10110         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10111         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10112         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10113         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10114         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10115         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10116         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10117         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10118         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10119         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10120         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10121         (gnus-summary-normal-ticked-face)
10122         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10123         (gnus-summary-normal-ancient-face)
10124         (gnus-summary-high-undownloaded-face)
10125         (gnus-summary-low-undownloaded-face)
10126         (gnus-summary-normal-undownloaded-face)
10127         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10128         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10129         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10130         (gnus-splash-face):
10131         New backward-compatibility aliases for renamed faces.
10132         (gnus-group-startup-message): Use renamed gnus faces.
10133
10134         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10135         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10136         (gnus-server-agent): Remove "-face" suffix from face names.
10137         (gnus-server-agent-face, gnus-server-opened-face)
10138         (gnus-server-closed-face, gnus-server-denied-face)
10139         (gnus-server-offline-face):
10140         New backward-compatibility aliases for renamed faces.
10141         (gnus-server-agent-face, gnus-server-opened-face)
10142         (gnus-server-closed-face, gnus-server-denied-face)
10143         (gnus-server-offline-face): Use renamed gnus faces.
10144
10145         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10146         Remove "-face" suffix from face names.
10147         (gnus-picon-xbm-face, gnus-picon-face):
10148         New backward-compatibility aliases for renamed faces.
10149
10150         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10151         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10152         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10153         (gnus-cite-11): Remove "-face" suffix from face names.
10154         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10155         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10156         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10157         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10158         New backward-compatibility aliases for renamed faces.
10159         (gnus-cite-attribution-face, gnus-cite-face-list)
10160         (gnus-article-boring-faces): Use renamed gnus faces.
10161
10162         * gnus-art.el (gnus-signature, gnus-header-from)
10163         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10164         (gnus-header-content): Remove "-face" suffix from face names.
10165         (gnus-signature-face, gnus-header-from-face)
10166         (gnus-header-subject-face, gnus-header-newsgroups-face)
10167         (gnus-header-name-face, gnus-header-content-face):
10168         New backward-compatibility aliases for renamed faces.
10169         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10170
10171         * gnus-sum.el (gnus-summary-selected-face)
10172         (gnus-summary-highlight): Use renamed gnus faces.
10173         * gnus-group.el (gnus-group-highlight): Likewise.
10174
10175 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10176
10177         * gnus-sieve.el (gnus-sieve-article-add-rule):
10178         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10179         * spam-stat.el (spam-stat-buffer-change-to-spam)
10180         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10181
10182         * message.el (message-is-yours-p):
10183         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10184
10185 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10186
10187         * mm-view.el (mm-inline-text): Withdraw the last change.
10188
10189 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10190
10191         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10192         executing enriched-decode.
10193
10194 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10195
10196         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10197         charset of tar files.
10198
10199 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10200
10201         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10202
10203 2005-06-04  Lute Kamstra  <lute@gnu.org>
10204
10205         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10206         information is never recorded.
10207
10208 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10209
10210         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10211
10212 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10213
10214         * pop3.el (pop3-apop): Run md5 in the binary mode.
10215
10216         * starttls.el (starttls-set-process-query-on-exit-flag):
10217         Use eval-and-compile.
10218
10219 2005-05-31  Simon Josefsson  <jas@extundo.com>
10220
10221         * smime.el (smime-replace-in-string): Define.
10222         (smime-cert-by-ldap-1): Use it.
10223
10224 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10225
10226         * gnus-art.el (article-display-x-face): Replace
10227         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10228
10229         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10230         set-process-query-on-exit-flag or process-kill-without-query.
10231
10232         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10233         loop instead of replace-regexp.
10234
10235         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10236         instead of process-kill-without-query if it is available.
10237
10238         * lpath.el: Fbind ldap-search-entries.
10239
10240         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10241         instead of find-file-hooks if it is available.
10242
10243         * mml1991.el: Bind pgg-default-user-id when compiling.
10244
10245         * mml2015.el: Bind pgg-default-user-id when compiling.
10246
10247         * nndraft.el (nndraft-request-associate-buffer):
10248         Use write-contents-functions instead of write-contents-hooks if it is
10249         available.
10250
10251         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10252         instead of find-file-hooks if it is available.
10253
10254         * nntp.el (nntp-open-connection): Replace
10255         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10256         (nntp-open-ssl-stream): Ditto.
10257         (nntp-open-tls-stream): Ditto.
10258
10259         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10260         set-process-query-on-exit-flag or process-kill-without-query.
10261         (starttls-open-stream-gnutls): Use it instead of
10262         process-kill-without-query.
10263         (starttls-open-stream): Ditto.
10264
10265 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10266
10267         * smime.el (smime-cert-by-ldap-1): Don't use
10268         replace-regexp-in-string.
10269
10270 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10271
10272         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10273
10274         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10275         in PEM format.  Adjust to the XEmacs compability.
10276
10277 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10278
10279         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10280         by `string-to-number'.
10281         * gnus-agent.el (gnus-agent-regenerate-group)
10282         (gnus-agent-fetch-articles): Ditto.
10283         * gnus-art.el (gnus-button-fetch-group): Ditto.
10284         * gnus-cache.el (gnus-cache-generate-active)
10285         (gnus-cache-articles-in-group): Ditto.
10286         * gnus-group.el (gnus-group-set-current-level)
10287         (gnus-group-insert-group-line): Ditto.
10288         * gnus-score.el (gnus-score-set-expunge-below)
10289         (gnus-score-set-mark-below, gnus-summary-score-effect)
10290         (gnus-summary-score-entry): Ditto.
10291         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10292         (gnus-soup-pack): Ditto.
10293         * gnus-spec.el (gnus-xmas-format): Ditto.
10294         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10295         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10296         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10297         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10298         * nndb.el (nndb-get-remote-expire-response): Ditto.
10299         * nndiary.el (nndiary-parse-schedule-value)
10300         (nndiary-string-to-number, nndiary-request-replace-article)
10301         (nndiary-request-article): Ditto.
10302         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10303         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10304         * nneething.el (nneething-make-head): Ditto.
10305         * nnfolder.el (nnfolder-request-article)
10306         (nnfolder-retrieve-headers): Ditto.
10307         * nnheader.el (nnheader-file-to-number): Ditto.
10308         * nnkiboze.el (nnkiboze-request-article): Ditto.
10309         * nnmail.el (nnmail-process-unix-mail-format)
10310         (nnmail-process-babyl-mail-format): Ditto.
10311         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10312         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10313         (nnmh-request-create-group, nnmh-request-list-1)
10314         (nnmh-request-group, nnmh-request-article): Ditto.
10315         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10316         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10317         * nnsoup.el (nnsoup-make-active): Ditto.
10318         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10319         * nntp.el (nntp-find-group-and-number)
10320         (nntp-retrieve-headers-with-xover): Ditto.
10321         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10322         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10323         (pgg-format-key-identifier): Ditto.
10324         * pop3.el (pop3-last, pop3-stat): Ditto.
10325         * qp.el (quoted-printable-decode-region): Ditto.
10326
10327         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10328         of concat.
10329
10330 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10331
10332         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10333
10334         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10335
10336         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10337
10338         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10339
10340         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10341
10342         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10343
10344         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10345         (gnus-carpal-mode): Ditto.
10346
10347         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10348         (gnus-browse-mode): Ditto.
10349
10350         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10351
10352         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10353
10354 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10355
10356         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10357
10358 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10359
10360         * gnus-util.el (gnus-run-mode-hooks): New function.
10361
10362         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10363
10364         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10365         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10366
10367 2005-05-27  Lute Kamstra  <lute@gnu.org>
10368
10369         * dns-mode.el (dns-mode): Specify customization group.
10370
10371 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10372
10373         * gnus-agent.el (gnus-agent-make-mode-line-string):
10374         Use mode-line-highlight as mouse-face.
10375
10376 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10377
10378         * canlock.el (canlock): Change the parent group to news.
10379
10380         * deuglify.el (gnus-outlook-deuglify): Add :group.
10381
10382         * dig.el (dig): Add :group.
10383
10384         * dns-mode.el (dns-mode): Add :group.
10385
10386         * encrypt.el (encrypt): Add :group.
10387
10388         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10389         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10390         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10391         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10392         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10393
10394         * gnus-diary.el (gnus-diary): Add :group.
10395
10396         * gnus.el (gnus-group-news-1-face): Add :group.
10397         (gnus-group-news-1-empty-face): Ditto.
10398         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10399         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10400         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10401         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10402         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10403         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10404         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10405         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10406         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10407         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10408         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10409         (gnus-summary-high-ticked-face): Ditto.
10410         (gnus-summary-low-ticked-face): Ditto.
10411         (gnus-summary-normal-ticked-face): Ditto.
10412         (gnus-summary-high-ancient-face): Ditto.
10413         (gnus-summary-low-ancient-face): Ditto.
10414         (gnus-summary-normal-ancient-face): Ditto.
10415         (gnus-summary-high-undownloaded-face): Ditto.
10416         (gnus-summary-low-undownloaded-face): Ditto.
10417         (gnus-summary-normal-undownloaded-face): Ditto.
10418         (gnus-summary-high-unread-face): Ditto.
10419         (gnus-summary-low-unread-face): Ditto.
10420         (gnus-summary-normal-unread-face): Ditto.
10421         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10422         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10423
10424         * hashcash.el (hashcash): New custom group.
10425         (hashcash-default-payment): Add :group.
10426         (hashcash-payment-alist): Ditto.
10427         (hashcash-default-accept-payment): Ditto.
10428         (hashcash-accept-resources): Ditto.
10429         (hashcash-path): Ditto.
10430         (hashcash-extra-generate-parameters): Ditto.
10431         (hashcash-double-spend-database): Ditto.
10432         (hashcash-in-news): Ditto.
10433
10434         * message.el (message-minibuffer-local-map): Add :group.
10435
10436         * netrc.el (netrc): Add :group.
10437
10438         * sieve-manage.el (sieve-manage-log): Add :group.
10439         (sieve-manage-default-user): Diito.
10440         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10441         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10442         (sieve-manage-authenticators): Ditto.
10443         (sieve-manage-authenticator-alist): Ditto.
10444         (sieve-manage-default-port): Ditto.
10445
10446         * sieve-mode.el (sieve-control-commands-face): Add :group.
10447         (sieve-action-commands-face): Ditto.
10448         (sieve-test-commands-face): Ditto.
10449         (sieve-tagged-arguments-face): Ditto.
10450
10451         * smime.el (smime): Add :group.
10452
10453         * spam-report.el (spam-report): Add :group.
10454
10455         * spam.el (spam, spam-face): Add :group.
10456
10457 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10458
10459         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10460         return \n.\n.\n at the end of articles.  Protect against that.
10461         (nntp-with-open-group): Allow debugging.
10462
10463         * nnheader.el (mail-header-set-extra): Make into a function
10464         because I just could't understand how to quote the list properly.
10465
10466         * dns.el (query-dns-cached): New function.
10467
10468 2005-05-26  Lute Kamstra  <lute@gnu.org>
10469
10470         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10471
10472 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10473
10474         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10475
10476         * gnus-art.el: Don't autoload mail-extract-address-components.
10477
10478         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10479         eval-and-compile to evaluate it.
10480
10481         * hashcash.el: Don't autoload executable-find.
10482
10483         * nndb.el: Don't declare the nndb back end two or more times; don't
10484         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10485
10486         * nntp.el: Autoload format-spec instead of format; use
10487         eval-and-compile to evaluate autoload forms.
10488
10489 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10490
10491         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10492
10493 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10494
10495         * gnus.el (gnus-version-number): Bump version.
10496
10497 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10498
10499         * gnus.el: No Gnus v0.3 is released.
10500
10501 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10502
10503         * lpath.el (featurep): Bind show-nonbreak-escape.
10504
10505 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10506
10507         * gnus-art.el (gnus-article-edit-part): Disable undo.
10508
10509 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10510
10511         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10512         gnus-article-date-lapsed-new-header is t if date timer is active;
10513         skip headers in which the original date value is empty.
10514         (gnus-article-save-original-date): Redefine it as a macro.
10515         (gnus-display-mime): Use it.
10516
10517 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10518
10519         * gnus-art.el (article-date-ut): Support converting date in
10520         forwarded parts as well.
10521         (gnus-article-save-original-date): New function.
10522         (gnus-display-mime): Use it.
10523
10524 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10525
10526         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10527         enclosure element of <item>.
10528
10529 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10530
10531         * message.el (message-kill-buffer-query): Renamed from
10532         `message-kill-buffer-query-if-modified'.  Added :version.
10533
10534 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10535
10536         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10537         window layout.
10538
10539 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10540
10541         * mml.el: Autoload dnd when compiling.
10542
10543 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10544
10545         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10546         x-dnd-*.
10547
10548 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10549
10550         * qp.el (quoted-printable-encode-region): Save excursion.
10551
10552 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10553
10554         * message.el (message-kill-buffer-query-if-modified): Add new variable
10555         so the user can kill a modified message buffer quickly.
10556         (message-kill-buffer): Use it.
10557
10558 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10559
10560         * lpath.el: Fbind display-time-event-handler; don't fbind
10561         string-to-multibyte.
10562
10563         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10564
10565 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10566
10567         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10568         contained in text because xml.el decodes entities) with LFs.
10569
10570 2005-04-11  Lute Kamstra  <lute@gnu.org>
10571
10572         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10573         differently.
10574
10575 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10576
10577         * mm-util.el (mm-detect-coding-region): Typo.
10578
10579 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10580
10581         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10582
10583 2005-04-06  Deepak Goel  <deego@gnufans.org>
10584
10585         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10586         user-function allow user modifications of the scores.
10587         (spam-stat-score-buffer-user): New function, to allow
10588         user-computed modifications to the score.
10589         (spam-stat-score-buffer-user-functions): List of additional
10590         scoring functions.
10591         (spam-stat-error-holder): Global temporary error holder.
10592         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10593         variable.
10594
10595 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10596
10597         * gnus-registry.el (gnus-registry-clean-empty-function)
10598         (gnus-registry-trim, gnus-registry-fetch-groups)
10599         (gnus-registry-delete-group): Groups that match
10600         `gnus-registry-ignored-groups' are removed from the registry
10601         entries, not just ignored for splitting.  This helps clean up the
10602         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10603         to get all the groups a message ID is in.
10604
10605         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10606         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10607         (spam-stat-score-buffer-user-functions): Add :number custom type.
10608
10609 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10610
10611         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10612         argument in XEmacs.
10613
10614         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10615         (nnrss-request-group): Decode group name first.
10616         (nnrss-request-article): Make a text/plain article if mml-to-mime
10617         failed.
10618         (nnrss-get-encoding): Return a compatible encoding according to
10619         nnrss-compatible-encoding-alist.
10620         (nnrss-find-el): Use consp instead of listp.
10621         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10622
10623 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10624
10625         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10626         which Emacs 20 doesn't support.
10627         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10628
10629 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10630
10631         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10632         silence the byte compiler inside the defun.
10633
10634         * gnus-demon.el (parse-time-string): Add autoload.
10635
10636         * gnus-delay.el (parse-time-string): Add autoload.
10637
10638         * gnus-art.el (parse-time-string): Add autoload.
10639
10640         * nnultimate.el (parse-time): Require for `parse-time-string'.
10641
10642 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10643
10644         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10645
10646         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10647
10648         * smime.el (smime-ldap-host-list): Add :version.
10649
10650 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10651
10652         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10653         pass it to `gnus-browse-read-group'.
10654         (gnus-browse-read-group): Add NUMBER argument and pass it to
10655         `gnus-group-read-ephemeral-group'.
10656
10657         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10658         argument and pass it to `gnus-group-read-group'.
10659
10660 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10661
10662         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10663         mm-xemacs-find-mime-charset-1 if we have the mule feature
10664         available at runtime.
10665
10666 2005-03-25  Werner Lemberg  <wl@gnu.org>
10667
10668         * nnmaildir.el: Replace `illegal' with `invalid'.
10669
10670 2005-03-23  Lute Kamstra  <lute@gnu.org>
10671
10672         * time-date.el: Add comment on time value formats.
10673         Don't require parse-time.
10674         (with-decoded-time-value): New macro.
10675         (encode-time-value): New function.
10676         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10677         (days-to-time): Return a valid time value when arg is huge.
10678         (time-since): Use time-subtract.
10679         (time-to-number-of-days): Use time-to-seconds.
10680
10681 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10682
10683         * gnus-start.el (gnus-display-time-event-handler):
10684         Check display-time-timer at runtime rather than only at load time
10685         in case display-time-mode is turned off in the mean time.
10686
10687 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10688
10689         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10690         used.
10691
10692         * nneething.el (nneething-map-file-directory): Derive from
10693         `gnus-directory'.
10694
10695         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10696         the To/Cc button.
10697
10698 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10699
10700         * nnmaildir.el (nnmaildir-request-accept-article):
10701         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10702
10703 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10704
10705         * gnus-async.el: Require timer-funcs at compile time when in
10706         XEmacs for `run-with-idle-timer'.
10707
10708 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10709
10710         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10711         autoloaded function.
10712
10713 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10714
10715         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10716
10717 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10718
10719         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10720
10721 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10722
10723         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10724         gnus-expert-user to default.
10725
10726 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10727
10728         * nnimap.el (nnimap-open-server): Ditto.
10729
10730         * imap.el (imap-authenticate): Fix typo.
10731
10732 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10733
10734         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10735         buffer (since IMAP server might return FETCH response out of
10736         order, and the nntp buffer must be sorted).
10737
10738 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10739
10740         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10741         comparison on string.
10742
10743         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10744         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10745         (gnus-agent-summary-fetch-series): Modified to protect against
10746         gnus-agent-summary-fetch-group clearing processable flags.
10747         (gnus-agent-synchronize-group-flags): Update live group buffer as
10748         synchronization may occur due to the user toggle the plugged
10749         status.
10750         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10751         successfully downloaded.
10752         (gnus-agent-expire-group-1): Avoid using markers when the overview
10753         is in ascending order; greatly improves performance.
10754         (gnus-agent-regenerate-group): Use
10755         gnus-agent-synchronize-group-flags to reset read status in both
10756         gnus and server.
10757         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10758
10759 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10760
10761         * message.el: Don't autoload former message-utils variables.
10762         (message-strip-subject-trailing-was): Change doc string.
10763
10764         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10765         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10766         (nnweb-google-search): Add "hl=en" here.
10767         (nnweb-google-parse-1, nnweb-google-create-mapping):
10768         Don't hardcode URL.
10769
10770 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10771
10772         * message.el (message-get-reply-headers, message-followup):
10773         Mention related variables `message-use-followup-to' and
10774         `message-use-mail-followup-to', in the information buffer.
10775
10776         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10777         of broken groups(-beta).google.com.
10778
10779 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10780
10781         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10782         parameter to invoked gnus-request-move-article; remove the
10783         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10784         all at once instead of once per article.
10785         (gnus-summary-remove-process-mark): Accept a list of articles as
10786         well as a single article for processing.
10787
10788         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10789         parameter.
10790
10791         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10792
10793         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10794
10795         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10796         parameter.
10797
10798         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10799         parameter.
10800
10801         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10802         parameter and remove the gnus-sum-hint-move-is-internal variable.
10803
10804         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10805         parameter.
10806
10807         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10808         parameter.
10809
10810         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10811         parameter.
10812
10813         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10814
10815         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10816         parameter.
10817
10818         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10819         parameter.
10820
10821 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10822
10823         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10824         a more conservative way.
10825
10826 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10827
10828         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10829         buffer, so it moves the window's cursor.
10830
10831 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10832
10833         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10834         `mm-dissect-multipart' and receive the from field as an (optional)
10835         argument from `mm-dissect-multipart'.
10836         (mm-dissect-multipart): Receive the from field as an argument and
10837         pass it on when we call `mm-dissect-buffer' on MIME parts.
10838         Fixes verification/decryption of signed/encrypted MIME parts.
10839
10840 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10841
10842         * gnus-sum.el (gnus-summary-move-article): Set
10843         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10844         whatever it calls (right now, only nnimap-request-move article
10845         respects it).
10846
10847         * nnimap.el (nnimap-request-move-article): When
10848         gnus-sum-hint-move-is-internal is set, don't do the extra
10849         nnimap-request-article.
10850
10851 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10852
10853         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10854
10855         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10856         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10857
10858         * gnus-sum.el (gnus-summary-caesar-message):
10859         Apply `gnus-treat-article' after rotation.
10860
10861         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10862         doc string.
10863
10864 2005-02-22  Simon Josefsson  <jas@extundo.com>
10865
10866         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10867         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10868         <arne@arnested.dk>.
10869         (encrypt): Add password-cache and password-cache-expiry as group
10870         members.
10871
10872 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10873
10874         * smime.el (smime-ldap-host-list): Doc fix.
10875         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10876         cache) password.
10877         (smime-sign-region): Use it.
10878         (smime-decrypt-region): Use it.
10879         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10880         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10881         fails.
10882         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10883         certificate from DER to PEM format rather than calling openssl.
10884
10885         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10886
10887         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10888         for signing/encryption.
10889
10890         * mml.el (mml-parse-1): Use them.
10891
10892 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10893
10894         * nnrss.el (nnrss-verbose): Removed.
10895         (nnrss-request-group): Use `nnheader-message' instead.
10896
10897 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10898
10899         * nnrss.el (nnrss-verbose): New variable.
10900         (nnrss-request-group): Make it say nnrss is requesting a group.
10901
10902 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10903
10904         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10905         Handle news URL with given port correctly.
10906
10907 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10908
10909         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10910         containing special characters.
10911
10912         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10913
10914         * mml.el (mime-to-mml): Ditto.
10915
10916         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10917         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10918         (rfc2047-decode-region): Quote decoded words containing special
10919         characters when rfc2047-quote-decoded-words-containing-tspecials
10920         is non-nil.
10921
10922 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10923
10924         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10925
10926         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10927
10928 2005-02-15  Simon Josefsson  <jas@extundo.com>
10929
10930         * nnimap.el (nnimap-debug): Doc fix.
10931
10932         * imap.el (imap-debug): Doc fix.
10933
10934 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10935
10936         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10937
10938 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10939
10940         * gnus.el (spam-contents): Improve docs for spam-contents
10941         parameter in its variable incarnation.
10942
10943 2005-02-14  Simon Josefsson  <jas@extundo.com>
10944
10945         * smime-ldap.el: Use require instead of load-library for ldap.
10946         (smime-ldap-search): Indent.
10947         (smime-ldap-search-internal): Shorten line.
10948
10949         * smime.el (smime-cert-by-dns): Add doc-string.
10950         (smime-cert-by-ldap-1): Indent.
10951
10952         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10953         mml-smime-get-dns-ldap.
10954         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10955
10956 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10957
10958         * smime.el: Require smime-ldap.
10959         (smime-ldap-host-list): New variable.
10960         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10961
10962         * mml-smime.el (mml-smime-encrypt-query): New function.
10963         (mml-smime-encrypt-query): Use it.
10964
10965         * smime-ldap.el: New file.
10966
10967 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10968
10969         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10970
10971 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10972
10973         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10974         argument in doc string.  Make query for type more clear.
10975
10976 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10977
10978         * gnus.el (gnus-group-startup-message): Search for gnus images in
10979         etc/images/gnus.
10980         * mm-util.el (mm-image-load-path): Likewise.
10981         * smiley.el (smiley-data-directory): Search for smilies in
10982         etc/images/smilies.
10983
10984 2005-02-09  Kim F. Storm  <storm@cua.dk>
10985
10986         Change Emacs release version from 21.4 to 22.1 throughout.
10987         Change Emacs development version from 21.3.50 to 22.0.50.
10988
10989 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10990
10991         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10992
10993         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10994         non-Mule XEmacs as well.
10995         (mm-decompress-buffer): Signal an error intentionally if it does
10996         not decompress compressed data because auto-compression-mode is
10997         disabled.
10998
10999 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11000
11001         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11002         an ID in the registry even if it has no groups.
11003
11004 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11005
11006         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11007         merge it into mm-decompress-buffer.
11008         (gnus-mime-copy-part): Use the MIME part charset, the value which
11009         a user specified or gnus-newsgroup-charset for decoding, like
11010         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11011         save-buffer what was used.  Suggested by Kevin Ryde
11012         <user42@zip.com.au>.
11013         (gnus-mime-inline-part): Allow the name parameter as well as the
11014         filename parameter; force decompressing of compressed data; always
11015         display contents being not decoded as unibyte.
11016
11017         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11018         as well as the filename parameter.
11019
11020         * mm-util.el (mm-decompress-buffer): Merge
11021         gnus-mime-jka-compr-maybe-uncompress.
11022         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11023         of compressed data.
11024
11025 2005-02-08  Simon Josefsson  <jas@extundo.com>
11026
11027         * imap.el (imap-log): Doc fix.
11028
11029 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11030
11031         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11032         the coding cookies; decompress compressed parts.
11033
11034         * mml.el (mml-generate-mime-1): Add the charset parameter according
11035         to the value which a user specified manually or the coding cookie.
11036
11037         * mm-util.el (mm-string-to-multibyte): New function.
11038         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11039         (mm-coding-system-to-mime-charset): New function.
11040         (mm-decompress-buffer): New function.
11041         (mm-find-buffer-file-coding-system): New function.
11042
11043         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11044         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11045         parts.
11046
11047 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11048
11049         * mm-view.el (mm-display-inline-fontify): Decode a part according
11050         to the charset parameter.
11051
11052 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11053
11054         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11055         prefix arg is neither nil nor a number, as info specifies.
11056
11057 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11058
11059         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11060         timestamps.
11061
11062 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11063
11064         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11065         groups error checking and notify user.
11066
11067 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11068
11069         * message.el (message-send-mail-function): Check existence of
11070         sendmail-program first before using default value
11071         `message-send-mail-with-sendmail'.  Otherwise use more generic
11072         `smtpmail-send-it'.
11073
11074 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11075
11076         * nntp.el (nntp-request-update-info): Always return nil.
11077
11078 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11079
11080         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11081
11082 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11083
11084         * message.el (message-beginning-of-line): Change the behavior when
11085         invoked between BOL and : so that it first moves backward.
11086
11087 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11088
11089         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11090         article buffer when editing of the article is discarded.
11091         (gnus-article-prepare): Revert.
11092
11093 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11094
11095         * gnus-art.el (gnus-article-prepare):
11096         Remove message-strip-forbidden-properties from the local hook.
11097
11098 2005-01-27  Simon Josefsson  <jas@extundo.com>
11099
11100         * password.el (password-cache-add): Only start one timer per key.
11101         Reported by Derek Atkins <warlord@MIT.EDU>.
11102
11103 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11104
11105         * run-at-time.el: Removed.  It is no longer needed as
11106         timer-funcs.el in the xemacs-base package has a working version of
11107         `run-at-time'.
11108
11109         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11110
11111         * password.el: Require timer-funcs instead of run-at-time in
11112         XEmacs.
11113         Remove `password-run-at-time' macro.
11114         (password-cache-add): Use `run-at-time' instead of
11115         `password-run-at-time'.
11116
11117         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11118         Remove `nnheader-cancel-function-timers' alias,
11119         `cancel-function-timers' exists in XEmacs in timer-funcs.
11120
11121         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11122         for `run-with-idle-timer'.
11123
11124         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11125         for `run-at-time'.
11126
11127         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11128         for `with-timeout'.
11129
11130         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11131         the same as for XEmacs 21.4.
11132         No need to ignore `run-with-idle-timer', this function exists in
11133         XEmacs now in timer-funcs.el in the xemacs-base package.
11134         (dgnushack-compile): No need to delete
11135         run-at-time.el from the list of files to compile because it
11136         doesn't exist anymore.
11137
11138 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11139
11140         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11141         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11142
11143 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11144
11145         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11146         sensitively.
11147
11148 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11149
11150         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11151
11152 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11153
11154         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11155         which will be inserted according to the multibyteness of a buffer
11156         rather than the type of contents.  Suggested by ARISAWA Akihiro
11157         <ari@mbf.ocn.ne.jp>.
11158
11159         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11160         of string which old xml.el may return rather than a string.
11161
11162 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11163
11164         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11165
11166 2005-01-16  Simon Josefsson  <jas@extundo.com>
11167
11168         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11169         idn/idna.el isn't available.
11170         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11171         <michael@waxrat.com>.
11172
11173         * hashcash.el: Remove non-FSF copyright header.
11174
11175         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11176         (hashcash-generate-payment): Use it.
11177         (hashcash-generate-payment-async): Use it.
11178
11179 2005-01-15  Simon Josefsson  <jas@extundo.com>
11180
11181         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11182         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11183
11184         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11185         gnus-summary-idna-message.
11186         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11187         (gnus-summary-idna-message): New function.
11188
11189 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11190
11191         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11192         gnus-novice-user.
11193
11194 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11195
11196         * nnrss.el (nnrss-request-delete-group): Delete entries in
11197         nnrss-group-alist as well.
11198         (nnrss-save-server-data): Insert newline.
11199
11200 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11201
11202         * gnus.el (gnus-user-agent): Use list of symbols instead of
11203         symbols.  Display full version number for (S)XEmacs.  Optionally
11204         display (S)XEmacs codename.
11205
11206         * gnus-util.el (gnus-emacs-version): Update for new
11207         `gnus-user-agent'.
11208
11209         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11210         Gnus version.
11211
11212 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11213
11214         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11215         which is unreadable in some setups.
11216
11217 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11218
11219         * gnus-spec.el (gnus-update-format-specifications): Flush the
11220         group format spec cache if it doesn't support decoded group names.
11221
11222 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11223
11224         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11225         Allow to apply decay on score files matching a regexp.
11226
11227 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11228
11229         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11230         compatibility in %g and %c.
11231
11232 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11233
11234         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11235         name for only %g and %c.
11236         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11237         of gnus-tmp-group to decoded group name.
11238         (gnus-group-make-rss-group): Exclude `/'s from group names.
11239
11240 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11241
11242         * nnrss.el (nnrss-get-encoding): Fix regexp.
11243
11244 2004-12-27  Simon Josefsson  <jas@extundo.com>
11245
11246         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11247         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11248         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11249
11250 2004-12-17  Kim F. Storm  <storm@cua.dk>
11251
11252         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11253
11254         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11255
11256 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11257
11258         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11259
11260 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11261
11262         * nnrss.el: Require rfc2047 and mml.
11263         (nnrss-file-coding-system): New variable.
11264         (nnrss-format-string): Redefine it as an inline function.
11265         (nnrss-decode-group-name): New function.
11266         (nnrss-string-as-multibyte): Remove.
11267         (nnrss-retrieve-headers): Decode group name; don't use
11268         nnrss-format-string.
11269         (nnrss-request-group): Decode group name.
11270         (nnrss-request-article): Decode group name; allow a Message-ID as
11271         well as an article number; don't use nnrss-format-string; encode a
11272         Message-ID string which may contain non-ASCII characters; use
11273         mml-to-mime to compose a MIME article.
11274         (nnrss-request-expire-articles): Decode group name.
11275         (nnrss-request-delete-group): Decode group name.
11276         (nnrss-fetch): Clarify error message.
11277         (nnrss-read-server-data): Use insert-file-contents instead of load;
11278         bind file-name-coding-system; use multibyte buffer.
11279         (nnrss-save-server-data): Bind coding-system-for-write to the
11280         value of nnrss-file-coding-system; bind file-name-coding-system;
11281         add coding cookie.
11282         (nnrss-read-group-data): Use insert-file-contents instead of load;
11283         bind file-name-coding-system; use multibyte buffer.
11284         (nnrss-save-group-data): Bind coding-system-for-write to the
11285         value of nnrss-file-coding-system; bind file-name-coding-system.
11286         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11287         make it work with non-ASCII text.
11288         (nnrss-find-el): Make it work with old xml.el as well.
11289
11290 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11291
11292         * nnrss.el (nnrss-get-encoding): New function.
11293         (nnrss-fetch): Use unibyte buffer initially; bind
11294         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11295         decode contents according to the encoding attribute.
11296         (nnrss-save-group-data): Add coding cookie.
11297         (nnrss-mime-encode-string): New function.
11298         (nnrss-check-group): Use it to encode subject and author.
11299
11300 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11301
11302         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11303         imaginary variable.
11304
11305 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11306
11307         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11308         correctly even if there are wide characters.
11309
11310 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11311
11312         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11313         downcased symbol names; make a new cache instead of reusing
11314         bbdb-hashtable.
11315
11316 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11317
11318         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11319         concatenating segments rather than before concatenating them.
11320         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11321
11322         * message.el (message-get-reply-headers): Bind `extra'.
11323
11324 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11325
11326         * message.el (message-extra-wide-headers): New variable.
11327         (message-get-reply-headers): Use it.
11328
11329 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11330
11331         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11332         (gnus-agent-group-pathname): Ditto.
11333
11334         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11335
11336         * gnus-group.el (gnus-group-make-group): Decode group name.
11337         (gnus-group-make-rss-group): Register the group data after opening
11338         the nnrss group.
11339
11340 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11341
11342         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11343         by expiry now get marked as read.
11344
11345 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11346
11347         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11348
11349 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11350
11351         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11352         unify Latin characters in XEmacs.
11353         (mm-find-mime-charset-region): Use it.
11354
11355 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11356
11357         * gnus-util.el (gnus-delete-directory): New function.
11358
11359         * gnus-agent.el (gnus-agent-delete-group): Use it.
11360
11361         * gnus-cache.el (gnus-cache-delete-group): Use it.
11362
11363 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11364
11365         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11366         names.
11367
11368 2004-12-16  Simon Josefsson  <jas@extundo.com>
11369
11370         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11371
11372 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11373
11374         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11375
11376         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11377         (gnus-group-set-current-level): Decode group name.
11378
11379 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11380
11381         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11382         failed.
11383
11384 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11385
11386         * gnus-group.el (gnus-group-delete-group): Decode group name.
11387         (gnus-group-make-rss-group): Encode group name.
11388         (gnus-group-catchup-current): Decode group name.
11389         (gnus-group-kill-group): Decode group name.
11390
11391 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11392
11393         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11394
11395 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11396
11397         * gnus-group.el (gnus-group-make-rss-group):
11398         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11399
11400         * gnus-start.el (gnus-setup-news): Honor user's setting to
11401         gnus-message-archive-method.  Suggested by Lute Kamstra
11402         <lute@gnu.org>.
11403
11404 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11405
11406         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11407         global counterparts of the buffer-local variables.
11408
11409 2004-11-16  Romain Francoise  <romain@orebokech.com>
11410
11411         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11412         counterparts of the buffer-local variables.
11413
11414 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11415
11416         * message.el (message-forbidden-properties): Fixed typo in doc
11417         string.
11418
11419 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11420
11421         * gnus-util.el (gnus-replace-in-string): Added doc string.
11422
11423         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11424         to avoid problems when splitting mails with many recipients.
11425
11426 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11427
11428         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11429         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11430
11431 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11432
11433         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11434         if there is no hashtable in memory or file modification time is
11435         newer than cached timestamp.
11436
11437 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11438
11439         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11440         not-matching option.
11441
11442 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11443
11444         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11445         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11446         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11447         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11448         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11449         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11450
11451 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11452
11453         * message.el (message-forward-make-body-mml): Remove headers
11454         according to message-forward-ignored-headers if a message is decoded.
11455
11456 2004-12-02  Romain Francoise  <romain@orebokech.com>
11457
11458         * message.el (message-forward-make-body-plain): Always remove
11459         headers according to message-forward-ignored-headers.
11460
11461 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11462
11463         * spam.el (spam-summary-prepare-exit): Remove the
11464         gnus-summary-limit pop for now, it has problems with ham marks for
11465         me.
11466
11467 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11468
11469         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11470         correctly.
11471
11472 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11473
11474         * format-spec.el (format-spec): Message the char.
11475
11476 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11477
11478         * gnus-art.el (gnus-split-methods): Reformat comments.
11479
11480         * spam.el (spam-summary-prepare-exit): Remove article limits
11481         before exiting the summary buffer.
11482
11483 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11484
11485         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11486         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11487
11488         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11489         order to silence the byte compiler.
11490
11491         * spam.el: Fix the way to silence the byte compiler, which
11492         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11493         bbdb-search-simple, spam-BBDB-register-routine,
11494         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11495         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11496         spam-stat-buffer-is-spam, spam-stat-load,
11497         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11498         spam-stat-save and spam-stat-split-fancy.
11499
11500 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11501
11502         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11503         which may confuse users.
11504         (canlock-password-for-verify): Ditto.
11505
11506         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11507
11508         * gnus-art.el (gnus-emphasis-alist): Ditto.
11509
11510         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11511
11512         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11513
11514         * gnus-start.el (gnus-save-killed-list): Ditto.
11515
11516         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11517         (gnus-sum-thread-tree-root): Ditto.
11518         (gnus-sum-thread-tree-false-root): Ditto.
11519         (gnus-sum-thread-tree-single-indent): Ditto.
11520
11521         * message.el (message-courtesy-message): Ditto.
11522         (message-archive-note): Ditto.
11523         (message-subscribed-address-file): Ditto.
11524         (message-user-fqdn): Ditto.
11525
11526         * spam-report.el (spam-report-gmane-regex): Ditto.
11527
11528         * spam.el (spam-blackhole-good-server-regex): Ditto.
11529
11530 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11531
11532         * mml.el (mml-preview): Widen the message buffer before copying
11533         the contents to the preview buffer; sort headers before previewing.
11534
11535         * message.el (message-hidden-headers): Fix the way to avoid a bug
11536         in the `repeat' widget in Emacs 21.3 or earlier.
11537
11538 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11539
11540         * message.el (message-hidden-headers): Default to "^References:".
11541         Improve customization type.  Suggested by Reiner Steib
11542         <Reiner.Steib@gmx.de>.
11543
11544 2004-11-25  Romain Francoise  <romain@orebokech.com>
11545
11546         * message.el (message-strip-forbidden-properties): Remove check for
11547         obsolete `message-hidden' text property, hidden headers are not
11548         accessible in the buffer anymore.
11549
11550 2004-11-22  Romain Francoise  <romain@orebokech.com>
11551
11552         * message.el (message-header-format-alist): Add `From' in list
11553         so that it can be sorted.
11554         (message-fix-before-sending): Widen and sort headers before
11555         sending.
11556         (message-hide-headers): Use narrowing to hide headers by moving
11557         them to the top of the buffer and narrowing to the region
11558         underneath.
11559
11560 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11561
11562         * message.el (message-strip-forbidden-properties): Bind
11563         buffer-read-only (etc) to nil.
11564
11565 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11566
11567         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11568         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11569
11570 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11571
11572         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11573
11574 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11575
11576         * dns.el (query-dns): Use sit-for to time instead of
11577         accept-process-output, since that doesn't seem to work on udp
11578         sockets.
11579
11580 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11581
11582         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11583
11584 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11585
11586         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11587         doc string.  Improve doc string.
11588
11589 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11590
11591         * nntp.el (nntp-request-update-info): Return nil if
11592         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11593         may not call gnus-activate-group which uselessly issues the GROUP
11594         commands for all nntp groups and wastes time.  Reported by Romain
11595         Francoise <romain@orebokech.com>.
11596
11597         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11598
11599 2004-11-15  Simon Josefsson  <jas@extundo.com>
11600
11601         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11602         headers separately.
11603         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11604         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11605
11606 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11607
11608         * gnus-start.el (gnus-convert-old-newsrc):
11609         Assign legacy-gnus-agent to 5.10.7.
11610
11611 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11612
11613         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11614         start of the lines.
11615
11616 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11617
11618         * hashcash.el (hashcash-default-payment): Change default to 20.
11619         (hashcash-default-accept-payment): Change default to 20.
11620         (hashcash-process-alist): New variable.
11621         (hashcash-generate-payment-async): Add.
11622         (hashcash-already-paid-p): Add.
11623         (hashcash-insert-payment): Don't generate payments twice.
11624         (hashcash-insert-payment-async): Add.
11625         (hashcash-insert-payment-async-2): Add.
11626         (hashcash-cancel-async): Add.
11627         (hashcash-wait-async): Add.
11628         (hashcash-processes-running-p): Add.
11629         (hashcash-wait-or-cancel): Add.
11630         (mail-add-payment): New optional argument.  Conditionally start
11631         asynchronous calculation.
11632         (mail-add-payment-async): Add.
11633
11634         * message.el (message-send-mail): Wait for asynchronous hashcash
11635         results.  Don't clobber existing X-Hashcash headers.
11636         (message-setup-1): Call mail-add-payment-async when
11637         message-generate-hashcash is non-nil.
11638
11639 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11640
11641         * message.el (message-use-alternative-email-as-from): Examine the
11642         From header as well; use message-make-from in order to include a
11643         user's full name.
11644
11645 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11646
11647         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11648         default; improve customization type.
11649         (gnus-emphasis-custom-with-format): New macro.
11650         (gnus-emphasis-custom-value-to-external): New function.
11651         (gnus-emphasis-custom-value-to-internal): New function.
11652
11653 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11654
11655         * dns.el (query-dns): Resolve reverse addresses.
11656
11657 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11658
11659         * gnus-group.el (gnus-group-get-new-news): Use it.
11660
11661         * gnus-start.el (gnus-check-reasonable-setup): New function.
11662
11663 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11664
11665         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11666         "Args out of range" error.  Reported by Arnaud Giersch
11667         <arnaud.giersch@free.fr>.
11668
11669 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11670
11671         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11672
11673 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11674
11675         * spam.el (spam group): Add :version.
11676
11677         * pgg-def.el (pgg group): Add :version.
11678
11679 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11680
11681         * gnus-art.el (gnus-article-edit-article): Don't associate the
11682         article buffer with a draft file.  This is a temporary measure
11683         against the 2004-08-22 change to gnus-article-edit-mode.
11684
11685 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11686
11687         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11688         (html2text-format-tags): Remove unused variable `attr'.
11689
11690 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11691
11692         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11693
11694         * tls.el (tls-process-connection-type, tls-success)
11695         (tls-certtool-program): Add :version.
11696
11697         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11698         (starttls-extra-arguments, starttls-process-connection-type)
11699         (starttls-connect, starttls-failure, starttls-success): Add :version.
11700
11701         * spam-stat.el (spam-stat): Add :version.
11702
11703         * sieve.el (sieve): Add :version.
11704
11705         * sha1.el (sha1): Add :version.
11706         (sha1-use-external): Remove redundant version.
11707
11708         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11709         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11710         (nnmail-split-fancy-match-partial-words)
11711         (nnmail-split-lowercase-expanded): Add :version.
11712
11713         * nndiary.el (nndiary): Add :version.
11714
11715         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11716
11717         * mml-sec.el (mml-default-sign-method)
11718         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11719         Add :version.
11720
11721         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11722
11723         * mm-url.el (mm-url-use-external, mm-url-program)
11724         (mm-url-arguments): Add :version.
11725
11726         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11727         (mm-attachment-file-modes, mm-decrypt-option)
11728         (mm-w3m-safe-url-regexp): Add :version.
11729
11730         * message.el (message-cite-prefix-regexp)
11731         (message-sendmail-envelope-from, message-minibuffer-local-map)
11732         (message-user-fqdn, message-completion-alist): Add :version.
11733
11734         * gnus-win.el (gnus-configure-windows-hook)
11735         (gnus-use-frames-on-any-display): Add :version.
11736
11737         * gnus-art.el (gnus-article-address-banner-alist)
11738         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11739         (gnus-treat-from-picon, gnus-treat-mail-picon)
11740         (gnus-treat-x-pgp-sig): Add :version.
11741
11742         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11743         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11744         (gnus-summary-article-delete-hook)
11745         (gnus-summary-display-while-building): Add :version.
11746
11747         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11748         (gnus-get-top-new-news-hook): Add :version.
11749
11750         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11751         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11752
11753         * gnus-registry.el (gnus-registry): Add :version.
11754
11755         * gnus-spec.el (gnus-use-correct-string-widths)
11756         (gnus-make-format-preserve-properties): Add :version.
11757
11758         * gnus.el (gnus-group-charter-alist)
11759         (gnus-group-fetch-control-use-browse-url)
11760         (gnus-install-group-spam-parameters): Add :version.
11761
11762         * gnus-diary.el (gnus-diary): Add :version.
11763
11764         * gnus-delay.el (gnus-delay): Add :version.
11765
11766         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11767         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11768         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11769         Add :version.
11770
11771         * gnus-agent.el (gnus-agent-max-fetch-size)
11772         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11773         (gnus-agent-prompt-send-queue): Add :version.
11774
11775         * deuglify.el (gnus-outlook-deuglify): Add :version.
11776
11777         * html2text.el: Beautify code.  Improve doc strings.  Some
11778         checkdoc cleanup.
11779         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11780
11781 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11782
11783         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11784
11785 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11786
11787         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11788         when package is loaded.
11789
11790         * spam.el (spam-summary-score-preferred-header): Add global preference
11791         for people who want to override the default SpamAssassin over
11792         Bogofilter preference (when both are set).
11793         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11794         (spam-user-format-function-S): Check
11795         spam-summary-score-preferred-header.
11796         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11797         (spam-user-format-function-S): Format the score correctly.
11798
11799 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11800
11801         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11802         signature file.  Suggested by Manoj Srivastava
11803         <srivasta@golden-gryphon.com>.
11804
11805         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11806         iso-2022-jp even in the Japanese language environment.
11807         Suggested by Jason Rumney <jasonr@gnu.org>.
11808
11809 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11810
11811         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11812         use the same characters as the dummy marks; make it free from
11813         getting affected by the language environment.
11814         (gnus-summary-read-group-1): Update mark positions only when the
11815         format spec is updated.
11816
11817         * gnus-spec.el (gnus-update-format-specifications): Return a list
11818         of updated types.
11819
11820 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11821
11822         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11823         of boundp to check if display-warning is available.
11824
11825 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11826
11827         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11828
11829 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11830
11831         * nnspool.el (nnspool-spool-directory): Use news-path if the
11832         news-directory variable is not bound.
11833
11834         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11835         function instead of display-warning if it is not available.
11836
11837 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11838
11839         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11840         v5-10: Use `point-at-bol'.
11841
11842 2004-10-26  Simon Josefsson  <jas@extundo.com>
11843
11844         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11845         <chenggao@gmail.com>.
11846
11847 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11848
11849         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11850         instead.
11851
11852 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11853
11854         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11855         to remove a server from the nnimap-server-buffer-alist.
11856         (nnimap-open-connection, nnimap-close-server): Use it.
11857
11858         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11859
11860 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11861
11862         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11863         running the major-mode function.
11864
11865 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11866
11867         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11868         dummy marks in the right way.
11869
11870 2004-10-18  David Edmondson  <dme@dme.org>
11871
11872         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11873         excessively.
11874
11875 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11876
11877         * gnus-util.el (gnus-split-references): Accept a nil references
11878         string and go on blissfully.
11879
11880         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11881         cases where the references string is non-nil but has no references.
11882
11883         * encrypt.el: Add autoload tags.
11884
11885         * spam.el (spam-resolve-registrations-routine): Remove article
11886         from unregistration list too.  Reported by David Hanak
11887         <dhanak@isis.vanderbilt.edu>
11888
11889 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11890
11891         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11892         nil.  Changed custom type.
11893
11894 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11895
11896         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11897
11898         * gnus-sum.el (gnus-summary-move-article): Use it.
11899
11900 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11901
11902         * encrypt.el: Add autoload cookies.
11903
11904         * spam.el (spam-backend-article-list-property)
11905         (spam-backend-get-article-todo-list)
11906         (spam-backend-put-article-todo-list)
11907         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11908         Resolve registrations separately.
11909         (spam-register-routine): Format comments.
11910         (spam-unregister-routine, spam-register-routine): Always call with
11911         specific-articles, no default list.
11912         (spam-summary-prepare-exit): Use the spam-classifications function.
11913
11914         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11915         gnus-encrypt.el.
11916
11917         * encrypt.el: Copied from gnus-encrypt.el.
11918
11919         * gnus-encrypt.el: Commented that it's obsolete.
11920
11921 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11922
11923         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11924         (gnus-score-save): Use it.
11925
11926         * message.el (message-bury): Use `window-dedicated-p'.
11927
11928 2004-10-15  Simon Josefsson  <jas@extundo.com>
11929
11930         * pop3.el (top-level): Don't require nnheader.
11931         (pop3-read-timeout): Add.
11932         (pop3-accept-process-output): Add.
11933         (pop3-read-response, pop3-retr): Use it.
11934
11935 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11936
11937         * spam.el (spam-register-routine): Move comment.
11938         (spam-verify-bogofilter): Use 'unknown for the initial
11939         spam-bogofilter-valid state, not 'never.
11940
11941         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11942         for netrc-machine.
11943
11944         * nnimap.el (nnimap-open-connection): Use
11945         netrc-machine-user-or-password.
11946
11947 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11948
11949         * gnus-registry.el (gnus-registry-unload-hook):
11950         Set as a variable with add-hook.
11951
11952         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11953         of news-path.
11954
11955         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11956
11957         * spam.el: Delete duplicate `provide'.
11958         (spam-unload-hook): Set as a variable with add-hook.
11959
11960 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11961
11962         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11963         in the doc string.
11964
11965         * message.el (message-ignored-news-headers)
11966         (message-ignored-supersedes-headers)
11967         (message-ignored-resent-headers)
11968         (message-forward-ignored-headers): Improve custom type.
11969
11970 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11971
11972         * message.el (message-tokenize-header): Fix 2004-09-06 change
11973         which used point-min in the wrong place.
11974
11975 2004-10-12  Simon Josefsson  <jas@extundo.com>
11976
11977         * tls.el (tls-certtool-program): New variable.
11978         (tls-certificate-information): New function, based on
11979         ssl-certificate-information.
11980
11981 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11982
11983         * compface.el: Move the version of ELisp-based uncompface program
11984         to the contrib directory because of the copyright problem.
11985
11986 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11987
11988         * message.el (message-kill-buffer): Raise the current frame.
11989
11990 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11991
11992         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11993
11994         * gnus.el (message-y-or-n-p): Autoload.
11995
11996         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11997         (pop3-password-required, pop3-authentication-scheme)
11998         (pop3-leave-mail-on-server): Made customizable.
11999         (pop3): New custom group.
12000         (pop3-retr): Remove `sleep-for' statements.
12001         Suggested by Dave Love <fx@gnu.org>.
12002
12003         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12004         Windows/DOS.
12005
12006         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12007         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12008         Dave Love <fx@gnu.org>.
12009
12010         * mml.el (mml-minibuffer-read-disposition): Require match.
12011         Suggested by Dave Love <fx@gnu.org>.
12012
12013 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12014
12015         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12016         doc string.
12017
12018 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12019
12020         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12021
12022 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12023
12024         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12025         instead of calling `mm-insert-inline', to decode text/* parts
12026         before displaying them.
12027
12028 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12029
12030         * mm-uu.el (mm-uu-text-plain-type): New variable.
12031         (mm-uu-pgp-signed-extract-1): Use it.
12032         (mm-uu-pgp-encrypted-extract-1): Use it.
12033         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12034         bind mm-uu-text-plain-type with that value.
12035         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12036         mm-uu-dissect.
12037
12038 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12039
12040         * gnus-group.el (gnus-update-group-mark-positions):
12041         * gnus-sum.el (gnus-update-summary-mark-positions):
12042         * message.el (message-check-news-body-syntax):
12043         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12044         of string-as-multibyte.
12045
12046 2004-10-05  Juri Linkov  <juri@jurta.org>
12047
12048         * gnus-group.el (gnus-update-group-mark-positions):
12049         * gnus-sum.el (gnus-update-summary-mark-positions):
12050         * message.el (message-check-news-body-syntax):
12051         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12052         8-bit unibyte values to a multibyte string for search functions.
12053
12054 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12055
12056         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12057         (mm-uu-dissect-text-parts): New function.
12058
12059         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12060         dissect text parts.
12061
12062         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12063         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12064
12065         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12066
12067         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12068         gnus-current-topics instead of gnus-current-topic.
12069
12070 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12071
12072         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12073
12074 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12075
12076         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12077         where approriate.
12078
12079         * nnml.el (nnml-generate-active-info): do.
12080
12081         * nndiary.el (nndiary-generate-active-info): do.
12082
12083         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12084         (gnus-topic-move): do.
12085
12086         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12087         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12088
12089         * gnus-srvr.el (gnus-server-prepare)
12090         (gnus-server-open-all-servers): do.
12091
12092         * gnus-msg.el (gnus-summary-cancel-article)
12093         (gnus-summary-resend-message)
12094         (gnus-summary-mail-crosspost-complaint): do.
12095
12096         * gnus-move.el (gnus-change-server): do.
12097
12098         * gnus-group.el (gnus-group-unmark-all-groups)
12099         (gnus-group-set-current-level): do.
12100
12101 2004-10-04  Simon Josefsson  <jas@extundo.com>
12102
12103         * message.el (message-generate-hashcash): Doc fix.
12104
12105 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12106
12107         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12108         avoid infinite recursion via gnus-get-function.
12109
12110 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12111
12112         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12113
12114         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12115
12116         * nnmail.el (nnmail-split-history): do.
12117
12118         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12119         (nnml-request-delete-group): do.
12120
12121         * nnslashdot.el (nnslashdot-read-groups): do.
12122
12123         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12124         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12125
12126         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12127         (nnspool-sift-nov-with-sed): Use last.
12128         (nnspool-retrieve-headers-with-nov): Use mapc.
12129         (nnspool-request-newgroups): Use dolist.
12130         (nnspool-request-group): Use last.
12131
12132         * nntp.el (nntp-read-server-type): Use dolist.
12133
12134         * nnvirtual.el (nnvirtual-create-mapping)
12135         (nnvirtual-update-read-and-marked): Use dolist.
12136         (nnvirtual-convert-headers): Simplify.
12137
12138 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12139
12140         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12141         support for sync'ing tick marks.
12142
12143 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12144
12145         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12146         there's no visible header.
12147
12148 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12149
12150         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12151         necessary, pass full group name to gnus-request-set-marks.
12152
12153 2004-10-01  Simon Josefsson  <jas@extundo.com>
12154
12155         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12156         acroread.
12157
12158 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12159
12160         * spam-report.el (spam-report-gmane): Fix interactive.
12161
12162         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12163
12164         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12165         when writing file.
12166         (gnus-agent-synchronize-flags): Don't default to being
12167         interactive.
12168
12169 2004-09-30  Simon Josefsson  <jas@extundo.com>
12170
12171         * message.el (message-generate-hashcash): Add.
12172         (message-send-mail): Use it, call mail-add-payment.
12173
12174 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12175
12176         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12177
12178 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12179
12180         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12181         gnus-requst-update-info with explicit code to sync the in-memory
12182         info read flags with the marks being sync'd to the backend.
12183
12184         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12185
12186 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12187
12188         * spam.el (spam-verify-bogofilter): Add new function.
12189         (spam-check-bogofilter)
12190         (spam-bogofilter-register-with-bogofilter): Use it.
12191         (spam-verify-bogofilter): Add small fixes.
12192
12193 2004-09-28  Simon Josefsson  <jas@extundo.com>
12194
12195         * hashcash.el (hashcash-generate-payment): Revert.
12196
12197 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12198
12199         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12200         gnus-extract-references instead of gnus-split-references.
12201
12202         * gnus-util.el (gnus-extract-references): Add new function, analogous
12203         to gnus-split-references but extracts only the message-ID without
12204         anything extra.
12205
12206         * hashcash.el (hashcash-generate-payment)
12207         (hashcash-check-payment): Do the right thing if hashcash-path is
12208         nil (because the hashcash program could not be found).
12209
12210         * spam.el (spam-use-hashcash): Remove comment.
12211
12212 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12213
12214         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12215         (gnus-cache-enter-article, gnus-cache-remove-article)
12216         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12217
12218         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12219
12220         * gnus-art.el (article-hide-boring-headers)
12221         (article-translate-strings, article-display-face)
12222         (gnus-article-mime-match-handle-first)
12223         (gnus-article-highlight-headers)
12224         (gnus-article-add-buttons-to-head): do.
12225
12226 2004-09-27  Simon Josefsson  <jas@extundo.com>
12227
12228         * hashcash.el: New version, from
12229         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12230         ../contrib/.
12231
12232 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12233
12234         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12235
12236 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12237
12238         * gnus-dup.el (gnus-dup-open): Use mapc.
12239         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12240
12241         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12242         Reported by Stefan Wiens <s.wi@gmx.net>.
12243
12244         * gnus.el (gnus-shutdown): Use dolist.
12245
12246         * gnus-undo.el (gnus-undo): Use mapc.
12247
12248         * nnrss.el (nnrss-generate-active): do.
12249
12250         * message.el (message-cite-original-without-signature)
12251         (message-cite-original): Use mapc.
12252         (message-do-actions, message-make-forward-subject): Use dolist.
12253
12254 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12255
12256         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12257         deletion to remove entire duplicate line.  Fixes merged article
12258         number bug.
12259
12260 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12261
12262         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12263         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12264         first ask if you want to open a server and then, even when you
12265         responded with no, asking if you want to synchronize the server's
12266         flags.
12267         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12268         multi-line expressions.
12269         (gnus-agent-synchronize-group-flags): New internal function.
12270         Updates marks in memory (in the info structure) AND in the
12271         backend.
12272
12273         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12274
12275         * nnagent.el (nnagent-request-set-mark): Use
12276         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12277         method, to ensure that synchronization updates marks in the
12278         backend and in the info (in memory) structure.
12279
12280 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12281
12282         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12283         convention fully; don't miss the root article of a thread; make
12284         the X-Draft-From header with correct article numbers.
12285
12286 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12287
12288         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12289         unless plugged.  Disable the agent so that an open failure causes
12290         an error.
12291
12292         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12293         Reverted 2004-09-21 change.  The backend must be opened while
12294         synchronizing flags even when the backend stores the flags
12295         locally.
12296
12297 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12298
12299         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12300         in `header' match.  Reported by Svend Tollak Munkejord.
12301
12302         * message.el (message-cite-original): Fix use of
12303         `message-cite-articles-with-x-no-archive'.
12304
12305 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12306
12307         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12308         (gnus-window-to-buffer): Ditto.
12309
12310         * mml.el (mml-preview-buffer): New variable.
12311         (mml-preview): Manage window layout with gnus-buffer-configuration.
12312
12313         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12314         X-Draft-From header even if those articles aren't quoted.
12315
12316 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12317
12318         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12319         (gnus-request-set-mark, gnus-request-update-mark): Use new
12320         g-s-t-u-l-m to decide to use backend even when unplugged.
12321
12322 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12323
12324         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12325         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12326
12327 2004-09-20  Simon Josefsson  <jas@extundo.com>
12328
12329         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12330         "utf-16-le".
12331
12332 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12333
12334         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12335
12336 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12337
12338         * uudecode.el (uudecode-use-external): Add :version.
12339
12340         * smime.el (smime-CA-file, smime-encrypt-cipher)
12341         (smime-dns-server): Add :version.
12342
12343         * smiley.el (gnus-smiley-file-types): Add :version.
12344
12345         * sha1.el (sha1-use-external): Add :version.
12346
12347         * pgg-def.el (pgg-query-keyserver): Add :version.
12348
12349         * nnmail.el (nnmail-fancy-expiry-targets)
12350         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12351         Add :version.
12352
12353         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12354         (nnimap-retrieve-groups-asynchronous): Add :version.
12355         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12356
12357         * mml.el (mml-content-disposition-parameters)
12358         (mml-insert-mime-headers-always): Add :version.
12359
12360         * mm-util.el (mm-coding-system-priorities): Add :version.
12361
12362         * mm-decode.el (mm-inline-text-html-with-images)
12363         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12364         (mm-verify-option): Add :version.
12365         (mm-text-html-renderer): Change :version.
12366
12367         * message.el (message-fcc-externalize-attachments)
12368         (message-required-headers, message-draft-headers)
12369         (message-subject-trailing-was-query)
12370         (message-subject-trailing-was-ask-regexp)
12371         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12372         (message-mark-insert-end, message-archive-header)
12373         (message-archive-note, message-cross-post-default)
12374         (message-cross-post-note, message-followup-to-note)
12375         (message-cross-post-note-function, message-use-mail-followup-to)
12376         (message-subscribed-address-functions)
12377         (message-subscribed-address-file, message-subscribed-addresses)
12378         (message-subscribed-regexps, message-allow-no-recipients)
12379         (message-yank-cited-prefix, message-signature-insert-empty-line)
12380         (message-hidden-headers, message-hierarchical-addresses)
12381         (message-mail-user-agent, message-use-idna)
12382         (message-valid-fqdn-regexp)
12383         (message-strip-special-text-properties, message-header-synonyms)
12384         (message-beginning-of-line, message-tab-body-function): Add :version.
12385         (message-insert-canlock, message-wide-reply-confirm-recipients):
12386         Change :version.
12387
12388         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12389         and :version.
12390         (mail-source-delete-old-incoming-confirm)
12391         (mail-source-movemail-program): Add :version.
12392
12393         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12394         (gnus-agent-cache, gnus-agent): Change :version.
12395
12396         * gnus-util.el (gnus-use-byte-compile): Change :version.
12397
12398         * gnus-sum.el (gnus-summary-make-false-root-always)
12399         (gnus-summary-default-high-score)
12400         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12401         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12402         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12403         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12404         (gnus-sum-thread-tree-single-indent)
12405         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12406         (gnus-sum-thread-tree-leaf-with-other)
12407         (gnus-sum-thread-tree-single-leaf): Add :version.
12408         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12409         (gnus-article-loose-mime): Change :version.
12410
12411         * gnus-start.el (gnus-backup-startup-file)
12412         (gnus-save-startup-file-via-temp-buffer): Add :version.
12413
12414         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12415         (gnus-server-offline-face): Add :version.
12416
12417         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12418
12419         * gnus-msg.el (gnus-gcc-externalize-attachments)
12420         (gnus-debug-files, gnus-debug-exclude-variables)
12421         (gnus-discouraged-post-methods): Change :version.
12422         (gnus-confirm-mail-reply-to-news)
12423         (gnus-confirm-treat-mail-like-news): Add :version.
12424
12425         * gnus-int.el (gnus-server-unopen-status): Add :version.
12426
12427         * gnus-group.el (gnus-group-jump-to-group-prompt)
12428         (gnus-large-ephemeral-newsgroup)
12429         (gnus-fetch-old-ephemeral-headers): Add :version.
12430
12431         * gnus-fun.el (gnus-x-face-directory)
12432         (gnus-convert-pbm-to-x-face-command)
12433         (gnus-convert-image-to-x-face-command)
12434         (gnus-convert-image-to-face-command): Add :version.
12435
12436         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12437
12438         * gnus-cite.el (gnus-cite-blank-line-after-header)
12439         (gnus-article-boring-faces): Add :version.
12440
12441         * gnus-art.el (gnus-buttonized-mime-types)
12442         (gnus-inhibit-mime-unbuttonizing)
12443         (gnus-treat-display-face)
12444         (gnus-treat-body-boundary): Change :version.
12445         (gnus-body-boundary-delimiter, gnus-picon-databases)
12446         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12447         (gnus-treat-date-english, gnus-treat-fold-headers)
12448         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12449         (gnus-treat-mail-picon, gnus-treat-wash-html)
12450         (gnus-article-encrypt-protocol)
12451         (gnus-use-idna, gnus-article-over-scroll)
12452         (gnus-mime-display-multipart-alternative-as-mixed)
12453         (gnus-mime-display-multipart-related-as-mixed)
12454         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12455         (gnus-ctan-url, gnus-button-ctan-handler)
12456         (gnus-button-handle-ctan-bogus-regexp)
12457         (gnus-button-ctan-directory-regexp)
12458         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12459         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12460         (gnus-button-man-level, gnus-button-emacs-level)
12461         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12462
12463         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12464         (gnus-agent-go-online): Change :version.
12465         (gnus-agent-expire-unagentized-dirs)
12466         (gnus-agent-auto-agentize-methods): Add :version.
12467
12468         * flow-fill.el (fill-flowed-display-column)
12469         (fill-flowed-encode-column): Add :version.
12470
12471         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12472         (gnus-outlook-deuglify-unwrap-max)
12473         (gnus-outlook-deuglify-cite-marks)
12474         (gnus-outlook-deuglify-unwrap-stop-chars)
12475         (gnus-outlook-deuglify-no-wrap-chars)
12476         (gnus-outlook-deuglify-attrib-cut-regexp)
12477         (gnus-outlook-deuglify-attrib-verb-regexp)
12478         (gnus-outlook-deuglify-attrib-end-regexp)
12479         (gnus-outlook-display-hook): Add :version.
12480
12481         * binhex.el (binhex-use-external): Add :version.
12482
12483 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12484
12485         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12486         and `invisible'.
12487
12488 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12489
12490         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12491         in gnus-registry-trim.
12492
12493 2004-09-13  Simon Josefsson  <jas@extundo.com>
12494
12495         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12496
12497         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12498
12499         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12500         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12501         <yamaoka@jpl.org>.
12502         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12503         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12504         <yamaoka@jpl.org>.
12505
12506         * sieve.el (sieve-manage-mode): Ditto.
12507
12508 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12509
12510         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12511
12512 2004-09-11  Simon Josefsson  <jas@extundo.com>
12513
12514         * dns-mode.el: Add.
12515
12516         * mm-view.el (mm-display-dns-inline): Add.
12517
12518         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12519         (mm-automatic-display): Ditto.
12520
12521         * mailcap.el (mailcap-mime-data): Add text/dns.
12522         (mailcap-mime-extensions): Map .soa to text/dns.
12523
12524 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12525
12526         * gnus-art.el (article-decode-mime-words, article-babel)
12527         (gnus-article-highlight-signature, gnus-article-add-buttons)
12528         (gnus-signature-toggle): Remove unnecessary bindings of
12529         `inhibit-read-only' inherited from v5.10 merge.
12530
12531 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12532
12533         * nntp.el (nntp): New customization group.
12534         (nntp-authinfo-file): Add customization group.
12535
12536         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12537
12538         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12539
12540         * gnus.el (to-address, to-list, subscribed)
12541         (large-newsgroup-initial): Ditto.
12542
12543         * flow-fill.el (fill-flowed-display-column)
12544         (fill-flowed-encode-column): Ditto.
12545
12546 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12547
12548         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12549         Use point-min rather than 1.
12550         (message-send-mail): Use buffer-size rather than point-max.
12551
12552         * gnus-sum.el (gnus-summary-search-article-forward):
12553         Signal a specific `search-failed' rather than a generic `error'.
12554
12555         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12556         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12557         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12558
12559 2004-09-10  Simon Josefsson  <jas@extundo.com>
12560
12561         * nndb.el (require): Remove tcp and duplicate cl.
12562
12563 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12564
12565         * gnus-agent.el (directory-files-and-attributes): Move forward.
12566
12567 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12568
12569         * gnus-agent.el (directory-files-and-attributes): Optionally
12570         defined to support XEmacs.
12571
12572 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12573
12574         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12575         to avoid run-time CL dependencies.
12576         (gnus-agent-unfetch-articles): New function.
12577         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12578         article numbers even when local .overview file is missing.
12579         (gnus-agent-read-article-number): New function.  Only accepts
12580         27-bit article numbers.
12581         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12582         gnus-agent-read-article-number.
12583         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12584         from backend while recognizing that article numbers in .overview
12585         must be valid.
12586         (gnus-agent-update-files-total-fetched-for): Use
12587         directory-files-and-attributes to improve performance.
12588         * gnus-int.el (gnus-request-move-article): Use
12589         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12590         improve performance.
12591
12592         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12593         some users confused by references to .newsrc when they only have a
12594         .newsrc.eld file.
12595         (gnus-convert-mark-converter-prompt)
12596         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12597         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12598         New function.  Used internally to only display 'gnus converting
12599         files' message when actually necessary.
12600
12601         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12602         methods now autoloaded.
12603
12604 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12605
12606         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12607         identifiers.
12608
12609 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12610
12611         * gnus-picon.el: Fix indentation and closing parenthesis.
12612
12613 2004-09-01  Simon Josefsson  <jas@extundo.com>
12614
12615         * message.el (message-canlock-generate): Require sha1, not
12616         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12617         to require within a function.  Sadly, if sha1.el isn't loaded, the
12618         let binding in m-c-g will hide the defcustom definition, which is
12619         bad.)
12620
12621         * canlock.el: Require sha1, not sha1-el.
12622
12623         * message.el: Don't autoload sha1 (there is a autoload cookie in
12624         sha1.el).
12625
12626         * sha1-el.el: Renamed to sha1.el.
12627
12628 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12629
12630         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12631
12632 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12633
12634         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12635
12636 2004-08-30  Kim F. Storm  <storm@cua.dk>
12637
12638         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12639
12640         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12641         Add :group 'nnimap.
12642
12643 2004-08-30  Andreas Schwab  <schwab@suse.de>
12644
12645         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12646         ?* and ?\;.
12647
12648         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12649         and ?\' to symbol instead of whitespace.
12650
12651 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12652
12653         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12654
12655         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12656         instead of re-search-forward.
12657
12658         * gnus-uu.el (gnus-uu-save-article): Ditto.
12659         (gnus-uu-post-encode-uuencode): Ditto.
12660
12661         * html2text.el (html2text-clean-list-items): Ditto.
12662         (html2text-clean-dtdd): Ditto.
12663         (html2text-format-tags): Ditto.
12664
12665         * message.el (message-send-mail-with-sendmail): Fix regexp.
12666         (message-fill-field-general): Use search-forward instead of
12667         re-search-forward.
12668         (unbold-region): Ditto.
12669
12670         * nnrss.el (nnrss-request-article): Ditto.
12671
12672         * nnslashdot.el (nnslashdot-request-article): Ditto.
12673
12674         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12675
12676         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12677         "Unrecognized menu descriptor" error in XEmacs.
12678
12679 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12680
12681         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12682         parent article of a sparse article in the thread hashtb.
12683
12684 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12685
12686         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12687         (nnmail-expand-newtext): Lowercase expanded entries if
12688         nnmail-split-lowercase-expanded is non-nil.
12689
12690 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12691
12692         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12693
12694         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12695         of gnus-tmp-news-method into string under XEmacs.  It will be
12696         passed to gnus-correct-length which takes only a string argument.
12697
12698 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12699
12700         * gnus-util.el (gnus-bind-print-variables): New macro.
12701         (gnus-prin1): Use it.
12702         (gnus-prin1-to-string): Use it.
12703         (gnus-pp): New function.
12704         (gnus-pp-to-string): New function.
12705
12706         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12707         Replace pp-to-string with gnus-pp-to-string.
12708         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12709         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12710         * gnus-msg.el (gnus-debug): Ditto.
12711         * gnus-score.el (gnus-score-save): Ditto.
12712         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12713         gnus-pp-to-string.
12714         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12715         with gnus-pp.
12716         * score-mode.el (gnus-score-pretty-print): Ditto.
12717         * webmail.el (webmail-debug): Ditto.
12718
12719 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12720
12721         * gnus-art.el (article-display-face, article-display-x-face):
12722         Use buffer-read-only.
12723
12724 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12725
12726         * gnus-art.el (article-hide-list-identifiers):
12727         Bind inhibit-read-only as t.
12728
12729 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12730
12731         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12732
12733 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12734
12735         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12736         (gnus-narrow-to-page): Don't assume point-min == 1.
12737         (gnus-article-edit-mode): Derive from message-mode.
12738
12739         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12740         point-min == 1.
12741
12742         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12743         Disable incorrect use of `assert'.
12744
12745         * message.el (message-mode): Set comment-start-skip.
12746
12747
12748 2004-08-22  Sam Steingold  <sds@gnu.org>
12749
12750         * pop3.el (pop3-leave-mail-on-server): New user variable.
12751         (pop3-movemail): Delete mail only when it is nil.
12752
12753 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12754
12755         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12756
12757         * mml.el (mml-preview): Use `pop-to-buffer'.
12758
12759         * message.el (message-goto-mail-followup-to): Insert after "To".
12760         (message-carefully-insert-headers): Add comment.
12761
12762         * gnus.el: Remove unused variable `gnus-article-check-size'.
12763
12764         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12765
12766         * gnus-art.el (gnus-button-alist): Improve
12767         `gnus-button-handle-library' entry.
12768
12769 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12770
12771         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12772         downcase, since XEmacs capitalizes error messages differently.
12773
12774 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12775
12776         * nntp.el: Add (require 'gnus) due to reference to
12777         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12778
12779 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12780
12781         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12782         `mm-fill-flowed'.
12783
12784         * mm-decode.el (mm-dissect-singlepart): Check it.
12785
12786 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12787
12788         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12789         'imap' for netrc parsing.
12790
12791 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12792
12793         * mailcap.el (mailcap-mime-data): Mark as risky.
12794
12795 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12796
12797         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12798         may be included in the encoded word.
12799         (rfc2047-encode): Don't append a space if the encoded word
12800         includes close parenthesis.
12801
12802 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12803
12804         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12805         of text within parentheses.
12806
12807 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12808
12809         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12810         (gnus-encrypt-write-file-contents): Make the password key the file
12811         name PLUS the cipher, not just the cipher.  Also remove failed
12812         passwords from the cache.
12813
12814 2004-08-06  Simon Josefsson  <jas@extundo.com>
12815
12816         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12817         fix.
12818
12819 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12820
12821         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12822         LWSP.
12823
12824 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12825
12826         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12827         to append in-reply-to: data to the references: header.
12828
12829         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12830         (netrc-parse): Use gnus-encrypt.el functions.
12831
12832         * gnus-encrypt.el: Add new file for encryption support; currently
12833         does only a few GPG ciphers and an internal XOR cipher.
12834
12835         * password.el: Add comments on using password-read-and-add.
12836         (password-read-and-add): Add function to read and add the
12837         password to the cache at once.
12838
12839 2004-07-28  Simon Josefsson  <jas@extundo.com>
12840
12841         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12842         parameter (but don't use it, for now).
12843
12844         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12845         instead of hard coding to nil.
12846
12847 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12848
12849         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12850         as mm-inline-image-xemacs does.
12851
12852 2004-07-26  Simon Josefsson  <jas@extundo.com>
12853
12854         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12855         Revert part of 2004-07-17 change below.
12856
12857 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12858
12859         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12860         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12861
12862 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12863
12864         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12865         quotes that actually start with ">" at the beginning of the
12866         lines.
12867
12868 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12869
12870         * rfc2047.el (rfc2047-encode-region): Fix last change.
12871         (rfc2047-encode-parameter): Remove useless concat.
12872
12873 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12874
12875         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12876         encode special characters; fix some kind of misconfigured headers;
12877         signal a real error if debug-on-quit or debug-on-error is non-nil.
12878         (rfc2047-encode-max-chars): New variable.
12879         (rfc2047-encode-1): Use it.
12880         (rfc2047-encode-parameter): New function.
12881
12882         * mml.el (mml-insert-parameter): Remove an excessive space.
12883
12884 2004-07-17  Simon Josefsson  <jas@extundo.com>
12885
12886         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12887         Kai Grossjohann <kai@emptydomain.de>.
12888         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12889         (gnus-group-make-menu-bar): Ditto.
12890
12891         * gnus-util.el (gnus-group-server): Add.
12892
12893 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12894
12895         * message.el (message-clone-locals): Clone sendmail and smtp
12896         variables.
12897
12898 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12899
12900         * rfc2047.el (rfc2047-encode-region): Fix last change.
12901
12902 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12903
12904         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12905         characters as non-special.
12906
12907 2004-07-09  Simon Josefsson  <jas@extundo.com>
12908
12909         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12910         Users will lose all flag changes made while unplugged with
12911         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12912         good default.  See numerous reports on ding mailing list.
12913
12914 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12915
12916         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12917         add generate-head-function and generate-article-function to the
12918         rfc822-forward entry.
12919         (nndoc-rfc822-forward-generate-article): New function.
12920         (nndoc-rfc822-forward-generate-head): New function.
12921
12922         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12923
12924 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12925
12926         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12927         respect display group parameter and gnus-summary-expunge-below.
12928         (gnus-articles-to-read): Remove unused reference to display group
12929         parameter.
12930
12931 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12932
12933         * nnheader.el (nnheader-uniquify-message-id): New experimental
12934         variable.
12935         (nnheader-nov-read-message-id): Use it.
12936
12937         * spam-report.el (spam-report-gmane): Add interactive.
12938
12939 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12940
12941         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12942         qp-or-base64 for the application/* types.
12943
12944 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12945
12946         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12947
12948 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12949
12950         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12951         trim value.
12952
12953 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12954
12955         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12956         New macro and function.
12957         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12958
12959 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12960
12961         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12962         after-load-alist.
12963
12964 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12965
12966         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12967         update info that isn't there.
12968
12969 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
12970
12971         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12972         entry.
12973
12974 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12975
12976         * mm-view.el (mm-inline-render-with-function): Use multibyte
12977         buffer; decode html source by charset.
12978
12979         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12980
12981         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12982         Mule-UCS is loaded under XEmacs.
12983         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12984
12985 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12986
12987         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12988
12989 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12990
12991         * mm-util.el (mm-coding-system-p): Return a coding-system.
12992         (mm-mime-mule-charset-alist): Use shift_jis instead of
12993         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12994         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12995         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12996         instead of japanese-shift-jis and iso-latin-1 respectively in
12997         order to share the default value with both Emacs and XEmacs-mule.
12998         (mm-mule-charset-to-mime-charset): Make
12999         mm-coding-system-priorities effective.
13000         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13001         while predicating of candidates upon the priorities.
13002
13003 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13004
13005         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13006         gnus-uu-invert-processable.
13007
13008         * gnus.el: Autoload gnus-uu-invert-processable.
13009
13010 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13011
13012         * mm-util.el (mm-with-multibyte-buffer): New macro.
13013
13014         * rfc2047.el (rfc2047-encode-string): Use it.
13015         (rfc2047-encode-region): Move point to the end of the region after
13016         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13017
13018 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13019
13020         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13021         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13022
13023 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13024
13025         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13026         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13027         Karl Chen <quarl@nospam.quarl.org>.
13028
13029 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13030
13031         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13032         invalid addresses.
13033
13034 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13035
13036         * spam.el: Change section markers, revise TODO list.
13037         (spam-backends): Make new master list of all installed backends.
13038         (spam-summary-exit-behavior): Add new variable to determine how
13039         messages moves are done at summary exit.
13040         (spam-move-spam-nonspam-groups-only)
13041         (spam-process-ham-in-nonham-groups)
13042         (spam-process-ham-in-spam-groups): Remove variables, the
13043         spam-summary-exit-behavior variable should be used to manage this
13044         behavior.
13045         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13046         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13047         and spam-old-spam-articles.
13048         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13049         Add empty variables, placeholders for the backends they represent.
13050         (spam-set-difference): Move, unchanged.
13051         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13052         unless the user has a processor variable.
13053         (spam-classifications, spam-classification-valid-p)
13054         (spam-backend-properties, spam-backend-property-valid-p)
13055         (spam-backend-function-type-valid-p)
13056         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13057         (spam-report-articles-gmane, spam-report-articles-resend):
13058         Remove functions, they are not needed.
13059         (spam-install-backend-super, spam-backend-list)
13060         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13061         (spam-backend-function, spam-backend-ham-registration-function)
13062         (spam-backend-spam-registration-function)
13063         (spam-backend-ham-unregistration-function)
13064         (spam-backend-spam-unregistration-function)
13065         (spam-backend-statistical-p, spam-backend-mover-p)
13066         (spam-install-backend-alias, spam-install-checkonly-backend)
13067         (spam-install-mover-backend, spam-install-nocheck-backend)
13068         (spam-install-backend, spam-install-statistical-backend)
13069         (spam-install-statistical-checkonly-backend): Add backend installation
13070         support.
13071         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13072         (spam-group-processor-p): Use the new backend code and respect the
13073         summary exit behavior.
13074         (spam-mark-spam-as-expired-and-move-routine): Remove.
13075         (spam-summary-prepare): Change to use the new spam-old-articles
13076         variable.
13077         (spam-copy-or-move-routine, spam-copy-spam-routine)
13078         (spam-move-spam-routine, spam-copy-ham-routine)
13079         (spam-move-ham-routine): Add code to copy/move ham or spam.
13080         (spam-fetch-field-fast): Improve doc and code, plus allow the
13081         'number request.
13082         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13083         variables.
13084         (spam-split, spam-find-spam): Use the new backend code.
13085         (spam-registration-functions): Remove variable.
13086         (spam-unregister-routine): Add convenience wrapper.
13087         (spam-log-undo-registration, spam-register-routine)
13088         (spam-log-processing-to-registry)
13089         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13090         where possible.
13091         (spam-check-gmane-xref, spam-check-regex-headers)
13092         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13093         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13094         (spam-check-bogofilter-headers, spam-check-spamoracle)
13095         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13096         (spam-check-crm114-headers): Use the spam-split-group that
13097         spam-split prepares, no need to determine it every time.
13098
13099         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13100         to the nnheader-parse-naked-head call.
13101
13102         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13103
13104         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13105         the nnheader-nov-read-message-id call.
13106
13107 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13108
13109         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13110         gnus-activate-group twice.  Suggested by Markus Peter
13111         <warp@spin.de>.
13112
13113 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13114
13115         * gnus-art.el (gnus-article-time-format): Exchange the order of
13116         day and month in the default value; fix customization type.
13117         (article-date-ut): Use add-text-properties.
13118         (article-make-date-line): Use message-make-date instead of
13119         current-time-string.
13120
13121         * message.el (message-fetch-field): Don't use set-text-properties.
13122         (message-make-date): Simplify.
13123
13124         * messagexmas.el (message-xmas-make-date): New function.
13125         (message-xmas-redefine): Defalias message-make-date to it.
13126
13127 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13128
13129         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13130         (rfc2047-encode-region): Treat text within parentheses as special;
13131         show the original text when error has occurred.
13132
13133         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13134         already-computed method to gnus-activate-group.
13135
13136         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13137         same select-methods identical Lisp objects.
13138
13139         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13140         object when modifying the info.
13141
13142 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13143
13144         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13145         gnus-opened-servers since it has never been opened with the new
13146         configuration yet.
13147
13148 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13149
13150         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13151         arg to nnheader-generate-fake-message-id.
13152
13153 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13154
13155         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13156         number and build a fake message ID localized to a group and
13157         article number (so it's repeatable from that point on).
13158         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13159         ID format.
13160
13161         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13162         nnheader-generate-fake-message-id with the article number.
13163
13164 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13165
13166         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13167         end-of-buffer.
13168
13169 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13170
13171         * message.el (message-ignored-supersedes-headers): Add Approved.
13172
13173 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13174
13175         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13176         goto-char.
13177         (rfc2047-encode): Fold the line before encoding.
13178
13179 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13180
13181         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13182         folding -- not all headers can be folded, and this should be done
13183         by the message composition mode.  Probably.  I think.
13184
13185 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13186
13187         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13188         fast.
13189
13190         * gnus-ems.el (gnus-remove-image): Don't use
13191         message-text-with-property; remove only the image found first.
13192
13193         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13194         found first.
13195
13196 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13197
13198         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13199
13200 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13201
13202         * message.el (message-text-with-property): Make it fast and accept
13203         optional arguments.
13204         (message-strip-forbidden-properties): Use it.
13205         (message-fix-before-sending): Follow the m-t-w-p change.
13206
13207         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13208
13209 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13210
13211         * gnus-art.el (article-hide-headers): Don't change the buffer
13212         mistakenly when performing mml-preview even if
13213         gnus-single-article-buffer is nil.
13214
13215 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13216
13217         * message.el (message-expand-name-databases): New user option.
13218         (message-expand-name): Use it.
13219
13220 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13221
13222         * spam.el (spam-report-articles-resend)
13223         (spam-report-resend-register-routine): Allow ham reporting.
13224         (spam-report-resend-register-ham-routine): Add wrapper.
13225         (spam-registration-functions): Add ham resending functions.
13226         (spam-list-of-processors): Add ham resend processor.
13227
13228         * gnus.el (ham-resend-to): Add new group parameter.
13229         (spam-process): Add ham resend option.
13230
13231         * spam-report.el (spam-report-resend): Allow reporting ham.
13232         (spam-report-resend-ham): Add wrapper.
13233
13234 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13235
13236         * message.el (message-cite-articles-with-x-no-archive): New
13237         variable.
13238         (message-cite-original): Use it.
13239
13240 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13241
13242         * message.el (message-cite-original): Respect X-No-Archive.
13243
13244 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13245
13246         * gnus-art.el (article-hide-headers): Refer to the values for
13247         gnus-ignored-headers and gnus-visible-headers in the summary
13248         buffer since a user may have set them as group parameters.
13249
13250 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13251
13252         * assistant.el (assistant-node-name): Add convenience function.
13253         (assistant-render-text, assistant-render-node): Add error handling,
13254         plus handle multiple next nodes.
13255         (assistant-find-next-node): Comment out for now.
13256         (assistant-find-next-nodes): Add function, returns list of next
13257         nodes.
13258
13259 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13260
13261         * mail-source.el (mail-source-directory): Fix doc-string.
13262
13263 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13264
13265         * assistant.el (assistant-render-text, assistant-eval): Add :set
13266         widget type, which is different because it takes and returns a
13267         list.  Much hilarity ensues.
13268
13269 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13270
13271         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13272
13273         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13274         doc-string.
13275
13276         * gnus-start.el (gnus-activate-group): Added doc-string.
13277
13278 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13279
13280         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13281
13282 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13283
13284         * assistant.el (assistant-render-text): Try to add a :set
13285         widget, more to come.
13286
13287         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13288         strings.
13289         (spam-report-articles-resend)
13290         (spam-register-routine): Do registration iff any articles warrant
13291         it.
13292         (spam-summary-prepare-exit): Change log message for nil group
13293         destinations.
13294
13295 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13296
13297         * spam.el (spam-report-resend-register-routine): Allow
13298         spam-report-resend-to to be a group parameter or a global value.
13299
13300 2004-05-26  Simon Josefsson  <jas@extundo.com>
13301
13302         * starttls.el: Merge with my GNUTLS based starttls.el.
13303         (starttls-gnutls-program, starttls-use-gnutls)
13304         (starttls-extra-arguments, starttls-process-connection-type)
13305         (starttls-connect, starttls-failure, starttls-success): New
13306         variables.
13307         (starttls-program, starttls-extra-args): Doc fix.
13308         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13309         functions.
13310         (starttls-negotiate, starttls-open-stream): Check
13311         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13312         function if it is set.
13313
13314 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13315
13316         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13317         structured fields.
13318
13319 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13320
13321         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13322
13323 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13324
13325         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13326         variable.
13327         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13328         assigning the spam-mark to new messages.
13329
13330 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13331
13332         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13333
13334 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13335
13336         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13337
13338         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13339         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13340         default.
13341
13342 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13343
13344         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13345         correct data.
13346
13347 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13348
13349         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13350         (spam-group-processor-p): Fix function.
13351         (spam-group-processor-multiple-p)
13352         (spam-group-spam-processor-report-gmane-p)
13353         (spam-group-spam-processor-report-resend-p)
13354         (spam-group-spam-processor-bogofilter-p)
13355         (spam-group-spam-processor-blacklist-p)
13356         (spam-group-spam-processor-ifile-p)
13357         (spam-group-ham-processor-ifile-p)
13358         (spam-group-spam-processor-spamoracle-p)
13359         (spam-group-spam-processor-crm114-p)
13360         (spam-group-ham-processor-bogofilter-p)
13361         (spam-group-spam-processor-stat-p)
13362         (spam-group-ham-processor-stat-p)
13363         (spam-group-ham-processor-whitelist-p)
13364         (spam-group-ham-processor-BBDB-p)
13365         (spam-group-ham-processor-spamoracle-p)
13366         (spam-group-ham-processor-copy-p): Remove functions with some
13367         prejudice against unneeded code.
13368         (spam-report-articles-resend)
13369         (spam-report-resend-register-routine): Allow the group/topic
13370         spam-resend-to value to override spam-report-resend-to.
13371         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13372         properly now.
13373
13374         * gnus.el (spam-resend-to): Add group/topic parameter.
13375         (spam-process): Move the OBSOLETE processors to the end of the
13376         choices.
13377
13378 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13379
13380         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13381         with resend-to set to nil, and then ask the user if necessary.
13382         (spam-report-resend): spam-report-resend takes a list of articles, not
13383         separate article numbers.
13384
13385 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13386
13387         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13388         addition to emacs-w3m.
13389
13390 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13391
13392         * assistant.el (assistant-authinfo-data): New function.
13393         (assistant-eval): Eval for entire assistant.
13394
13395         * netrc.el (netrc-services-file): New variable.
13396         (netrc-parse-services): New function.
13397         (netrc-find-service-name): New function.
13398         (netrc-find-service-number): New function.
13399         (netrc-port-equal): New function.
13400         (netrc-machine): Use it.
13401
13402         * nnimap.el (nnimap-open-connection): Use netrc.
13403
13404         * gnus-util.el (gnus-netrc-get): Remove aliases.
13405
13406         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13407
13408         * assistant.el (wid-edit): Fix compilation.
13409
13410         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13411
13412 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13413
13414         * gnus-util.el (gnus-set-file-modes): New function.  (small
13415         patch).
13416
13417 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13418
13419         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13420
13421         * assistant.el (assistant-render-node): Fix up rendering and
13422         read-only text.
13423         (assistant-render-node): Reset.
13424         (assistant-make-read-only): Not sticky.
13425
13426 2004-05-20  Danny Siu  <dsiu@adobe.com>
13427
13428         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13429         centered even when gnus-auto-center-summary is t.
13430
13431 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13432
13433         * dns.el (dns-get-txt-answer): New function.
13434         (dns-read-txt): Ditto.
13435         (query-dns): Use it.
13436
13437 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13438
13439         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13440         active for foreign groups even if the group level is higher than
13441         the specified value.
13442
13443 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13444
13445         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13446         non-active groups.
13447
13448         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13449
13450 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13451
13452         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13453
13454 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13455
13456         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13457         (spam-crm114-header, spam-crm114-spam-switch)
13458         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13459         (spam-crm114-positive-spam-header)
13460         (spam-crm114-database-directory, spam-list-of-processors)
13461         (spam-group-spam-processor-crm114-p)
13462         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13463         (spam-generic-score, spam-list-of-checks)
13464         (spam-list-of-statistical-checks, spam-registration-functions)
13465         (spam-check-crm114-headers, spam-crm114-score)
13466         (spam-check-crm114, spam-crm114-register-with-crm114)
13467         (spam-crm114-register-spam-routine)
13468         (spam-crm114-unregister-spam-routine)
13469         (spam-crm114-register-ham-routine)
13470         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13471         asjo@koldfront.dk (Adam Sjøgren).
13472
13473         * gnus.el: Add spam-use-crm114.
13474
13475         * spam.el (spam-list-of-processors, spam-registration-functions):
13476         Add spam-use-resend.
13477         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13478         (spam-report-articles-gmane): Add doc fix.
13479         (spam-report-articles-resend, spam-report-resend-register-routine):
13480         Add wrappers around spam-report-resend-to.
13481
13482         * spam-report.el (spam-report-resend-to, spam-report-resend):
13483         Add support for resending spam.
13484         (spam-report-gmane): Fix line length >80.
13485
13486         * gnus.el (spam-process): Add spam-use-resend.
13487
13488 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13489
13490         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13491         number of processed spam messages.
13492         (spam-ham-copy-or-move-routine): Return the number of processed
13493         ham messages.
13494         (spam-summary-prepare-exit): Use the above values to decide
13495         whether status messages shouled be displayed.
13496
13497 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13498
13499         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13500         `rfc2047-encoding-function-alist' in order to avoid conflicting
13501         with the old version.
13502         (rfc2047-encode-region): Concatenate words containing non-ASCII
13503         characters in structured fields; don't encode space-delimited
13504         ASCII words even in unstructured fields; don't break words at
13505         char-category boundaries.
13506         (rfc2047-encode-1): New function.
13507         (rfc2047-encode): Use it; encode text so that it occupies the
13508         maximum width within 76-column; work correctly on Q encoding for
13509         iso-2022-* charsets.
13510         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13511         sure not to break a line just after the header name.
13512         (rfc2047-b-encode-region): Removed.
13513         (rfc2047-b-encode-string): New function.
13514         (rfc2047-q-encode-region): Removed.
13515         (rfc2047-q-encode-string): New function.
13516
13517         * mm-util.el (mm-replace-in-string): New function.
13518
13519 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13520
13521         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13522         get it right.
13523         (gnus-inews-make-draft): Really.
13524
13525 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13526
13527         * nnmh.el (nnmh-request-list-1): Don't check the link count
13528         before descending.  (small patch)
13529
13530 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13531
13532         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13533         stuff.
13534
13535         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13536         on real group name.
13537
13538         * gnus-art.el (gnus-signature-limit): Doc fix.
13539
13540         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13541
13542         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13543
13544 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13545
13546         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13547         isn't a string.
13548
13549 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13550
13551         * gnus-draft.el (gnus-draft-send): Bind
13552         rfc2047-encode-encoded-words.
13553
13554         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13555         (rfc2047-encodable-p): Say that =? needs encoding.
13556         (rfc2047-encode-encoded-words): New variable.
13557
13558         * gnus-group.el (gnus-group-select-group): Doc fix.
13559
13560         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13561
13562         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13563         to nil.
13564
13565         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13566
13567         * nnheader.el (nnheader-get-lines-and-char): New function.
13568
13569 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13570
13571         * gnus-msg.el (gnus-summary-followup-with-original): Document
13572         yanking of region when active.
13573
13574 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13575
13576         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13577         groups if the group level is higher than the specified value.
13578
13579 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13580
13581         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13582         (gnus-group-jump-to-group): Added prefix argument using
13583         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13584         non-active group.
13585
13586         * compface.el (uncompface): Be verbose when changing
13587         `uncompface-use-external'.
13588
13589         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13590         handle manual section.
13591
13592 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13593
13594         * gnus-art.el (gnus-button-alist): Revert previous change.
13595
13596 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13597
13598         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13599
13600 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13601
13602         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13603         whether backend can accept message.
13604
13605         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13606
13607 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13608
13609         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13610         Avoid creating directory when nntp-marks-is-evil is true.
13611         Reported by Reiner Steib.
13612
13613 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13614
13615         * gnus-picon.el (gnus-picon-style): New variable.
13616         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13617         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13618         Jesper Harder <harder@ifa.au.dk>.
13619
13620 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13621
13622         * message.el (message-fill-field): Return point.
13623         (message-generate-headers): Go to end of field.
13624
13625         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13626         stuff for non-living groups.
13627
13628 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13629
13630         * gnus-art.el (gnus-article-followup-with-original)
13631         (gnus-article-reply-with-original): gnus-mark-active-p ->
13632         gnus-region-active-p.
13633
13634 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13635
13636         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13637         only when there is spam or ham to be processed.
13638
13639 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13640
13641         * mail-source.el (mail-source-delete-crash-box): Refactor.
13642         (mail-source-fetch): Use it.
13643         (mail-source-fetch-file): Ditto.
13644         (mail-source-fetch-directory): Run postscript in loop.
13645         (mail-source-fetch-pop): Delete.
13646         (mail-source-fetch-maildir): Ditto.
13647         (mail-source-fetch-imap): Ditto.
13648
13649         * imap.el (imap-authenticators): Comment out sasl.
13650
13651         * message.el (message-skip-to-next-address): New function.
13652         (message-fill-header-address): Refactor.
13653         (message-fill-address): Use it.
13654         (message-delete-address): Use it.
13655         (message-fill-header-general): Refactor.
13656         (message-fill-field-address): Rename.
13657         (message-narrow-to-field): Find the start of the header.
13658         (message-header-format-alist): Don't pre-fill.
13659         (message-fill-header): Removed.
13660         (message-insert-header): New function.
13661         (message-shorten-references): Use it.
13662
13663         * rfc2047.el (rfc2047-field-value): Strip props.
13664
13665         * mail-parse.el (mail-header-make-address): New alias.
13666
13667         * ietf-drums.el (ietf-drums-make-address): New function.
13668
13669         * imap.el: Add compiler directives.
13670
13671         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13672
13673         * gnus-art.el (article-decode-idna-rhs): Don't use
13674         message-idna-inside-rhs-p.
13675
13676 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13677
13678         * message.el (message-idna-inside-rhs-p): Removed.
13679         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13680
13681         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13682         false positives.
13683
13684 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13685
13686         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13687
13688 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13689
13690         * nneething.el (nneething-file-name): Don't create spurious
13691         files.
13692
13693         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13694         (gnus-inews-do-gcc): Remove sleep.
13695
13696         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13697         part under point.
13698
13699         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13700         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13701
13702 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13703
13704         * spam.el (spam-summary-prepare-exit): Fixed (length).
13705
13706 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13707
13708         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13709         as expired without moving it" message when there are spam
13710         messages left.
13711
13712 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13713
13714         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13715         header is not nil.
13716
13717 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13718
13719         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13720         nntp-possibly-create-directory, not nntp-possibly-change-group.
13721         (nntp-marks-changed-p): New arg SERVER.
13722         (nntp-request-update-info): Adjust caller.
13723
13724 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13725
13726         * nntp.el (nntp-save-marks): Pass missing arg.
13727
13728 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13729
13730         * nntp.el: Support marks.
13731         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13732         (nntp-marks-modtime, nntp-marks-directory): New variables.
13733         (nntp-request-set-mark, nntp-request-update-info)
13734         (nntp-possibly-create-directory, nntp-marks-changed-p)
13735         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13736         functions.
13737
13738 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13739
13740         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13741         (gnus-xmas-redefine): Rename.
13742
13743         * gnus-score.el (gnus-score-insert-help): Use
13744         gnus-select-lowest-window.
13745
13746         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13747         appt-select-lowest-window and rename to gnus-select-lowest-window.
13748
13749         * gnus.el: do.
13750
13751 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13752
13753         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13754         encodings of MIME-encoded words, in order to improve
13755         interoperability with several broken MUAs.
13756
13757 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13758
13759         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13760         tags, only when charsets are not specified in headers.
13761         (mm-inline-text-html-render-with-w3m): Ditto.
13762
13763         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13764         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13765
13766 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13767
13768         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13769         instead of MIME-decoded from fields when checking
13770         `gnus-article-address-banner-alist'.
13771
13772 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13773
13774         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13775         description rather than subject.
13776
13777 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13778
13779         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13780
13781 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13782
13783         * gnus.el (gnus-version-number): Bump.
13784
13785 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13786
13787         * gnus.el: No Gnus v0.2 is released.
13788
13789 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13790
13791         * gnus-agent.el (gnus-agent-read-agentview): Inline
13792         gnus-uncompress-range.
13793
13794 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13795
13796         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13797         `exec-installed-p'.
13798
13799 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13800
13801         * gnus.el (spam-process, spam-autodetect-methods): Add
13802         bsfilter and bsfilter-headers.
13803
13804         * spam.el (spam-bsfilter): New customize group.
13805         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13806         (spam-bsfilter-header, spam-bsfilter-probability-header)
13807         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13808         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13809         (spam-bsfilter-database-directory): New options.
13810         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13811         (spam-list-of-statistical-checks, spam-registration-functions):
13812         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13813         (spam-bsfilter-score): New command.
13814         (spam-check-bsfilter-headers, spam-check-bsfilter)
13815         (spam-bsfilter-register-with-bsfilter)
13816         (spam-bsfilter-register-spam-routine)
13817         (spam-bsfilter-unregister-spam-routine)
13818         (spam-bsfilter-register-ham-routine)
13819         (spam-bsfilter-unregister-ham-routine): New functions.
13820         (spam-generic-score): Support bsfilter; Accept an optional argument
13821         to recalcurate spam score even if scoring header has already been
13822         added.
13823         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13824         optional argument to recalcurate spam score even if scoring header
13825         has already been added.
13826
13827 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13828
13829         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13830         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13831         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13832         link is missing.
13833
13834 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13835
13836         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13837         (html2text-get-attr): Rewrite.
13838
13839         * message.el (message-setup-1): Remove redundant put-text-property
13840         on mail-header-separator.
13841
13842 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13843
13844         * gnus-registry.el (gnus-registry-cache-whitespace)
13845         (gnus-registry-action, gnus-registry-spool-action)
13846         (gnus-registry-split-fancy-with-parent): Change message levels
13847         from 5 to 3 or 7, as needed.
13848
13849         * spam.el (spam-summary-prepare-exit)
13850         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13851         (spam-split, spam-find-spam, spam-log-undo-registration)
13852         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13853         level from 5 to 6.
13854
13855 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13856
13857         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13858         2004-03-04 change).
13859
13860 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13861
13862         * sieve-manage.el (sieve-manage-open):
13863         * nnweb.el (nnweb-insert-html):
13864         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13865         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13866         * nnspool.el (nnspool-request-group):
13867         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13868         * nnml.el (nnml-request-update-info):
13869         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13870         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13871         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13872         (nnimap-request-set-mark):
13873         * nnfolder.el (nnfolder-request-update-info):
13874         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13875         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13876         * gnus-uu.el (gnus-uu-find-articles-matching):
13877         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13878         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13879         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13880         * gnus-nocem.el (gnus-nocem-scan-groups):
13881         * gnus-int.el (gnus-start-news-server):
13882         * gnus-group.el (gnus-group-make-kiboze-group)
13883         (gnus-group-browse-foreign-server):
13884         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13885         Use mapc when appropriate.
13886
13887 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13888
13889         FIXME: Make separate entries for each person.
13890
13891         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13892         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13893         <shields@msrl.com>:
13894
13895         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13896         may need for spam sorting and scoring.
13897         (spam-user-format-function-S): Add user format function suitable for
13898         general use.
13899         (spam-article-sort-by-spam-status): Add sorting function for summary
13900         sorting.
13901         (spam-extra-header-to-number): Add function to get a score from a
13902         header.
13903         (spam-summary-score): Add function to get a numeric score from the
13904         headers.
13905         (spam-generic-score): Fix function doc, was in wrong place.
13906         (spam-initialize): Take symbols when it's run, and install the
13907         extra headers that spam-necessary-extra-headers thinks we need.
13908
13909 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13910
13911         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13912         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
13913
13914 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13915
13916         * gnus-sum.el (gnus-set-global-variables)
13917         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13918         (gnus-article-get-xrefs, gnus-summary-best-group)
13919         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13920         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13921         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13922         Use with-current-buffer.
13923
13924 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13925
13926         * spam.el (spam-summary-prepare-exit): Simplify logic.
13927         (spam-fetch-article-header): Read the article header if it's not
13928         available.
13929         (spam-list-articles): Simplify logic.
13930         (spam-filelist-register-routine): Fix bug with unregister-list.
13931
13932         * gnus-registry.el: Fix comments at beginning.
13933
13934 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13935
13936         * message.el (message-cater-to-broken-inn): Remove.
13937         (message-shorten-references): Make sure the total folded length of
13938         References is shorter than 998 characters to cater to a bug in INN
13939         2.3.  Also, don't pretend that references aren't folded -- this
13940         hasn't worked for a while.
13941
13942 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13943
13944         * gnus-agent.el (gnus-agentize):
13945         gnus-agent-send-mail-real-function no longer set to current value
13946         of message-send-mail-function but rather a lambda that calls
13947         message-send-mail-function.  The change makes the agent real-time
13948         responsive to user changes to message-send-mail-function.
13949
13950 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13951
13952         * legacy-gnus-agent.el
13953         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13954         help from Florian Weimer <fw@deneb.enyo.de>
13955
13956 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13957
13958         * nnmail.el (nnmail-cache-insert): Revert last change.
13959
13960 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13961
13962         * nnmail.el (nnmail-cache-insert): Always check whether
13963         nnmail-cache-ignore-groups matches a group name.
13964
13965 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13966
13967         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13968         (spam-find-spam, spam-log-processing-to-registry)
13969         (spam-log-registered-p, spam-log-unregistration-needed-p)
13970         (spam-log-undo-registration): Use gnus-message instead of
13971         gnus-error, none of these errors are fatal.
13972
13973         * gnus-registry.el (gnus-registry-clean-empty-function)
13974         (gnus-registry-clean-empty): Remove only empty entries without
13975         extra data.
13976
13977 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13978
13979         * spam-stat.el (spam-stat-buffer-change-to-spam)
13980         (spam-stat-buffer-change-to-non-spam): Change (error) to
13981         (gnus-message 8) invocation.
13982
13983 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13984
13985         * nntp.el (nntp-via-netcat-command): New variable.
13986         (nntp-via-netcat-switches): New variable.
13987         (nntp-open-via-rlogin-and-netcat): New function.
13988         (nntp-open-connection-function): Doc fix.
13989         (nntp-telnet-command): Doc fix.
13990         (nntp-end-of-line): Doc fix.
13991         (nntp-via-rlogin-command): Doc fix.
13992         (nntp-via-user-name): Doc fix.
13993         (nntp-via-address): Doc fix.
13994
13995 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13996
13997         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13998         error in Emacs 21.1.
13999
14000 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14001
14002         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14003
14004 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14005
14006         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14007         (gnus-agent-with-refreshed-group): New macro.
14008         (gnus-agent-rename-group): New function.
14009         (gnus-agent-delete-group): New function.
14010         (gnus-agent-save-group-info): Use gnus-command-method when
14011         `method' parameter is nil.  Don't write nil entries into the
14012         active file.
14013         (gnus-agent-get-group-info): New function.
14014         (gnus-agent-fetch-articles): Use
14015         gnus-agent-update-files-total-fetched-for to increment disk space
14016         used.
14017         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14018         gnus-agent-update-view-total-fetched-for to increment disk space
14019         used.
14020         (gnus-agent-get-local): Added optional parameters to avoid calling
14021         gnus-group-real-name and gnus-find-method-for-group.
14022         (gnus-agent-set-local): Delete stored entry if either min, or max,
14023         are nil.
14024         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14025         quit, use gnus-agent-regenerate-group to record existance of any
14026         articles fetched to disk before the quit occurred.
14027         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14028         gnus-agent-update-view-total-fetched-for, and
14029         gnus-agent-update-files-total-fetched-for to decrement disk space
14030         used.
14031         (gnus-agent-retrieve-headers): Use
14032         gnus-agent-update-view-total-fetched-for to increment disk space
14033         used.
14034         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14035         with gnus-agent-update-files-total-fetched-for to decrement disk
14036         space and fresh group buffer.
14037         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14038         (gnus-agent-need-update-total-fetched-for): New variable.
14039         (gnus-agent-update-files-total-fetched-for): New function.
14040         (gnus-agent-update-view-total-fetched-for): New function.
14041         (gnus-agent-total-fetched-for): New function.
14042
14043         * gnus-cache.el (gnus-cache-save-buffers): Use
14044         gnus-cache-update-overview-total-fetched-for to change disk space
14045         used by this group.
14046         (gnus-cache-possibly-enter-article): Use
14047         gnus-cache-update-file-total-fetched-for to increment disk space
14048         used by this group.
14049         (gnus-cache-possibly-remove-article): Use
14050         gnus-cache-update-file-total-fetched-for to decrement disk space
14051         used by this group.
14052         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14053         (gnus-cache-rename-group): New function.
14054         (gnus-cache-delete-group): New function.
14055         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14056         (gnus-cache-need-update-total-fetched-for): New variable.
14057         (gnus-cache-with-refreshed-group): New macro.
14058         (gnus-cache-update-file-total-fetched-for): New function.
14059         (gnus-cache-update-overview-total-fetched-for): New function.
14060         (gnus-cache-rename-group-total-fetched-for): New function.
14061         (gnus-cache-delete-group-total-fetched-for): New function.
14062         (gnus-cache-total-fetched-for): New function.
14063
14064         * gnus-group.el: Require gnus-sum and autoload functions to
14065         resolve warnings when gnus-group.el compiled alone.
14066         (gnus-group-line-format): Documented new %F.
14067         (size of Fetched data) group line format; identifies disk space
14068         used by agent and cache.
14069         (gnus-group-line-format-alist): Defined new F format.
14070         (gnus-total-fetched-for): New function.
14071         (gnus-group-delete-group): No longer update
14072         gnus-cache-active-altered as gnus-request-delete-group now keeps
14073         the cache in sync.
14074         (gnus-group-list-active): Let the agent store a server's active
14075         list if currently plugged.
14076
14077         * gnus-int.el (gnus-request-delete-group):
14078         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14079         local disk in sync with the server.
14080         (gnus-request-rename-group):
14081         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14082         local disk in sync with the server.
14083
14084         * gnus-start.el (gnus-get-unread-articles):
14085         Cosmetic simplification to logic.
14086
14087         * gnus-util.el (gnus-rename-file): New function.
14088
14089 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14090
14091         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14092
14093 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14094
14095         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14096         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14097
14098 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14099
14100         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14101         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14102
14103 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14104
14105         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14106
14107 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14108
14109         * spam.el (spam-set-difference): Add function to replace
14110         gnus-set-difference in spam.el.
14111         (spam-summary-prepare-exit): Use spam-set-difference.
14112
14113 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14114
14115         * gnus-registry.el (gnus-registry-cache-file): Update to use
14116         gnus-dribble-directory OR gnus-home-directory OR ~.
14117         (gnus-registry-split-fancy-with-parent): Fix doc.
14118
14119 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14120
14121         * message.el (message-exchange-point-and-mark): Use
14122         message-mark-active-p.  Suggested by Jesper Harder
14123         <harder@ifa.au.dk>.
14124
14125 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14126
14127         * message.el (message-exchange-point-and-mark): Don't activate
14128         region if it was inactive.  Suggested by Hiroshi Fujishima
14129         <pooh@nature.tsukuba.ac.jp>.
14130
14131 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14132
14133         * gnus-art.el (article-display-face): Display Faces in the same
14134         order as X-Faces.
14135
14136 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14137
14138         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14139
14140 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14141
14142         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14143         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14144         (gnus-article-mime-hierarchy): Remove.
14145         (gnus-article-mime-hierarchy-next): Remove.
14146         (gnus-article-mode): Revert 2004-03-19 change.
14147         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14148         (gnus-insert-mime-button): Revert 2004-03-19 change.
14149         (gnus-mime-accumulate-hierarchy): Remove.
14150         (gnus-mime-enter-multipart): Remove.
14151         (gnus-mime-leave-multipart): Remove.
14152         (gnus-mime-display-part): Revert 2004-03-19 change.
14153         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14154
14155         * mml.el (mml-preview): Revert 2004-03-19 change.
14156
14157 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14158
14159         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14160
14161 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14162
14163         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14164         t while entering a file name using the mm-with-multibyte macro.
14165         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14166
14167         * mm-util.el (mm-with-multibyte): New macro.
14168
14169 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14170
14171         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14172         user option.
14173         (gnus-mime-multipart-functions): Doc and customization fix.
14174         (gnus-article-mime-hierarchy): New variable.
14175         (gnus-article-mime-hierarchy-next): New variable.
14176         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14177         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14178         gnus-article-mime-hierarchy-next to nil.
14179         (gnus-insert-mime-button): Show hierarchy numbers.
14180         (gnus-mime-accumulate-hierarchy): New function.
14181         (gnus-mime-enter-multipart): New function.
14182         (gnus-mime-leave-multipart): New function.
14183         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14184         (gnus-mime-display-alternative): Show hierarchy numbers.
14185
14186         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14187         gnus-article-mime-hierarchy-next to nil.
14188
14189 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14190
14191         * dns.el: Don't require gnus-xmas.
14192
14193 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14194
14195         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14196         inline PGP.
14197         (mml-menu): Disable mml-quote-region if mark is inactive.
14198
14199 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14200
14201         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14202         when the group's active is not available.
14203
14204 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14205
14206         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14207         error.
14208
14209 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14210
14211         * imap.el (imap-store-password): New variable.
14212         (imap-interactive-login): Use it.
14213         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14214
14215 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14216
14217         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14218         window-start and hscroll to summary window.
14219
14220 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14221
14222         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14223         conversion message to newsrc-dribble when an actual conversion is
14224         performed.
14225
14226 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14227
14228         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14229
14230 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14231
14232         * mm-decode.el (mm-complicated-handles): New function reviving
14233         former definition of mm-multiple-handles.
14234
14235         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14236         (gnus-mime-delete-part): Use it.
14237
14238 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14239
14240         * gnus-agent.el (gnus-agent-read-local): Bind
14241         nnheader-file-coding-system to gnus-agent-file-coding-system to
14242         avoid the implicit assumption that they will always be equal.
14243         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14244         coding-system-for-write, as the with-temp-file macro first prints
14245         to a buffer then saves the buffer.
14246
14247 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14248
14249         * gnus-art.el (gnus-article-edit-part): New function.
14250         (gnus-mime-save-part-and-strip): Use it; do query instead of
14251         signaling an error; don't use mm-multiple-handles.
14252         (gnus-mime-delete-part): Ditto.
14253
14254 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14255
14256         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14257         old file versions.
14258         (gnus-group-prepare-hook): Removed function that converted list
14259         form of gnus-agent-expire-days to group properties.
14260
14261         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14262         (gnus-request-accept-article): Re-indented.
14263
14264         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14265         converters to handle old agent file formats.  Added logic for a
14266         "backup before upgrading warning".
14267         (gnus-convert-mark-converter-prompt): Developers can mark
14268         functions as needing (default), or not needing,
14269         gnus-convert-old-newsrc's "backup before upgrading warning".
14270         (gnus-convert-converter-needs-prompt): Tests whether the user
14271         should be protected from potentially irreversable changes by the
14272         function.
14273
14274         * legacy-gnus-agent.el: New.  Provides converters that are only
14275         loaded when gnus-convert-old-newsrc needs to call them.
14276
14277 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14278
14279         * mail-source.el (mail-source-touch-pop): Doc fix.
14280
14281         * message.el (message-smtpmail-send-it): Doc fix.
14282
14283 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14284
14285         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14286
14287         * nnmail.el (nnmail-split-fancy): do.
14288
14289         * gnus-kill.el (gnus-kill, gnus-execute): do.
14290
14291 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14292
14293         * gnus-sum.el (gnus-widget-reversible-match)
14294         (gnus-widget-reversible-to-internal)
14295         (gnus-widget-reversible-to-external): New functions.
14296         (gnus-widget-reversible): New widget.
14297         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14298
14299 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14300
14301         * gnus-sum.el (gnus-thread-sort-functions)
14302         (gnus-article-sort-functions): Document `(not F)' items.
14303
14304 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14305
14306         * spam.el (spam-use-gmane-xref): Add new backend.
14307         (spam-gmane-xref-spam-group): Add variable to control the name of the
14308         Gmane spam group.
14309         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14310         (spam-regex-headers-spam, spam-regex-headers-ham)
14311         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14312         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14313         backends and checks.
14314         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14315
14316         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14317         an autodetect method.
14318
14319 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14320
14321         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14322         articles are being added to a group.
14323         (gnus-request-replace-article): Inform the agent that articles
14324         need to be uncached as the cached contents are no longer valid.
14325
14326 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14327
14328         * binhex.el: Don't autoload executable-find.
14329
14330         * canlock.el: Don't autoload mail-fetch-field.
14331
14332         * dgnushack.el: Autoload c-mode for XEmacs.
14333
14334         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14335
14336         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14337         rmail-dont-reply-to and rmail-output.
14338
14339         * gnus-score.el: Don't autoload ffap-string-at-point.
14340
14341         * gnus-setup.el: Don't autoload sc-cite-original.
14342
14343         * imap.el: Don't autoload base64-decode-string,
14344         base64-encode-string and md5.
14345
14346         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14347         and rmail-msg-restore-non-pruned-header.
14348
14349         * mm-decode.el: Don't autoload executable-find.
14350
14351         * mm-url.el: Don't autoload executable-find.
14352
14353         * mm-view.el: Don't autoload diff-mode.
14354
14355         * nndb.el: Don't autoload news-reply-mode, news-setup,
14356         cancel-timer and telnet.
14357
14358         * password.el: Don't autoload run-at-time for Emacs.
14359
14360         * sha1-el.el: Don't autoload executable-find.
14361
14362         * sieve-mode.el: Don't autoload c-mode.
14363
14364         * uudecode.el: Don't autoload executable-find.
14365
14366 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14367
14368         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14369         (gnus-agent-possibly-alter-active): Avoid null in numeric
14370         comparison.
14371         (gnus-agent-set-local): Refuse to save null in local object table.
14372         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14373         list of articles that will be marked as unread.
14374
14375 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14376
14377         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14378
14379 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14380
14381         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14382         language tags.
14383
14384 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14385
14386         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14387         Don't bind "obarray".
14388
14389         * gnus-sum.el (gnus-thread-sort-functions): Added
14390         `gnus-thread-sort-by-most-recent-number' and
14391         `gnus-thread-sort-by-most-recent-date'.
14392         Reported by Kai Grossjohann <kai@emptydomain.de>.
14393
14394 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14395
14396         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14397
14398 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14399
14400         * gnus-cus.el (gnus-agent-customize-category): Removed
14401         ignore-errors macro reference that required cl to be loaded at
14402         run-time.
14403
14404         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14405         single-interval range of the form (min . max).  Previously the
14406         range had to look like ((min . max)).  Likewise, return
14407         (min . max) rather than ((min . max)).
14408         (gnus-range-map): Use gnus-range-normalize to accept
14409         single-interval range.
14410
14411         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14412         the cache, but not the agent, now appear with their usual face.
14413
14414         * dgnushack.el (loaddir): New variable that is bound to the
14415         directory containing the dgnushack.el file. Use loaddir, rather
14416         than srcdir, to update load-path. Change lets dgnushack compile
14417         code in directories other than GNUS/lisp.
14418
14419 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14420
14421         * lpath.el: Don't bind w3m-safe-url-regexp.
14422
14423         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14424         w3m-safe-url-regexp variable buffer-local.
14425
14426         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14427
14428 2004-02-27  Simon Josefsson  <jas@extundo.com>
14429
14430         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14431         gnus-group-real-prefix.
14432         (gnus-summary-move-article): Use it, instead of
14433         gnus-group-real-prefix.
14434
14435 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14436
14437         * lpath.el: Bind w3m-safe-url-regexp.
14438
14439         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14440         w3m-safe-url-regexp variable buffer-local and set it as the value
14441         of mm-w3m-safe-url-regexp.
14442
14443         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14444
14445         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14446         parsing gnus-posting-styles when the message is not for replying.
14447
14448         * dgnushack.el: Autoload sgml-mode for XEmacs.
14449
14450         * nnrss.el (nnrss-opml-export): Use
14451         mm-set-buffer-file-coding-system instead of
14452         set-buffer-file-coding-system.
14453
14454 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14455
14456         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14457         of checkdoc.el).
14458         * nnrss.el: do.
14459         * gnus-mlspl.el: do.
14460         * gnus-ml.el: do.
14461         * gnus-srvr.el: do.
14462
14463         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14464
14465 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14466
14467         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14468         Corrections to custom-manual links.
14469
14470         * gnus-art.el (gnus-article): Ditto.
14471
14472         * mm-decode.el (mime-display, mime-security): Ditto.
14473
14474 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14475
14476         * flow-fill.el: Typo.
14477
14478 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14479
14480         * spam-wash.el: New file.
14481
14482 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14483
14484         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14485
14486 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14487
14488         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14489         to be run with new-articles as LIST1, not LIST2.
14490         (spam-registration-functions): Add spam-use-ham-copy as a nil
14491         registration backend.
14492
14493 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14494
14495         * spam-stat.el (spam-stat-washing-hook): New option.
14496         (spam-stat-buffer-words): Use it.
14497         (spam-stat-process-directory, spam-stat-test-directory): Use
14498         insert-file-contents-literally.
14499         (spam-stat-coding-system): New variable.
14500         (spam-stat-load, spam-stat-save): Use it.
14501
14502 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14503
14504         * spam-report.el (spam-report-plug-agent): Quote
14505         spam-report-url-to-file and spam-report-url-ping-plain.
14506
14507 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14508
14509         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14510         / in mailto URLs.
14511
14512 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14513
14514         * spam-report.el (spam-report-process-queue): Fix interactive use.
14515         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14516         (spam-report-unplug-agent): Doc fixes.
14517         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14518         (spam-report-agentize, spam-report-deagentize): Autoload.
14519
14520 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14521
14522         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14523
14524         * message.el (message-setup-fill-variables): Add mml tags to
14525         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14526         <ajk@iu.edu>.
14527         (message-mode): Don't modify paragraph-separate there.
14528
14529 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14530
14531         * compface.el (uncompface-use-external): Default to undecided.
14532         (uncompface-use-external-threshold): New variable.
14533         (uncompface-float-time): New macro.
14534         (uncompface): Determine whether to use the external decoder if
14535         uncompface-use-external is undecided.
14536
14537 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14538
14539         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14540         after images.
14541
14542         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14543
14544 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14545
14546         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14547
14548         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14549
14550         * gnus-sum.el (gnus-summary-limit-to-age)
14551         (gnus-summary-limit-children): do.
14552
14553         * gnus-int.el (gnus-request-scan): do.
14554
14555         * gnus-group.el (gnus-group-suspend): do.
14556
14557         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14558
14559         * gnus-cite.el (gnus-cite-parse-attributions): do.
14560
14561         * gnus-agent.el (gnus-summary-set-agent-mark)
14562         (gnus-agent-regenerate-group): do.
14563
14564         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14565
14566         * binhex.el (binhex-decode-region-internal): do.
14567
14568 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14569
14570         * gnus-fun.el (gnus-face-properties-alist): New user option.
14571         (gnus-display-x-face-in-from): Use it.
14572
14573         * gnus-art.el (article-display-face): Ditto.
14574
14575         * compface.el (uncompface-use-external): Default to nil.
14576
14577 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14578
14579         * nntp.el (nntp-erase-buffer): New function.
14580         (nntp-retrieve-data, nntp-send-command)
14581         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14582         (nntp-possibly-change-group): Use it.
14583
14584         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14585         with-current-buffer.
14586
14587 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14588
14589         * compface.el: Merge the ELisp-based uncompface program.
14590         (compface): New customization group.
14591         (uncompface-use-external): New user option.
14592         (uncompface): Call uncompface-internal if uncompface-use-external
14593         is nil.
14594         (uncompface-internal): New function.  Note that there are also
14595         some other functions and variables added for this function.
14596
14597 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14598
14599         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14600         if necessary.
14601
14602 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14603
14604         * spam-report.el (spam-report-unplug-agent)
14605         (spam-report-plug-agent, spam-report-deagentize)
14606         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14607         Add support for the Agent in spam-report: when unplugged, report to a
14608         file; when plugged, submit all the requests.
14609
14610         * spam.el (spam-register-routine): Fix message about
14611         registration.
14612
14613 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14614
14615         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14616         dependencies.
14617         (rfc2047-encode): Use it.
14618
14619         * gnus-art.el (gnus-button-marker-list): Move before first
14620         reference.
14621
14622         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14623         (imap-parse-body): Fix format string mismatch.
14624
14625         * gnus-score.el (gnus-summary-increase-score): do.
14626
14627         * nnrss.el (nnrss-close): New function.
14628
14629 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14630
14631         * nnrss.el (nnrss-make-filename): New function.
14632         (nnrss-request-delete-group, nnrss-read-server-data)
14633         (nnrss-save-server-data, nnrss-read-group-data)
14634         (nnrss-save-group-data): Use it.
14635         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14636         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14637         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14638
14639 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14640
14641         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14642
14643 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14644
14645         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14646         files.
14647
14648         * message.el (message-generate-headers-first): Don't quote nil
14649         and t in docstrings.
14650
14651         * imap.el (imap-id): do.
14652
14653         * gnus-agent.el (gnus-agent-consider-all-articles)
14654         (gnus-agent-queue-mail): do.
14655
14656 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14657
14658         * spam-report.el (spam-report-process-queue): New function.
14659         Process requests from `spam-report-requests-file'.
14660         (spam-report-process-queue): Doc fix.
14661
14662 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14663
14664         * spam.el (spam-register-routine)
14665         (spam-log-processing-to-registry, spam-log-registered-p)
14666         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14667         Change "check" to "spam-check" for semi-clarity.
14668
14669 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14670
14671         * pop3.el: Require nnheader.
14672
14673         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14674
14675         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14676
14677         * gnus-picon.el: Require cl.
14678
14679         * gnus-fun.el: Require gnus-ems and gnus-util.
14680
14681         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14682
14683         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14684
14685         * gnus-art.el (gnus-article-edit-mode): Define before first
14686         reference.
14687
14688 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14689
14690         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14691         (gnus-uu-post-encoded): Use point-at-bol.
14692
14693         * gnus-topic.el (gnus-group-active-topic-p): do.
14694
14695         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14696
14697         * gnus-group.el (gnus-group-kill-region): do.
14698
14699         * gnus-art.el (article-date-ut): do.
14700
14701         * message.el (message-fetch-field): Remove redundant
14702         case-fold-search binding.
14703         (message-narrow-to-field): Simplify.
14704
14705 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14706
14707         * spam.el (spam-directory): Derive from `gnus-directory'.
14708
14709         * spam-report.el (spam-report-url-to-file)
14710         (spam-report-requests-file): New function and variable for offline
14711         reporting.
14712         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14713         and user defined function.
14714         (spam-report-url-ping-mm-url): Remove doubled slash.
14715
14716 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14717
14718         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14719
14720 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14721
14722         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14723         format string mismatch.
14724
14725         * sieve.el (sieve-deactivate-all): do.
14726
14727         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14728
14729         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14730
14731         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14732
14733         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14734
14735 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14736
14737         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14738         the list of checks.
14739
14740 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14741
14742         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14743         padding.
14744
14745 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14746
14747         * mm-view.el (mm-fill-flowed): New variable.
14748         (mm-inline-text): Use it.
14749
14750 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14751
14752         * spam.el (spam-spamassassin-register-ham-routine)
14753         (spam-spamassassin-register-spam-routine): Fix function names.
14754
14755 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14756
14757         * gnus.el (gnus-tmp-grouplens): Remove.
14758         (gnus-summary-line-format): Remove grouplens.
14759
14760         * gnus-group.el (gnus-group-line-format): Ditto.
14761
14762         * gnus-spec.el (gnus-format-specs): Ditto.
14763         (gnus-update-format-specifications): Flush the group format spec
14764         cache if there's the grouplens stuff.
14765         (gnus-parse-simple-format): Replace %l with the empty string.
14766
14767 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14768
14769         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14770         omission.
14771
14772 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14773
14774         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14775         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14776
14777 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14778
14779         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14780         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14781         New macros and functions.
14782         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14783         Handle > NLINK_MAX messages.
14784         * nnmaildir.el (nnmaildir-request-set-mark): Use
14785         nnmaildir--emlink-p and nnmaildir--eexist-p.
14786
14787 2004-01-25  Alex Schroeder  <alex@gnu.org>
14788
14789         * spam-stat.el (spam-stat-process-directory-age): New option.
14790         (spam-stat-process-directory): Use it.
14791
14792 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14793
14794         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14795         (spam-stat-save): Accept prefix argument.
14796
14797 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14798
14799         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14800         links" error.
14801
14802 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14803
14804         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14805         the rest of the and/or forms.
14806
14807 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14808
14809         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14810         compatibility with old .newsrc.eld files.
14811
14812         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14813
14814         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14815
14816         * gnus-start.el (gnus-1): do.
14817
14818         * gnus-group.el (gnus-group-line-format-alist): do.
14819
14820         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14821
14822         * gnus-gl.el: Remove.
14823
14824 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14825
14826         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14827         marks consisting of a single range {for example, (3 . 5)} rather
14828         than a list of a single range { ((3 . 5)) }.
14829
14830 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14831
14832         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14833         with-current-buffer.
14834         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14835         avoid consing a string.
14836
14837         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14838         Remove obsolete entries for big5 and gb2312.
14839
14840 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14841
14842         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14843         uncompressed list.
14844
14845 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14846
14847         * spam-stat.el (spam-stat-strip-xref): New function.
14848         (spam-stat-process-directory): Use it.
14849
14850         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14851         here -- it's done in message-fetch-field.
14852
14853 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14854
14855         * gnus-agent.el (gnus-agent-queue-mail)
14856         (gnus-agent-prompt-send-queue): New variables.
14857         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14858         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14859         "nndraft:queue" along to gnus-draft-send.  Use
14860         gnus-agent-prompt-send-queue.
14861         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14862         is "nndraft:queue".  Suggested by Gaute Strokkenes
14863         <gs234@srcf.ucam.org>
14864
14865         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14866         (agent-enable-undownloaded-faces): Added.
14867         (gnus-agent-cat-groups): Use eval-and-compile, not
14868         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14869         method of gnus-agent-cat-groups even when the buffer has been
14870         evaled.
14871         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14872         delete gnus-agent-save-active-1.
14873         (gnus-agent-save-groups): Deleted.  Identical to
14874         gnus-agent-save-active.
14875         (gnus-agent-write-active): No longer adjust agent's copy of active
14876         file as agent's adjustments are now stored in their own
14877         file.  Removed optional parameter.
14878         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14879         servers.  Add use of min/max range limits from server's local
14880         file.
14881         (gnus-agent-save-alist): Removed unused optional argument.
14882         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14883         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14884         (gnus-agent-set-local): A per-server file that keeps min/max range
14885         limits for articles known to the agent.  Provides a fast mechanism
14886         for altering many active ranges.
14887         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14888         active file (local makes it unnecessary).
14889         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14890
14891         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14892         (agent-enable-undownloaded-faces): Added.
14893
14894         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14895         disable it when sending to "nndraft:queue".
14896         (gnus-group-send-queue): Add safety check to avoid sending queue
14897         when unplugged.
14898
14899         * gnus-group.el (gnus-group-catchup): Use new
14900         gnus-sequence-of-unread-articles, not
14901         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14902         numbers of articles.  Use gnus-range-map to avoid having to
14903         uncompress the unread list.
14904         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14905         Fixed invalid ange-ftp reference.
14906
14907         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14908         (gnus-sorted-range-intersection): Intersection of two ranges
14909         without requiring that they first be uncompressed.
14910
14911         * gnus-start.el (gnus-activate-group): Unless blocked by the
14912         caller, possibly expand the active range to include both cached
14913         and agentized articles.
14914         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14915         multiple version-dependent converters.
14916         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14917         gnus-agent-save-active.
14918         (gnus-save-newsrc-file): Save dirty agent range limits.
14919
14920         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14921         gnus-agent-possibly-alter-active.
14922         (gnus-adjust-marked-articles): Faster handling of simple lists.
14923
14924 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14925
14926         * spam-stat.el (spam-stat-test-directory): New optional argument
14927         displays a list of files detected.  Suggested by Andrew Cohen
14928         <cohen@andy.bu.edu>.
14929         (spam-stat-buffer-words-with-scores): Don't narrow and change
14930         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14931
14932 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14933
14934         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14935         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14936         (spam-spamassassin-arguments)
14937         (spam-spamassassin-spam-flag-header)
14938         (spam-spamassassin-positive-spam-flag-header)
14939         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14940         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14941         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14942         (spam-list-of-processors, spam-list-of-checks)
14943         (spam-list-of-statistical-checks, spam-registration-functions)
14944         (spam-check-spamassassin-headers, spam-check-spamassassin)
14945         (spam-spamassassin-score)
14946         (spam-spamassassin-register-with-sa-learn)
14947         (spam-spamassassin-register-spam-routine)
14948         (spam-spamassassin-register-ham-routine)
14949         (spam-assassin-register-spam-routine)
14950         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14951         (spam-bogofilter-score): Fix to show article before scoring.
14952
14953 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14954
14955         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14956         default scoring function.
14957         (spam-generic-score): Call spam-spamassassin-score if
14958         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14959         spam-bogofilter-score otherwise.
14960
14961         * gnus.el (spam-process, spam-autodetect-methods): Add
14962         spamassassin and spamassassin-headers.
14963
14964 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14965
14966         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14967         Suppress unnecessary messages.
14968
14969 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14970
14971         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14972         make-hash-table.
14973
14974 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14975
14976         * canlock.el (base64-encode-string): Don't autoload it.
14977
14978 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14979
14980         * run-at-time.el: Remove useless (require 'itimer),
14981         eval-and-compile and (featurep 'xemacs).
14982
14983 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14984
14985         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14986         GROUP is a virtual group.
14987
14988 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14989
14990         * gnus.el: Autoload `message-y-or-n-p'.
14991
14992 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14993
14994         * pgg-parse.el: Remove unnecessary (require 'custom).
14995
14996         * pgg-def.el: do.
14997
14998         * nnmail.el: do.
14999
15000         * gnus-undo.el: do.
15001
15002         * gnus-picon.el: do.
15003
15004         * gnus-util.el: do.
15005
15006 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15007
15008         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15009
15010 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15011
15012         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15013         handle, as well as a list.
15014
15015         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15016         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15017         (mm-w3m-cid-retrieve): Simplify.
15018
15019 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15020
15021         * message.el (message-kill-to-signature): Allow prefix arg to
15022         specify number of lines to keep before signature.
15023
15024 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15025
15026         * message.el (message-kill-to-signature): Change docstring.
15027
15028 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15029
15030         * canlock.el: Always require sha1-el.
15031         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15032
15033         * message.el: Autoload sha1 only when compiling.
15034
15035         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15036         eudc-expand-inline for XEmacs.
15037
15038 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15039
15040         * message.el (message-canlock-generate): Require sha1-el.
15041
15042 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15043
15044         * message.el (message-expand-name): Silence the byte compiler.
15045
15046         * lpath.el: Add detect-coding-system.
15047
15048         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15049         cus-edit.
15050
15051 2004-01-13  Simon Josefsson  <jas@extundo.com>
15052
15053         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15054         Invoke gnus-score-mode.  Reported by
15055         bojohan+news@dd.chalmers.se (Johan Bockgård).
15056
15057         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15058         Jim Blandy <jimb@redhat.com> (tiny change).
15059
15060 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15061
15062         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15063
15064 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15065
15066         * spam.el (spam-get-article-as-string): Update to use
15067         gnus-request-article-this-buffer, much simpler.
15068         (spam-get-article-as-buffer): Remove.
15069
15070 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15071
15072         * message.el (message-expand-name): Use EUDC if the user uses that.
15073
15074 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15075
15076         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15077         character for the encoding to avoid consing a string.
15078
15079         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15080         unnecessarily.
15081
15082         * mm-util.el (mm-replace-chars-in-string): Remove.
15083
15084         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15085         of mm-replace-chars-in-string.
15086
15087 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15088
15089         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15090
15091         * mm-util.el (mm-subst-char-in-string): Support inplace.
15092
15093         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15094         a new string in every iteration.  Use shy groups.
15095
15096 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15097
15098         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15099         * gnus-soup.el (gnus-soup-group-brew):
15100         * gnus-msg.el (gnus-put-message):
15101         * gnus-move.el (gnus-group-move-group-to-server):
15102         * gnus-kill.el (gnus-batch-score):
15103         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15104         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15105         (gnus-group-update-group, gnus-group-read-group)
15106         (gnus-group-make-group, gnus-group-make-help-group)
15107         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15108         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15109         (gnus-group-sort-by-unread, gnus-group-catchup)
15110         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15111         (gnus-group-yank-group, gnus-group-set-info)
15112         (gnus-group-list-groups):
15113         * gnus.el (gnus-generate-new-group-name):
15114         * gnus-delay.el (gnus-delay-send-queue):
15115         * nnvirtual.el (nnvirtual-catchup-group):
15116         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15117         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15118         (gnus-group-prepare-topics, gnus-topic-check-topology):
15119         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15120         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15121         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15122         (gnus-group-make-articles-read):
15123         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15124         (gnus-group-change-level, gnus-kill-newsgroup)
15125         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15126         (gnus-get-unread-articles, gnus-make-articles-unread)
15127         (gnus-make-ascending-articles-unread): Use accessor
15128         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15129         to get group information for improved readability.
15130
15131
15132 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15133
15134         * gnus-art.el (article-decode-mime-words, article-babel)
15135         (gnus-article-highlight-signature, gnus-article-add-buttons)
15136         (gnus-signature-toggle): Use gnus-with-article-buffer.
15137
15138         * gnus-art.el (gnus-article-highlight-headers)
15139         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15140
15141         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15142         (gnus-article-set-globals, gnus-request-article-this-buffer)
15143         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15144         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15145         (gnus-mime-display-alternative): Use with-current-buffer.
15146
15147 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15148
15149         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15150         also under 80 char limit, and call gnus-error if needed.
15151         (spam-fetch-article-header): Fix - it was a
15152         buffer-local variable (gnus-newsgroup-data).
15153         (spam-find-spam): Use spam-generate-fake-headers, forget about
15154         spam-insert-fake-headers.
15155         (spam-insert-fake-headers): Remove.
15156
15157 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15158
15159         * deuglify.el (gnus-article-outlook-unwrap-lines)
15160         (gnus-outlook-rearrange-article)
15161         (gnus-outlook-repair-attribution-outlook)
15162         (gnus-outlook-repair-attribution-block)
15163         (gnus-outlook-repair-attribution-other): Remove redundant
15164         save-excursion.
15165
15166 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15167
15168         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15169         (spam-fetch-field-subject-fast)
15170         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15171         (spam-fetch-article-header): Add functions to deal with Gnus
15172         internals for fast retrieval of article header data.
15173         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15174
15175 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15176
15177         * pop3.el (pop3-md5): Remove.
15178         (pop3-apop): Replace pop3-md5 with md5.
15179
15180         * mm-bodies.el: base64 is always built-in.
15181
15182         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15183         with-current-buffer.
15184
15185 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15186
15187         * canlock.el (canlock-insert-header): Remove excessive grouping in
15188         regexp.
15189
15190         * gnus-sum.el (gnus-summary-read-document): Ditto.
15191
15192         * gnus-uu.el (gnus-uu-part-number): Ditto.
15193
15194         * html2text.el (html2text-remove-tags): Ditto.
15195         (html2text-format-tags): Ditto.
15196         (html2text-format-single-elements): Ditto.
15197
15198         * mml.el (mml-parse-1): Ditto.
15199
15200 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15201
15202         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15203
15204         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15205
15206         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15207
15208         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15209
15210 2003-11-15  Simon Josefsson  <jas@extundo.com>
15211
15212         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15213         (pgg-gpg-lookup-key): Use regexp match instead of
15214         split-string (split-string is different between emacs 21.2 and
15215         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15216
15217 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15218
15219         * gnus-art.el (gnus-mime-view-all-parts)
15220         (gnus-article-part-wrapper, gnus-article-view-part): Use
15221         with-current-buffer.
15222
15223 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15224
15225         * spam.el (spam-disable-spam-split-during-ham-respool)
15226         (spam-spamoracle-database, spam-cache-lookups)
15227         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15228         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15229         (spam-group-ham-marks, spam-group-spam-marks)
15230         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15231         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15232         also add spam-use-blackholes to the statistical checks.
15233         (spam-fetch-field-fast): Add interface to fetching fields, may
15234         become a macro.
15235         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15236         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15237         (spam-insert-fake-headers): Fake an article when needed.
15238         (spam-find-spam): Fake article when possible.
15239         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15240         (spam-check-bogofilter-headers): Use message-fetch-field instead
15241         of nnmail-fetch-field.
15242
15243 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15244
15245         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15246
15247 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15248
15249         * spam.el (spam-split): Do not require spam-use-CHECK to be
15250         enabled if that check is passed to spam-split explicitly; also
15251         fix so 'spam doesn't get converted to spam-split-group when
15252         spam-split-symbolic-return is t.
15253         (spam-find-spam): Find registrations of the article and use those
15254         instead of re-running spam-split to find the spam/ham
15255         classification of the article.
15256         (spam-log-processing-to-registry, spam-log-registered-p)
15257         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15258         Use gnus-error instead of gnus-message.
15259         (spam-log-registration-type): Add function to determine the
15260         classification of a message based on registry entries; will
15261         return nil if both 'spam and 'ham are found.
15262         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15263         a reasonably fast local cache without the loading errors.
15264         (spam-cache-lookups): Set to t by default.
15265         (spam-find-spam): Don't try to guess spam-cache-lookups.
15266         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15267         spam-caches entry.
15268         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15269         caching of whitelist/blacklist entries.
15270         (spam-check-whitelist, spam-check-blacklist): Invoke
15271         spam-from-listed-p with a type, not a cache variable.
15272         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15273
15274 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15275
15276         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15277
15278         * nnmail.el (nnmail-split-fancy): do.
15279
15280         * mml.el (mml-parse): do.
15281
15282         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15283         (gnus-score-adaptive): do.
15284
15285 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15286
15287         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15288         (gnus-mime-button-map): Don't set keymap parent.
15289         (gnus-button-ctan-directory-regexp): Use shy grouping.
15290         (gnus-prev-page-map): Don't set keymap parent.
15291         (gnus-prev-page-map): Remove duplicated one.
15292         (gnus-next-page-map): Don't set keymap parent.
15293         (gnus-mime-security-button-map): Ditto.
15294
15295         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15296         version number.
15297
15298         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15299
15300 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15301
15302         * canlock.el (canlock-sha1-function): Remove.
15303         (canlock-sha1-function-for-verify): Remove.
15304         (canlock-openssl-program): Remove.
15305         (canlock-openssl-args): Remove.
15306         (canlock-ignore-errors): Remove.
15307         (canlock-sha1-with-openssl): Remove.
15308         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15309         (canlock-verify): Don't use canlock-ignore-errors.
15310
15311         * sha1-el.el (sha1-string-external): Make it can return a string
15312         in binary form.
15313         (sha1-region-external): Ditto.
15314         (sha1-string-internal): Ditto.
15315         (sha1-region-internal): Ditto.
15316         (sha1-region): Ditto.
15317         (sha1-string): Ditto.
15318         (sha1): Ditto.
15319
15320 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15321
15322         * spam.el (spam-report-articles-gmane): New command.
15323
15324 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15325
15326         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15327
15328         * run-at-time.el (run-at-time-saved): Remove.
15329         (run-at-time): Doc fix.
15330
15331 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15332
15333         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15334         (gnus-summary-limit-map): Add it.
15335         (gnus-summary-make-menu-bar): do.
15336
15337 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15338
15339         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15340         Make attempt at some caching support (done for BBDB only now).
15341         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15342         addresses to be checked.
15343         (spam-clear-cache-BBDB): Add function, to be invoked by
15344         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15345         (spam-check-BBDB): Check and use the caches, if
15346         spam-cache-lookups is on, remove superfluous (provide).
15347
15348 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15349
15350         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15351
15352 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15353
15354         * run-at-time.el (run-at-time-saved): Move to after the definition
15355         of `run-at-time'.
15356
15357         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15358
15359 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15360
15361         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15362         mm-w3m-local-map-property.
15363
15364         * mm-view.el (mm-w3m-mode-map): Remove.
15365         (mm-w3m-local-map-property): Remove.
15366         (mm-inline-text-html-render-with-w3m): Don't use
15367         mm-w3m-local-map-property.
15368
15369 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15370
15371         * run-at-time.el: New file.
15372
15373         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15374         under Emacs.
15375
15376         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15377         of gnus-set-text-properties.
15378
15379         * gnus-uu.el (gnus-uu-save-article): Ditto.
15380
15381         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15382
15383         * gnus-cite.el (gnus-cite-parse): Ditto.
15384
15385         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15386         of gnus-.
15387
15388         * gnus-xmas.el (run-at-time): Require run-at-time.
15389
15390         * gnus.el: Changed calls to nnheader-run-at-time and
15391         password-run-at-time throughout to use run-at-time directly.
15392
15393         * password.el: Removed definition of run-at-time.
15394
15395         * nnheaderxm.el: Remove definition of run-at-time.
15396
15397 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15398
15399         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15400         in prompt.
15401
15402 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15403
15404         * messagexmas.el (message-xmas-redefine): Alias
15405         `message-make-caesar-translation-table' to
15406         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15407         version.
15408
15409         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15410         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15411         `gnus-xmas-set-text-properties'.
15412         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15413         `gnus-xmas-completing-read'.
15414         (gnus-xmas-completing-read): Removed.
15415         (gnus-xmas-open-network-stream): Removed.
15416
15417         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15418         XEmacs version.
15419
15420         * dns.el (dns-make-network-process): Use `open-network-stream'
15421         instead of `gnus-xmas-open-network-stream'.
15422
15423         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15424
15425         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15426
15427 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15428
15429         * gnus-art.el (gnus-mime-display-alternative)
15430         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15431         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15432         Don't use gnus-local-map-property.
15433
15434         * gnus-util.el (gnus-local-map-property): Remove.
15435
15436         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15437         gnus-completing-read-maybe-default with completing-read.
15438
15439         * gnus-util.el (gnus-completing-read): do.
15440         (gnus-completing-read-maybe-default): Remove.
15441
15442 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15443
15444         * password.el: Only autoload `run-at-time' if not XEmacs.
15445         Only autoload the itimer functions if XEmacs.
15446
15447 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15448
15449         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15450         XEmacsen.
15451
15452         * dgnushack.el: Autoload executable-find for XEmacs.
15453
15454 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15455
15456         * gnus-art.el (gnus-read-string): Remove.
15457         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15458         read-string.
15459
15460 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15461
15462         * netrc.el: Autoload password-read.
15463         (netrc): Add configuration group.
15464         (netrc-encoding-method, netrc-openssl-path): Add
15465         variables for encoding and decoding of files with symmetric
15466         ciphers.
15467         (netrc-encode): Add assistant function to encode a file with
15468         netrc-encoding-method.
15469         (netrc-parse): Add interactive parameter, added optional
15470         decoding if netrc-encoding-method is non-nil but otherwise
15471         behavior is standard.
15472         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15473         Do s/encode/encrypt/ everywhere.
15474
15475         * spam.el: Remove executable-find autoload.
15476
15477 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15478
15479         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15480
15481         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15482
15483 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15484
15485         * gnus-art.el (gnus-treat-ansi-sequences)
15486         (article-treat-ansi-sequences): New variable and function.
15487         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15488
15489         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15490         Use it.
15491
15492 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15493
15494         * mm-util.el (mm-quote-arg): Remove.
15495
15496         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15497         shell-quote-argument.
15498
15499         * gnus-uu.el (gnus-uu-command): do.
15500
15501         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15502
15503         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15504         with make-char.
15505
15506         * mm-util.el (mm-make-char): Remove.
15507
15508         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15509         add-minor-mode.
15510
15511         * gnus-undo.el (gnus-undo-mode): do.
15512
15513         * gnus-topic.el (gnus-topic-mode): do.
15514
15515         * gnus-sum.el (gnus-dead-summary-mode): do.
15516
15517         * gnus-start.el (gnus-slave-mode): do.
15518
15519         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15520
15521         * gnus-ml.el (gnus-mailing-list-mode): do.
15522
15523         * gnus-gl.el (gnus-grouplens-mode): do.
15524
15525         * gnus-draft.el (gnus-draft-mode): do.
15526
15527         * gnus-dired.el (gnus-dired-mode): do.
15528
15529         * gnus-ems.el (gnus-add-minor-mode): Remove.
15530
15531         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15532         Replace gnus-char-width with char-width.
15533
15534         * gnus-ems.el (gnus-char-width): Remove.
15535
15536         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15537         Replace gnus-char-width with char-width.
15538
15539         * gnus-ems.el (gnus-char-width): Remove.
15540
15541         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15542         definition.
15543         Remove Emacs 20 hash table compatibility code.
15544
15545         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15546         20 compatibility code.
15547
15548         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15549
15550         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15551
15552         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15553         with point-at-{eol,bol}.
15554
15555         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15556
15557         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15558
15559         * flow-fill.el (fill-flowed-point-at-bol)
15560         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15561
15562         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15563         Replace with point-at-{eol,bol} throughout all files.
15564
15565 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15566
15567         * ntlm.el (ntlm-string-as-unibyte): New macro.
15568         (ntlm-build-auth-response): Use it.
15569
15570         Remove Emacs 20 stuff:
15571         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15572         (butlast, mapc, remove): Remove the compiler macros.
15573         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15574         of delq and copy-sequence.
15575         * gnus-art.el (popup-menu): Remove the compiler macro.
15576         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15577         Emacs 20.
15578
15579 2004-01-05  Simon Josefsson  <jas@extundo.com>
15580
15581         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15582         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15583         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15584         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15585         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15586         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15587         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15588         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15589         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15590         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15591         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15592         string-xor into ntlm-string-xor.  Suggested by
15593         Jesper Harder <harder@myrealbox.com>.
15594
15595         * ntlm.el: Don't include poem.
15596
15597         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15598         Jesper Harder <harder@myrealbox.com>.
15599
15600         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15601
15602         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15603         probably breaks emacs with DL patch, but do we care? Is anyone
15604         still using the DL stuff?)
15605
15606         * sieve-manage.el: Use the password package.
15607         (sieve-manage-read-passwd): Remove.
15608         (sieve-manage-interactive-login): Use password.  Re-add
15609         condition-case around loop.
15610
15611         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15612         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15613         the password package.
15614
15615 2003-02-19  Simon Josefsson  <jas@extundo.com>
15616
15617         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15618         token.
15619
15620 2002-08-07  Simon Josefsson  <jas@extundo.com>
15621
15622         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15623         (sieve-manage-authenticators):
15624         (sieve-manage-authenticator-alist): Add some SASL mechs.
15625         (sieve-sasl-auth): New function.
15626         (sieve-manage-cram-md5-auth):
15627         (sieve-manage-plain-auth): Rewrite using SASL library.
15628         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15629         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15630         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15631         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15632
15633 2004-01-05  Simon Josefsson  <jas@extundo.com>
15634
15635         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15636         New files.
15637
15638 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15639
15640         * gnus-group.el (gnus-no-groups-message): Update.
15641
15642         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15643
15644 2003-11-09  Simon Josefsson  <jas@extundo.com>
15645
15646         * imap.el: Support for ID IMAP extension (RFC 2971).
15647         (imap-local-variables): Add imap-id.
15648         (imap-id): New variable.
15649         (imap-id): New function.
15650         (imap-parse-response): Parse untagged ID response.
15651         * nnimap.el (nnimap-id): New variable.
15652         (nnimap-open-connection): Use it.
15653
15654 2003-12-28  Simon Josefsson  <jas@extundo.com>
15655
15656         * gnus-score.el (gnus-score-edit-all-score): New.
15657         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15658
15659 2004-01-04  Simon Josefsson  <jas@extundo.com>
15660
15661         * password.el: Add.
15662
15663 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15664
15665         * dns.el (dns-query-types): Fix typo.
15666         (dns-query-types): New function.
15667         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15668         PTR and SOA replies, see RFC 1035.
15669
15670 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15671
15672         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15673
15674         * Moved to Changelog.2.
15675
15676 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15677
15678         * gnus.el (gnus-version-number): Bump version.
15679
15680 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15681
15682         * gnus.el: No Gnus v0.1 is released.
15683
15684 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15685
15686         * gnus.el: No Gnus v0.0 is released.
15687
15688 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15689
15690         * gnus.el (gnus-version-number): Bump.
15691         (gnus-version): No.
15692
15693 See ChangeLog.2 for earlier changes.
15694
15695     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15696       Free Software Foundation, Inc.
15697
15698   This file is part of GNU Emacs.
15699
15700   GNU Emacs is free software: you can redistribute it and/or modify
15701   it under the terms of the GNU General Public License as published by
15702   the Free Software Foundation, either version 3 of the License, or
15703   (at your option) any later version.
15704
15705   GNU Emacs is distributed in the hope that it will be useful,
15706   but WITHOUT ANY WARRANTY; without even the implied warranty of
15707   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15708   GNU General Public License for more details.
15709
15710   You should have received a copy of the GNU General Public License
15711   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15712
15713 ;; Local Variables:
15714 ;; coding: utf-8
15715 ;; fill-column: 79
15716 ;; add-log-time-zone-rule: t
15717 ;; End: